#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #include #include struct VirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualActionInvoker2 { typedef void (*Action)(void*, T1, T2, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct VirtualActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct VirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct VirtualFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; template struct GenericVirtualFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceActionInvoker1 { typedef void (*Action)(void*, T1, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceActionInvoker3 { typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker2 { typedef R (*Func)(void*, T1, T2, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method); } }; // System.Action`1 struct Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 struct BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0; // System.Collections.Generic.Comparer`1 struct Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84; // System.Collections.Generic.Comparer`1 struct Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC; // System.EventHandler`1 struct EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A; // System.EventHandler`1 struct EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB; // System.Func`1 struct Func_1_t9049701827C812EFD7155F64BD593E9D455106DD; // System.Func`1 struct Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49; // System.Func`2 struct Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C; // System.Func`2 struct Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82; // System.Func`2 struct Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A; // Newtonsoft.Json.IArrayPool`1 struct IArrayPool_1_t539AAB39889A0BA0FC443AB80870C1B696A32AD9; // System.Collections.Generic.ICollection`1 struct ICollection_1_t745BA36938E6CA49AC50F8732C33AF4CBDB2E379; // System.Collections.Generic.ICollection`1 struct ICollection_1_t35488BE070734B4C5D136DC1A68CBC9CE507D488; // System.Collections.Generic.ICollection`1 struct ICollection_1_t286AA3BBFF7FCE401FEFF57AEEC4FDAABA9F95B1; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_tC51B0D1CF3D0A1E45BBD8B79324FE5CEA1C1CB72; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t2D026730852124CFA742896100D441CFB3AED047; // System.Collections.Generic.IEnumerable`1> struct IEnumerable_1_t22A35158F9E40077A7147A082319C0D1DFFBE2FD; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50; // System.Collections.Generic.IEnumerable`1 struct IEnumerable_1_t52B1AC8D9E5E1ED28DF6C46A37C9A1B00B394F9D; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tF743DB02A21C8D73EC6907A07AA56D55471FAF94; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_tAC2B0836FBC3621CE4BEEF207F670D6765734C49; // System.Collections.Generic.IEnumerator`1 struct IEnumerator_1_t2DC97C7D486BF9E077C2BC2E517E434F393AA76E; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t1A386BEF1855064FD5CC71F340A68881A52B4932; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t7EEC9B4006D6D425748908D52AA799197F29A165; // System.Collections.Generic.IList`1 struct IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA; // System.Collections.Generic.IList`1 struct IList_1_tFCA8EA64EBB37AD1CDF92AB1C3591D6745600FAC; // System.Collections.Generic.IList`1 struct IList_1_tA7ED239EAE00BD11B71BF91A88FF93A2C58378A2; // System.Collections.Generic.IList`1 struct IList_1_t707982BD768B18C51D263C759F33BCDBDFA44901; // System.Collections.Generic.IList`1 struct IList_1_tD025D13A2C64789A12A8A8FE30A8FB85D6E00408; // System.Collections.Generic.IList`1 struct IList_1_t78E22CF796083000F04A9EDFC1D67635A58A1CFD; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t64A45CE1038AB80EA8AC5E2AC3F0E45A194191FA; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF; // System.Collections.Generic.List`1 struct List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE; // System.Collections.Generic.List`1 struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393; // System.Collections.Generic.List`1 struct List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC; // System.Collections.Generic.List`1 struct List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5; // System.Collections.Generic.List`1 struct List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23; // System.Collections.Generic.List`1 struct List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB; // Newtonsoft.Json.Utilities.ThreadSafeStore`2 struct ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tC0A6743DAF125C1ECDBEEC266DAC4E528E7B8ADC; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tF6E55EF3F287ABE19AF1A86CD533A7DC615B47D4; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t54DD6EC75646D6CC5E56EB999A8330BBCA8F4439; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t9A79D44D2EAE719A4E500765FCACC0F6962CB937; // Newtonsoft.Json.JsonWriter/State[][] struct StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; // System.Delegate[] struct DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8; // System.Int32[] struct Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32; // System.Int32Enum[] struct Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD; // System.IntPtr[] struct IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6; // Newtonsoft.Json.Linq.JToken[] struct JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597; // Newtonsoft.Json.Serialization.JsonProperty[] struct JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; // Newtonsoft.Json.Serialization.SerializationCallback[] struct SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8; // Newtonsoft.Json.Serialization.SerializationErrorCallback[] struct SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971; // System.String[] struct StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; // System.UInt32[] struct UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] struct EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6; // System.ComponentModel.AddingNewEventHandler struct AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8; // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71; // System.ComponentModel.AttributeCollection struct AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C; // Newtonsoft.Json.Utilities.Base64Encoder struct Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0; // System.Reflection.Binder struct Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30; // System.Globalization.Calendar struct Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A; // System.Globalization.CompareInfo struct CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B; // System.Globalization.CultureData struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98; // Newtonsoft.Json.Converters.DateTimeConverterBase struct DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90; // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489; // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0; // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843; // System.Exception struct Exception_t; // Newtonsoft.Json.Serialization.ExtensionDataGetter struct ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6; // Newtonsoft.Json.Serialization.ExtensionDataSetter struct ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4; // System.Collections.Hashtable struct Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC; // Newtonsoft.Json.Serialization.IAttributeProvider struct IAttributeProvider_tABFE5281DA4F4B2BD24045CFF97763A3447C7543; // Newtonsoft.Json.Serialization.IContractResolver struct IContractResolver_tA219AC3FC72F78746D43EA0801F6F3D8A08DA2C0; // System.Collections.IDictionary struct IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A; // System.Collections.IEnumerator struct IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105; // System.Collections.IEqualityComparer struct IEqualityComparer_t6C4C1F04B21BDE1E4B84BD6EC7DE494C186D6C68; // System.IFormatProvider struct IFormatProvider_tF2AECC4B14F41D36718920D67F930CED940412DF; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t2A667D8777429024D8A3CB3D9AE29EA79FEA6176; // Newtonsoft.Json.IJsonLineInfo struct IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C; // System.Collections.IList struct IList_tB15A9D6625D09661D6E47976BB626C703EC81910; // Newtonsoft.Json.Serialization.IReferenceResolver struct IReferenceResolver_t49ED9B9BFD755B76031610A8B0DF90FCD3514427; // Newtonsoft.Json.Serialization.ITraceWriter struct ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA; // Newtonsoft.Json.Serialization.IValueProvider struct IValueProvider_t547FE18ACA8C11D06A3C75834100F460447DD011; // Newtonsoft.Json.Utilities.IWrappedCollection struct IWrappedCollection_t8B839A16FF2473D6DBCEEEC911DA0C23759CC4F4; // Newtonsoft.Json.Utilities.IWrappedDictionary struct IWrappedDictionary_t03ACC39D837C7164565A84D73DC20F21795FD81F; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873; // Newtonsoft.Json.Linq.JConstructor struct JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34; // Newtonsoft.Json.Linq.JProperty struct JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA; // Newtonsoft.Json.Linq.JPropertyDescriptor struct JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39; // Newtonsoft.Json.Linq.JRaw struct JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9; // Newtonsoft.Json.Linq.JTokenEqualityComparer struct JTokenEqualityComparer_t0E5DB261B004137A3EE94DB97E554351FC500AA0; // Newtonsoft.Json.Linq.JTokenReader struct JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F; // Newtonsoft.Json.Linq.JTokenWriter struct JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41; // Newtonsoft.Json.Linq.JValue struct JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64; // Newtonsoft.Json.Converters.JavaScriptDateTimeConverter struct JavaScriptDateTimeConverter_t76312AA0A7BEC564636E6E5667B8421DA670D45B; // Newtonsoft.Json.JsonArrayAttribute struct JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9; // Newtonsoft.Json.Serialization.JsonArrayContract struct JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D; // Newtonsoft.Json.JsonConstructorAttribute struct JsonConstructorAttribute_t1631D1458AE9EBDBE0FF940FD3EE885E05C8ABBC; // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210; // Newtonsoft.Json.Serialization.JsonContainerContract struct JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC; // Newtonsoft.Json.Serialization.JsonContract struct JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242; // Newtonsoft.Json.JsonConverterAttribute struct JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598; // Newtonsoft.Json.JsonDictionaryAttribute struct JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC; // Newtonsoft.Json.Serialization.JsonDictionaryContract struct JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93; // Newtonsoft.Json.JsonException struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166; // Newtonsoft.Json.JsonExtensionDataAttribute struct JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2; // Newtonsoft.Json.Serialization.JsonFormatterConverter struct JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF; // Newtonsoft.Json.Serialization.JsonISerializableContract struct JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78; // Newtonsoft.Json.JsonIgnoreAttribute struct JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7; // Newtonsoft.Json.Serialization.JsonLinqContract struct JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F; // Newtonsoft.Json.Linq.JsonLoadSettings struct JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950; // Newtonsoft.Json.Linq.JsonMergeSettings struct JsonMergeSettings_t3C55DBFA476AFE0A53539E32329A348450034822; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340; // Newtonsoft.Json.Serialization.JsonObjectContract struct JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67; // Newtonsoft.Json.Serialization.JsonPrimitiveContract struct JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA; // Newtonsoft.Json.Serialization.JsonProperty struct JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3; // Newtonsoft.Json.JsonPropertyAttribute struct JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701; // Newtonsoft.Json.Serialization.JsonPropertyCollection struct JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954; // Newtonsoft.Json.JsonReader struct JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7; // Newtonsoft.Json.JsonReaderException struct JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22; // Newtonsoft.Json.JsonRequiredAttribute struct JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader struct JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94; // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter struct JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103; // Newtonsoft.Json.Serialization.JsonSerializerProxy struct JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136; // Newtonsoft.Json.JsonSerializerSettings struct JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE; // Newtonsoft.Json.JsonTextReader struct JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B; // Newtonsoft.Json.JsonTextWriter struct JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7; // Newtonsoft.Json.JsonWriter struct JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94; // System.ComponentModel.ListChangedEventHandler struct ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F; // System.Reflection.MemberFilter struct MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D; // System.ComponentModel.PropertyChangedEventHandler struct PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99; // System.ComponentModel.PropertyChangingEventHandler struct PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A; // System.Security.Cryptography.RandomNumberGenerator struct RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8; // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449; // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895; // System.IO.StringWriter struct StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839; // System.Globalization.TextInfo struct TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643; // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F; // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01; // System.Type struct Type_t; // System.ComponentModel.TypeConverter struct TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4; // System.Text.UnicodeEncoding struct UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612; // System.UriParser struct UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5; // Newtonsoft.Json.Linq.JProperty/JPropertyList struct JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173; // Newtonsoft.Json.Linq.JToken/LineInfoAnnotation struct LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A; // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0 struct U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59; // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0 struct U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726; // System.Uri/UriInfo struct UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t279C84C6E26447FCB987237160562DE753A402FB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t745BA36938E6CA49AC50F8732C33AF4CBDB2E379_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_2_t2D026730852124CFA742896100D441CFB3AED047_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t4A0777E390D7AD3E81DC4D4C0EAFB1C3B56952BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t2DA7E358AE119C8EBB224B3D713A98FB949AE650_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t347D3779C79809CF27B13110F173902B29B53B07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t3A60F4839CC7E10C1E2C29015259CA46D0906E42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_tAC2B0836FBC3621CE4BEEF207F670D6765734C49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_1_tFCA8EA64EBB37AD1CDF92AB1C3591D6745600FAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IWrappedCollection_t8B839A16FF2473D6DBCEEEC911DA0C23759CC4F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IWrappedDictionary_t03ACC39D837C7164565A84D73DC20F21795FD81F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____ADFD2E1C801C825415DD53F4F2F72A13B389313C_1_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral02AD14F7D66AE0F4F2880F6C1EFA11F3CD3BF534; IL2CPP_EXTERN_C String_t* _stringLiteral0420312213C14657051F4C980D6D83D64B825C02; IL2CPP_EXTERN_C String_t* _stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F; IL2CPP_EXTERN_C String_t* _stringLiteral05ADFE4BAD2EE45BC63FB572FB6C91EC6D1B0087; IL2CPP_EXTERN_C String_t* _stringLiteral08440D5D4C6716EB5A69FB4349AD1731E41170F7; IL2CPP_EXTERN_C String_t* _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA; IL2CPP_EXTERN_C String_t* _stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E; IL2CPP_EXTERN_C String_t* _stringLiteral13BD732681D88AB6355EB68BDDA7EBBCC1206658; IL2CPP_EXTERN_C String_t* _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46; IL2CPP_EXTERN_C String_t* _stringLiteral152B86A15BB1547061F59ADC16CADE5BB1511C7D; IL2CPP_EXTERN_C String_t* _stringLiteral158765DAD906DF36B8505DD381B603F9A0F345A1; IL2CPP_EXTERN_C String_t* _stringLiteral1C9DB51E75B79012CC31BED25D60BE03402CA0F3; IL2CPP_EXTERN_C String_t* _stringLiteral22410E165916C7DAEA29C224E604B8B6ED44BE50; IL2CPP_EXTERN_C String_t* _stringLiteral22BBC8AC8F7E83A322126972FD6C21F254394BCB; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral26624E47EFBA198B8A9D8F24D36ED1F5C840F72B; IL2CPP_EXTERN_C String_t* _stringLiteral27D252BCBD1DF46C936D6761666B18C66CA086E0; IL2CPP_EXTERN_C String_t* _stringLiteral2AA6C57E304DE319A2D90F5CD76A0CD602D1AF4F; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2DE96E3C49CC21A8EAA43FDE8A1F1EE30904D510; IL2CPP_EXTERN_C String_t* _stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C; IL2CPP_EXTERN_C String_t* _stringLiteral2F46FB99F5372C66234A20E3E5F3190C0FEE9814; IL2CPP_EXTERN_C String_t* _stringLiteral30092B6436D4FA341FAC9998C41E433F4B342C2E; IL2CPP_EXTERN_C String_t* _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018; IL2CPP_EXTERN_C String_t* _stringLiteral32DB7F07C26C7CE47E0088B5212B53D76498CEC5; IL2CPP_EXTERN_C String_t* _stringLiteral32EABB14738F60B1C336D90AE9D93CE15F48116D; IL2CPP_EXTERN_C String_t* _stringLiteral33FD405D3BA3127C8C4DE356A7330442BF516F7E; IL2CPP_EXTERN_C String_t* _stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26; IL2CPP_EXTERN_C String_t* _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306; IL2CPP_EXTERN_C String_t* _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03; IL2CPP_EXTERN_C String_t* _stringLiteral3F548562C3CCA4BBECF95F8971C4DD4C8A862DE9; IL2CPP_EXTERN_C String_t* _stringLiteral40F33D475CEDE5403541C0C772FD7895985BDCEE; IL2CPP_EXTERN_C String_t* _stringLiteral43B80911D18946C7FE345661DF97BD5515EB199A; IL2CPP_EXTERN_C String_t* _stringLiteral45E83B62D7297228BA9BE75B2FDFC650B833EC46; IL2CPP_EXTERN_C String_t* _stringLiteral46D0177DFB3F0AF27BD70DA6DEF6FDD4A6C7C944; IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8; IL2CPP_EXTERN_C String_t* _stringLiteral48EAEF86840EA0DE92EA431D402FFF3D3E7F5C82; IL2CPP_EXTERN_C String_t* _stringLiteral5022307A18EB90B48243F2F5614A29A4CDB8D4AB; IL2CPP_EXTERN_C String_t* _stringLiteral55AF7DBF13B32167FCB3F5C1105702295D67D528; IL2CPP_EXTERN_C String_t* _stringLiteral592908E89FB7FA98394EFE855F9E890258274D8D; IL2CPP_EXTERN_C String_t* _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9; 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* _stringLiteral61632E42A0E229746520A210984ADA9A7D988192; IL2CPP_EXTERN_C String_t* _stringLiteral683CA1B8E9B788512A00D071449A6FA87D813606; IL2CPP_EXTERN_C String_t* _stringLiteral6EBBC5D8A8D6716CCA31BDF6DC15F27E63BCA37B; IL2CPP_EXTERN_C String_t* _stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5; IL2CPP_EXTERN_C String_t* _stringLiteral70EEFAA66DA29FAC9E1A81759A5984878FB67ED3; IL2CPP_EXTERN_C String_t* _stringLiteral71B677FAEF6AE08781DAC0FF7D705F7818645612; IL2CPP_EXTERN_C String_t* _stringLiteral763B440B89C2BEAB56B575C7128AED7D0BF0D02D; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51; IL2CPP_EXTERN_C String_t* _stringLiteral79294896B344DA6D3E23E5F85AEAFF2896B95EC4; IL2CPP_EXTERN_C String_t* _stringLiteral799D5178AA79F4C1159DAB078A4ADE8922F44A9E; IL2CPP_EXTERN_C String_t* _stringLiteral79D571C2E0438A96561C6F47157F2572D1CCD56A; IL2CPP_EXTERN_C String_t* _stringLiteral7AC7AB0661F4B3FB85F0ECB9054F4C1BE122885D; IL2CPP_EXTERN_C String_t* _stringLiteral7D3B64719B27270213CF565868F0844BFD9923D4; IL2CPP_EXTERN_C String_t* _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462; IL2CPP_EXTERN_C String_t* _stringLiteral81DE006E12E31AB52186061CBFDAA0D062442E56; IL2CPP_EXTERN_C String_t* _stringLiteral847762D7D1E932EAA49F2B664B2A0975A3DCE423; IL2CPP_EXTERN_C String_t* _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD; IL2CPP_EXTERN_C String_t* _stringLiteral8881DC49C95430A1180DDEE93C62F2AFE11B204E; IL2CPP_EXTERN_C String_t* _stringLiteral8AAF04E4BB5DCF25FE64750FA93D15C567F233E9; IL2CPP_EXTERN_C String_t* _stringLiteral99E8AFCC00169DFFC0A572C9D9B1C2CADEC13267; IL2CPP_EXTERN_C String_t* _stringLiteral9A54BB338C94DE9E34760447F2716453F9AB2B09; IL2CPP_EXTERN_C String_t* _stringLiteral9B3E94A9F0780F6A24D8E6C4582D68280C505B54; IL2CPP_EXTERN_C String_t* _stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615; IL2CPP_EXTERN_C String_t* _stringLiteral9D1965A6A91AFB48D7FBE01C9B7E846038FBFC29; IL2CPP_EXTERN_C String_t* _stringLiteral9D64FD021538BBCA256D783E52916EC66D2582E4; IL2CPP_EXTERN_C String_t* _stringLiteralA1216524CEC07B2021B75BE715C2136F65EEF8CC; IL2CPP_EXTERN_C String_t* _stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634; IL2CPP_EXTERN_C String_t* _stringLiteralA32848F898F4A6B651C6921CA590EDBD1702DC2D; IL2CPP_EXTERN_C String_t* _stringLiteralA51B14EEE37AF979D300EFF9CB43B1B78626C857; IL2CPP_EXTERN_C String_t* _stringLiteralA68121A7DD250F5946C3F1FD9C67B806D40CC9B8; IL2CPP_EXTERN_C String_t* _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122; IL2CPP_EXTERN_C String_t* _stringLiteralAB206184711D67E79B2842F8262F689143A2DE94; IL2CPP_EXTERN_C String_t* _stringLiteralAB288DF9A2916D57A7E6D73226C3C1BAF54C9408; IL2CPP_EXTERN_C String_t* _stringLiteralAF8C78D3ABD8A135F42C84881BFEFF370220ABAB; IL2CPP_EXTERN_C String_t* _stringLiteralB317A491A918E5501692248F501D9DF2AFAA2426; IL2CPP_EXTERN_C String_t* _stringLiteralB319EFE938CFB49AEA87783FC6662D7CF8432B24; IL2CPP_EXTERN_C String_t* _stringLiteralB32EE30D8BE0EAC169777AAFF5FCE78526DD4DE8; IL2CPP_EXTERN_C String_t* _stringLiteralB344685C9F5926A023E15AA872D5A5C5B6297827; IL2CPP_EXTERN_C String_t* _stringLiteralB56B1A8EB1266CAF5186ABF821BE92341AEB5FAF; IL2CPP_EXTERN_C String_t* _stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC; IL2CPP_EXTERN_C String_t* _stringLiteralB611668C4A625F042C90A7F3AC01E72247744D5D; IL2CPP_EXTERN_C String_t* _stringLiteralB62EC9F5C392255359C0EEF8F3A4633819D3BFD7; IL2CPP_EXTERN_C String_t* _stringLiteralB73816C7EC5EF793B0215232E15C27BD262C3B35; IL2CPP_EXTERN_C String_t* _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralBA76E0358BE64C9BB0E60402C572CC58B0EEB384; IL2CPP_EXTERN_C String_t* _stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6; IL2CPP_EXTERN_C String_t* _stringLiteralC008E503687BA2A627379D4E257787AEA3506830; IL2CPP_EXTERN_C String_t* _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA; IL2CPP_EXTERN_C String_t* _stringLiteralC430CC8B1BC8542E15779055224F947FCDA79CB6; IL2CPP_EXTERN_C String_t* _stringLiteralC7FBC556EF5B037D33CDCF1F900DD313CAA9FEE4; IL2CPP_EXTERN_C String_t* _stringLiteralCC4725DD136EE22B092A23EE74B30092209CC02E; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralD02E6369B6D9C6D8B976B7D348BE4C18CCF820C8; IL2CPP_EXTERN_C String_t* _stringLiteralD489269E8E1F5DAC95F746BB35583B31B03CA894; IL2CPP_EXTERN_C String_t* _stringLiteralDBA09CFA18EFBE0AA769B111CBC99DD9EDF05E13; IL2CPP_EXTERN_C String_t* _stringLiteralDD132AF56450B39BE9268B0F2850CC239DB8CD67; IL2CPP_EXTERN_C String_t* _stringLiteralDDE90696F8F73CDABA9D44788D89BD38BB739310; IL2CPP_EXTERN_C String_t* _stringLiteralDF3629043199020600B6B5ADAA1AD503127E95D4; IL2CPP_EXTERN_C String_t* _stringLiteralE22A9D4ABDB91B11D0EC930946AD81264F5C3FF9; IL2CPP_EXTERN_C String_t* _stringLiteralE524209FD7852D4BFC6F56FA4030DA350A8D53F2; 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* _stringLiteralEBA4817F4BED863CE5C4C84E7269E3B6BBA6D072; IL2CPP_EXTERN_C String_t* _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31; IL2CPP_EXTERN_C String_t* _stringLiteralEF7BA52D332C76AD75DE632E0A04B7AFED29EECA; IL2CPP_EXTERN_C String_t* _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; IL2CPP_EXTERN_C String_t* _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF5345374D2EE6D7018F3D0A480142CED6A7D20B9; IL2CPP_EXTERN_C String_t* _stringLiteralFCC3347B44687C171F65F055125F5C0AE402A636; IL2CPP_EXTERN_C String_t* _stringLiteralFCEA286560B5DBC370A8FA58530CA20FCB6665CC; IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisJTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_m89027FDE78B37D1F4BD727B05E47577E150CD9DC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* CollectionUtils_IsNullOrEmpty_TisJsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_m07713FEC9DB4746D759D630F16A9E280BA0CF0D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_Add_m8DF285B4AEB703E3D1FF91555490D9A0C639D5D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_ClearItems_m9D4D572449431F401BAB8B9B29342317EE187331_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_GetEnumerator_m40788D973976F9A2F7992F9A42912C6F9CE37887_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_InsertItem_mF53484D876B06B8ECA2F59FD548055A0FDDC755D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_Insert_m26C35A847C4DC38A2D73BE4515029193630EF08A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_RemoveItem_m1F3F6137150A3DBBB30F5FF7A850A815D3F495E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_Remove_m7F6D0F2334E9EBE7E3B09CA4916EB2DCE56E0337_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_SetItem_m73C6B8012BCCC0E96519834180EC5F2E48EEE945_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1__ctor_m1AF8DFD6ACE8A7EF5D8F1A4B60D1A36B91A0DA15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1__ctor_mEEA1A49A0200BF0A3D0A1BA886440E083194DACB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_get_Items_m27FA8AC87CA4C3B4BB3BDF6C2C85C024B2E62F28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Comparer_1_get_Default_mCCD7C77B86458B6487C16639E4738F561AD9B3E8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_mCEB16A182F4E57EF2440D437E36579DB6E5FE03C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mEEC496B93EA4D192F6D86E2CC1114EB379D52FE6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_mF24F4915C36A2044023361235F2B80619F9302A7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m34C85D2405D0FBAA47D58CB9ED449399E2DC7A68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_mB0D66E877E1A1260EC0D410059A4221776B964E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9464845AF71FDCBFA1B5366AD4EA8DA6D4C72DF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mD69F8C58E6F7EF4915730975CF44AC296634A536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_mCCA53AB78686B185C3DBE7BF8ED096084EBAA71C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m91E142CF5F911AFC2CC335A7FC9BC5A7715F8733_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mB43160009E4154CE2114D4A9FC5EF832A00F9C5E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mF800A536024103B2C23F62E49145D5C03B8FE332_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0EF8171318EDFF8175FE837221D5C16801540660_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m509C99FBE0AC5D45920770F24AE0FB206A152411_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mF8F5476E47800E2B16535A92D3F18BFE2E0F0179_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mE2AB8461A6771CDA3FC27232DA8C8129587E0669_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mEC5DCF12331994985B76B84BD7677DBE55B6763E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* EventHandler_1_Invoke_m7DB2DA4E25E75F8FA859D2CA39D2EFC9213E5E16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_m3E4F3443DE65627284A33F170ACD890BE5DF03CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1_Invoke_mE91913C083F58F1ADCAD6FEDA941964733C580F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Func_1__ctor_m2267C007A43DCC9738410073CD65DFC9E596BB28_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JPropertyKeyedCollection_Contains_m0E0B909D3C60358B58FAABCC6278E87E7B000A9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JProperty_ClearItems_mADE218CD57CD301EE3EAE6DB0DAA9474ADEDFD66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JProperty_GetItem_m8F8634BFC8A41DDD0FC2B2BFECC65FDC83BA644A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JProperty_InsertItem_m8D86173EA0AF0E7D9A6B1932D7BAE92A8733D3D5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JProperty_Load_m48205DDF35A47B789BA485710F42791682260825_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JProperty_RemoveItemAt_m732393F0677A5DF19C8892064A49E68FD14E9124_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JProperty_RemoveItem_m3A21F2B32184EBAFB03CCE4B7B4B2CE4858CBF0C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JProperty_SetItem_m147344233F5A77DCA8D2CBBB155FEF17FEC6C844_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JTokenReader_GetEndToken_m5A63E5A38757F7206247A217819F6DB442DA696A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JTokenReader_SetToken_mE8FA946667E5628E25613CA79295733B82B88EED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_AddAnnotation_mA05083C7F9CEE5DC9573F8A9689468C78C13C098_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Parse_m7491AE9C92864A662F95BB39B009173EA7C6238C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ReadFrom_mBA166B8C1113108F91C919BA658546AD7CF996A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Remove_mB38D4289F80AB38649500BA72BD8200D5E5714BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_Replace_m83831E295B24F26ECA37DF56400004390AD5DFF8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_ToObject_mA45387A7E152199DAD85F9E8D6B8C1110C3BF74D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_get_First_m35FC03384D6D3BB03FF927106B43EAA3849D3A9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_get_Item_m4508A72C96C1C66F8C7EC215C0C723F89C46632A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_get_Last_m5ED6C283D197095C527BC16E830508E150ECF87C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m01D0834AA83423E14AA675F1379AACABA3FEFD10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m0590FD1039A9915EA8B693238BC461158C42529E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m06B72D4DB16DC1EE4D0D5BE85D6E140219E18976_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m0A23DF8E211CBF20F2D107B9DA8E2B6DD77DD081_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m14D75EE97D98C9C5691B089A98248F9419FC822F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m1782351556514AF927F616EA733E969AA5EC9A8C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m18EEEE9F461F450D7F7E5A49C642AA40D9CFF3C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m2E5E5BAFAF2F3FCF4A65BB9D822F53332B85CB19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m2F30DFABCECACB7AB712BE62217C201C61DD572C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m3C2674D8BCCF2148736AAF2F4CE8D80C81986941_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m4E7617246CBC1C0E00D1F248C1C02ED1B25D6DEA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m4FEF9B3DBAC7F99F365CC6D9612F6B467ADA4BCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m5204A020C1CA93FA7A823997187A4CC8EAB6FFDF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m524E51255C189ACEF140E6512CD59A3BB6F6F05B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m54ACA327F16469B6847601927A1EDDDA20FF940F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m54FA346024FF931A676EFD4F1987C90C35CB62B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m57A0E69DB74E588DF9A080B627E951B2185DE59E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m5E49DBB5487D233239300D290AA67F3312547899_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m6C40F0E59766F9219D60212D2D330602820780F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m8375005A9901DF69721432BA14A6244191A70BF9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m87EA6319EA3E3E1B98C1ED7424F43B238E4F987E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m8CBCBF71355B4B848B42C6F07E664D4F01F5A427_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m916EDCDE86ABE1AC4F6B458BF40362582941ED90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m91E7B6CEB4DB81BE2CE97D42C5D9ED0235A1BF31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_m985B22F3DA346F51A6F582E21AB83ACC25D4A394_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mAA1F8A93F7F7EB1C4233246406815B04225CE918_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mB151E43F59905323634A640F2324C2C775B34661_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mC2EA977CBD292133B27E38447FED7B79347B1D7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mC9E25F54EFBEBCCCC9C90E7706E8729BD88FE019_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mCC010FBC79F64CEC66EF02127D29F6B766DCAB69_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mD4DD55C6987A1966CB844AB222140C0BA6322C46_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mDD6DCA9D08C1C324D5A0C27568447CFCE8EE4C29_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mF0B4A4DE59F877B04AB2AAFAB95A36B463263626_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mF1F831B5190980344F6053A81BFC4284551861C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mF8B3B58C0BE99BA4A281EF0DDFE378E8102D91F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_op_Explicit_mFA8ADA35CB594687E9F0113ED09EC6D74F17E236_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JToken_set_Item_mD3ECA751B669009F027A5B4F3F91B05B2189CD4C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JValue_GetValueType_mD4C0C87715186C2CAE9563E1D1FFA1E816F9A1DF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JValue_WriteTo_m8B1DEEB90C4CF72AB25E3E9F90347F34A94C2A0A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JavaScriptDateTimeConverter_ReadJson_m4B86AAC4A496CA5C3812925A5DB7A6BB5E3BB9B3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JavaScriptDateTimeConverter_WriteJson_mA34AEDE37E8496974D0EEAAF82F27AF22E4469C7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_GetDefaultSettings_m2B67ED38FB0FBC26D71FEDB6EBF8D1BE78BBED4D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonConvert_ToString_mB43B2CA1ACF2E179563334C501659EF8995D8A02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonFormatterConverter_Convert_m121005D2680232FA8E91735481504753A24E8A3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m72C79A1A05F8E42B16A217909237F8DDD6208483_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD6EE38F34A46EECAA41611CBE8D86B98F3F646A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m1B54D916C36826C62E952E1834A26A67F4636E20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mF90E101272C8CBD09866921457DCEB6981F2AE9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonFormatterConverter_GetTokenValue_TisString_t_m88C2ED45A63308E5B1C241D2A8388FC0F3B3B016_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonObjectContract_GetUninitializedObject_m7F5FF3453D03F893AA58B6975DCC0EB36FDCED76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonPropertyCollection_AddProperty_mED53D52E7A02CE801B52BF0DA9B107E50ED68A19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_GetTypeForCloseToken_mAD289260793FC33C6591C760106313A8FF49C81D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_Push_mE631FDAA728547741765EAA86B6687EFA7AFA315_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadArrayIntoByteArray_m453E3BA75FF4D078C59A30094A359C7799BC0DA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsBoolean_mE3ED026E5B82B12271012625C0577398A2842091_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsBytes_m8F20E49BCB3FB058516C412CEE2D57D0A4AAF30A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDateTimeOffset_m05F1C463823DF04AE1785C94BC4BBDEC0C3D090E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDateTime_m2544BB943DBF9A881A6E01F6F91D064530FFFDC7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDecimal_m09150AF2288181DEC69092C6007D4227009FE6EC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsDouble_m326759998E44B0658F15E29BFEB5E36A8F96509D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsInt32_m4CFA54D7363F85EEDA2C5A45D01CF27972D5A0BA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadAsString_m91D2388CFCD4F42F64FE058368079E2392C94506_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadBooleanString_m998D6921BCA3EEC65EA1D7DD2AFC0148774C6203_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDateTimeOffsetString_m6D7DC0DF38660A1841B7428B7713CE169C80F9D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDateTimeString_m247F86C9E5CC7EC4938C0424B3705AA6C93D2B49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDecimalString_mCF97D3A26C5A87A23A4E188126E2DAD58D0E4977_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadDoubleString_m01EC3D33CE23EF2807C80A19B95B2AE80D3943CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadInt32String_m241E4FF95FC6222BA903B9D563F369E8BBC9A9E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReadIntoWrappedTypeObject_mD531D84D3842329588FAB3666617D214BDDC681B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ReaderReadAndAssert_mC990E3530531FFFDACE7EC419B8726E38F0F8847_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_SetStateBasedOnCurrent_m5038313256A52E9761A30951BCEA0E025B32D65B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_ValidateEnd_mC29C9307AF96EDAA4B095A2EC90F7156D8F6BDA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_DateParseHandling_m7DFBEDC3F1D148580848E7DA5D1D6896DCD34DFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_DateTimeZoneHandling_mB7395F060FAE13042375F808471D829F5BD3B78C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_FloatParseHandling_m2E62EBC5DCA3F030C505E97A0DC12B66B15F6B68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonReader_set_MaxDepth_m278051DCF6AF3982CD5F1F2FA6479E75D74D2EBA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_Binder_m7E06D4CB1C7F59D3FA7E29FA1886AA94C25DBF72_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ConstructorHandling_m3D7BB6B7EEC94E2483876028E043FD2C5AB16AF6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_DefaultValueHandling_m2314487781B4564F15749A9EBC40E82F38583EE0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_MetadataPropertyHandling_m6A97B28D50BA612902F6184D48BF340D591C12E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_MissingMemberHandling_mF2977B5D3B3A3C2AB6022E953C59F1EB9DCA80B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_NullValueHandling_m6C04322512F3327945BE96643FB7D73F29F49728_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ObjectCreationHandling_mC8AC2C0A1F13E47C8FC2187C7F6034E016E53883_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_PreserveReferencesHandling_m161316AF11381FFE737F5723260F589523B6B72D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ReferenceLoopHandling_mD785BE5461A2B2CFD06135C705663EA03A48B941_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_ReferenceResolver_mD3C2A1B634ABC9F2BF2E6FAB6109069EAB03AC9D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_TypeNameAssemblyFormat_m6BC30A81C47835FFADD986CA947950DA2372D4C5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonSerializer_set_TypeNameHandling_m46F4935848B54A7E94AEB9673772AC5841A0325A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyedCollection_2_Contains_mA8A3FFCF2A8E6285617CA80B8CFF9574D5182324_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyedCollection_2__ctor_mB38F6B0C9A766590641C103B4C7FCC662E535135_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyedCollection_2_get_Dictionary_m68D47AF5C186BE23EC415AFCA99DC49905EF5186_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyedCollection_2_get_Item_mEF21BC0927412DC970E105E0769911E735F80C45_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m652DA80090D2F7387387D9AF062A3CA006248375_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m7999CE03BC62EEA149DD7DE8543AC6DE59B5C5D2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_Reverse_mC76A2C148E13847ACB902B884729E2142D1EF0F1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA3D73AEB11CF6BCA986CD72E179F420962C7F684_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m9F4EFDAD1E9EBD182CDFA96128154BFC82FE6F93_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mCED79031609030921C28D66AEEB3E9116DB85B68_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m08CF9771BBA7045AF7B9C1F7C863511C2C7CDA75_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m1B1169E1D106FE76D4FB1B73374AA8985AB2C8ED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m5B383B605EBADFA643E2FE0DE0517AB23144C786_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mC4D51CF728650AEC34C28BC9DC87DA1B6BA43536_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mE19B9F26CB83357579523DED8003E87E61C2C604_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m0529653926F0FF16D2E1D27F7F6CA43B9D02F5F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m467C083BC2D949428EDF419BC6B93DBB1BE60A8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m7835779CA418D37B8C693F6C4720DDD3362B5CCF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mA5E5F836661C8C09F707F570F5AD2EC4B59D274F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mBF0FE77011DD8E17E8010CA0406875F0CFB3554A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mFFB25C2F4E29456578724A4751BA80DE308527BF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m27DA9BF8CD761075EBCC1EA5C258944D1007E23E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m29E49B1D5246C4EF3D21D7969D0F2893A2213304_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m46A00CDDE2E720EBA5C1397A2D616087DF9CD326_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m5DC71178677F76D05BF35254A52842687B28464D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m6A59275412671C0F779B951269B78E0EE82478D7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m7579138774EF2DD21B449FDD4DB80E514666BC7E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mA59F0340FABAB8E22CF30D94832D2DD3BC0A1140_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m0CCC486045F01CB1ABC8F6D058C7AEB3FB9938B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m6FE49A01A57F2D55E9C05CD142AEB158F2F19452_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* CollectionWrapper_1_t56FDF60B2C1B06FFDD89FCF3B3648CCB0CD41043_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* DictionaryWrapper_2_tD3CB532DD26E2F17B2D0CF7C4269C367D5C01B4C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Guid_t_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* ReadOnlyCollection_1_tFF1617BDDB6CC1270F86427B15677A345318C114_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com; struct CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4; struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C; struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726; struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34; struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE; struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4; struct JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597; struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE; struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object // System.Collections.ObjectModel.Collection`1 struct Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.ObjectModel.Collection`1 struct Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 : public RuntimeObject { public: // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::items RuntimeObject* ___items_0; // System.Object System.Collections.ObjectModel.Collection`1::_syncRoot RuntimeObject * ____syncRoot_1; public: inline static int32_t get_offset_of_items_0() { return static_cast(offsetof(Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0, ___items_0)); } inline RuntimeObject* get_items_0() const { return ___items_0; } inline RuntimeObject** get_address_of_items_0() { return &___items_0; } inline void set_items_0(RuntimeObject* value) { ___items_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___items_0), (void*)value); } inline static int32_t get_offset_of__syncRoot_1() { return static_cast(offsetof(Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0, ____syncRoot_1)); } inline RuntimeObject * get__syncRoot_1() const { return ____syncRoot_1; } inline RuntimeObject ** get_address_of__syncRoot_1() { return &____syncRoot_1; } inline void set__syncRoot_1(RuntimeObject * value) { ____syncRoot_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_1), (void*)value); } }; // System.Collections.Generic.Comparer`1 struct Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 : public RuntimeObject { public: public: }; struct Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6_StaticFields { public: // System.Collections.Generic.Comparer`1 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Generic.Comparer`1::defaultComparer Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 * ___defaultComparer_0; public: inline static int32_t get_offset_of_defaultComparer_0() { return static_cast(offsetof(Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6_StaticFields, ___defaultComparer_0)); } inline Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 * get_defaultComparer_0() const { return ___defaultComparer_0; } inline Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 ** get_address_of_defaultComparer_0() { return &___defaultComparer_0; } inline void set_defaultComparer_0(Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 * value) { ___defaultComparer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultComparer_0), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___entries_1)); } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_tA11A27A435DD770DB701FA3C8559ACA8B4E445E7* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___keys_7)); } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * get_keys_7() const { return ___keys_7; } inline KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ___values_8)); } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * get_values_8() const { return ___values_8; } inline ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_t0ACCC25930444F15B1857D00E9FB6021E5842852 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t54DD6EC75646D6CC5E56EB999A8330BBCA8F4439* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tC0A6743DAF125C1ECDBEEC266DAC4E528E7B8ADC * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___entries_1)); } inline EntryU5BU5D_t54DD6EC75646D6CC5E56EB999A8330BBCA8F4439* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t54DD6EC75646D6CC5E56EB999A8330BBCA8F4439** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t54DD6EC75646D6CC5E56EB999A8330BBCA8F4439* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___keys_7)); } inline KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 * get_keys_7() const { return ___keys_7; } inline KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ___values_8)); } inline ValueCollection_tC0A6743DAF125C1ECDBEEC266DAC4E528E7B8ADC * get_values_8() const { return ___values_8; } inline ValueCollection_tC0A6743DAF125C1ECDBEEC266DAC4E528E7B8ADC ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tC0A6743DAF125C1ECDBEEC266DAC4E528E7B8ADC * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC : public RuntimeObject { public: // System.Int32[] System.Collections.Generic.Dictionary`2::buckets Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::entries EntryU5BU5D_t9A79D44D2EAE719A4E500765FCACC0F6962CB937* ___entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::count int32_t ___count_2; // System.Int32 System.Collections.Generic.Dictionary`2::version int32_t ___version_3; // System.Int32 System.Collections.Generic.Dictionary`2::freeList int32_t ___freeList_4; // System.Int32 System.Collections.Generic.Dictionary`2::freeCount int32_t ___freeCount_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::comparer RuntimeObject* ___comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::keys KeyCollection_t64A45CE1038AB80EA8AC5E2AC3F0E45A194191FA * ___keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::values ValueCollection_tF6E55EF3F287ABE19AF1A86CD533A7DC615B47D4 * ___values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject * ____syncRoot_9; public: inline static int32_t get_offset_of_buckets_0() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___buckets_0)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_buckets_0() const { return ___buckets_0; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_buckets_0() { return &___buckets_0; } inline void set_buckets_0(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___buckets_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___buckets_0), (void*)value); } inline static int32_t get_offset_of_entries_1() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___entries_1)); } inline EntryU5BU5D_t9A79D44D2EAE719A4E500765FCACC0F6962CB937* get_entries_1() const { return ___entries_1; } inline EntryU5BU5D_t9A79D44D2EAE719A4E500765FCACC0F6962CB937** get_address_of_entries_1() { return &___entries_1; } inline void set_entries_1(EntryU5BU5D_t9A79D44D2EAE719A4E500765FCACC0F6962CB937* value) { ___entries_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___entries_1), (void*)value); } inline static int32_t get_offset_of_count_2() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___count_2)); } inline int32_t get_count_2() const { return ___count_2; } inline int32_t* get_address_of_count_2() { return &___count_2; } inline void set_count_2(int32_t value) { ___count_2 = value; } inline static int32_t get_offset_of_version_3() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___version_3)); } inline int32_t get_version_3() const { return ___version_3; } inline int32_t* get_address_of_version_3() { return &___version_3; } inline void set_version_3(int32_t value) { ___version_3 = value; } inline static int32_t get_offset_of_freeList_4() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___freeList_4)); } inline int32_t get_freeList_4() const { return ___freeList_4; } inline int32_t* get_address_of_freeList_4() { return &___freeList_4; } inline void set_freeList_4(int32_t value) { ___freeList_4 = value; } inline static int32_t get_offset_of_freeCount_5() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___freeCount_5)); } inline int32_t get_freeCount_5() const { return ___freeCount_5; } inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; } inline void set_freeCount_5(int32_t value) { ___freeCount_5 = value; } inline static int32_t get_offset_of_comparer_6() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___comparer_6)); } inline RuntimeObject* get_comparer_6() const { return ___comparer_6; } inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; } inline void set_comparer_6(RuntimeObject* value) { ___comparer_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_6), (void*)value); } inline static int32_t get_offset_of_keys_7() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___keys_7)); } inline KeyCollection_t64A45CE1038AB80EA8AC5E2AC3F0E45A194191FA * get_keys_7() const { return ___keys_7; } inline KeyCollection_t64A45CE1038AB80EA8AC5E2AC3F0E45A194191FA ** get_address_of_keys_7() { return &___keys_7; } inline void set_keys_7(KeyCollection_t64A45CE1038AB80EA8AC5E2AC3F0E45A194191FA * value) { ___keys_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___keys_7), (void*)value); } inline static int32_t get_offset_of_values_8() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ___values_8)); } inline ValueCollection_tF6E55EF3F287ABE19AF1A86CD533A7DC615B47D4 * get_values_8() const { return ___values_8; } inline ValueCollection_tF6E55EF3F287ABE19AF1A86CD533A7DC615B47D4 ** get_address_of_values_8() { return &___values_8; } inline void set_values_8(ValueCollection_tF6E55EF3F287ABE19AF1A86CD533A7DC615B47D4 * value) { ___values_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___values_8), (void*)value); } inline static int32_t get_offset_of__syncRoot_9() { return static_cast(offsetof(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC, ____syncRoot_9)); } inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; } inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; } inline void set__syncRoot_9(RuntimeObject * value) { ____syncRoot_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_9), (void*)value); } }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::dictionary Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * ___dictionary_0; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3, ___dictionary_0)); } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____items_1)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__items_1() const { return ____items_1; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_StaticFields, ____emptyArray_5)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get__emptyArray_5() const { return ____emptyArray_5; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE, ____items_1)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__items_1() const { return ____items_1; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__items_1() { return &____items_1; } inline void set__items_1(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE_StaticFields, ____emptyArray_5)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__emptyArray_5() const { return ____emptyArray_5; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____items_1)); } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* get__items_1() const { return ____items_1; } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_StaticFields, ____emptyArray_5)); } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* get__emptyArray_5() const { return ____emptyArray_5; } inline JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JTokenU5BU5D_t0DD412086018A817EDF01B3DAA748E9B6ED12475* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____items_1)); } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* get__items_1() const { return ____items_1; } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_StaticFields, ____emptyArray_5)); } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* get__emptyArray_5() const { return ____emptyArray_5; } inline JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____items_1)); } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* get__items_1() const { return ____items_1; } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82** get_address_of__items_1() { return &____items_1; } inline void set__items_1(JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83_StaticFields, ____emptyArray_5)); } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* get__emptyArray_5() const { return ____emptyArray_5; } inline JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(JsonPropertyU5BU5D_tE815B20F03AE937131393E6B1C45D5141FF93F82* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____items_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__items_1() const { return ____items_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__items_1() { return &____items_1; } inline void set__items_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_StaticFields, ____emptyArray_5)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get__emptyArray_5() const { return ____emptyArray_5; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____items_1)); } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* get__items_1() const { return ____items_1; } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_StaticFields, ____emptyArray_5)); } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* get__emptyArray_5() const { return ____emptyArray_5; } inline SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SerializationCallbackU5BU5D_tA0170B19663CA3FB9E3D3CB3867173F8613B16F8* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; // System.Collections.Generic.List`1 struct List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 : public RuntimeObject { public: // T[] System.Collections.Generic.List`1::_items SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject * ____syncRoot_4; public: inline static int32_t get_offset_of__items_1() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____items_1)); } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* get__items_1() const { return ____items_1; } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED** get_address_of__items_1() { return &____items_1; } inline void set__items_1(SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* value) { ____items_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value); } inline static int32_t get_offset_of__size_2() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____size_2)); } inline int32_t get__size_2() const { return ____size_2; } inline int32_t* get_address_of__size_2() { return &____size_2; } inline void set__size_2(int32_t value) { ____size_2 = value; } inline static int32_t get_offset_of__version_3() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____version_3)); } inline int32_t get__version_3() const { return ____version_3; } inline int32_t* get_address_of__version_3() { return &____version_3; } inline void set__version_3(int32_t value) { ____version_3 = value; } inline static int32_t get_offset_of__syncRoot_4() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753, ____syncRoot_4)); } inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; } inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; } inline void set__syncRoot_4(RuntimeObject * value) { ____syncRoot_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value); } }; struct List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_StaticFields { public: // T[] System.Collections.Generic.List`1::_emptyArray SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* ____emptyArray_5; public: inline static int32_t get_offset_of__emptyArray_5() { return static_cast(offsetof(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_StaticFields, ____emptyArray_5)); } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* get__emptyArray_5() const { return ____emptyArray_5; } inline SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED** get_address_of__emptyArray_5() { return &____emptyArray_5; } inline void set__emptyArray_5(SerializationErrorCallbackU5BU5D_t1B34B401BA55FE54E05552D2BE834EB882208FED* value) { ____emptyArray_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)value); } }; struct Il2CppArrayBounds; // System.Array // System.Attribute struct Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 : public RuntimeObject { public: public: }; // System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 : public RuntimeObject { public: // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; public: inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isReadOnly_3)); } inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; } inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; } inline void set_m_isReadOnly_3(bool value) { ___m_isReadOnly_3 = value; } inline static int32_t get_offset_of_cultureID_4() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cultureID_4)); } inline int32_t get_cultureID_4() const { return ___cultureID_4; } inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; } inline void set_cultureID_4(int32_t value) { ___cultureID_4 = value; } inline static int32_t get_offset_of_parent_lcid_5() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_lcid_5)); } inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; } inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; } inline void set_parent_lcid_5(int32_t value) { ___parent_lcid_5 = value; } inline static int32_t get_offset_of_datetime_index_6() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___datetime_index_6)); } inline int32_t get_datetime_index_6() const { return ___datetime_index_6; } inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; } inline void set_datetime_index_6(int32_t value) { ___datetime_index_6 = value; } inline static int32_t get_offset_of_number_index_7() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___number_index_7)); } inline int32_t get_number_index_7() const { return ___number_index_7; } inline int32_t* get_address_of_number_index_7() { return &___number_index_7; } inline void set_number_index_7(int32_t value) { ___number_index_7 = value; } inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___default_calendar_type_8)); } inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; } inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; } inline void set_default_calendar_type_8(int32_t value) { ___default_calendar_type_8 = value; } inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_useUserOverride_9)); } inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; } inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; } inline void set_m_useUserOverride_9(bool value) { ___m_useUserOverride_9 = value; } inline static int32_t get_offset_of_numInfo_10() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___numInfo_10)); } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * get_numInfo_10() const { return ___numInfo_10; } inline NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D ** get_address_of_numInfo_10() { return &___numInfo_10; } inline void set_numInfo_10(NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * value) { ___numInfo_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___numInfo_10), (void*)value); } inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___dateTimeInfo_11)); } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; } inline DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; } inline void set_dateTimeInfo_11(DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * value) { ___dateTimeInfo_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___dateTimeInfo_11), (void*)value); } inline static int32_t get_offset_of_textInfo_12() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textInfo_12)); } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * get_textInfo_12() const { return ___textInfo_12; } inline TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C ** get_address_of_textInfo_12() { return &___textInfo_12; } inline void set_textInfo_12(TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * value) { ___textInfo_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___textInfo_12), (void*)value); } inline static int32_t get_offset_of_m_name_13() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_name_13)); } inline String_t* get_m_name_13() const { return ___m_name_13; } inline String_t** get_address_of_m_name_13() { return &___m_name_13; } inline void set_m_name_13(String_t* value) { ___m_name_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_name_13), (void*)value); } inline static int32_t get_offset_of_englishname_14() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___englishname_14)); } inline String_t* get_englishname_14() const { return ___englishname_14; } inline String_t** get_address_of_englishname_14() { return &___englishname_14; } inline void set_englishname_14(String_t* value) { ___englishname_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___englishname_14), (void*)value); } inline static int32_t get_offset_of_nativename_15() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___nativename_15)); } inline String_t* get_nativename_15() const { return ___nativename_15; } inline String_t** get_address_of_nativename_15() { return &___nativename_15; } inline void set_nativename_15(String_t* value) { ___nativename_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___nativename_15), (void*)value); } inline static int32_t get_offset_of_iso3lang_16() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso3lang_16)); } inline String_t* get_iso3lang_16() const { return ___iso3lang_16; } inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; } inline void set_iso3lang_16(String_t* value) { ___iso3lang_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso3lang_16), (void*)value); } inline static int32_t get_offset_of_iso2lang_17() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___iso2lang_17)); } inline String_t* get_iso2lang_17() const { return ___iso2lang_17; } inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; } inline void set_iso2lang_17(String_t* value) { ___iso2lang_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___iso2lang_17), (void*)value); } inline static int32_t get_offset_of_win3lang_18() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___win3lang_18)); } inline String_t* get_win3lang_18() const { return ___win3lang_18; } inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; } inline void set_win3lang_18(String_t* value) { ___win3lang_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___win3lang_18), (void*)value); } inline static int32_t get_offset_of_territory_19() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___territory_19)); } inline String_t* get_territory_19() const { return ___territory_19; } inline String_t** get_address_of_territory_19() { return &___territory_19; } inline void set_territory_19(String_t* value) { ___territory_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___territory_19), (void*)value); } inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___native_calendar_names_20)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_native_calendar_names_20() const { return ___native_calendar_names_20; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; } inline void set_native_calendar_names_20(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___native_calendar_names_20 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_calendar_names_20), (void*)value); } inline static int32_t get_offset_of_compareInfo_21() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___compareInfo_21)); } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * get_compareInfo_21() const { return ___compareInfo_21; } inline CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 ** get_address_of_compareInfo_21() { return &___compareInfo_21; } inline void set_compareInfo_21(CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * value) { ___compareInfo_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___compareInfo_21), (void*)value); } inline static int32_t get_offset_of_textinfo_data_22() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___textinfo_data_22)); } inline void* get_textinfo_data_22() const { return ___textinfo_data_22; } inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; } inline void set_textinfo_data_22(void* value) { ___textinfo_data_22 = value; } inline static int32_t get_offset_of_m_dataItem_23() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_dataItem_23)); } inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; } inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; } inline void set_m_dataItem_23(int32_t value) { ___m_dataItem_23 = value; } inline static int32_t get_offset_of_calendar_24() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___calendar_24)); } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * get_calendar_24() const { return ___calendar_24; } inline Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A ** get_address_of_calendar_24() { return &___calendar_24; } inline void set_calendar_24(Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * value) { ___calendar_24 = value; Il2CppCodeGenWriteBarrier((void**)(&___calendar_24), (void*)value); } inline static int32_t get_offset_of_parent_culture_25() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___parent_culture_25)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_parent_culture_25() const { return ___parent_culture_25; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_parent_culture_25() { return &___parent_culture_25; } inline void set_parent_culture_25(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___parent_culture_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___parent_culture_25), (void*)value); } inline static int32_t get_offset_of_constructed_26() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___constructed_26)); } inline bool get_constructed_26() const { return ___constructed_26; } inline bool* get_address_of_constructed_26() { return &___constructed_26; } inline void set_constructed_26(bool value) { ___constructed_26 = value; } inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___cached_serialized_form_27)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; } inline void set_cached_serialized_form_27(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___cached_serialized_form_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___cached_serialized_form_27), (void*)value); } inline static int32_t get_offset_of_m_cultureData_28() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_cultureData_28)); } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * get_m_cultureData_28() const { return ___m_cultureData_28; } inline CultureData_t53CDF1C5F789A28897415891667799420D3C5529 ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; } inline void set_m_cultureData_28(CultureData_t53CDF1C5F789A28897415891667799420D3C5529 * value) { ___m_cultureData_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_cultureData_28), (void*)value); } inline static int32_t get_offset_of_m_isInherited_29() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98, ___m_isInherited_29)); } inline bool get_m_isInherited_29() const { return ___m_isInherited_29; } inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; } inline void set_m_isInherited_29(bool value) { ___m_isInherited_29 = value; } }; struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields { public: // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject * ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentUICulture_33; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___s_DefaultThreadCurrentCulture_34; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * ___shared_by_number_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * ___shared_by_name_36; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_37; public: inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___invariant_culture_info_0)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; } inline void set_invariant_culture_info_0(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___invariant_culture_info_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___invariant_culture_info_0), (void*)value); } inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_table_lock_1)); } inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; } inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; } inline void set_shared_table_lock_1(RuntimeObject * value) { ___shared_table_lock_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_table_lock_1), (void*)value); } inline static int32_t get_offset_of_default_current_culture_2() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___default_current_culture_2)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_default_current_culture_2() const { return ___default_current_culture_2; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; } inline void set_default_current_culture_2(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___default_current_culture_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___default_current_culture_2), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; } inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentUICulture_33 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)value); } inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___s_DefaultThreadCurrentCulture_34)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; } inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___s_DefaultThreadCurrentCulture_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)value); } inline static int32_t get_offset_of_shared_by_number_35() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_number_35)); } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * get_shared_by_number_35() const { return ___shared_by_number_35; } inline Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; } inline void set_shared_by_number_35(Dictionary_2_t5B8303F2C9869A39ED3E03C0FBB09F817E479402 * value) { ___shared_by_number_35 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_number_35), (void*)value); } inline static int32_t get_offset_of_shared_by_name_36() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___shared_by_name_36)); } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * get_shared_by_name_36() const { return ___shared_by_name_36; } inline Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; } inline void set_shared_by_name_36(Dictionary_2_t0015CBF964B0687CBB5ECFDDE06671A8F3DDE4BC * value) { ___shared_by_name_36 = value; Il2CppCodeGenWriteBarrier((void**)(&___shared_by_name_36), (void*)value); } inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast(offsetof(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_StaticFields, ___IsTaiwanSku_37)); } inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; } inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; } inline void set_IsTaiwanSku_37(bool value) { ___IsTaiwanSku_37 = value; } }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t58780B43B6A840C38FD10C50CDFE2128884CAD1D * ___numInfo_10; DateTimeFormatInfo_t0B9F6CA631A51CFC98A3C6031CF8069843137C90 * ___dateTimeInfo_11; TextInfo_tE823D0684BFE8B203501C9B2B38585E8F06E872C * ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t4AB62EC32E8AF1E469E315620C7E3FB8B0CAE0C9 * ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t3D638AEAB45F029DF47138EDA4CF9A7CBBB1C32A * ___calendar_24; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_t53CDF1C5F789A28897415891667799420D3C5529_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.DBNull struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 : public RuntimeObject { public: public: }; struct DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields { public: // System.DBNull System.DBNull::Value DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * ___Value_0; public: inline static int32_t get_offset_of_Value_0() { return static_cast(offsetof(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields, ___Value_0)); } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * get_Value_0() const { return ___Value_0; } inline DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 ** get_address_of_Value_0() { return &___Value_0; } inline void set_Value_0(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * value) { ___Value_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Value_0), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultContractResolverState struct DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 : public RuntimeObject { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Serialization.DefaultContractResolverState::ContractCache Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * ___ContractCache_0; // Newtonsoft.Json.Utilities.PropertyNameTable Newtonsoft.Json.Serialization.DefaultContractResolverState::NameTable PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * ___NameTable_1; public: inline static int32_t get_offset_of_ContractCache_0() { return static_cast(offsetof(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489, ___ContractCache_0)); } inline Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * get_ContractCache_0() const { return ___ContractCache_0; } inline Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 ** get_address_of_ContractCache_0() { return &___ContractCache_0; } inline void set_ContractCache_0(Dictionary_2_tEED026339D08E65FC25E5395DA310EECDC6CDC68 * value) { ___ContractCache_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ContractCache_0), (void*)value); } inline static int32_t get_offset_of_NameTable_1() { return static_cast(offsetof(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489, ___NameTable_1)); } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * get_NameTable_1() const { return ___NameTable_1; } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A ** get_address_of_NameTable_1() { return &___NameTable_1; } inline void set_NameTable_1(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * value) { ___NameTable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameTable_1), (void*)value); } }; // Newtonsoft.Json.Serialization.DefaultReferenceResolver struct DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Serialization.DefaultReferenceResolver::_referenceCount int32_t ____referenceCount_0; public: inline static int32_t get_offset_of__referenceCount_0() { return static_cast(offsetof(DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A, ____referenceCount_0)); } inline int32_t get__referenceCount_0() const { return ____referenceCount_0; } inline int32_t* get_address_of__referenceCount_0() { return &____referenceCount_0; } inline void set__referenceCount_0(int32_t value) { ____referenceCount_0 = value; } }; // Newtonsoft.Json.Serialization.ErrorContext struct ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 : public RuntimeObject { public: // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::k__BackingField bool ___U3CTracedU3Ek__BackingField_0; // System.Exception Newtonsoft.Json.Serialization.ErrorContext::k__BackingField Exception_t * ___U3CErrorU3Ek__BackingField_1; // System.Object Newtonsoft.Json.Serialization.ErrorContext::k__BackingField RuntimeObject * ___U3COriginalObjectU3Ek__BackingField_2; // System.Object Newtonsoft.Json.Serialization.ErrorContext::k__BackingField RuntimeObject * ___U3CMemberU3Ek__BackingField_3; // System.String Newtonsoft.Json.Serialization.ErrorContext::k__BackingField String_t* ___U3CPathU3Ek__BackingField_4; // System.Boolean Newtonsoft.Json.Serialization.ErrorContext::k__BackingField bool ___U3CHandledU3Ek__BackingField_5; public: inline static int32_t get_offset_of_U3CTracedU3Ek__BackingField_0() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CTracedU3Ek__BackingField_0)); } inline bool get_U3CTracedU3Ek__BackingField_0() const { return ___U3CTracedU3Ek__BackingField_0; } inline bool* get_address_of_U3CTracedU3Ek__BackingField_0() { return &___U3CTracedU3Ek__BackingField_0; } inline void set_U3CTracedU3Ek__BackingField_0(bool value) { ___U3CTracedU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_1() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CErrorU3Ek__BackingField_1)); } inline Exception_t * get_U3CErrorU3Ek__BackingField_1() const { return ___U3CErrorU3Ek__BackingField_1; } inline Exception_t ** get_address_of_U3CErrorU3Ek__BackingField_1() { return &___U3CErrorU3Ek__BackingField_1; } inline void set_U3CErrorU3Ek__BackingField_1(Exception_t * value) { ___U3CErrorU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3COriginalObjectU3Ek__BackingField_2() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3COriginalObjectU3Ek__BackingField_2)); } inline RuntimeObject * get_U3COriginalObjectU3Ek__BackingField_2() const { return ___U3COriginalObjectU3Ek__BackingField_2; } inline RuntimeObject ** get_address_of_U3COriginalObjectU3Ek__BackingField_2() { return &___U3COriginalObjectU3Ek__BackingField_2; } inline void set_U3COriginalObjectU3Ek__BackingField_2(RuntimeObject * value) { ___U3COriginalObjectU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3COriginalObjectU3Ek__BackingField_2), (void*)value); } inline static int32_t get_offset_of_U3CMemberU3Ek__BackingField_3() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CMemberU3Ek__BackingField_3)); } inline RuntimeObject * get_U3CMemberU3Ek__BackingField_3() const { return ___U3CMemberU3Ek__BackingField_3; } inline RuntimeObject ** get_address_of_U3CMemberU3Ek__BackingField_3() { return &___U3CMemberU3Ek__BackingField_3; } inline void set_U3CMemberU3Ek__BackingField_3(RuntimeObject * value) { ___U3CMemberU3Ek__BackingField_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemberU3Ek__BackingField_3), (void*)value); } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_4() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CPathU3Ek__BackingField_4)); } inline String_t* get_U3CPathU3Ek__BackingField_4() const { return ___U3CPathU3Ek__BackingField_4; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_4() { return &___U3CPathU3Ek__BackingField_4; } inline void set_U3CPathU3Ek__BackingField_4(String_t* value) { ___U3CPathU3Ek__BackingField_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_4), (void*)value); } inline static int32_t get_offset_of_U3CHandledU3Ek__BackingField_5() { return static_cast(offsetof(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0, ___U3CHandledU3Ek__BackingField_5)); } inline bool get_U3CHandledU3Ek__BackingField_5() const { return ___U3CHandledU3Ek__BackingField_5; } inline bool* get_address_of_U3CHandledU3Ek__BackingField_5() { return &___U3CHandledU3Ek__BackingField_5; } inline void set_U3CHandledU3Ek__BackingField_5(bool value) { ___U3CHandledU3Ek__BackingField_5 = value; } }; // System.EventArgs struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA : public RuntimeObject { public: public: }; struct EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields { public: // System.EventArgs System.EventArgs::Empty EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA_StaticFields, ___Empty_0)); } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * get_Empty_0() const { return ___Empty_0; } inline EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA ** get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA * value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_0), (void*)value); } }; // Newtonsoft.Json.Linq.JsonPath.JPath struct JPath_t097926E64033E4294642680425035C8232A8048F : public RuntimeObject { public: public: }; // Newtonsoft.Json.Linq.JToken struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_0; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_previous JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____previous_1; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::_next JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____next_2; // System.Object Newtonsoft.Json.Linq.JToken::_annotations RuntimeObject * ____annotations_3; public: inline static int32_t get_offset_of__parent_0() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____parent_0)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_0() const { return ____parent_0; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_0() { return &____parent_0; } inline void set__parent_0(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_0), (void*)value); } inline static int32_t get_offset_of__previous_1() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____previous_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__previous_1() const { return ____previous_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__previous_1() { return &____previous_1; } inline void set__previous_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____previous_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____previous_1), (void*)value); } inline static int32_t get_offset_of__next_2() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____next_2)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__next_2() const { return ____next_2; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__next_2() { return &____next_2; } inline void set__next_2(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____next_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____next_2), (void*)value); } inline static int32_t get_offset_of__annotations_3() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9, ____annotations_3)); } inline RuntimeObject * get__annotations_3() const { return ____annotations_3; } inline RuntimeObject ** get_address_of__annotations_3() { return &____annotations_3; } inline void set__annotations_3(RuntimeObject * value) { ____annotations_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____annotations_3), (void*)value); } }; struct JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields { public: // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BooleanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BooleanTypes_4; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::NumberTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___NumberTypes_5; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::StringTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___StringTypes_6; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::GuidTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___GuidTypes_7; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::TimeSpanTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___TimeSpanTypes_8; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::UriTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___UriTypes_9; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::CharTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___CharTypes_10; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::DateTimeTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___DateTimeTypes_11; // Newtonsoft.Json.Linq.JTokenType[] Newtonsoft.Json.Linq.JToken::BytesTypes JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___BytesTypes_12; public: inline static int32_t get_offset_of_BooleanTypes_4() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BooleanTypes_4)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BooleanTypes_4() const { return ___BooleanTypes_4; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BooleanTypes_4() { return &___BooleanTypes_4; } inline void set_BooleanTypes_4(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BooleanTypes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___BooleanTypes_4), (void*)value); } inline static int32_t get_offset_of_NumberTypes_5() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___NumberTypes_5)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_NumberTypes_5() const { return ___NumberTypes_5; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_NumberTypes_5() { return &___NumberTypes_5; } inline void set_NumberTypes_5(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___NumberTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___NumberTypes_5), (void*)value); } inline static int32_t get_offset_of_StringTypes_6() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___StringTypes_6)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_StringTypes_6() const { return ___StringTypes_6; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_StringTypes_6() { return &___StringTypes_6; } inline void set_StringTypes_6(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___StringTypes_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___StringTypes_6), (void*)value); } inline static int32_t get_offset_of_GuidTypes_7() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___GuidTypes_7)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_GuidTypes_7() const { return ___GuidTypes_7; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_GuidTypes_7() { return &___GuidTypes_7; } inline void set_GuidTypes_7(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___GuidTypes_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___GuidTypes_7), (void*)value); } inline static int32_t get_offset_of_TimeSpanTypes_8() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___TimeSpanTypes_8)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_TimeSpanTypes_8() const { return ___TimeSpanTypes_8; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_TimeSpanTypes_8() { return &___TimeSpanTypes_8; } inline void set_TimeSpanTypes_8(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___TimeSpanTypes_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___TimeSpanTypes_8), (void*)value); } inline static int32_t get_offset_of_UriTypes_9() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___UriTypes_9)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_UriTypes_9() const { return ___UriTypes_9; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_UriTypes_9() { return &___UriTypes_9; } inline void set_UriTypes_9(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___UriTypes_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriTypes_9), (void*)value); } inline static int32_t get_offset_of_CharTypes_10() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___CharTypes_10)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_CharTypes_10() const { return ___CharTypes_10; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_CharTypes_10() { return &___CharTypes_10; } inline void set_CharTypes_10(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___CharTypes_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___CharTypes_10), (void*)value); } inline static int32_t get_offset_of_DateTimeTypes_11() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___DateTimeTypes_11)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_DateTimeTypes_11() const { return ___DateTimeTypes_11; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_DateTimeTypes_11() { return &___DateTimeTypes_11; } inline void set_DateTimeTypes_11(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___DateTimeTypes_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___DateTimeTypes_11), (void*)value); } inline static int32_t get_offset_of_BytesTypes_12() { return static_cast(offsetof(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields, ___BytesTypes_12)); } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* get_BytesTypes_12() const { return ___BytesTypes_12; } inline JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE** get_address_of_BytesTypes_12() { return &___BytesTypes_12; } inline void set_BytesTypes_12(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* value) { ___BytesTypes_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___BytesTypes_12), (void*)value); } }; // Newtonsoft.Json.Linq.JTokenEqualityComparer struct JTokenEqualityComparer_t0E5DB261B004137A3EE94DB97E554351FC500AA0 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.JavaScriptUtils struct JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42 : public RuntimeObject { public: public: }; struct JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields { public: // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::SingleQuoteCharEscapeFlags BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___SingleQuoteCharEscapeFlags_0; // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::DoubleQuoteCharEscapeFlags BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___DoubleQuoteCharEscapeFlags_1; // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::HtmlCharEscapeFlags BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___HtmlCharEscapeFlags_2; public: inline static int32_t get_offset_of_SingleQuoteCharEscapeFlags_0() { return static_cast(offsetof(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields, ___SingleQuoteCharEscapeFlags_0)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_SingleQuoteCharEscapeFlags_0() const { return ___SingleQuoteCharEscapeFlags_0; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_SingleQuoteCharEscapeFlags_0() { return &___SingleQuoteCharEscapeFlags_0; } inline void set_SingleQuoteCharEscapeFlags_0(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___SingleQuoteCharEscapeFlags_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SingleQuoteCharEscapeFlags_0), (void*)value); } inline static int32_t get_offset_of_DoubleQuoteCharEscapeFlags_1() { return static_cast(offsetof(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields, ___DoubleQuoteCharEscapeFlags_1)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_DoubleQuoteCharEscapeFlags_1() const { return ___DoubleQuoteCharEscapeFlags_1; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_DoubleQuoteCharEscapeFlags_1() { return &___DoubleQuoteCharEscapeFlags_1; } inline void set_DoubleQuoteCharEscapeFlags_1(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___DoubleQuoteCharEscapeFlags_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DoubleQuoteCharEscapeFlags_1), (void*)value); } inline static int32_t get_offset_of_HtmlCharEscapeFlags_2() { return static_cast(offsetof(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields, ___HtmlCharEscapeFlags_2)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get_HtmlCharEscapeFlags_2() const { return ___HtmlCharEscapeFlags_2; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of_HtmlCharEscapeFlags_2() { return &___HtmlCharEscapeFlags_2; } inline void set_HtmlCharEscapeFlags_2(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ___HtmlCharEscapeFlags_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___HtmlCharEscapeFlags_2), (void*)value); } }; // Newtonsoft.Json.JsonConvert struct JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87 : public RuntimeObject { public: public: }; struct JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields { public: // System.Func`1 Newtonsoft.Json.JsonConvert::k__BackingField Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * ___U3CDefaultSettingsU3Ek__BackingField_0; // System.String Newtonsoft.Json.JsonConvert::True String_t* ___True_1; // System.String Newtonsoft.Json.JsonConvert::False String_t* ___False_2; // System.String Newtonsoft.Json.JsonConvert::Null String_t* ___Null_3; // System.String Newtonsoft.Json.JsonConvert::Undefined String_t* ___Undefined_4; // System.String Newtonsoft.Json.JsonConvert::PositiveInfinity String_t* ___PositiveInfinity_5; // System.String Newtonsoft.Json.JsonConvert::NegativeInfinity String_t* ___NegativeInfinity_6; // System.String Newtonsoft.Json.JsonConvert::NaN String_t* ___NaN_7; // Newtonsoft.Json.JsonSerializerSettings Newtonsoft.Json.JsonConvert::InitialSerializerSettings JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___InitialSerializerSettings_8; public: inline static int32_t get_offset_of_U3CDefaultSettingsU3Ek__BackingField_0() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___U3CDefaultSettingsU3Ek__BackingField_0)); } inline Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * get_U3CDefaultSettingsU3Ek__BackingField_0() const { return ___U3CDefaultSettingsU3Ek__BackingField_0; } inline Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A ** get_address_of_U3CDefaultSettingsU3Ek__BackingField_0() { return &___U3CDefaultSettingsU3Ek__BackingField_0; } inline void set_U3CDefaultSettingsU3Ek__BackingField_0(Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * value) { ___U3CDefaultSettingsU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultSettingsU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_True_1() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___True_1)); } inline String_t* get_True_1() const { return ___True_1; } inline String_t** get_address_of_True_1() { return &___True_1; } inline void set_True_1(String_t* value) { ___True_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___True_1), (void*)value); } inline static int32_t get_offset_of_False_2() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___False_2)); } inline String_t* get_False_2() const { return ___False_2; } inline String_t** get_address_of_False_2() { return &___False_2; } inline void set_False_2(String_t* value) { ___False_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___False_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___Null_3)); } inline String_t* get_Null_3() const { return ___Null_3; } inline String_t** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(String_t* value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } inline static int32_t get_offset_of_Undefined_4() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___Undefined_4)); } inline String_t* get_Undefined_4() const { return ___Undefined_4; } inline String_t** get_address_of_Undefined_4() { return &___Undefined_4; } inline void set_Undefined_4(String_t* value) { ___Undefined_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___Undefined_4), (void*)value); } inline static int32_t get_offset_of_PositiveInfinity_5() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___PositiveInfinity_5)); } inline String_t* get_PositiveInfinity_5() const { return ___PositiveInfinity_5; } inline String_t** get_address_of_PositiveInfinity_5() { return &___PositiveInfinity_5; } inline void set_PositiveInfinity_5(String_t* value) { ___PositiveInfinity_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___PositiveInfinity_5), (void*)value); } inline static int32_t get_offset_of_NegativeInfinity_6() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___NegativeInfinity_6)); } inline String_t* get_NegativeInfinity_6() const { return ___NegativeInfinity_6; } inline String_t** get_address_of_NegativeInfinity_6() { return &___NegativeInfinity_6; } inline void set_NegativeInfinity_6(String_t* value) { ___NegativeInfinity_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___NegativeInfinity_6), (void*)value); } inline static int32_t get_offset_of_NaN_7() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___NaN_7)); } inline String_t* get_NaN_7() const { return ___NaN_7; } inline String_t** get_address_of_NaN_7() { return &___NaN_7; } inline void set_NaN_7(String_t* value) { ___NaN_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___NaN_7), (void*)value); } inline static int32_t get_offset_of_InitialSerializerSettings_8() { return static_cast(offsetof(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields, ___InitialSerializerSettings_8)); } inline JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * get_InitialSerializerSettings_8() const { return ___InitialSerializerSettings_8; } inline JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE ** get_address_of_InitialSerializerSettings_8() { return &___InitialSerializerSettings_8; } inline void set_InitialSerializerSettings_8(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * value) { ___InitialSerializerSettings_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___InitialSerializerSettings_8), (void*)value); } }; // Newtonsoft.Json.JsonConverter struct JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Serialization.JsonFormatterConverter struct JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF : public RuntimeObject { public: // Newtonsoft.Json.Serialization.JsonSerializerInternalReader Newtonsoft.Json.Serialization.JsonFormatterConverter::_reader JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * ____reader_0; // Newtonsoft.Json.Serialization.JsonISerializableContract Newtonsoft.Json.Serialization.JsonFormatterConverter::_contract JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * ____contract_1; // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonFormatterConverter::_member JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ____member_2; public: inline static int32_t get_offset_of__reader_0() { return static_cast(offsetof(JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF, ____reader_0)); } inline JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * get__reader_0() const { return ____reader_0; } inline JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 ** get_address_of__reader_0() { return &____reader_0; } inline void set__reader_0(JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * value) { ____reader_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____reader_0), (void*)value); } inline static int32_t get_offset_of__contract_1() { return static_cast(offsetof(JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF, ____contract_1)); } inline JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * get__contract_1() const { return ____contract_1; } inline JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 ** get_address_of__contract_1() { return &____contract_1; } inline void set__contract_1(JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * value) { ____contract_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____contract_1), (void*)value); } inline static int32_t get_offset_of__member_2() { return static_cast(offsetof(JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF, ____member_2)); } inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * get__member_2() const { return ____member_2; } inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** get_address_of__member_2() { return &____member_2; } inline void set__member_2(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * value) { ____member_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____member_2), (void*)value); } }; // Newtonsoft.Json.Linq.JsonMergeSettings struct JsonMergeSettings_t3C55DBFA476AFE0A53539E32329A348450034822 : public RuntimeObject { public: public: }; // Newtonsoft.Json.Serialization.JsonSerializerInternalBase struct JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F : public RuntimeObject { public: // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_currentErrorContext ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ____currentErrorContext_0; // Newtonsoft.Json.Utilities.BidirectionalDictionary`2 Newtonsoft.Json.Serialization.JsonSerializerInternalBase::_mappings BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * ____mappings_1; // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.Serialization.JsonSerializerInternalBase::Serializer JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___Serializer_2; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.Serialization.JsonSerializerInternalBase::TraceWriter RuntimeObject* ___TraceWriter_3; // Newtonsoft.Json.Serialization.JsonSerializerProxy Newtonsoft.Json.Serialization.JsonSerializerInternalBase::InternalSerializer JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 * ___InternalSerializer_4; public: inline static int32_t get_offset_of__currentErrorContext_0() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ____currentErrorContext_0)); } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * get__currentErrorContext_0() const { return ____currentErrorContext_0; } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 ** get_address_of__currentErrorContext_0() { return &____currentErrorContext_0; } inline void set__currentErrorContext_0(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * value) { ____currentErrorContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____currentErrorContext_0), (void*)value); } inline static int32_t get_offset_of__mappings_1() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ____mappings_1)); } inline BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * get__mappings_1() const { return ____mappings_1; } inline BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 ** get_address_of__mappings_1() { return &____mappings_1; } inline void set__mappings_1(BidirectionalDictionary_2_tA7C4BA3E6FDD5F450171FBF207DF26E1B369DDD0 * value) { ____mappings_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____mappings_1), (void*)value); } inline static int32_t get_offset_of_Serializer_2() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ___Serializer_2)); } inline JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * get_Serializer_2() const { return ___Serializer_2; } inline JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD ** get_address_of_Serializer_2() { return &___Serializer_2; } inline void set_Serializer_2(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * value) { ___Serializer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Serializer_2), (void*)value); } inline static int32_t get_offset_of_TraceWriter_3() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ___TraceWriter_3)); } inline RuntimeObject* get_TraceWriter_3() const { return ___TraceWriter_3; } inline RuntimeObject** get_address_of_TraceWriter_3() { return &___TraceWriter_3; } inline void set_TraceWriter_3(RuntimeObject* value) { ___TraceWriter_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___TraceWriter_3), (void*)value); } inline static int32_t get_offset_of_InternalSerializer_4() { return static_cast(offsetof(JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F, ___InternalSerializer_4)); } inline JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 * get_InternalSerializer_4() const { return ___InternalSerializer_4; } inline JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 ** get_address_of_InternalSerializer_4() { return &___InternalSerializer_4; } inline void set_InternalSerializer_4(JsonSerializerProxy_tB3E3A7412A83B643F7E5D0CC5B838EC51B67C136 * value) { ___InternalSerializer_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalSerializer_4), (void*)value); } }; // System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 : public RuntimeObject { public: // System.Object System.MarshalByRefObject::_identity RuntimeObject * ____identity_0; public: inline static int32_t get_offset_of__identity_0() { return static_cast(offsetof(MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8, ____identity_0)); } inline RuntimeObject * get__identity_0() const { return ____identity_0; } inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; } inline void set__identity_0(RuntimeObject * value) { ____identity_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____identity_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.ComponentModel.MemberDescriptor struct MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F : public RuntimeObject { public: // System.String System.ComponentModel.MemberDescriptor::name String_t* ___name_0; // System.String System.ComponentModel.MemberDescriptor::displayName String_t* ___displayName_1; // System.Int32 System.ComponentModel.MemberDescriptor::nameHash int32_t ___nameHash_2; // System.ComponentModel.AttributeCollection System.ComponentModel.MemberDescriptor::attributeCollection AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * ___attributeCollection_3; // System.Attribute[] System.ComponentModel.MemberDescriptor::attributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attributes_4; // System.Attribute[] System.ComponentModel.MemberDescriptor::originalAttributes AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___originalAttributes_5; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFiltered bool ___attributesFiltered_6; // System.Boolean System.ComponentModel.MemberDescriptor::attributesFilled bool ___attributesFilled_7; // System.Int32 System.ComponentModel.MemberDescriptor::metadataVersion int32_t ___metadataVersion_8; // System.String System.ComponentModel.MemberDescriptor::category String_t* ___category_9; // System.String System.ComponentModel.MemberDescriptor::description String_t* ___description_10; // System.Object System.ComponentModel.MemberDescriptor::lockCookie RuntimeObject * ___lockCookie_11; public: inline static int32_t get_offset_of_name_0() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___name_0)); } inline String_t* get_name_0() const { return ___name_0; } inline String_t** get_address_of_name_0() { return &___name_0; } inline void set_name_0(String_t* value) { ___name_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___name_0), (void*)value); } inline static int32_t get_offset_of_displayName_1() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___displayName_1)); } inline String_t* get_displayName_1() const { return ___displayName_1; } inline String_t** get_address_of_displayName_1() { return &___displayName_1; } inline void set_displayName_1(String_t* value) { ___displayName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___displayName_1), (void*)value); } inline static int32_t get_offset_of_nameHash_2() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___nameHash_2)); } inline int32_t get_nameHash_2() const { return ___nameHash_2; } inline int32_t* get_address_of_nameHash_2() { return &___nameHash_2; } inline void set_nameHash_2(int32_t value) { ___nameHash_2 = value; } inline static int32_t get_offset_of_attributeCollection_3() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributeCollection_3)); } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * get_attributeCollection_3() const { return ___attributeCollection_3; } inline AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C ** get_address_of_attributeCollection_3() { return &___attributeCollection_3; } inline void set_attributeCollection_3(AttributeCollection_tF551C6836E2C7F849595B7EFAFDDD0C3A86BA62C * value) { ___attributeCollection_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributeCollection_3), (void*)value); } inline static int32_t get_offset_of_attributes_4() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributes_4)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_attributes_4() const { return ___attributes_4; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_attributes_4() { return &___attributes_4; } inline void set_attributes_4(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___attributes_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___attributes_4), (void*)value); } inline static int32_t get_offset_of_originalAttributes_5() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___originalAttributes_5)); } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* get_originalAttributes_5() const { return ___originalAttributes_5; } inline AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4** get_address_of_originalAttributes_5() { return &___originalAttributes_5; } inline void set_originalAttributes_5(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* value) { ___originalAttributes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___originalAttributes_5), (void*)value); } inline static int32_t get_offset_of_attributesFiltered_6() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFiltered_6)); } inline bool get_attributesFiltered_6() const { return ___attributesFiltered_6; } inline bool* get_address_of_attributesFiltered_6() { return &___attributesFiltered_6; } inline void set_attributesFiltered_6(bool value) { ___attributesFiltered_6 = value; } inline static int32_t get_offset_of_attributesFilled_7() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___attributesFilled_7)); } inline bool get_attributesFilled_7() const { return ___attributesFilled_7; } inline bool* get_address_of_attributesFilled_7() { return &___attributesFilled_7; } inline void set_attributesFilled_7(bool value) { ___attributesFilled_7 = value; } inline static int32_t get_offset_of_metadataVersion_8() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___metadataVersion_8)); } inline int32_t get_metadataVersion_8() const { return ___metadataVersion_8; } inline int32_t* get_address_of_metadataVersion_8() { return &___metadataVersion_8; } inline void set_metadataVersion_8(int32_t value) { ___metadataVersion_8 = value; } inline static int32_t get_offset_of_category_9() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___category_9)); } inline String_t* get_category_9() const { return ___category_9; } inline String_t** get_address_of_category_9() { return &___category_9; } inline void set_category_9(String_t* value) { ___category_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___category_9), (void*)value); } inline static int32_t get_offset_of_description_10() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___description_10)); } inline String_t* get_description_10() const { return ___description_10; } inline String_t** get_address_of_description_10() { return &___description_10; } inline void set_description_10(String_t* value) { ___description_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___description_10), (void*)value); } inline static int32_t get_offset_of_lockCookie_11() { return static_cast(offsetof(MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F, ___lockCookie_11)); } inline RuntimeObject * get_lockCookie_11() const { return ___lockCookie_11; } inline RuntimeObject ** get_address_of_lockCookie_11() { return &___lockCookie_11; } inline void set_lockCookie_11(RuntimeObject * value) { ___lockCookie_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___lockCookie_11), (void*)value); } }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { public: public: }; // Newtonsoft.Json.Utilities.PropertyNameTable struct PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable::_count int32_t ____count_1; // Newtonsoft.Json.Utilities.PropertyNameTable/Entry[] Newtonsoft.Json.Utilities.PropertyNameTable::_entries EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* ____entries_2; // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable::_mask int32_t ____mask_3; public: inline static int32_t get_offset_of__count_1() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A, ____count_1)); } inline int32_t get__count_1() const { return ____count_1; } inline int32_t* get_address_of__count_1() { return &____count_1; } inline void set__count_1(int32_t value) { ____count_1 = value; } inline static int32_t get_offset_of__entries_2() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A, ____entries_2)); } inline EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* get__entries_2() const { return ____entries_2; } inline EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6** get_address_of__entries_2() { return &____entries_2; } inline void set__entries_2(EntryU5BU5D_tC0629D23B255C414FA50BA10DA4DCB8D130EE8C6* value) { ____entries_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____entries_2), (void*)value); } inline static int32_t get_offset_of__mask_3() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A, ____mask_3)); } inline int32_t get__mask_3() const { return ____mask_3; } inline int32_t* get_address_of__mask_3() { return &____mask_3; } inline void set__mask_3(int32_t value) { ____mask_3 = value; } }; struct PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_StaticFields { public: // System.Int32 Newtonsoft.Json.Utilities.PropertyNameTable::HashCodeRandomizer int32_t ___HashCodeRandomizer_0; public: inline static int32_t get_offset_of_HashCodeRandomizer_0() { return static_cast(offsetof(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A_StaticFields, ___HashCodeRandomizer_0)); } inline int32_t get_HashCodeRandomizer_0() const { return ___HashCodeRandomizer_0; } inline int32_t* get_address_of_HashCodeRandomizer_0() { return &___HashCodeRandomizer_0; } inline void set_HashCodeRandomizer_0(int32_t value) { ___HashCodeRandomizer_0 = value; } }; // Newtonsoft.Json.Utilities.ReflectionDelegateFactory struct ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 : public RuntimeObject { public: public: }; // System.Runtime.Serialization.SerializationBinder struct SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 : public RuntimeObject { public: public: }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 : public RuntimeObject { public: // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t * ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; public: inline static int32_t get_offset_of_m_members_3() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_members_3)); } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* get_m_members_3() const { return ___m_members_3; } inline StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A** get_address_of_m_members_3() { return &___m_members_3; } inline void set_m_members_3(StringU5BU5D_tACEBFEDE350025B554CD507C9AE8FFE49359549A* value) { ___m_members_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value); } inline static int32_t get_offset_of_m_data_4() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_data_4)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_m_data_4() const { return ___m_data_4; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_m_data_4() { return &___m_data_4; } inline void set_m_data_4(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___m_data_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value); } inline static int32_t get_offset_of_m_types_5() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_types_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_m_types_5() const { return ___m_types_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_m_types_5() { return &___m_types_5; } inline void set_m_types_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___m_types_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value); } inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_nameToIndex_6)); } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; } inline Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; } inline void set_m_nameToIndex_6(Dictionary_2_tC94E9875910491F8130C2DC8B11E4D1548A55162 * value) { ___m_nameToIndex_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value); } inline static int32_t get_offset_of_m_currMember_7() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_currMember_7)); } inline int32_t get_m_currMember_7() const { return ___m_currMember_7; } inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; } inline void set_m_currMember_7(int32_t value) { ___m_currMember_7 = value; } inline static int32_t get_offset_of_m_converter_8() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_converter_8)); } inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; } inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; } inline void set_m_converter_8(RuntimeObject* value) { ___m_converter_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value); } inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_fullTypeName_9)); } inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; } inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; } inline void set_m_fullTypeName_9(String_t* value) { ___m_fullTypeName_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value); } inline static int32_t get_offset_of_m_assemName_10() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___m_assemName_10)); } inline String_t* get_m_assemName_10() const { return ___m_assemName_10; } inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; } inline void set_m_assemName_10(String_t* value) { ___m_assemName_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value); } inline static int32_t get_offset_of_objectType_11() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___objectType_11)); } inline Type_t * get_objectType_11() const { return ___objectType_11; } inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; } inline void set_objectType_11(Type_t * value) { ___objectType_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value); } inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isFullTypeNameSetExplicit_12)); } inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; } inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; } inline void set_isFullTypeNameSetExplicit_12(bool value) { ___isFullTypeNameSetExplicit_12 = value; } inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___isAssemblyNameSetExplicit_13)); } inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; } inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; } inline void set_isAssemblyNameSetExplicit_13(bool value) { ___isAssemblyNameSetExplicit_13 = value; } inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast(offsetof(SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1, ___requireSameTokenInPartialTrust_14)); } inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; } inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; } inline void set_requireSameTokenInPartialTrust_14(bool value) { ___requireSameTokenInPartialTrust_14 = value; } }; // System.String struct String_t : public RuntimeObject { public: // System.Int32 System.String::m_stringLength int32_t ___m_stringLength_0; // System.Char System.String::m_firstChar Il2CppChar ___m_firstChar_1; public: inline static int32_t get_offset_of_m_stringLength_0() { return static_cast(offsetof(String_t, ___m_stringLength_0)); } inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; } inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; } inline void set_m_stringLength_0(int32_t value) { ___m_stringLength_0 = value; } inline static int32_t get_offset_of_m_firstChar_1() { return static_cast(offsetof(String_t, ___m_firstChar_1)); } inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; } inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; } inline void set_m_firstChar_1(Il2CppChar value) { ___m_firstChar_1 = value; } }; struct String_t_StaticFields { public: // System.String System.String::Empty String_t* ___Empty_5; public: inline static int32_t get_offset_of_Empty_5() { return static_cast(offsetof(String_t_StaticFields, ___Empty_5)); } inline String_t* get_Empty_5() const { return ___Empty_5; } inline String_t** get_address_of_Empty_5() { return &___Empty_5; } inline void set_Empty_5(String_t* value) { ___Empty_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___Empty_5), (void*)value); } }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { public: // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t * ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; public: inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkChars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; } inline void set_m_ChunkChars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___m_ChunkChars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkChars_0), (void*)value); } inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); } inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; } inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; } inline void set_m_ChunkPrevious_1(StringBuilder_t * value) { ___m_ChunkPrevious_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_ChunkPrevious_1), (void*)value); } inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkLength_2)); } inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; } inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; } inline void set_m_ChunkLength_2(int32_t value) { ___m_ChunkLength_2 = value; } inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); } inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; } inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; } inline void set_m_ChunkOffset_3(int32_t value) { ___m_ChunkOffset_3 = value; } inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); } inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; } inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; } inline void set_m_MaxCapacity_4(int32_t value) { ___m_MaxCapacity_4 = value; } }; // System.StringComparer struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 : public RuntimeObject { public: public: }; struct StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields { public: // System.StringComparer System.StringComparer::_invariantCulture StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCulture_0; // System.StringComparer System.StringComparer::_invariantCultureIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____invariantCultureIgnoreCase_1; // System.StringComparer System.StringComparer::_ordinal StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinal_2; // System.StringComparer System.StringComparer::_ordinalIgnoreCase StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * ____ordinalIgnoreCase_3; public: inline static int32_t get_offset_of__invariantCulture_0() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCulture_0)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCulture_0() const { return ____invariantCulture_0; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; } inline void set__invariantCulture_0(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCulture_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCulture_0), (void*)value); } inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____invariantCultureIgnoreCase_1)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; } inline void set__invariantCultureIgnoreCase_1(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____invariantCultureIgnoreCase_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____invariantCultureIgnoreCase_1), (void*)value); } inline static int32_t get_offset_of__ordinal_2() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinal_2)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinal_2() const { return ____ordinal_2; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinal_2() { return &____ordinal_2; } inline void set__ordinal_2(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinal_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinal_2), (void*)value); } inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast(offsetof(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields, ____ordinalIgnoreCase_3)); } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; } inline StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; } inline void set__ordinalIgnoreCase_3(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * value) { ____ordinalIgnoreCase_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____ordinalIgnoreCase_3), (void*)value); } }; // System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 : public RuntimeObject { public: public: }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52_marshaled_com { }; // Newtonsoft.Json.Linq.JProperty/JPropertyList struct JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 : public RuntimeObject { public: // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty/JPropertyList::_token JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____token_0; public: inline static int32_t get_offset_of__token_0() { return static_cast(offsetof(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173, ____token_0)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__token_0() const { return ____token_0; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__token_0() { return &____token_0; } inline void set__token_0(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____token_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____token_0), (void*)value); } }; // Newtonsoft.Json.Linq.JToken/LineInfoAnnotation struct LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A : public RuntimeObject { public: // System.Int32 Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::LineNumber int32_t ___LineNumber_0; // System.Int32 Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::LinePosition int32_t ___LinePosition_1; public: inline static int32_t get_offset_of_LineNumber_0() { return static_cast(offsetof(LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A, ___LineNumber_0)); } inline int32_t get_LineNumber_0() const { return ___LineNumber_0; } inline int32_t* get_address_of_LineNumber_0() { return &___LineNumber_0; } inline void set_LineNumber_0(int32_t value) { ___LineNumber_0 = value; } inline static int32_t get_offset_of_LinePosition_1() { return static_cast(offsetof(LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A, ___LinePosition_1)); } inline int32_t get_LinePosition_1() const { return ___LinePosition_1; } inline int32_t* get_address_of_LinePosition_1() { return &___LinePosition_1; } inline void set_LinePosition_1(int32_t value) { ___LinePosition_1 = value; } }; // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0 struct U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 : public RuntimeObject { public: // System.Reflection.MethodInfo Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::callbackMethodInfo MethodInfo_t * ___callbackMethodInfo_0; public: inline static int32_t get_offset_of_callbackMethodInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59, ___callbackMethodInfo_0)); } inline MethodInfo_t * get_callbackMethodInfo_0() const { return ___callbackMethodInfo_0; } inline MethodInfo_t ** get_address_of_callbackMethodInfo_0() { return &___callbackMethodInfo_0; } inline void set_callbackMethodInfo_0(MethodInfo_t * value) { ___callbackMethodInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbackMethodInfo_0), (void*)value); } }; // Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0 struct U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 : public RuntimeObject { public: // System.Reflection.MethodInfo Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::callbackMethodInfo MethodInfo_t * ___callbackMethodInfo_0; public: inline static int32_t get_offset_of_callbackMethodInfo_0() { return static_cast(offsetof(U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726, ___callbackMethodInfo_0)); } inline MethodInfo_t * get_callbackMethodInfo_0() const { return ___callbackMethodInfo_0; } inline MethodInfo_t ** get_address_of_callbackMethodInfo_0() { return &___callbackMethodInfo_0; } inline void set_callbackMethodInfo_0(MethodInfo_t * value) { ___callbackMethodInfo_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___callbackMethodInfo_0), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::index int32_t ___index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::version int32_t ___version_2; // T System.Collections.Generic.List`1/Enumerator::current RuntimeObject * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___list_0)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get_list_0() const { return ___list_0; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6, ___current_3)); } inline RuntimeObject * get_current_3() const { return ___current_3; } inline RuntimeObject ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(RuntimeObject * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_tB7E94937CD379660FEB24276598826EF59420501 { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * ___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 SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_tB7E94937CD379660FEB24276598826EF59420501, ___list_0)); } inline List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * get_list_0() const { return ___list_0; } inline List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_tB7E94937CD379660FEB24276598826EF59420501, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_tB7E94937CD379660FEB24276598826EF59420501, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tB7E94937CD379660FEB24276598826EF59420501, ___current_3)); } inline SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * get_current_3() const { return ___current_3; } inline SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 ** get_address_of_current_3() { return &___current_3; } inline void set_current_3(SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___current_3), (void*)value); } }; // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumerable_1), (void*)value); } }; struct JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_StaticFields, ___Empty_0)); } inline JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Empty_0))->____enumerable_1), (void*)NULL); } }; // Newtonsoft.Json.Linq.JEnumerable`1 struct JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 { public: // System.Collections.Generic.IEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::_enumerable RuntimeObject* ____enumerable_1; public: inline static int32_t get_offset_of__enumerable_1() { return static_cast(offsetof(JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331, ____enumerable_1)); } inline RuntimeObject* get__enumerable_1() const { return ____enumerable_1; } inline RuntimeObject** get_address_of__enumerable_1() { return &____enumerable_1; } inline void set__enumerable_1(RuntimeObject* value) { ____enumerable_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____enumerable_1), (void*)value); } }; struct JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331_StaticFields { public: // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JEnumerable`1::Empty JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 ___Empty_0; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331_StaticFields, ___Empty_0)); } inline JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 get_Empty_0() const { return ___Empty_0; } inline JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 value) { ___Empty_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___Empty_0))->____enumerable_1), (void*)NULL); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 { public: // TKey System.Collections.Generic.KeyValuePair`2::key RuntimeObject * ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value RuntimeObject * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___key_0)); } inline RuntimeObject * get_key_0() const { return ___key_0; } inline RuntimeObject ** get_address_of_key_0() { return &___key_0; } inline void set_key_0(RuntimeObject * value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625, ___value_1)); } inline RuntimeObject * get_value_1() const { return ___value_1; } inline RuntimeObject ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(RuntimeObject * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.Generic.KeyValuePair`2 struct KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 { public: // TKey System.Collections.Generic.KeyValuePair`2::key String_t* ___key_0; // TValue System.Collections.Generic.KeyValuePair`2::value JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value_1; public: inline static int32_t get_offset_of_key_0() { return static_cast(offsetof(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87, ___key_0)); } inline String_t* get_key_0() const { return ___key_0; } inline String_t** get_address_of_key_0() { return &___key_0; } inline void set_key_0(String_t* value) { ___key_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___key_0), (void*)value); } inline static int32_t get_offset_of_value_1() { return static_cast(offsetof(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87, ___value_1)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get_value_1() const { return ___value_1; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of_value_1() { return &___value_1; } inline void set_value_1(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ___value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___value_1), (void*)value); } }; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B : public Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 { public: // System.Collections.Generic.IEqualityComparer`1 System.Collections.ObjectModel.KeyedCollection`2::comparer RuntimeObject* ___comparer_2; // System.Collections.Generic.Dictionary`2 System.Collections.ObjectModel.KeyedCollection`2::dict Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dict_3; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::keyCount int32_t ___keyCount_4; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::threshold int32_t ___threshold_5; public: inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_dict_3() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___dict_3)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dict_3() const { return ___dict_3; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dict_3() { return &___dict_3; } inline void set_dict_3(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dict_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___dict_3), (void*)value); } inline static int32_t get_offset_of_keyCount_4() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___keyCount_4)); } inline int32_t get_keyCount_4() const { return ___keyCount_4; } inline int32_t* get_address_of_keyCount_4() { return &___keyCount_4; } inline void set_keyCount_4(int32_t value) { ___keyCount_4 = value; } inline static int32_t get_offset_of_threshold_5() { return static_cast(offsetof(KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B, ___threshold_5)); } inline int32_t get_threshold_5() const { return ___threshold_5; } inline int32_t* get_address_of_threshold_5() { return &___threshold_5; } inline void set_threshold_5(int32_t value) { ___threshold_5 = value; } }; // System.Collections.ObjectModel.KeyedCollection`2 struct KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 : public Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D { public: // System.Collections.Generic.IEqualityComparer`1 System.Collections.ObjectModel.KeyedCollection`2::comparer RuntimeObject* ___comparer_2; // System.Collections.Generic.Dictionary`2 System.Collections.ObjectModel.KeyedCollection`2::dict Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E * ___dict_3; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::keyCount int32_t ___keyCount_4; // System.Int32 System.Collections.ObjectModel.KeyedCollection`2::threshold int32_t ___threshold_5; public: inline static int32_t get_offset_of_comparer_2() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___comparer_2)); } inline RuntimeObject* get_comparer_2() const { return ___comparer_2; } inline RuntimeObject** get_address_of_comparer_2() { return &___comparer_2; } inline void set_comparer_2(RuntimeObject* value) { ___comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___comparer_2), (void*)value); } inline static int32_t get_offset_of_dict_3() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___dict_3)); } inline Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E * get_dict_3() const { return ___dict_3; } inline Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E ** get_address_of_dict_3() { return &___dict_3; } inline void set_dict_3(Dictionary_2_t8A4725F668FE84B9D20B8C611423866A918F783E * value) { ___dict_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___dict_3), (void*)value); } inline static int32_t get_offset_of_keyCount_4() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___keyCount_4)); } inline int32_t get_keyCount_4() const { return ___keyCount_4; } inline int32_t* get_address_of_keyCount_4() { return &___keyCount_4; } inline void set_keyCount_4(int32_t value) { ___keyCount_4 = value; } inline static int32_t get_offset_of_threshold_5() { return static_cast(offsetof(KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464, ___threshold_5)); } inline int32_t get_threshold_5() const { return ___threshold_5; } inline int32_t* get_address_of_threshold_5() { return &___threshold_5; } inline void set_threshold_5(int32_t value) { ___threshold_5 = value; } }; // System.Nullable`1 struct Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 { public: // T System.Nullable`1::value bool ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___value_0)); } inline bool get_value_0() const { return ___value_0; } inline bool* get_address_of_value_0() { return &___value_0; } inline void set_value_0(bool value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A { public: // T System.Nullable`1::value uint8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A, ___value_0)); } inline uint8_t get_value_0() const { return ___value_0; } inline uint8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 { public: // T System.Nullable`1::value Il2CppChar ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___value_0)); } inline Il2CppChar get_value_0() const { return ___value_0; } inline Il2CppChar* get_address_of_value_0() { return &___value_0; } inline void set_value_0(Il2CppChar value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 { public: // T System.Nullable`1::value double ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209, ___value_0)); } inline double get_value_0() const { return ___value_0; } inline double* get_address_of_value_0() { return &___value_0; } inline void set_value_0(double value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 { public: // T System.Nullable`1::value int16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7, ___value_0)); } inline int16_t get_value_0() const { return ___value_0; } inline int16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F { public: // T System.Nullable`1::value int64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___value_0)); } inline int64_t get_value_0() const { return ___value_0; } inline int64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 { public: // T System.Nullable`1::value int8_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50, ___value_0)); } inline int8_t get_value_0() const { return ___value_0; } inline int8_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int8_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A { public: // T System.Nullable`1::value float ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A, ___value_0)); } inline float get_value_0() const { return ___value_0; } inline float* get_address_of_value_0() { return &___value_0; } inline void set_value_0(float value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE { public: // T System.Nullable`1::value uint16_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE, ___value_0)); } inline uint16_t get_value_0() const { return ___value_0; } inline uint16_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint16_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 { public: // T System.Nullable`1::value uint32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9, ___value_0)); } inline uint32_t get_value_0() const { return ___value_0; } inline uint32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C { public: // T System.Nullable`1::value uint64_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C, ___value_0)); } inline uint64_t get_value_0() const { return ___value_0; } inline uint64_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(uint64_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Boolean struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37 { public: // System.Boolean System.Boolean::m_value bool ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37, ___m_value_0)); } inline bool get_m_value_0() const { return ___m_value_0; } inline bool* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(bool value) { ___m_value_0 = value; } }; struct Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields { public: // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; public: inline static int32_t get_offset_of_TrueString_5() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___TrueString_5)); } inline String_t* get_TrueString_5() const { return ___TrueString_5; } inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; } inline void set_TrueString_5(String_t* value) { ___TrueString_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___TrueString_5), (void*)value); } inline static int32_t get_offset_of_FalseString_6() { return static_cast(offsetof(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_StaticFields, ___FalseString_6)); } inline String_t* get_FalseString_6() const { return ___FalseString_6; } inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; } inline void set_FalseString_6(String_t* value) { ___FalseString_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___FalseString_6), (void*)value); } }; // System.Byte struct Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056 { public: // System.Byte System.Byte::m_value uint8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056, ___m_value_0)); } inline uint8_t get_m_value_0() const { return ___m_value_0; } inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint8_t value) { ___m_value_0 = value; } }; // System.Char struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14 { public: // System.Char System.Char::m_value Il2CppChar ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14, ___m_value_0)); } inline Il2CppChar get_m_value_0() const { return ___m_value_0; } inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(Il2CppChar value) { ___m_value_0 = value; } }; struct Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields { public: // System.Byte[] System.Char::categoryForLatin1 ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___categoryForLatin1_3; public: inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast(offsetof(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_StaticFields, ___categoryForLatin1_3)); } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; } inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; } inline void set_categoryForLatin1_3(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* value) { ___categoryForLatin1_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___categoryForLatin1_3), (void*)value); } }; // System.DateTime struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 { public: // System.UInt64 System.DateTime::dateData uint64_t ___dateData_44; public: inline static int32_t get_offset_of_dateData_44() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405, ___dateData_44)); } inline uint64_t get_dateData_44() const { return ___dateData_44; } inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; } inline void set_dateData_44(uint64_t value) { ___dateData_44 = value; } }; struct DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields { public: // System.Int32[] System.DateTime::DaysToMonth365 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth365_29; // System.Int32[] System.DateTime::DaysToMonth366 Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* ___DaysToMonth366_30; // System.DateTime System.DateTime::MinValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MinValue_31; // System.DateTime System.DateTime::MaxValue DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___MaxValue_32; public: inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth365_29)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; } inline void set_DaysToMonth365_29(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth365_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth365_29), (void*)value); } inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___DaysToMonth366_30)); } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; } inline Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; } inline void set_DaysToMonth366_30(Int32U5BU5D_t70F1BDC14B1786481B176D6139A5E3B87DC54C32* value) { ___DaysToMonth366_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___DaysToMonth366_30), (void*)value); } inline static int32_t get_offset_of_MinValue_31() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MinValue_31)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MinValue_31() const { return ___MinValue_31; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MinValue_31() { return &___MinValue_31; } inline void set_MinValue_31(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MinValue_31 = value; } inline static int32_t get_offset_of_MaxValue_32() { return static_cast(offsetof(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_StaticFields, ___MaxValue_32)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_MaxValue_32() const { return ___MaxValue_32; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_MaxValue_32() { return &___MaxValue_32; } inline void set_MaxValue_32(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___MaxValue_32 = value; } }; // Newtonsoft.Json.Converters.DateTimeConverterBase struct DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 : public JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 { public: public: }; // System.Decimal struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 { public: // System.Int32 System.Decimal::flags int32_t ___flags_14; // System.Int32 System.Decimal::hi int32_t ___hi_15; // System.Int32 System.Decimal::lo int32_t ___lo_16; // System.Int32 System.Decimal::mid int32_t ___mid_17; public: inline static int32_t get_offset_of_flags_14() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___flags_14)); } inline int32_t get_flags_14() const { return ___flags_14; } inline int32_t* get_address_of_flags_14() { return &___flags_14; } inline void set_flags_14(int32_t value) { ___flags_14 = value; } inline static int32_t get_offset_of_hi_15() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___hi_15)); } inline int32_t get_hi_15() const { return ___hi_15; } inline int32_t* get_address_of_hi_15() { return &___hi_15; } inline void set_hi_15(int32_t value) { ___hi_15 = value; } inline static int32_t get_offset_of_lo_16() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___lo_16)); } inline int32_t get_lo_16() const { return ___lo_16; } inline int32_t* get_address_of_lo_16() { return &___lo_16; } inline void set_lo_16(int32_t value) { ___lo_16 = value; } inline static int32_t get_offset_of_mid_17() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7, ___mid_17)); } inline int32_t get_mid_17() const { return ___mid_17; } inline int32_t* get_address_of_mid_17() { return &___mid_17; } inline void set_mid_17(int32_t value) { ___mid_17 = value; } }; struct Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields { public: // System.UInt32[] System.Decimal::Powers10 UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* ___Powers10_6; // System.Decimal System.Decimal::Zero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___Zero_7; // System.Decimal System.Decimal::One Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___One_8; // System.Decimal System.Decimal::MinusOne Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinusOne_9; // System.Decimal System.Decimal::MaxValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MaxValue_10; // System.Decimal System.Decimal::MinValue Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___MinValue_11; // System.Decimal System.Decimal::NearNegativeZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearNegativeZero_12; // System.Decimal System.Decimal::NearPositiveZero Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___NearPositiveZero_13; public: inline static int32_t get_offset_of_Powers10_6() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Powers10_6)); } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* get_Powers10_6() const { return ___Powers10_6; } inline UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF** get_address_of_Powers10_6() { return &___Powers10_6; } inline void set_Powers10_6(UInt32U5BU5D_tCF06F1E9E72E0302C762578FF5358CC523F2A2CF* value) { ___Powers10_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___Powers10_6), (void*)value); } inline static int32_t get_offset_of_Zero_7() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___Zero_7)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_Zero_7() const { return ___Zero_7; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_Zero_7() { return &___Zero_7; } inline void set_Zero_7(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___Zero_7 = value; } inline static int32_t get_offset_of_One_8() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___One_8)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_One_8() const { return ___One_8; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_One_8() { return &___One_8; } inline void set_One_8(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___One_8 = value; } inline static int32_t get_offset_of_MinusOne_9() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinusOne_9)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinusOne_9() const { return ___MinusOne_9; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinusOne_9() { return &___MinusOne_9; } inline void set_MinusOne_9(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinusOne_9 = value; } inline static int32_t get_offset_of_MaxValue_10() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MaxValue_10)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MaxValue_10() const { return ___MaxValue_10; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MaxValue_10() { return &___MaxValue_10; } inline void set_MaxValue_10(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MaxValue_10 = value; } inline static int32_t get_offset_of_MinValue_11() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___MinValue_11)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_MinValue_11() const { return ___MinValue_11; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_MinValue_11() { return &___MinValue_11; } inline void set_MinValue_11(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___MinValue_11 = value; } inline static int32_t get_offset_of_NearNegativeZero_12() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearNegativeZero_12)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearNegativeZero_12() const { return ___NearNegativeZero_12; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearNegativeZero_12() { return &___NearNegativeZero_12; } inline void set_NearNegativeZero_12(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearNegativeZero_12 = value; } inline static int32_t get_offset_of_NearPositiveZero_13() { return static_cast(offsetof(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_StaticFields, ___NearPositiveZero_13)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_NearPositiveZero_13() const { return ___NearPositiveZero_13; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_NearPositiveZero_13() { return &___NearPositiveZero_13; } inline void set_NearPositiveZero_13(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___NearPositiveZero_13 = value; } }; // Newtonsoft.Json.Serialization.DefaultSerializationBinder struct DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E : public SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 { public: // Newtonsoft.Json.Utilities.ThreadSafeStore`2 Newtonsoft.Json.Serialization.DefaultSerializationBinder::_typeCache ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * ____typeCache_1; public: inline static int32_t get_offset_of__typeCache_1() { return static_cast(offsetof(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E, ____typeCache_1)); } inline ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * get__typeCache_1() const { return ____typeCache_1; } inline ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 ** get_address_of__typeCache_1() { return &____typeCache_1; } inline void set__typeCache_1(ThreadSafeStore_2_t40F597A17329C5F0BF4BA57693B6DE8A5824DE39 * value) { ____typeCache_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____typeCache_1), (void*)value); } }; struct DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_StaticFields { public: // Newtonsoft.Json.Serialization.DefaultSerializationBinder Newtonsoft.Json.Serialization.DefaultSerializationBinder::Instance DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * ___Instance_0; public: inline static int32_t get_offset_of_Instance_0() { return static_cast(offsetof(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_StaticFields, ___Instance_0)); } inline DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * get_Instance_0() const { return ___Instance_0; } inline DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E ** get_address_of_Instance_0() { return &___Instance_0; } inline void set_Instance_0(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * value) { ___Instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___Instance_0), (void*)value); } }; // System.Double struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181 { public: // System.Double System.Double::m_value double ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181, ___m_value_0)); } inline double get_m_value_0() const { return ___m_value_0; } inline double* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(double value) { ___m_value_0 = value; } }; struct Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields { public: // System.Double System.Double::NegativeZero double ___NegativeZero_7; public: inline static int32_t get_offset_of_NegativeZero_7() { return static_cast(offsetof(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_StaticFields, ___NegativeZero_7)); } inline double get_NegativeZero_7() const { return ___NegativeZero_7; } inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; } inline void set_NegativeZero_7(double value) { ___NegativeZero_7 = value; } }; // System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA : public ValueType_tDBF999C1B75C48C68621878250DBF6CDBCF51E52 { public: public: }; struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields { public: // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___enumSeperatorCharArray_0; public: inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast(offsetof(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_StaticFields, ___enumSeperatorCharArray_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; } inline void set_enumSeperatorCharArray_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___enumSeperatorCharArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___enumSeperatorCharArray_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t23B90B40F60E677A8025267341651C94AE079CDA_marshaled_com { }; // Newtonsoft.Json.Serialization.ErrorEventArgs struct ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 : public EventArgs_tBCAACA538A5195B6D6C8DFCC3524A2A4A67FD8BA { public: // System.Object Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField RuntimeObject * ___U3CCurrentObjectU3Ek__BackingField_1; // Newtonsoft.Json.Serialization.ErrorContext Newtonsoft.Json.Serialization.ErrorEventArgs::k__BackingField ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___U3CErrorContextU3Ek__BackingField_2; public: inline static int32_t get_offset_of_U3CCurrentObjectU3Ek__BackingField_1() { return static_cast(offsetof(ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843, ___U3CCurrentObjectU3Ek__BackingField_1)); } inline RuntimeObject * get_U3CCurrentObjectU3Ek__BackingField_1() const { return ___U3CCurrentObjectU3Ek__BackingField_1; } inline RuntimeObject ** get_address_of_U3CCurrentObjectU3Ek__BackingField_1() { return &___U3CCurrentObjectU3Ek__BackingField_1; } inline void set_U3CCurrentObjectU3Ek__BackingField_1(RuntimeObject * value) { ___U3CCurrentObjectU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCurrentObjectU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of_U3CErrorContextU3Ek__BackingField_2() { return static_cast(offsetof(ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843, ___U3CErrorContextU3Ek__BackingField_2)); } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * get_U3CErrorContextU3Ek__BackingField_2() const { return ___U3CErrorContextU3Ek__BackingField_2; } inline ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 ** get_address_of_U3CErrorContextU3Ek__BackingField_2() { return &___U3CErrorContextU3Ek__BackingField_2; } inline void set_U3CErrorContextU3Ek__BackingField_2(ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * value) { ___U3CErrorContextU3Ek__BackingField_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorContextU3Ek__BackingField_2), (void*)value); } }; // System.Guid struct Guid_t { public: // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; public: inline static int32_t get_offset_of__a_1() { return static_cast(offsetof(Guid_t, ____a_1)); } inline int32_t get__a_1() const { return ____a_1; } inline int32_t* get_address_of__a_1() { return &____a_1; } inline void set__a_1(int32_t value) { ____a_1 = value; } inline static int32_t get_offset_of__b_2() { return static_cast(offsetof(Guid_t, ____b_2)); } inline int16_t get__b_2() const { return ____b_2; } inline int16_t* get_address_of__b_2() { return &____b_2; } inline void set__b_2(int16_t value) { ____b_2 = value; } inline static int32_t get_offset_of__c_3() { return static_cast(offsetof(Guid_t, ____c_3)); } inline int16_t get__c_3() const { return ____c_3; } inline int16_t* get_address_of__c_3() { return &____c_3; } inline void set__c_3(int16_t value) { ____c_3 = value; } inline static int32_t get_offset_of__d_4() { return static_cast(offsetof(Guid_t, ____d_4)); } inline uint8_t get__d_4() const { return ____d_4; } inline uint8_t* get_address_of__d_4() { return &____d_4; } inline void set__d_4(uint8_t value) { ____d_4 = value; } inline static int32_t get_offset_of__e_5() { return static_cast(offsetof(Guid_t, ____e_5)); } inline uint8_t get__e_5() const { return ____e_5; } inline uint8_t* get_address_of__e_5() { return &____e_5; } inline void set__e_5(uint8_t value) { ____e_5 = value; } inline static int32_t get_offset_of__f_6() { return static_cast(offsetof(Guid_t, ____f_6)); } inline uint8_t get__f_6() const { return ____f_6; } inline uint8_t* get_address_of__f_6() { return &____f_6; } inline void set__f_6(uint8_t value) { ____f_6 = value; } inline static int32_t get_offset_of__g_7() { return static_cast(offsetof(Guid_t, ____g_7)); } inline uint8_t get__g_7() const { return ____g_7; } inline uint8_t* get_address_of__g_7() { return &____g_7; } inline void set__g_7(uint8_t value) { ____g_7 = value; } inline static int32_t get_offset_of__h_8() { return static_cast(offsetof(Guid_t, ____h_8)); } inline uint8_t get__h_8() const { return ____h_8; } inline uint8_t* get_address_of__h_8() { return &____h_8; } inline void set__h_8(uint8_t value) { ____h_8 = value; } inline static int32_t get_offset_of__i_9() { return static_cast(offsetof(Guid_t, ____i_9)); } inline uint8_t get__i_9() const { return ____i_9; } inline uint8_t* get_address_of__i_9() { return &____i_9; } inline void set__i_9(uint8_t value) { ____i_9 = value; } inline static int32_t get_offset_of__j_10() { return static_cast(offsetof(Guid_t, ____j_10)); } inline uint8_t get__j_10() const { return ____j_10; } inline uint8_t* get_address_of__j_10() { return &____j_10; } inline void set__j_10(uint8_t value) { ____j_10 = value; } inline static int32_t get_offset_of__k_11() { return static_cast(offsetof(Guid_t, ____k_11)); } inline uint8_t get__k_11() const { return ____k_11; } inline uint8_t* get_address_of__k_11() { return &____k_11; } inline void set__k_11(uint8_t value) { ____k_11 = value; } }; struct Guid_t_StaticFields { public: // System.Guid System.Guid::Empty Guid_t ___Empty_0; // System.Object System.Guid::_rngAccess RuntimeObject * ____rngAccess_12; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_rng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____rng_13; // System.Security.Cryptography.RandomNumberGenerator System.Guid::_fastRng RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * ____fastRng_14; public: inline static int32_t get_offset_of_Empty_0() { return static_cast(offsetof(Guid_t_StaticFields, ___Empty_0)); } inline Guid_t get_Empty_0() const { return ___Empty_0; } inline Guid_t * get_address_of_Empty_0() { return &___Empty_0; } inline void set_Empty_0(Guid_t value) { ___Empty_0 = value; } inline static int32_t get_offset_of__rngAccess_12() { return static_cast(offsetof(Guid_t_StaticFields, ____rngAccess_12)); } inline RuntimeObject * get__rngAccess_12() const { return ____rngAccess_12; } inline RuntimeObject ** get_address_of__rngAccess_12() { return &____rngAccess_12; } inline void set__rngAccess_12(RuntimeObject * value) { ____rngAccess_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____rngAccess_12), (void*)value); } inline static int32_t get_offset_of__rng_13() { return static_cast(offsetof(Guid_t_StaticFields, ____rng_13)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__rng_13() const { return ____rng_13; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__rng_13() { return &____rng_13; } inline void set__rng_13(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____rng_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____rng_13), (void*)value); } inline static int32_t get_offset_of__fastRng_14() { return static_cast(offsetof(Guid_t_StaticFields, ____fastRng_14)); } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * get__fastRng_14() const { return ____fastRng_14; } inline RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 ** get_address_of__fastRng_14() { return &____fastRng_14; } inline void set__fastRng_14(RandomNumberGenerator_t2CB5440F189986116A2FA9F907AE52644047AC50 * value) { ____fastRng_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____fastRng_14), (void*)value); } }; // System.Int16 struct Int16_tD0F031114106263BB459DA1F099FF9F42691295A { public: // System.Int16 System.Int16::m_value int16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int16_tD0F031114106263BB459DA1F099FF9F42691295A, ___m_value_0)); } inline int16_t get_m_value_0() const { return ___m_value_0; } inline int16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int16_t value) { ___m_value_0 = value; } }; // System.Int32 struct Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046 { public: // System.Int32 System.Int32::m_value int32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046, ___m_value_0)); } inline int32_t get_m_value_0() const { return ___m_value_0; } inline int32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int32_t value) { ___m_value_0 = value; } }; // System.Int64 struct Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3 { public: // System.Int64 System.Int64::m_value int64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3, ___m_value_0)); } inline int64_t get_m_value_0() const { return ___m_value_0; } inline int64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int64_t value) { ___m_value_0 = value; } }; // System.IntPtr struct IntPtr_t { public: // System.Void* System.IntPtr::m_value void* ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(IntPtr_t, ___m_value_0)); } inline void* get_m_value_0() const { return ___m_value_0; } inline void** get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(void* value) { ___m_value_0 = value; } }; struct IntPtr_t_StaticFields { public: // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; public: inline static int32_t get_offset_of_Zero_1() { return static_cast(offsetof(IntPtr_t_StaticFields, ___Zero_1)); } inline intptr_t get_Zero_1() const { return ___Zero_1; } inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; } inline void set_Zero_1(intptr_t value) { ___Zero_1 = value; } }; // Newtonsoft.Json.Linq.JContainer struct JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // System.ComponentModel.ListChangedEventHandler Newtonsoft.Json.Linq.JContainer::_listChanged ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * ____listChanged_13; // System.ComponentModel.AddingNewEventHandler Newtonsoft.Json.Linq.JContainer::_addingNew AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * ____addingNew_14; // System.Object Newtonsoft.Json.Linq.JContainer::_syncRoot RuntimeObject * ____syncRoot_15; // System.Boolean Newtonsoft.Json.Linq.JContainer::_busy bool ____busy_16; public: inline static int32_t get_offset_of__listChanged_13() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____listChanged_13)); } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * get__listChanged_13() const { return ____listChanged_13; } inline ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C ** get_address_of__listChanged_13() { return &____listChanged_13; } inline void set__listChanged_13(ListChangedEventHandler_t02874ED3C8355742E3E62AED85A53F3140506B8C * value) { ____listChanged_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____listChanged_13), (void*)value); } inline static int32_t get_offset_of__addingNew_14() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____addingNew_14)); } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * get__addingNew_14() const { return ____addingNew_14; } inline AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB ** get_address_of__addingNew_14() { return &____addingNew_14; } inline void set__addingNew_14(AddingNewEventHandler_t2407F1FD420B3D4997C0EFC15336D6BF71738EEB * value) { ____addingNew_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____addingNew_14), (void*)value); } inline static int32_t get_offset_of__syncRoot_15() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____syncRoot_15)); } inline RuntimeObject * get__syncRoot_15() const { return ____syncRoot_15; } inline RuntimeObject ** get_address_of__syncRoot_15() { return &____syncRoot_15; } inline void set__syncRoot_15(RuntimeObject * value) { ____syncRoot_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_15), (void*)value); } inline static int32_t get_offset_of__busy_16() { return static_cast(offsetof(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4, ____busy_16)); } inline bool get__busy_16() const { return ____busy_16; } inline bool* get_address_of__busy_16() { return &____busy_16; } inline void set__busy_16(bool value) { ____busy_16 = value; } }; // Newtonsoft.Json.Linq.JPropertyKeyedCollection struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 : public Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Linq.JPropertyKeyedCollection::_dictionary Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * ____dictionary_3; public: inline static int32_t get_offset_of__dictionary_3() { return static_cast(offsetof(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39, ____dictionary_3)); } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * get__dictionary_3() const { return ____dictionary_3; } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 ** get_address_of__dictionary_3() { return &____dictionary_3; } inline void set__dictionary_3(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * value) { ____dictionary_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____dictionary_3), (void*)value); } }; struct JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields { public: // System.Collections.Generic.IEqualityComparer`1 Newtonsoft.Json.Linq.JPropertyKeyedCollection::Comparer RuntimeObject* ___Comparer_2; public: inline static int32_t get_offset_of_Comparer_2() { return static_cast(offsetof(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields, ___Comparer_2)); } inline RuntimeObject* get_Comparer_2() const { return ___Comparer_2; } inline RuntimeObject** get_address_of_Comparer_2() { return &___Comparer_2; } inline void set_Comparer_2(RuntimeObject* value) { ___Comparer_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___Comparer_2), (void*)value); } }; // Newtonsoft.Json.JsonConstructorAttribute struct JsonConstructorAttribute_t1631D1458AE9EBDBE0FF940FD3EE885E05C8ABBC : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // Newtonsoft.Json.JsonConverterAttribute struct JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type Newtonsoft.Json.JsonConverterAttribute::_converterType Type_t * ____converterType_0; // System.Object[] Newtonsoft.Json.JsonConverterAttribute::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CConverterParametersU3Ek__BackingField_1; public: inline static int32_t get_offset_of__converterType_0() { return static_cast(offsetof(JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4, ____converterType_0)); } inline Type_t * get__converterType_0() const { return ____converterType_0; } inline Type_t ** get_address_of__converterType_0() { return &____converterType_0; } inline void set__converterType_0(Type_t * value) { ____converterType_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____converterType_0), (void*)value); } inline static int32_t get_offset_of_U3CConverterParametersU3Ek__BackingField_1() { return static_cast(offsetof(JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4, ___U3CConverterParametersU3Ek__BackingField_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CConverterParametersU3Ek__BackingField_1() const { return ___U3CConverterParametersU3Ek__BackingField_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CConverterParametersU3Ek__BackingField_1() { return &___U3CConverterParametersU3Ek__BackingField_1; } inline void set_U3CConverterParametersU3Ek__BackingField_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CConverterParametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConverterParametersU3Ek__BackingField_1), (void*)value); } }; // Newtonsoft.Json.JsonConverterCollection struct JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 : public Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63 { public: public: }; // Newtonsoft.Json.JsonExtensionDataAttribute struct JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::k__BackingField bool ___U3CWriteDataU3Ek__BackingField_0; // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::k__BackingField bool ___U3CReadDataU3Ek__BackingField_1; public: inline static int32_t get_offset_of_U3CWriteDataU3Ek__BackingField_0() { return static_cast(offsetof(JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2, ___U3CWriteDataU3Ek__BackingField_0)); } inline bool get_U3CWriteDataU3Ek__BackingField_0() const { return ___U3CWriteDataU3Ek__BackingField_0; } inline bool* get_address_of_U3CWriteDataU3Ek__BackingField_0() { return &___U3CWriteDataU3Ek__BackingField_0; } inline void set_U3CWriteDataU3Ek__BackingField_0(bool value) { ___U3CWriteDataU3Ek__BackingField_0 = value; } inline static int32_t get_offset_of_U3CReadDataU3Ek__BackingField_1() { return static_cast(offsetof(JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2, ___U3CReadDataU3Ek__BackingField_1)); } inline bool get_U3CReadDataU3Ek__BackingField_1() const { return ___U3CReadDataU3Ek__BackingField_1; } inline bool* get_address_of_U3CReadDataU3Ek__BackingField_1() { return &___U3CReadDataU3Ek__BackingField_1; } inline void set_U3CReadDataU3Ek__BackingField_1(bool value) { ___U3CReadDataU3Ek__BackingField_1 = value; } }; // Newtonsoft.Json.JsonIgnoreAttribute struct JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // Newtonsoft.Json.JsonRequiredAttribute struct JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: public: }; // Newtonsoft.Json.Serialization.JsonSerializerInternalReader struct JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 : public JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F { public: public: }; // Newtonsoft.Json.Serialization.JsonSerializerInternalWriter struct JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 : public JsonSerializerInternalBase_t59A0FC3564CBF5CCB6D705A14FE4B2CC94CE1D8F { public: // System.Type Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_rootType Type_t * ____rootType_5; // System.Int32 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_rootLevel int32_t ____rootLevel_6; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::_serializeStack List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ____serializeStack_7; public: inline static int32_t get_offset_of__rootType_5() { return static_cast(offsetof(JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103, ____rootType_5)); } inline Type_t * get__rootType_5() const { return ____rootType_5; } inline Type_t ** get_address_of__rootType_5() { return &____rootType_5; } inline void set__rootType_5(Type_t * value) { ____rootType_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____rootType_5), (void*)value); } inline static int32_t get_offset_of__rootLevel_6() { return static_cast(offsetof(JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103, ____rootLevel_6)); } inline int32_t get__rootLevel_6() const { return ____rootLevel_6; } inline int32_t* get_address_of__rootLevel_6() { return &____rootLevel_6; } inline void set__rootLevel_6(int32_t value) { ____rootLevel_6 = value; } inline static int32_t get_offset_of__serializeStack_7() { return static_cast(offsetof(JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103, ____serializeStack_7)); } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * get__serializeStack_7() const { return ____serializeStack_7; } inline List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 ** get_address_of__serializeStack_7() { return &____serializeStack_7; } inline void set__serializeStack_7(List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * value) { ____serializeStack_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____serializeStack_7), (void*)value); } }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { public: public: }; // System.ComponentModel.PropertyDescriptor struct PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B : public MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F { public: // System.ComponentModel.TypeConverter System.ComponentModel.PropertyDescriptor::converter TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * ___converter_12; // System.Collections.Hashtable System.ComponentModel.PropertyDescriptor::valueChangedHandlers Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * ___valueChangedHandlers_13; // System.Object[] System.ComponentModel.PropertyDescriptor::editors ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___editors_14; // System.Type[] System.ComponentModel.PropertyDescriptor::editorTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___editorTypes_15; // System.Int32 System.ComponentModel.PropertyDescriptor::editorCount int32_t ___editorCount_16; public: inline static int32_t get_offset_of_converter_12() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___converter_12)); } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * get_converter_12() const { return ___converter_12; } inline TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 ** get_address_of_converter_12() { return &___converter_12; } inline void set_converter_12(TypeConverter_t004F185B630F00F509F08BD8F8D82471867323B4 * value) { ___converter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___converter_12), (void*)value); } inline static int32_t get_offset_of_valueChangedHandlers_13() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___valueChangedHandlers_13)); } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * get_valueChangedHandlers_13() const { return ___valueChangedHandlers_13; } inline Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC ** get_address_of_valueChangedHandlers_13() { return &___valueChangedHandlers_13; } inline void set_valueChangedHandlers_13(Hashtable_t7565AB92A12227AD5BADD6911F10D87EE52509AC * value) { ___valueChangedHandlers_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___valueChangedHandlers_13), (void*)value); } inline static int32_t get_offset_of_editors_14() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editors_14)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_editors_14() const { return ___editors_14; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_editors_14() { return &___editors_14; } inline void set_editors_14(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___editors_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___editors_14), (void*)value); } inline static int32_t get_offset_of_editorTypes_15() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorTypes_15)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_editorTypes_15() const { return ___editorTypes_15; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_editorTypes_15() { return &___editorTypes_15; } inline void set_editorTypes_15(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___editorTypes_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___editorTypes_15), (void*)value); } inline static int32_t get_offset_of_editorCount_16() { return static_cast(offsetof(PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B, ___editorCount_16)); } inline int32_t get_editorCount_16() const { return ___editorCount_16; } inline int32_t* get_address_of_editorCount_16() { return &___editorCount_16; } inline void set_editorCount_16(int32_t value) { ___editorCount_16 = value; } }; // System.SByte struct SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B { public: // System.SByte System.SByte::m_value int8_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B, ___m_value_0)); } inline int8_t get_m_value_0() const { return ___m_value_0; } inline int8_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(int8_t value) { ___m_value_0 = value; } }; // System.Single struct Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E { public: // System.Single System.Single::m_value float ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E, ___m_value_0)); } inline float get_m_value_0() const { return ___m_value_0; } inline float* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(float value) { ___m_value_0 = value; } }; // Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 { public: // System.Char[] Newtonsoft.Json.Utilities.StringBuffer::_buffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____buffer_0; // System.Int32 Newtonsoft.Json.Utilities.StringBuffer::_position int32_t ____position_1; public: inline static int32_t get_offset_of__buffer_0() { return static_cast(offsetof(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128, ____buffer_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__buffer_0() const { return ____buffer_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__buffer_0() { return &____buffer_0; } inline void set__buffer_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____buffer_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____buffer_0), (void*)value); } inline static int32_t get_offset_of__position_1() { return static_cast(offsetof(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128, ____position_1)); } inline int32_t get__position_1() const { return ____position_1; } inline int32_t* get_address_of__position_1() { return &____position_1; } inline void set__position_1(int32_t value) { ____position_1 = value; } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_pinvoke { uint8_t* ____buffer_0; int32_t ____position_1; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.StringBuffer struct StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128_marshaled_com { uint8_t* ____buffer_0; int32_t ____position_1; }; // Newtonsoft.Json.Utilities.StringReference struct StringReference_t240547C352897ACF4616306114CA606B6055A6E6 { public: // System.Char[] Newtonsoft.Json.Utilities.StringReference::_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____chars_0; // System.Int32 Newtonsoft.Json.Utilities.StringReference::_startIndex int32_t ____startIndex_1; // System.Int32 Newtonsoft.Json.Utilities.StringReference::_length int32_t ____length_2; public: inline static int32_t get_offset_of__chars_0() { return static_cast(offsetof(StringReference_t240547C352897ACF4616306114CA606B6055A6E6, ____chars_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__chars_0() const { return ____chars_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__chars_0() { return &____chars_0; } inline void set__chars_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____chars_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____chars_0), (void*)value); } inline static int32_t get_offset_of__startIndex_1() { return static_cast(offsetof(StringReference_t240547C352897ACF4616306114CA606B6055A6E6, ____startIndex_1)); } inline int32_t get__startIndex_1() const { return ____startIndex_1; } inline int32_t* get_address_of__startIndex_1() { return &____startIndex_1; } inline void set__startIndex_1(int32_t value) { ____startIndex_1 = value; } inline static int32_t get_offset_of__length_2() { return static_cast(offsetof(StringReference_t240547C352897ACF4616306114CA606B6055A6E6, ____length_2)); } inline int32_t get__length_2() const { return ____length_2; } inline int32_t* get_address_of__length_2() { return &____length_2; } inline void set__length_2(int32_t value) { ____length_2 = value; } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.Utilities.StringReference struct StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_pinvoke { uint8_t* ____chars_0; int32_t ____startIndex_1; int32_t ____length_2; }; // Native definition for COM marshalling of Newtonsoft.Json.Utilities.StringReference struct StringReference_t240547C352897ACF4616306114CA606B6055A6E6_marshaled_com { uint8_t* ____chars_0; int32_t ____startIndex_1; int32_t ____length_2; }; // System.IO.TextReader struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: public: }; struct TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields { public: // System.Func`2 System.IO.TextReader::_ReadLineDelegate Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * ____ReadLineDelegate_1; // System.Func`2 System.IO.TextReader::_ReadDelegate Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * ____ReadDelegate_2; // System.IO.TextReader System.IO.TextReader::Null TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___Null_3; public: inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadLineDelegate_1)); } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; } inline Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; } inline void set__ReadLineDelegate_1(Func_2_t060A650AB95DEF14D4F579FA5999ACEFEEE0FD82 * value) { ____ReadLineDelegate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadLineDelegate_1), (void*)value); } inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ____ReadDelegate_2)); } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * get__ReadDelegate_2() const { return ____ReadDelegate_2; } inline Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; } inline void set__ReadDelegate_2(Func_2_t0CEE9D1C856153BA9C23BB9D7E929D577AF37A2C * value) { ____ReadDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____ReadDelegate_2), (void*)value); } inline static int32_t get_offset_of_Null_3() { return static_cast(offsetof(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F_StaticFields, ___Null_3)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get_Null_3() const { return ___Null_3; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of_Null_3() { return &___Null_3; } inline void set_Null_3(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ___Null_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_3), (void*)value); } }; // System.IO.TextWriter struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 : public MarshalByRefObject_tD4DF91B488B284F899417EC468D8E50E933306A8 { public: // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___CoreNewLine_9; // System.IFormatProvider System.IO.TextWriter::InternalFormatProvider RuntimeObject* ___InternalFormatProvider_10; public: inline static int32_t get_offset_of_CoreNewLine_9() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___CoreNewLine_9)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_CoreNewLine_9() const { return ___CoreNewLine_9; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_CoreNewLine_9() { return &___CoreNewLine_9; } inline void set_CoreNewLine_9(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___CoreNewLine_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___CoreNewLine_9), (void*)value); } inline static int32_t get_offset_of_InternalFormatProvider_10() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643, ___InternalFormatProvider_10)); } inline RuntimeObject* get_InternalFormatProvider_10() const { return ___InternalFormatProvider_10; } inline RuntimeObject** get_address_of_InternalFormatProvider_10() { return &___InternalFormatProvider_10; } inline void set_InternalFormatProvider_10(RuntimeObject* value) { ___InternalFormatProvider_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___InternalFormatProvider_10), (void*)value); } }; struct TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields { public: // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___Null_1; // System.Action`1 System.IO.TextWriter::_WriteCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharDelegate_2; // System.Action`1 System.IO.TextWriter::_WriteStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteStringDelegate_3; // System.Action`1 System.IO.TextWriter::_WriteCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteCharArrayRangeDelegate_4; // System.Action`1 System.IO.TextWriter::_WriteLineCharDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharDelegate_5; // System.Action`1 System.IO.TextWriter::_WriteLineStringDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineStringDelegate_6; // System.Action`1 System.IO.TextWriter::_WriteLineCharArrayRangeDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____WriteLineCharArrayRangeDelegate_7; // System.Action`1 System.IO.TextWriter::_FlushDelegate Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * ____FlushDelegate_8; public: inline static int32_t get_offset_of_Null_1() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ___Null_1)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get_Null_1() const { return ___Null_1; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of_Null_1() { return &___Null_1; } inline void set_Null_1(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ___Null_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___Null_1), (void*)value); } inline static int32_t get_offset_of__WriteCharDelegate_2() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharDelegate_2)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharDelegate_2() const { return ____WriteCharDelegate_2; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharDelegate_2() { return &____WriteCharDelegate_2; } inline void set__WriteCharDelegate_2(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharDelegate_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharDelegate_2), (void*)value); } inline static int32_t get_offset_of__WriteStringDelegate_3() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteStringDelegate_3)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteStringDelegate_3() const { return ____WriteStringDelegate_3; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteStringDelegate_3() { return &____WriteStringDelegate_3; } inline void set__WriteStringDelegate_3(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteStringDelegate_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteStringDelegate_3), (void*)value); } inline static int32_t get_offset_of__WriteCharArrayRangeDelegate_4() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteCharArrayRangeDelegate_4)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteCharArrayRangeDelegate_4() const { return ____WriteCharArrayRangeDelegate_4; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteCharArrayRangeDelegate_4() { return &____WriteCharArrayRangeDelegate_4; } inline void set__WriteCharArrayRangeDelegate_4(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteCharArrayRangeDelegate_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteCharArrayRangeDelegate_4), (void*)value); } inline static int32_t get_offset_of__WriteLineCharDelegate_5() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharDelegate_5)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharDelegate_5() const { return ____WriteLineCharDelegate_5; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharDelegate_5() { return &____WriteLineCharDelegate_5; } inline void set__WriteLineCharDelegate_5(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharDelegate_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharDelegate_5), (void*)value); } inline static int32_t get_offset_of__WriteLineStringDelegate_6() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineStringDelegate_6)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineStringDelegate_6() const { return ____WriteLineStringDelegate_6; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineStringDelegate_6() { return &____WriteLineStringDelegate_6; } inline void set__WriteLineStringDelegate_6(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineStringDelegate_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineStringDelegate_6), (void*)value); } inline static int32_t get_offset_of__WriteLineCharArrayRangeDelegate_7() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____WriteLineCharArrayRangeDelegate_7)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__WriteLineCharArrayRangeDelegate_7() const { return ____WriteLineCharArrayRangeDelegate_7; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__WriteLineCharArrayRangeDelegate_7() { return &____WriteLineCharArrayRangeDelegate_7; } inline void set__WriteLineCharArrayRangeDelegate_7(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____WriteLineCharArrayRangeDelegate_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____WriteLineCharArrayRangeDelegate_7), (void*)value); } inline static int32_t get_offset_of__FlushDelegate_8() { return static_cast(offsetof(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643_StaticFields, ____FlushDelegate_8)); } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * get__FlushDelegate_8() const { return ____FlushDelegate_8; } inline Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC ** get_address_of__FlushDelegate_8() { return &____FlushDelegate_8; } inline void set__FlushDelegate_8(Action_1_tD9663D9715FAA4E62035CFCF1AD4D094EE7872DC * value) { ____FlushDelegate_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____FlushDelegate_8), (void*)value); } }; // System.UInt16 struct UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD { public: // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD, ___m_value_0)); } inline uint16_t get_m_value_0() const { return ___m_value_0; } inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint16_t value) { ___m_value_0 = value; } }; // System.UInt32 struct UInt32_tE60352A06233E4E69DD198BCC67142159F686B15 { public: // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15, ___m_value_0)); } inline uint32_t get_m_value_0() const { return ___m_value_0; } inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint32_t value) { ___m_value_0 = value; } }; // System.UInt64 struct UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281 { public: // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; public: inline static int32_t get_offset_of_m_value_0() { return static_cast(offsetof(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281, ___m_value_0)); } inline uint64_t get_m_value_0() const { return ___m_value_0; } inline uint64_t* get_address_of_m_value_0() { return &___m_value_0; } inline void set_m_value_0(uint64_t value) { ___m_value_0 = value; } }; // System.Void struct Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5 { public: union { struct { }; uint8_t Void_t700C6383A2A510C2CF4DD86DABD5CA9FF70ADAC5__padding[1]; }; public: }; // /__StaticArrayInitTypeSize=10 struct __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4__padding[10]; }; public: }; // /__StaticArrayInitTypeSize=12 struct __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108__padding[12]; }; public: }; // /__StaticArrayInitTypeSize=28 struct __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25__padding[28]; }; public: }; // /__StaticArrayInitTypeSize=52 struct __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 { public: union { struct { union { }; }; uint8_t __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8__padding[52]; }; public: }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___dictionary_0)); } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___current_3)); } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 get_current_3() const { return ___current_3; } inline KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Collections.Generic.Dictionary`2/Enumerator struct Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F { public: // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/Enumerator::dictionary Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * ___dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::version int32_t ___version_1; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::index int32_t ___index_2; // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::current KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 ___current_3; // System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::getEnumeratorRetType int32_t ___getEnumeratorRetType_4; public: inline static int32_t get_offset_of_dictionary_0() { return static_cast(offsetof(Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F, ___dictionary_0)); } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * get_dictionary_0() const { return ___dictionary_0; } inline Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 ** get_address_of_dictionary_0() { return &___dictionary_0; } inline void set_dictionary_0(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * value) { ___dictionary_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___dictionary_0), (void*)value); } inline static int32_t get_offset_of_version_1() { return static_cast(offsetof(Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F, ___version_1)); } inline int32_t get_version_1() const { return ___version_1; } inline int32_t* get_address_of_version_1() { return &___version_1; } inline void set_version_1(int32_t value) { ___version_1 = value; } inline static int32_t get_offset_of_index_2() { return static_cast(offsetof(Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F, ___index_2)); } inline int32_t get_index_2() const { return ___index_2; } inline int32_t* get_address_of_index_2() { return &___index_2; } inline void set_index_2(int32_t value) { ___index_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F, ___current_3)); } inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 get_current_3() const { return ___current_3; } inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * get_address_of_current_3() { return &___current_3; } inline void set_current_3(KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___key_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___value_1), (void*)NULL); #endif } inline static int32_t get_offset_of_getEnumeratorRetType_4() { return static_cast(offsetof(Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F, ___getEnumeratorRetType_4)); } inline int32_t get_getEnumeratorRetType_4() const { return ___getEnumeratorRetType_4; } inline int32_t* get_address_of_getEnumeratorRetType_4() { return &___getEnumeratorRetType_4; } inline void set_getEnumeratorRetType_4(int32_t value) { ___getEnumeratorRetType_4 = value; } }; // System.Nullable`1 struct Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D { public: // T System.Nullable`1::value DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___value_0)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_value_0() const { return ___value_0; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E { public: // T System.Nullable`1::value Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E, ___value_0)); } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 get_value_0() const { return ___value_0; } inline Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE { public: // T System.Nullable`1::value Guid_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE, ___value_0)); } inline Guid_t get_value_0() const { return ___value_0; } inline Guid_t * get_address_of_value_0() { return &___value_0; } inline void set_value_0(Guid_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // struct U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E : public RuntimeObject { public: public: }; struct U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields { public: // /__StaticArrayInitTypeSize=28 ::9E31F24F64765FCAA589F589324D17C9FCF6A06D __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; // /__StaticArrayInitTypeSize=12 ::ADFD2E1C801C825415DD53F4F2F72A13B389313C __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; // /__StaticArrayInitTypeSize=10 ::D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; // /__StaticArrayInitTypeSize=52 ::DD3AEFEADB1CD615F3017763F1568179FEE640B0 __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; // /__StaticArrayInitTypeSize=52 ::E92B39D8233061927D9ACDE54665E68E7535635A __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 ___E92B39D8233061927D9ACDE54665E68E7535635A_4; public: inline static int32_t get_offset_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0)); } inline __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 get_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() const { return ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; } inline __StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 * get_address_of_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0() { return &___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0; } inline void set_U39E31F24F64765FCAA589F589324D17C9FCF6A06D_0(__StaticArrayInitTypeSizeU3D28_tFC0B865780484B24AAE19015D7FDE869C15D0E25 value) { ___9E31F24F64765FCAA589F589324D17C9FCF6A06D_0 = value; } inline static int32_t get_offset_of_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1)); } inline __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 get_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() const { return ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; } inline __StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 * get_address_of_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1() { return &___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1; } inline void set_ADFD2E1C801C825415DD53F4F2F72A13B389313C_1(__StaticArrayInitTypeSizeU3D12_t3703521128A2E0A2C30C9CB33A6733D70212C108 value) { ___ADFD2E1C801C825415DD53F4F2F72A13B389313C_1 = value; } inline static int32_t get_offset_of_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2)); } inline __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 get_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() const { return ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; } inline __StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 * get_address_of_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2() { return &___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2; } inline void set_D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2(__StaticArrayInitTypeSizeU3D10_t2C3FE316018CB69925E106D582B6DCC02F2DEBC4 value) { ___D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2 = value; } inline static int32_t get_offset_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3)); } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 get_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() const { return ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 * get_address_of_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3() { return &___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3; } inline void set_DD3AEFEADB1CD615F3017763F1568179FEE640B0_3(__StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 value) { ___DD3AEFEADB1CD615F3017763F1568179FEE640B0_3 = value; } inline static int32_t get_offset_of_E92B39D8233061927D9ACDE54665E68E7535635A_4() { return static_cast(offsetof(U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E_StaticFields, ___E92B39D8233061927D9ACDE54665E68E7535635A_4)); } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 get_E92B39D8233061927D9ACDE54665E68E7535635A_4() const { return ___E92B39D8233061927D9ACDE54665E68E7535635A_4; } inline __StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 * get_address_of_E92B39D8233061927D9ACDE54665E68E7535635A_4() { return &___E92B39D8233061927D9ACDE54665E68E7535635A_4; } inline void set_E92B39D8233061927D9ACDE54665E68E7535635A_4(__StaticArrayInitTypeSizeU3D52_tA583D011C5E0C92A5EB1531EAF074C92F64920E8 value) { ___E92B39D8233061927D9ACDE54665E68E7535635A_4 = value; } }; // System.Reflection.BindingFlags struct BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733 { public: // System.Int32 System.Reflection.BindingFlags::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(BindingFlags_tAAAB07D9AC588F0D55D844E51D7035E96DF94733, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.CommentHandling struct CommentHandling_t88420F7AA642F8AA6DB952D25C2CD5A6C1859796 { public: // System.Int32 Newtonsoft.Json.Linq.CommentHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(CommentHandling_t88420F7AA642F8AA6DB952D25C2CD5A6C1859796, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ConstructorHandling struct ConstructorHandling_t6B49D29FFA806772EFF99005B13FE08F55D7D497 { public: // System.Int32 Newtonsoft.Json.ConstructorHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ConstructorHandling_t6B49D29FFA806772EFF99005B13FE08F55D7D497, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.ConstructorInfo struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B : public MethodBase_t { public: public: }; struct ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields { public: // System.String System.Reflection.ConstructorInfo::ConstructorName String_t* ___ConstructorName_0; // System.String System.Reflection.ConstructorInfo::TypeConstructorName String_t* ___TypeConstructorName_1; public: inline static int32_t get_offset_of_ConstructorName_0() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___ConstructorName_0)); } inline String_t* get_ConstructorName_0() const { return ___ConstructorName_0; } inline String_t** get_address_of_ConstructorName_0() { return &___ConstructorName_0; } inline void set_ConstructorName_0(String_t* value) { ___ConstructorName_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___ConstructorName_0), (void*)value); } inline static int32_t get_offset_of_TypeConstructorName_1() { return static_cast(offsetof(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B_StaticFields, ___TypeConstructorName_1)); } inline String_t* get_TypeConstructorName_1() const { return ___TypeConstructorName_1; } inline String_t** get_address_of_TypeConstructorName_1() { return &___TypeConstructorName_1; } inline void set_TypeConstructorName_1(String_t* value) { ___TypeConstructorName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeConstructorName_1), (void*)value); } }; // Newtonsoft.Json.DateFormatHandling struct DateFormatHandling_t6A2C272AA890FF8A7C7F345732332C668FC41F51 { public: // System.Int32 Newtonsoft.Json.DateFormatHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateFormatHandling_t6A2C272AA890FF8A7C7F345732332C668FC41F51, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.DateParseHandling struct DateParseHandling_t969658836FFD66DF3658AB15C87D0B44B1CBF96B { public: // System.Int32 Newtonsoft.Json.DateParseHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateParseHandling_t969658836FFD66DF3658AB15C87D0B44B1CBF96B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.DateTimeOffset struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 { public: // System.DateTime System.DateTimeOffset::m_dateTime DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___m_dateTime_2; // System.Int16 System.DateTimeOffset::m_offsetMinutes int16_t ___m_offsetMinutes_3; public: inline static int32_t get_offset_of_m_dateTime_2() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_dateTime_2)); } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 get_m_dateTime_2() const { return ___m_dateTime_2; } inline DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * get_address_of_m_dateTime_2() { return &___m_dateTime_2; } inline void set_m_dateTime_2(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 value) { ___m_dateTime_2 = value; } inline static int32_t get_offset_of_m_offsetMinutes_3() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5, ___m_offsetMinutes_3)); } inline int16_t get_m_offsetMinutes_3() const { return ___m_offsetMinutes_3; } inline int16_t* get_address_of_m_offsetMinutes_3() { return &___m_offsetMinutes_3; } inline void set_m_offsetMinutes_3(int16_t value) { ___m_offsetMinutes_3 = value; } }; struct DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields { public: // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___MaxValue_1; public: inline static int32_t get_offset_of_MinValue_0() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MinValue_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MinValue_0() const { return ___MinValue_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MinValue_0() { return &___MinValue_0; } inline void set_MinValue_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MinValue_0 = value; } inline static int32_t get_offset_of_MaxValue_1() { return static_cast(offsetof(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_StaticFields, ___MaxValue_1)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_MaxValue_1() const { return ___MaxValue_1; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_MaxValue_1() { return &___MaxValue_1; } inline void set_MaxValue_1(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___MaxValue_1 = value; } }; // System.Globalization.DateTimeStyles struct DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4 { public: // System.Int32 System.Globalization.DateTimeStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeStyles_t2E18E2817B83F518AD684A16EB44A96EE6E765D4, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.DateTimeZoneHandling struct DateTimeZoneHandling_tC8473358006C4BC44494D4A38A541C0A50E27AA3 { public: // System.Int32 Newtonsoft.Json.DateTimeZoneHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DateTimeZoneHandling_tC8473358006C4BC44494D4A38A541C0A50E27AA3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.DefaultValueHandling struct DefaultValueHandling_tA6F1C904BA2806F3EE2BE2F9072EB3064D503EE2 { public: // System.Int32 Newtonsoft.Json.DefaultValueHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(DefaultValueHandling_tA6F1C904BA2806F3EE2BE2F9072EB3064D503EE2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Delegate struct Delegate_t : public RuntimeObject { public: // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject * ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t * ___method_info_7; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t * ___original_method_info_8; // System.DelegateData System.Delegate::data DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_10; public: inline static int32_t get_offset_of_method_ptr_0() { return static_cast(offsetof(Delegate_t, ___method_ptr_0)); } inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; } inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; } inline void set_method_ptr_0(Il2CppMethodPointer value) { ___method_ptr_0 = value; } inline static int32_t get_offset_of_invoke_impl_1() { return static_cast(offsetof(Delegate_t, ___invoke_impl_1)); } inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; } inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; } inline void set_invoke_impl_1(intptr_t value) { ___invoke_impl_1 = value; } inline static int32_t get_offset_of_m_target_2() { return static_cast(offsetof(Delegate_t, ___m_target_2)); } inline RuntimeObject * get_m_target_2() const { return ___m_target_2; } inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; } inline void set_m_target_2(RuntimeObject * value) { ___m_target_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_target_2), (void*)value); } inline static int32_t get_offset_of_method_3() { return static_cast(offsetof(Delegate_t, ___method_3)); } inline intptr_t get_method_3() const { return ___method_3; } inline intptr_t* get_address_of_method_3() { return &___method_3; } inline void set_method_3(intptr_t value) { ___method_3 = value; } inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast(offsetof(Delegate_t, ___delegate_trampoline_4)); } inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; } inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; } inline void set_delegate_trampoline_4(intptr_t value) { ___delegate_trampoline_4 = value; } inline static int32_t get_offset_of_extra_arg_5() { return static_cast(offsetof(Delegate_t, ___extra_arg_5)); } inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; } inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; } inline void set_extra_arg_5(intptr_t value) { ___extra_arg_5 = value; } inline static int32_t get_offset_of_method_code_6() { return static_cast(offsetof(Delegate_t, ___method_code_6)); } inline intptr_t get_method_code_6() const { return ___method_code_6; } inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; } inline void set_method_code_6(intptr_t value) { ___method_code_6 = value; } inline static int32_t get_offset_of_method_info_7() { return static_cast(offsetof(Delegate_t, ___method_info_7)); } inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; } inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; } inline void set_method_info_7(MethodInfo_t * value) { ___method_info_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___method_info_7), (void*)value); } inline static int32_t get_offset_of_original_method_info_8() { return static_cast(offsetof(Delegate_t, ___original_method_info_8)); } inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; } inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; } inline void set_original_method_info_8(MethodInfo_t * value) { ___original_method_info_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___original_method_info_8), (void*)value); } inline static int32_t get_offset_of_data_9() { return static_cast(offsetof(Delegate_t, ___data_9)); } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * get_data_9() const { return ___data_9; } inline DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 ** get_address_of_data_9() { return &___data_9; } inline void set_data_9(DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * value) { ___data_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___data_9), (void*)value); } inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast(offsetof(Delegate_t, ___method_is_virtual_10)); } inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; } inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; } inline void set_method_is_virtual_10(bool value) { ___method_is_virtual_10 = value; } }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; MethodInfo_t * ___method_info_7; MethodInfo_t * ___original_method_info_8; DelegateData_t17DD30660E330C49381DAA99F934BE75CB11F288 * ___data_9; int32_t ___method_is_virtual_10; }; // System.Exception struct Exception_t : public RuntimeObject { public: // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t * ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject * ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject * ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* ___native_trace_ips_15; public: inline static int32_t get_offset_of__className_1() { return static_cast(offsetof(Exception_t, ____className_1)); } inline String_t* get__className_1() const { return ____className_1; } inline String_t** get_address_of__className_1() { return &____className_1; } inline void set__className_1(String_t* value) { ____className_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____className_1), (void*)value); } inline static int32_t get_offset_of__message_2() { return static_cast(offsetof(Exception_t, ____message_2)); } inline String_t* get__message_2() const { return ____message_2; } inline String_t** get_address_of__message_2() { return &____message_2; } inline void set__message_2(String_t* value) { ____message_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____message_2), (void*)value); } inline static int32_t get_offset_of__data_3() { return static_cast(offsetof(Exception_t, ____data_3)); } inline RuntimeObject* get__data_3() const { return ____data_3; } inline RuntimeObject** get_address_of__data_3() { return &____data_3; } inline void set__data_3(RuntimeObject* value) { ____data_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____data_3), (void*)value); } inline static int32_t get_offset_of__innerException_4() { return static_cast(offsetof(Exception_t, ____innerException_4)); } inline Exception_t * get__innerException_4() const { return ____innerException_4; } inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; } inline void set__innerException_4(Exception_t * value) { ____innerException_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerException_4), (void*)value); } inline static int32_t get_offset_of__helpURL_5() { return static_cast(offsetof(Exception_t, ____helpURL_5)); } inline String_t* get__helpURL_5() const { return ____helpURL_5; } inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; } inline void set__helpURL_5(String_t* value) { ____helpURL_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____helpURL_5), (void*)value); } inline static int32_t get_offset_of__stackTrace_6() { return static_cast(offsetof(Exception_t, ____stackTrace_6)); } inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; } inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; } inline void set__stackTrace_6(RuntimeObject * value) { ____stackTrace_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTrace_6), (void*)value); } inline static int32_t get_offset_of__stackTraceString_7() { return static_cast(offsetof(Exception_t, ____stackTraceString_7)); } inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; } inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; } inline void set__stackTraceString_7(String_t* value) { ____stackTraceString_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____stackTraceString_7), (void*)value); } inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast(offsetof(Exception_t, ____remoteStackTraceString_8)); } inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; } inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; } inline void set__remoteStackTraceString_8(String_t* value) { ____remoteStackTraceString_8 = value; Il2CppCodeGenWriteBarrier((void**)(&____remoteStackTraceString_8), (void*)value); } inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast(offsetof(Exception_t, ____remoteStackIndex_9)); } inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; } inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; } inline void set__remoteStackIndex_9(int32_t value) { ____remoteStackIndex_9 = value; } inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast(offsetof(Exception_t, ____dynamicMethods_10)); } inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; } inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; } inline void set__dynamicMethods_10(RuntimeObject * value) { ____dynamicMethods_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____dynamicMethods_10), (void*)value); } inline static int32_t get_offset_of__HResult_11() { return static_cast(offsetof(Exception_t, ____HResult_11)); } inline int32_t get__HResult_11() const { return ____HResult_11; } inline int32_t* get_address_of__HResult_11() { return &____HResult_11; } inline void set__HResult_11(int32_t value) { ____HResult_11 = value; } inline static int32_t get_offset_of__source_12() { return static_cast(offsetof(Exception_t, ____source_12)); } inline String_t* get__source_12() const { return ____source_12; } inline String_t** get_address_of__source_12() { return &____source_12; } inline void set__source_12(String_t* value) { ____source_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____source_12), (void*)value); } inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast(offsetof(Exception_t, ____safeSerializationManager_13)); } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; } inline SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; } inline void set__safeSerializationManager_13(SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * value) { ____safeSerializationManager_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____safeSerializationManager_13), (void*)value); } inline static int32_t get_offset_of_captured_traces_14() { return static_cast(offsetof(Exception_t, ___captured_traces_14)); } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* get_captured_traces_14() const { return ___captured_traces_14; } inline StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971** get_address_of_captured_traces_14() { return &___captured_traces_14; } inline void set_captured_traces_14(StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* value) { ___captured_traces_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___captured_traces_14), (void*)value); } inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast(offsetof(Exception_t, ___native_trace_ips_15)); } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* get_native_trace_ips_15() const { return ___native_trace_ips_15; } inline IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; } inline void set_native_trace_ips_15(IntPtrU5BU5D_t27FC72B0409D75AAF33EC42498E8094E95FEE9A6* value) { ___native_trace_ips_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___native_trace_ips_15), (void*)value); } }; struct Exception_t_StaticFields { public: // System.Object System.Exception::s_EDILock RuntimeObject * ___s_EDILock_0; public: inline static int32_t get_offset_of_s_EDILock_0() { return static_cast(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); } inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; } inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; } inline void set_s_EDILock_0(RuntimeObject * value) { ___s_EDILock_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_EDILock_0), (void*)value); } }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tDE44F029589A028F8A3053C5C06153FAB4AAE29F * ____safeSerializationManager_13; StackTraceU5BU5D_t4AD999C288CB6D1F38A299D12B1598D606588971* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; }; // Newtonsoft.Json.FloatFormatHandling struct FloatFormatHandling_t32AE104C43EDE0B8EF7FC3C44B581C7790FACD6B { public: // System.Int32 Newtonsoft.Json.FloatFormatHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FloatFormatHandling_t32AE104C43EDE0B8EF7FC3C44B581C7790FACD6B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.FloatParseHandling struct FloatParseHandling_tAEF5DC72DD8601627354BD478A417FC7C631691D { public: // System.Int32 Newtonsoft.Json.FloatParseHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FloatParseHandling_tAEF5DC72DD8601627354BD478A417FC7C631691D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle struct FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2 { public: // System.Int32 System.Runtime.Serialization.Formatters.FormatterAssemblyStyle::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(FormatterAssemblyStyle_t176037936039C0AEAEDFF283CD0E53E721D4CEF2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Formatting struct Formatting_t7B14AD1797E34FD29835769ED9B95144E65764CB { public: // System.Int32 Newtonsoft.Json.Formatting::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Formatting_t7B14AD1797E34FD29835769ED9B95144E65764CB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Int32Enum struct Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C { public: // System.Int32 System.Int32Enum::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Int32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.JArray struct JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JArray::_values List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ____values_17; public: inline static int32_t get_offset_of__values_17() { return static_cast(offsetof(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873, ____values_17)); } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * get__values_17() const { return ____values_17; } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 ** get_address_of__values_17() { return &____values_17; } inline void set__values_17(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * value) { ____values_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_17), (void*)value); } }; // Newtonsoft.Json.Linq.JConstructor struct JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // System.String Newtonsoft.Json.Linq.JConstructor::_name String_t* ____name_17; // System.Collections.Generic.List`1 Newtonsoft.Json.Linq.JConstructor::_values List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ____values_18; public: inline static int32_t get_offset_of__name_17() { return static_cast(offsetof(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F, ____name_17)); } inline String_t* get__name_17() const { return ____name_17; } inline String_t** get_address_of__name_17() { return &____name_17; } inline void set__name_17(String_t* value) { ____name_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_17), (void*)value); } inline static int32_t get_offset_of__values_18() { return static_cast(offsetof(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F, ____values_18)); } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * get__values_18() const { return ____values_18; } inline List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 ** get_address_of__values_18() { return &____values_18; } inline void set__values_18(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * value) { ____values_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____values_18), (void*)value); } }; // Newtonsoft.Json.Linq.JObject struct JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // Newtonsoft.Json.Linq.JPropertyKeyedCollection Newtonsoft.Json.Linq.JObject::_properties JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * ____properties_17; // System.ComponentModel.PropertyChangedEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanged PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * ___PropertyChanged_18; // System.ComponentModel.PropertyChangingEventHandler Newtonsoft.Json.Linq.JObject::PropertyChanging PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * ___PropertyChanging_19; public: inline static int32_t get_offset_of__properties_17() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ____properties_17)); } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * get__properties_17() const { return ____properties_17; } inline JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 ** get_address_of__properties_17() { return &____properties_17; } inline void set__properties_17(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * value) { ____properties_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____properties_17), (void*)value); } inline static int32_t get_offset_of_PropertyChanged_18() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanged_18)); } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * get_PropertyChanged_18() const { return ___PropertyChanged_18; } inline PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 ** get_address_of_PropertyChanged_18() { return &___PropertyChanged_18; } inline void set_PropertyChanged_18(PropertyChangedEventHandler_t094CCD63C952DCD4E1ED794434160679C28A8E99 * value) { ___PropertyChanged_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanged_18), (void*)value); } inline static int32_t get_offset_of_PropertyChanging_19() { return static_cast(offsetof(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34, ___PropertyChanging_19)); } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * get_PropertyChanging_19() const { return ___PropertyChanging_19; } inline PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B ** get_address_of_PropertyChanging_19() { return &___PropertyChanging_19; } inline void set_PropertyChanging_19(PropertyChangingEventHandler_t31E1BA622DA161E68BB38F230BB5FE9551FB127B * value) { ___PropertyChanging_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyChanging_19), (void*)value); } }; // Newtonsoft.Json.Linq.JProperty struct JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA : public JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 { public: // Newtonsoft.Json.Linq.JProperty/JPropertyList Newtonsoft.Json.Linq.JProperty::_content JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * ____content_17; // System.String Newtonsoft.Json.Linq.JProperty::_name String_t* ____name_18; public: inline static int32_t get_offset_of__content_17() { return static_cast(offsetof(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA, ____content_17)); } inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * get__content_17() const { return ____content_17; } inline JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 ** get_address_of__content_17() { return &____content_17; } inline void set__content_17(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * value) { ____content_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____content_17), (void*)value); } inline static int32_t get_offset_of__name_18() { return static_cast(offsetof(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA, ____name_18)); } inline String_t* get__name_18() const { return ____name_18; } inline String_t** get_address_of__name_18() { return &____name_18; } inline void set__name_18(String_t* value) { ____name_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____name_18), (void*)value); } }; // Newtonsoft.Json.Linq.JPropertyDescriptor struct JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B : public PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B { public: public: }; // Newtonsoft.Json.Linq.JTokenType struct JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0 { public: // System.Int32 Newtonsoft.Json.Linq.JTokenType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Converters.JavaScriptDateTimeConverter struct JavaScriptDateTimeConverter_t76312AA0A7BEC564636E6E5667B8421DA670D45B : public DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 { public: public: }; // Newtonsoft.Json.JsonContainerType struct JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE { public: // System.Int32 Newtonsoft.Json.JsonContainerType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonContainerType_t05B0E207A4A108FABEF666BB3F497E100228F6DE, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Serialization.JsonContractType struct JsonContractType_t1FA13484578075D9F633127D6151787B02F3C026 { public: // System.Int32 Newtonsoft.Json.Serialization.JsonContractType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonContractType_t1FA13484578075D9F633127D6151787B02F3C026, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Serialization.JsonPropertyCollection struct JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 : public KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 { public: // System.Type Newtonsoft.Json.Serialization.JsonPropertyCollection::_type Type_t * ____type_6; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonPropertyCollection::_list List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * ____list_7; public: inline static int32_t get_offset_of__type_6() { return static_cast(offsetof(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954, ____type_6)); } inline Type_t * get__type_6() const { return ____type_6; } inline Type_t ** get_address_of__type_6() { return &____type_6; } inline void set__type_6(Type_t * value) { ____type_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____type_6), (void*)value); } inline static int32_t get_offset_of__list_7() { return static_cast(offsetof(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954, ____list_7)); } inline List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * get__list_7() const { return ____list_7; } inline List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 ** get_address_of__list_7() { return &____list_7; } inline void set__list_7(List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * value) { ____list_7 = value; Il2CppCodeGenWriteBarrier((void**)(&____list_7), (void*)value); } }; // Newtonsoft.Json.JsonToken struct JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77 { public: // System.Int32 Newtonsoft.Json.JsonToken::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Linq.LineInfoHandling struct LineInfoHandling_tDB7D21A6E301714902B2668D148BADCBF085C244 { public: // System.Int32 Newtonsoft.Json.Linq.LineInfoHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(LineInfoHandling_tDB7D21A6E301714902B2668D148BADCBF085C244, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.MemberSerialization struct MemberSerialization_t49E85C551C5C627C5DB0013E07C3391231E6E7DA { public: // System.Int32 Newtonsoft.Json.MemberSerialization::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MemberSerialization_t49E85C551C5C627C5DB0013E07C3391231E6E7DA, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.MetadataPropertyHandling struct MetadataPropertyHandling_tF4BA775E625DAAB38E6990F85E029E4C407354C2 { public: // System.Int32 Newtonsoft.Json.MetadataPropertyHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MetadataPropertyHandling_tF4BA775E625DAAB38E6990F85E029E4C407354C2, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { public: public: }; // Newtonsoft.Json.MissingMemberHandling struct MissingMemberHandling_tEDC1C875977901EC8368546BF5672CB32ECC1F5A { public: // System.Int32 Newtonsoft.Json.MissingMemberHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(MissingMemberHandling_tEDC1C875977901EC8368546BF5672CB32ECC1F5A, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.NullValueHandling struct NullValueHandling_tF1C5D33CF1843DFF543CD0D5A54DB81A6803ED3B { public: // System.Int32 Newtonsoft.Json.NullValueHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NullValueHandling_tF1C5D33CF1843DFF543CD0D5A54DB81A6803ED3B, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Globalization.NumberStyles struct NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594 { public: // System.Int32 System.Globalization.NumberStyles::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(NumberStyles_t379EFBF2535E1C950DEC8042704BB663BF636594, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ObjectCreationHandling struct ObjectCreationHandling_tB7C55BEBFC5F41BA0BD91209BBC715CDCE42AB63 { public: // System.Int32 Newtonsoft.Json.ObjectCreationHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ObjectCreationHandling_tB7C55BEBFC5F41BA0BD91209BBC715CDCE42AB63, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.PreserveReferencesHandling struct PreserveReferencesHandling_t3C1AFFEDC4D272A829F35C3B21284FED083B7281 { public: // System.Int32 Newtonsoft.Json.PreserveReferencesHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PreserveReferencesHandling_t3C1AFFEDC4D272A829F35C3B21284FED083B7281, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Utilities.PrimitiveTypeCode struct PrimitiveTypeCode_t9BB717F2B9288AA0CC364207515538EF454CB682 { public: // System.Int32 Newtonsoft.Json.Utilities.PrimitiveTypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(PrimitiveTypeCode_t9BB717F2B9288AA0CC364207515538EF454CB682, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ReadType struct ReadType_t1EDDC56F9663FAF3083B7AD915A1EF293347B355 { public: // System.Int32 Newtonsoft.Json.ReadType::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReadType_t1EDDC56F9663FAF3083B7AD915A1EF293347B355, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.ReferenceLoopHandling struct ReferenceLoopHandling_t32974E9E23C132789EC534CB2EE8271AC3A5AFA7 { public: // System.Int32 Newtonsoft.Json.ReferenceLoopHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(ReferenceLoopHandling_t32974E9E23C132789EC534CB2EE8271AC3A5AFA7, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.Required struct Required_t3227BFC685E17D3189D1E0F99C5442494A0D27FB { public: // System.Int32 Newtonsoft.Json.Required::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Required_t3227BFC685E17D3189D1E0F99C5442494A0D27FB, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 { public: // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 { public: // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9, ___value_0)); } inline intptr_t get_value_0() const { return ___value_0; } inline intptr_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(intptr_t value) { ___value_0 = value; } }; // System.Runtime.Serialization.StreamingContextStates struct StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3 { public: // System.Int32 System.Runtime.Serialization.StreamingContextStates::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StreamingContextStates_tF4C7FE6D6121BD4C67699869C8269A60B36B42C3, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.StringComparison struct StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998 { public: // System.Int32 System.StringComparison::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringComparison_tCC9F72B9B1E2C3C6D2566DD0D3A61E1621048998, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.StringEscapeHandling struct StringEscapeHandling_tBD68EC05878DD6B38DECAB22ED0D96389283FDCD { public: // System.Int32 Newtonsoft.Json.StringEscapeHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(StringEscapeHandling_tBD68EC05878DD6B38DECAB22ED0D96389283FDCD, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.IO.StringReader struct StringReader_t74E352C280EAC22C878867444978741F19E1F895 : public TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F { public: // System.String System.IO.StringReader::_s String_t* ____s_4; // System.Int32 System.IO.StringReader::_pos int32_t ____pos_5; // System.Int32 System.IO.StringReader::_length int32_t ____length_6; public: inline static int32_t get_offset_of__s_4() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____s_4)); } inline String_t* get__s_4() const { return ____s_4; } inline String_t** get_address_of__s_4() { return &____s_4; } inline void set__s_4(String_t* value) { ____s_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____s_4), (void*)value); } inline static int32_t get_offset_of__pos_5() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____pos_5)); } inline int32_t get__pos_5() const { return ____pos_5; } inline int32_t* get_address_of__pos_5() { return &____pos_5; } inline void set__pos_5(int32_t value) { ____pos_5 = value; } inline static int32_t get_offset_of__length_6() { return static_cast(offsetof(StringReader_t74E352C280EAC22C878867444978741F19E1F895, ____length_6)); } inline int32_t get__length_6() const { return ____length_6; } inline int32_t* get_address_of__length_6() { return &____length_6; } inline void set__length_6(int32_t value) { ____length_6 = value; } }; // System.IO.StringWriter struct StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 : public TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 { public: // System.Text.StringBuilder System.IO.StringWriter::_sb StringBuilder_t * ____sb_12; // System.Boolean System.IO.StringWriter::_isOpen bool ____isOpen_13; public: inline static int32_t get_offset_of__sb_12() { return static_cast(offsetof(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839, ____sb_12)); } inline StringBuilder_t * get__sb_12() const { return ____sb_12; } inline StringBuilder_t ** get_address_of__sb_12() { return &____sb_12; } inline void set__sb_12(StringBuilder_t * value) { ____sb_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____sb_12), (void*)value); } inline static int32_t get_offset_of__isOpen_13() { return static_cast(offsetof(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839, ____isOpen_13)); } inline bool get__isOpen_13() const { return ____isOpen_13; } inline bool* get_address_of__isOpen_13() { return &____isOpen_13; } inline void set__isOpen_13(bool value) { ____isOpen_13 = value; } }; struct StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_StaticFields { public: // System.Text.UnicodeEncoding modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StringWriter::m_encoding UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * ___m_encoding_11; public: inline static int32_t get_offset_of_m_encoding_11() { return static_cast(offsetof(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_StaticFields, ___m_encoding_11)); } inline UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * get_m_encoding_11() const { return ___m_encoding_11; } inline UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 ** get_address_of_m_encoding_11() { return &___m_encoding_11; } inline void set_m_encoding_11(UnicodeEncoding_tBB60B97AFC49D6246F28BF16D3E09822FCCACC68 * value) { ___m_encoding_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_encoding_11), (void*)value); } }; // System.TimeSpan struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 { public: // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; public: inline static int32_t get_offset_of__ticks_22() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203, ____ticks_22)); } inline int64_t get__ticks_22() const { return ____ticks_22; } inline int64_t* get_address_of__ticks_22() { return &____ticks_22; } inline void set__ticks_22(int64_t value) { ____ticks_22 = value; } }; struct TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields { public: // System.TimeSpan System.TimeSpan::Zero TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___MinValue_21; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked bool ____legacyConfigChecked_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode bool ____legacyMode_24; public: inline static int32_t get_offset_of_Zero_19() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___Zero_19)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_Zero_19() const { return ___Zero_19; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_Zero_19() { return &___Zero_19; } inline void set_Zero_19(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___Zero_19 = value; } inline static int32_t get_offset_of_MaxValue_20() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MaxValue_20)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MaxValue_20() const { return ___MaxValue_20; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MaxValue_20() { return &___MaxValue_20; } inline void set_MaxValue_20(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MaxValue_20 = value; } inline static int32_t get_offset_of_MinValue_21() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ___MinValue_21)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_MinValue_21() const { return ___MinValue_21; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_MinValue_21() { return &___MinValue_21; } inline void set_MinValue_21(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___MinValue_21 = value; } inline static int32_t get_offset_of__legacyConfigChecked_23() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyConfigChecked_23)); } inline bool get__legacyConfigChecked_23() const { return ____legacyConfigChecked_23; } inline bool* get_address_of__legacyConfigChecked_23() { return &____legacyConfigChecked_23; } inline void set__legacyConfigChecked_23(bool value) { ____legacyConfigChecked_23 = value; } inline static int32_t get_offset_of__legacyMode_24() { return static_cast(offsetof(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_StaticFields, ____legacyMode_24)); } inline bool get__legacyMode_24() const { return ____legacyMode_24; } inline bool* get_address_of__legacyMode_24() { return &____legacyMode_24; } inline void set__legacyMode_24(bool value) { ____legacyMode_24 = value; } }; // System.Diagnostics.TraceLevel struct TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6 { public: // System.Int32 System.Diagnostics.TraceLevel::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TraceLevel_t2A6EE6179934651417B9251C59299A5E1F4E5EF6, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.TypeCode struct TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C { public: // System.Int32 System.TypeCode::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeCode_tCB39BAB5CFB7A1E0BCB521413E3C46B81C31AA7C, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.TypeNameHandling struct TypeNameHandling_t9AB625D7AFD6168171C6FC1A0E03F6089BB56C8D { public: // System.Int32 Newtonsoft.Json.TypeNameHandling::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(TypeNameHandling_t9AB625D7AFD6168171C6FC1A0E03F6089BB56C8D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriFormat struct UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F { public: // System.Int32 System.UriFormat::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriFormat_t25C936463BDE737B16A8EC3DA05091FC31F1A71F, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriIdnScope struct UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D { public: // System.Int32 System.UriIdnScope::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriIdnScope_tBA22B992BA582F68F2B98CDEBCB24299F249DE4D, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.UriKind struct UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC { public: // System.Int32 System.UriKind::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(UriKind_tFC16ACC1842283AAE2C7F50C9C70EFBF6550B3FC, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.JsonReader/State struct State_t081926601A2157B931EAACBCBFD6DDF2E2815D12 { public: // System.Int32 Newtonsoft.Json.JsonReader/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t081926601A2157B931EAACBCBFD6DDF2E2815D12, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // Newtonsoft.Json.JsonWriter/State struct State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E { public: // System.Int32 Newtonsoft.Json.JsonWriter/State::value__ int32_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(State_t7D9D0FA8AF2419DB434456D6166B6578DB20812E, ___value___2)); } inline int32_t get_value___2() const { return ___value___2; } inline int32_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(int32_t value) { ___value___2 = value; } }; // System.Uri/Flags struct Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4 { public: // System.UInt64 System.Uri/Flags::value__ uint64_t ___value___2; public: inline static int32_t get_offset_of_value___2() { return static_cast(offsetof(Flags_t72C622DF5C3ED762F55AB36EC2CCDDF3AF56B8D4, ___value___2)); } inline uint64_t get_value___2() const { return ___value___2; } inline uint64_t* get_address_of_value___2() { return &___value___2; } inline void set_value___2(uint64_t value) { ___value___2 = value; } }; // System.Nullable`1 struct Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 { public: // T System.Nullable`1::value DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7, ___value_0)); } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 get_value_0() const { return ___value_0; } inline DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F { public: // T System.Nullable`1::value TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F, ___value_0)); } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 get_value_0() const { return ___value_0; } inline TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 { public: // T System.Nullable`1::value int32_t ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4, ___value_0)); } inline int32_t get_value_0() const { return ___value_0; } inline int32_t* get_address_of_value_0() { return &___value_0; } inline void set_value_0(int32_t value) { ___value_0 = value; } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // Newtonsoft.Json.Serialization.DefaultContractResolver struct DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C : public RuntimeObject { public: // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::_instanceState DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * ____instanceState_4; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::_sharedCache bool ____sharedCache_5; // System.Reflection.BindingFlags Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField int32_t ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; // System.Boolean Newtonsoft.Json.Serialization.DefaultContractResolver::k__BackingField bool ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; public: inline static int32_t get_offset_of__instanceState_4() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ____instanceState_4)); } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * get__instanceState_4() const { return ____instanceState_4; } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 ** get_address_of__instanceState_4() { return &____instanceState_4; } inline void set__instanceState_4(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * value) { ____instanceState_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____instanceState_4), (void*)value); } inline static int32_t get_offset_of__sharedCache_5() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ____sharedCache_5)); } inline bool get__sharedCache_5() const { return ____sharedCache_5; } inline bool* get_address_of__sharedCache_5() { return &____sharedCache_5; } inline void set__sharedCache_5(bool value) { ____sharedCache_5 = value; } inline static int32_t get_offset_of_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6)); } inline int32_t get_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() const { return ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; } inline int32_t* get_address_of_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6() { return &___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6; } inline void set_U3CDefaultMembersSearchFlagsU3Ek__BackingField_6(int32_t value) { ___U3CDefaultMembersSearchFlagsU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7)); } inline bool get_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() const { return ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; } inline bool* get_address_of_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7() { return &___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7; } inline void set_U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7(bool value) { ___U3CSerializeCompilerGeneratedMembersU3Ek__BackingField_7 = value; } inline static int32_t get_offset_of_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8)); } inline bool get_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() const { return ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; } inline bool* get_address_of_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8() { return &___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8; } inline void set_U3CIgnoreSerializableInterfaceU3Ek__BackingField_8(bool value) { ___U3CIgnoreSerializableInterfaceU3Ek__BackingField_8 = value; } inline static int32_t get_offset_of_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C, ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9)); } inline bool get_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() const { return ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; } inline bool* get_address_of_U3CIgnoreSerializableAttributeU3Ek__BackingField_9() { return &___U3CIgnoreSerializableAttributeU3Ek__BackingField_9; } inline void set_U3CIgnoreSerializableAttributeU3Ek__BackingField_9(bool value) { ___U3CIgnoreSerializableAttributeU3Ek__BackingField_9 = value; } }; struct DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields { public: // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.Serialization.DefaultContractResolver::_instance RuntimeObject* ____instance_0; // Newtonsoft.Json.JsonConverter[] Newtonsoft.Json.Serialization.DefaultContractResolver::BuiltInConverters JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___BuiltInConverters_1; // System.Object Newtonsoft.Json.Serialization.DefaultContractResolver::TypeContractCacheLock RuntimeObject * ___TypeContractCacheLock_2; // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::_sharedState DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * ____sharedState_3; public: inline static int32_t get_offset_of__instance_0() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ____instance_0)); } inline RuntimeObject* get__instance_0() const { return ____instance_0; } inline RuntimeObject** get_address_of__instance_0() { return &____instance_0; } inline void set__instance_0(RuntimeObject* value) { ____instance_0 = value; Il2CppCodeGenWriteBarrier((void**)(&____instance_0), (void*)value); } inline static int32_t get_offset_of_BuiltInConverters_1() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ___BuiltInConverters_1)); } inline JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* get_BuiltInConverters_1() const { return ___BuiltInConverters_1; } inline JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4** get_address_of_BuiltInConverters_1() { return &___BuiltInConverters_1; } inline void set_BuiltInConverters_1(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* value) { ___BuiltInConverters_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___BuiltInConverters_1), (void*)value); } inline static int32_t get_offset_of_TypeContractCacheLock_2() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ___TypeContractCacheLock_2)); } inline RuntimeObject * get_TypeContractCacheLock_2() const { return ___TypeContractCacheLock_2; } inline RuntimeObject ** get_address_of_TypeContractCacheLock_2() { return &___TypeContractCacheLock_2; } inline void set_TypeContractCacheLock_2(RuntimeObject * value) { ___TypeContractCacheLock_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___TypeContractCacheLock_2), (void*)value); } inline static int32_t get_offset_of__sharedState_3() { return static_cast(offsetof(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields, ____sharedState_3)); } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * get__sharedState_3() const { return ____sharedState_3; } inline DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 ** get_address_of__sharedState_3() { return &____sharedState_3; } inline void set__sharedState_3(DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * value) { ____sharedState_3 = value; Il2CppCodeGenWriteBarrier((void**)(&____sharedState_3), (void*)value); } }; // Newtonsoft.Json.Linq.JValue struct JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 : public JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 { public: // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::_valueType int32_t ____valueType_13; // System.Object Newtonsoft.Json.Linq.JValue::_value RuntimeObject * ____value_14; public: inline static int32_t get_offset_of__valueType_13() { return static_cast(offsetof(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64, ____valueType_13)); } inline int32_t get__valueType_13() const { return ____valueType_13; } inline int32_t* get_address_of__valueType_13() { return &____valueType_13; } inline void set__valueType_13(int32_t value) { ____valueType_13 = value; } inline static int32_t get_offset_of__value_14() { return static_cast(offsetof(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64, ____value_14)); } inline RuntimeObject * get__value_14() const { return ____value_14; } inline RuntimeObject ** get_address_of__value_14() { return &____value_14; } inline void set__value_14(RuntimeObject * value) { ____value_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_14), (void*)value); } }; // Newtonsoft.Json.Serialization.JsonContract struct JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A : public RuntimeObject { public: // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsNullable bool ___IsNullable_0; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsConvertable bool ___IsConvertable_1; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsEnum bool ___IsEnum_2; // System.Type Newtonsoft.Json.Serialization.JsonContract::NonNullableUnderlyingType Type_t * ___NonNullableUnderlyingType_3; // Newtonsoft.Json.ReadType Newtonsoft.Json.Serialization.JsonContract::InternalReadType int32_t ___InternalReadType_4; // Newtonsoft.Json.Serialization.JsonContractType Newtonsoft.Json.Serialization.JsonContract::ContractType int32_t ___ContractType_5; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsReadOnlyOrFixedSize bool ___IsReadOnlyOrFixedSize_6; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsSealed bool ___IsSealed_7; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::IsInstantiable bool ___IsInstantiable_8; // System.Collections.Generic.List`1 Newtonsoft.Json.Serialization.JsonContract::_onDeserializedCallbacks List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * ____onDeserializedCallbacks_9; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onDeserializingCallbacks RuntimeObject* ____onDeserializingCallbacks_10; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onSerializedCallbacks RuntimeObject* ____onSerializedCallbacks_11; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onSerializingCallbacks RuntimeObject* ____onSerializingCallbacks_12; // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::_onErrorCallbacks RuntimeObject* ____onErrorCallbacks_13; // System.Type Newtonsoft.Json.Serialization.JsonContract::_createdType Type_t * ____createdType_14; // System.Type Newtonsoft.Json.Serialization.JsonContract::k__BackingField Type_t * ___U3CUnderlyingTypeU3Ek__BackingField_15; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContract::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CIsReferenceU3Ek__BackingField_16; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CConverterU3Ek__BackingField_17; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CInternalConverterU3Ek__BackingField_18; // System.Func`1 Newtonsoft.Json.Serialization.JsonContract::k__BackingField Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___U3CDefaultCreatorU3Ek__BackingField_19; // System.Boolean Newtonsoft.Json.Serialization.JsonContract::k__BackingField bool ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; public: inline static int32_t get_offset_of_IsNullable_0() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsNullable_0)); } inline bool get_IsNullable_0() const { return ___IsNullable_0; } inline bool* get_address_of_IsNullable_0() { return &___IsNullable_0; } inline void set_IsNullable_0(bool value) { ___IsNullable_0 = value; } inline static int32_t get_offset_of_IsConvertable_1() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsConvertable_1)); } inline bool get_IsConvertable_1() const { return ___IsConvertable_1; } inline bool* get_address_of_IsConvertable_1() { return &___IsConvertable_1; } inline void set_IsConvertable_1(bool value) { ___IsConvertable_1 = value; } inline static int32_t get_offset_of_IsEnum_2() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsEnum_2)); } inline bool get_IsEnum_2() const { return ___IsEnum_2; } inline bool* get_address_of_IsEnum_2() { return &___IsEnum_2; } inline void set_IsEnum_2(bool value) { ___IsEnum_2 = value; } inline static int32_t get_offset_of_NonNullableUnderlyingType_3() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___NonNullableUnderlyingType_3)); } inline Type_t * get_NonNullableUnderlyingType_3() const { return ___NonNullableUnderlyingType_3; } inline Type_t ** get_address_of_NonNullableUnderlyingType_3() { return &___NonNullableUnderlyingType_3; } inline void set_NonNullableUnderlyingType_3(Type_t * value) { ___NonNullableUnderlyingType_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___NonNullableUnderlyingType_3), (void*)value); } inline static int32_t get_offset_of_InternalReadType_4() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___InternalReadType_4)); } inline int32_t get_InternalReadType_4() const { return ___InternalReadType_4; } inline int32_t* get_address_of_InternalReadType_4() { return &___InternalReadType_4; } inline void set_InternalReadType_4(int32_t value) { ___InternalReadType_4 = value; } inline static int32_t get_offset_of_ContractType_5() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___ContractType_5)); } inline int32_t get_ContractType_5() const { return ___ContractType_5; } inline int32_t* get_address_of_ContractType_5() { return &___ContractType_5; } inline void set_ContractType_5(int32_t value) { ___ContractType_5 = value; } inline static int32_t get_offset_of_IsReadOnlyOrFixedSize_6() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsReadOnlyOrFixedSize_6)); } inline bool get_IsReadOnlyOrFixedSize_6() const { return ___IsReadOnlyOrFixedSize_6; } inline bool* get_address_of_IsReadOnlyOrFixedSize_6() { return &___IsReadOnlyOrFixedSize_6; } inline void set_IsReadOnlyOrFixedSize_6(bool value) { ___IsReadOnlyOrFixedSize_6 = value; } inline static int32_t get_offset_of_IsSealed_7() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsSealed_7)); } inline bool get_IsSealed_7() const { return ___IsSealed_7; } inline bool* get_address_of_IsSealed_7() { return &___IsSealed_7; } inline void set_IsSealed_7(bool value) { ___IsSealed_7 = value; } inline static int32_t get_offset_of_IsInstantiable_8() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___IsInstantiable_8)); } inline bool get_IsInstantiable_8() const { return ___IsInstantiable_8; } inline bool* get_address_of_IsInstantiable_8() { return &___IsInstantiable_8; } inline void set_IsInstantiable_8(bool value) { ___IsInstantiable_8 = value; } inline static int32_t get_offset_of__onDeserializedCallbacks_9() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onDeserializedCallbacks_9)); } inline List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * get__onDeserializedCallbacks_9() const { return ____onDeserializedCallbacks_9; } inline List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 ** get_address_of__onDeserializedCallbacks_9() { return &____onDeserializedCallbacks_9; } inline void set__onDeserializedCallbacks_9(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * value) { ____onDeserializedCallbacks_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____onDeserializedCallbacks_9), (void*)value); } inline static int32_t get_offset_of__onDeserializingCallbacks_10() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onDeserializingCallbacks_10)); } inline RuntimeObject* get__onDeserializingCallbacks_10() const { return ____onDeserializingCallbacks_10; } inline RuntimeObject** get_address_of__onDeserializingCallbacks_10() { return &____onDeserializingCallbacks_10; } inline void set__onDeserializingCallbacks_10(RuntimeObject* value) { ____onDeserializingCallbacks_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____onDeserializingCallbacks_10), (void*)value); } inline static int32_t get_offset_of__onSerializedCallbacks_11() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onSerializedCallbacks_11)); } inline RuntimeObject* get__onSerializedCallbacks_11() const { return ____onSerializedCallbacks_11; } inline RuntimeObject** get_address_of__onSerializedCallbacks_11() { return &____onSerializedCallbacks_11; } inline void set__onSerializedCallbacks_11(RuntimeObject* value) { ____onSerializedCallbacks_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____onSerializedCallbacks_11), (void*)value); } inline static int32_t get_offset_of__onSerializingCallbacks_12() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onSerializingCallbacks_12)); } inline RuntimeObject* get__onSerializingCallbacks_12() const { return ____onSerializingCallbacks_12; } inline RuntimeObject** get_address_of__onSerializingCallbacks_12() { return &____onSerializingCallbacks_12; } inline void set__onSerializingCallbacks_12(RuntimeObject* value) { ____onSerializingCallbacks_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____onSerializingCallbacks_12), (void*)value); } inline static int32_t get_offset_of__onErrorCallbacks_13() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____onErrorCallbacks_13)); } inline RuntimeObject* get__onErrorCallbacks_13() const { return ____onErrorCallbacks_13; } inline RuntimeObject** get_address_of__onErrorCallbacks_13() { return &____onErrorCallbacks_13; } inline void set__onErrorCallbacks_13(RuntimeObject* value) { ____onErrorCallbacks_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____onErrorCallbacks_13), (void*)value); } inline static int32_t get_offset_of__createdType_14() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ____createdType_14)); } inline Type_t * get__createdType_14() const { return ____createdType_14; } inline Type_t ** get_address_of__createdType_14() { return &____createdType_14; } inline void set__createdType_14(Type_t * value) { ____createdType_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____createdType_14), (void*)value); } inline static int32_t get_offset_of_U3CUnderlyingTypeU3Ek__BackingField_15() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CUnderlyingTypeU3Ek__BackingField_15)); } inline Type_t * get_U3CUnderlyingTypeU3Ek__BackingField_15() const { return ___U3CUnderlyingTypeU3Ek__BackingField_15; } inline Type_t ** get_address_of_U3CUnderlyingTypeU3Ek__BackingField_15() { return &___U3CUnderlyingTypeU3Ek__BackingField_15; } inline void set_U3CUnderlyingTypeU3Ek__BackingField_15(Type_t * value) { ___U3CUnderlyingTypeU3Ek__BackingField_15 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUnderlyingTypeU3Ek__BackingField_15), (void*)value); } inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_16() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CIsReferenceU3Ek__BackingField_16)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CIsReferenceU3Ek__BackingField_16() const { return ___U3CIsReferenceU3Ek__BackingField_16; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CIsReferenceU3Ek__BackingField_16() { return &___U3CIsReferenceU3Ek__BackingField_16; } inline void set_U3CIsReferenceU3Ek__BackingField_16(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CIsReferenceU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CConverterU3Ek__BackingField_17() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CConverterU3Ek__BackingField_17)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CConverterU3Ek__BackingField_17() const { return ___U3CConverterU3Ek__BackingField_17; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CConverterU3Ek__BackingField_17() { return &___U3CConverterU3Ek__BackingField_17; } inline void set_U3CConverterU3Ek__BackingField_17(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CConverterU3Ek__BackingField_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConverterU3Ek__BackingField_17), (void*)value); } inline static int32_t get_offset_of_U3CInternalConverterU3Ek__BackingField_18() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CInternalConverterU3Ek__BackingField_18)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CInternalConverterU3Ek__BackingField_18() const { return ___U3CInternalConverterU3Ek__BackingField_18; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CInternalConverterU3Ek__BackingField_18() { return &___U3CInternalConverterU3Ek__BackingField_18; } inline void set_U3CInternalConverterU3Ek__BackingField_18(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CInternalConverterU3Ek__BackingField_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CInternalConverterU3Ek__BackingField_18), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCreatorU3Ek__BackingField_19() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CDefaultCreatorU3Ek__BackingField_19)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get_U3CDefaultCreatorU3Ek__BackingField_19() const { return ___U3CDefaultCreatorU3Ek__BackingField_19; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of_U3CDefaultCreatorU3Ek__BackingField_19() { return &___U3CDefaultCreatorU3Ek__BackingField_19; } inline void set_U3CDefaultCreatorU3Ek__BackingField_19(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ___U3CDefaultCreatorU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDefaultCreatorU3Ek__BackingField_19), (void*)value); } inline static int32_t get_offset_of_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() { return static_cast(offsetof(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A, ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20)); } inline bool get_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() const { return ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; } inline bool* get_address_of_U3CDefaultCreatorNonPublicU3Ek__BackingField_20() { return &___U3CDefaultCreatorNonPublicU3Ek__BackingField_20; } inline void set_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(bool value) { ___U3CDefaultCreatorNonPublicU3Ek__BackingField_20 = value; } }; // Newtonsoft.Json.JsonException struct JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 : public Exception_t { public: public: }; // Newtonsoft.Json.Linq.JsonLoadSettings struct JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 : public RuntimeObject { public: // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::_commentHandling int32_t ____commentHandling_0; // Newtonsoft.Json.Linq.LineInfoHandling Newtonsoft.Json.Linq.JsonLoadSettings::_lineInfoHandling int32_t ____lineInfoHandling_1; public: inline static int32_t get_offset_of__commentHandling_0() { return static_cast(offsetof(JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950, ____commentHandling_0)); } inline int32_t get__commentHandling_0() const { return ____commentHandling_0; } inline int32_t* get_address_of__commentHandling_0() { return &____commentHandling_0; } inline void set__commentHandling_0(int32_t value) { ____commentHandling_0 = value; } inline static int32_t get_offset_of__lineInfoHandling_1() { return static_cast(offsetof(JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950, ____lineInfoHandling_1)); } inline int32_t get__lineInfoHandling_1() const { return ____lineInfoHandling_1; } inline int32_t* get_address_of__lineInfoHandling_1() { return &____lineInfoHandling_1; } inline void set__lineInfoHandling_1(int32_t value) { ____lineInfoHandling_1 = value; } }; // Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A { public: // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonPosition::Type int32_t ___Type_1; // System.Int32 Newtonsoft.Json.JsonPosition::Position int32_t ___Position_2; // System.String Newtonsoft.Json.JsonPosition::PropertyName String_t* ___PropertyName_3; // System.Boolean Newtonsoft.Json.JsonPosition::HasIndex bool ___HasIndex_4; public: inline static int32_t get_offset_of_Type_1() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___Type_1)); } inline int32_t get_Type_1() const { return ___Type_1; } inline int32_t* get_address_of_Type_1() { return &___Type_1; } inline void set_Type_1(int32_t value) { ___Type_1 = value; } inline static int32_t get_offset_of_Position_2() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___Position_2)); } inline int32_t get_Position_2() const { return ___Position_2; } inline int32_t* get_address_of_Position_2() { return &___Position_2; } inline void set_Position_2(int32_t value) { ___Position_2 = value; } inline static int32_t get_offset_of_PropertyName_3() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___PropertyName_3)); } inline String_t* get_PropertyName_3() const { return ___PropertyName_3; } inline String_t** get_address_of_PropertyName_3() { return &___PropertyName_3; } inline void set_PropertyName_3(String_t* value) { ___PropertyName_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___PropertyName_3), (void*)value); } inline static int32_t get_offset_of_HasIndex_4() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A, ___HasIndex_4)); } inline bool get_HasIndex_4() const { return ___HasIndex_4; } inline bool* get_address_of_HasIndex_4() { return &___HasIndex_4; } inline void set_HasIndex_4(bool value) { ___HasIndex_4 = value; } }; struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields { public: // System.Char[] Newtonsoft.Json.JsonPosition::SpecialCharacters CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___SpecialCharacters_0; public: inline static int32_t get_offset_of_SpecialCharacters_0() { return static_cast(offsetof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields, ___SpecialCharacters_0)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_SpecialCharacters_0() const { return ___SpecialCharacters_0; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_SpecialCharacters_0() { return &___SpecialCharacters_0; } inline void set_SpecialCharacters_0(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___SpecialCharacters_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___SpecialCharacters_0), (void*)value); } }; // Native definition for P/Invoke marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_pinvoke { int32_t ___Type_1; int32_t ___Position_2; char* ___PropertyName_3; int32_t ___HasIndex_4; }; // Native definition for COM marshalling of Newtonsoft.Json.JsonPosition struct JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_com { int32_t ___Type_1; int32_t ___Position_2; Il2CppChar* ___PropertyName_3; int32_t ___HasIndex_4; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { public: // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* ___delegates_11; public: inline static int32_t get_offset_of_delegates_11() { return static_cast(offsetof(MulticastDelegate_t, ___delegates_11)); } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* get_delegates_11() const { return ___delegates_11; } inline DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8** get_address_of_delegates_11() { return &___delegates_11; } inline void set_delegates_11(DelegateU5BU5D_t677D8FE08A5F99E8EE49150B73966CD6E9BF7DB8* value) { ___delegates_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___delegates_11), (void*)value); } }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_11; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_11; }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 { public: // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject * ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; public: inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_additionalContext_0)); } inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; } inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; } inline void set_m_additionalContext_0(RuntimeObject * value) { ___m_additionalContext_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_additionalContext_0), (void*)value); } inline static int32_t get_offset_of_m_state_1() { return static_cast(offsetof(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505, ___m_state_1)); } inline int32_t get_m_state_1() const { return ___m_state_1; } inline int32_t* get_address_of_m_state_1() { return &___m_state_1; } inline void set_m_state_1(int32_t value) { ___m_state_1 = value; } }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.SystemException struct SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 : public Exception_t { public: public: }; // System.Type struct Type_t : public MemberInfo_t { public: // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ____impl_9; public: inline static int32_t get_offset_of__impl_9() { return static_cast(offsetof(Type_t, ____impl_9)); } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 get__impl_9() const { return ____impl_9; } inline RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 * get_address_of__impl_9() { return &____impl_9; } inline void set__impl_9(RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 value) { ____impl_9 = value; } }; struct Type_t_StaticFields { public: // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterAttribute_0; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterName_1; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * ___FilterNameIgnoreCase_2; // System.Object System.Type::Missing RuntimeObject * ___Missing_3; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_4; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___EmptyTypes_5; // System.Reflection.Binder System.Type::defaultBinder Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * ___defaultBinder_6; public: inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterAttribute_0() const { return ___FilterAttribute_0; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; } inline void set_FilterAttribute_0(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterAttribute_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterAttribute_0), (void*)value); } inline static int32_t get_offset_of_FilterName_1() { return static_cast(offsetof(Type_t_StaticFields, ___FilterName_1)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterName_1() const { return ___FilterName_1; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterName_1() { return &___FilterName_1; } inline void set_FilterName_1(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterName_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterName_1), (void*)value); } inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; } inline MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; } inline void set_FilterNameIgnoreCase_2(MemberFilter_t48D0AA10105D186AF42428FA532D4B4332CF8B81 * value) { ___FilterNameIgnoreCase_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___FilterNameIgnoreCase_2), (void*)value); } inline static int32_t get_offset_of_Missing_3() { return static_cast(offsetof(Type_t_StaticFields, ___Missing_3)); } inline RuntimeObject * get_Missing_3() const { return ___Missing_3; } inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; } inline void set_Missing_3(RuntimeObject * value) { ___Missing_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___Missing_3), (void*)value); } inline static int32_t get_offset_of_Delimiter_4() { return static_cast(offsetof(Type_t_StaticFields, ___Delimiter_4)); } inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; } inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; } inline void set_Delimiter_4(Il2CppChar value) { ___Delimiter_4 = value; } inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* get_EmptyTypes_5() const { return ___EmptyTypes_5; } inline TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; } inline void set_EmptyTypes_5(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* value) { ___EmptyTypes_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___EmptyTypes_5), (void*)value); } inline static int32_t get_offset_of_defaultBinder_6() { return static_cast(offsetof(Type_t_StaticFields, ___defaultBinder_6)); } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * get_defaultBinder_6() const { return ___defaultBinder_6; } inline Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; } inline void set_defaultBinder_6(Binder_t2BEE27FD84737D1E79BC47FD67F6D3DD2F2DDA30 * value) { ___defaultBinder_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___defaultBinder_6), (void*)value); } }; // System.Uri struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 : public RuntimeObject { public: // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; public: inline static int32_t get_offset_of_m_String_16() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_String_16)); } inline String_t* get_m_String_16() const { return ___m_String_16; } inline String_t** get_address_of_m_String_16() { return &___m_String_16; } inline void set_m_String_16(String_t* value) { ___m_String_16 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value); } inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_originalUnicodeString_17)); } inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; } inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; } inline void set_m_originalUnicodeString_17(String_t* value) { ___m_originalUnicodeString_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value); } inline static int32_t get_offset_of_m_Syntax_18() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Syntax_18)); } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * get_m_Syntax_18() const { return ___m_Syntax_18; } inline UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; } inline void set_m_Syntax_18(UriParser_t6DEBE5C6CDC3C29C9019CD951C7ECEBD6A5D3E3A * value) { ___m_Syntax_18 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value); } inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_DnsSafeHost_19)); } inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; } inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; } inline void set_m_DnsSafeHost_19(String_t* value) { ___m_DnsSafeHost_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value); } inline static int32_t get_offset_of_m_Flags_20() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Flags_20)); } inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; } inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; } inline void set_m_Flags_20(uint64_t value) { ___m_Flags_20 = value; } inline static int32_t get_offset_of_m_Info_21() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_Info_21)); } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * get_m_Info_21() const { return ___m_Info_21; } inline UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 ** get_address_of_m_Info_21() { return &___m_Info_21; } inline void set_m_Info_21(UriInfo_tCB2302A896132D1F70E47C3895FAB9A0F2A6EE45 * value) { ___m_Info_21 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value); } inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612, ___m_iriParsing_22)); } inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; } inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; } inline void set_m_iriParsing_22(bool value) { ___m_iriParsing_22 = value; } }; struct Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields { public: // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject * ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____WSchars_35; public: inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFile_0)); } inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; } inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; } inline void set_UriSchemeFile_0(String_t* value) { ___UriSchemeFile_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFile_0), (void*)value); } inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeFtp_1)); } inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; } inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; } inline void set_UriSchemeFtp_1(String_t* value) { ___UriSchemeFtp_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeFtp_1), (void*)value); } inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeGopher_2)); } inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; } inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; } inline void set_UriSchemeGopher_2(String_t* value) { ___UriSchemeGopher_2 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeGopher_2), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttp_3)); } inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; } inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; } inline void set_UriSchemeHttp_3(String_t* value) { ___UriSchemeHttp_3 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttp_3), (void*)value); } inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeHttps_4)); } inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; } inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; } inline void set_UriSchemeHttps_4(String_t* value) { ___UriSchemeHttps_4 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeHttps_4), (void*)value); } inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWs_5)); } inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; } inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; } inline void set_UriSchemeWs_5(String_t* value) { ___UriSchemeWs_5 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWs_5), (void*)value); } inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeWss_6)); } inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; } inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; } inline void set_UriSchemeWss_6(String_t* value) { ___UriSchemeWss_6 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeWss_6), (void*)value); } inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeMailto_7)); } inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; } inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; } inline void set_UriSchemeMailto_7(String_t* value) { ___UriSchemeMailto_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeMailto_7), (void*)value); } inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNews_8)); } inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; } inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; } inline void set_UriSchemeNews_8(String_t* value) { ___UriSchemeNews_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNews_8), (void*)value); } inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNntp_9)); } inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; } inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; } inline void set_UriSchemeNntp_9(String_t* value) { ___UriSchemeNntp_9 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNntp_9), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetTcp_10)); } inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; } inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; } inline void set_UriSchemeNetTcp_10(String_t* value) { ___UriSchemeNetTcp_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetTcp_10), (void*)value); } inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___UriSchemeNetPipe_11)); } inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; } inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; } inline void set_UriSchemeNetPipe_11(String_t* value) { ___UriSchemeNetPipe_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___UriSchemeNetPipe_11), (void*)value); } inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___SchemeDelimiter_12)); } inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; } inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; } inline void set_SchemeDelimiter_12(String_t* value) { ___SchemeDelimiter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___SchemeDelimiter_12), (void*)value); } inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitialized_23)); } inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; } inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; } inline void set_s_ConfigInitialized_23(bool value) { ___s_ConfigInitialized_23 = value; } inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_ConfigInitializing_24)); } inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; } inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; } inline void set_s_ConfigInitializing_24(bool value) { ___s_ConfigInitializing_24 = value; } inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IdnScope_25)); } inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; } inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; } inline void set_s_IdnScope_25(int32_t value) { ___s_IdnScope_25 = value; } inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_IriParsing_26)); } inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; } inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; } inline void set_s_IriParsing_26(bool value) { ___s_IriParsing_26 = value; } inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___useDotNetRelativeOrAbsolute_27)); } inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; } inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; } inline void set_useDotNetRelativeOrAbsolute_27(bool value) { ___useDotNetRelativeOrAbsolute_27 = value; } inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___IsWindowsFileSystem_29)); } inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; } inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; } inline void set_IsWindowsFileSystem_29(bool value) { ___IsWindowsFileSystem_29 = value; } inline static int32_t get_offset_of_s_initLock_30() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___s_initLock_30)); } inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; } inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; } inline void set_s_initLock_30(RuntimeObject * value) { ___s_initLock_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value); } inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ___HexLowerChars_34)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get_HexLowerChars_34() const { return ___HexLowerChars_34; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; } inline void set_HexLowerChars_34(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ___HexLowerChars_34 = value; Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value); } inline static int32_t get_offset_of__WSchars_35() { return static_cast(offsetof(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_StaticFields, ____WSchars_35)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__WSchars_35() const { return ____WSchars_35; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__WSchars_35() { return &____WSchars_35; } inline void set__WSchars_35(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____WSchars_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value); } }; // System.Action`2 struct Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D : public MulticastDelegate_t { public: public: }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB { public: // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::list List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ___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_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___current_3; public: inline static int32_t get_offset_of_list_0() { return static_cast(offsetof(Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB, ___list_0)); } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * get_list_0() const { return ___list_0; } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC ** get_address_of_list_0() { return &___list_0; } inline void set_list_0(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * value) { ___list_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___list_0), (void*)value); } inline static int32_t get_offset_of_index_1() { return static_cast(offsetof(Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB, ___index_1)); } inline int32_t get_index_1() const { return ___index_1; } inline int32_t* get_address_of_index_1() { return &___index_1; } inline void set_index_1(int32_t value) { ___index_1 = value; } inline static int32_t get_offset_of_version_2() { return static_cast(offsetof(Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB, ___version_2)); } inline int32_t get_version_2() const { return ___version_2; } inline int32_t* get_address_of_version_2() { return &___version_2; } inline void set_version_2(int32_t value) { ___version_2 = value; } inline static int32_t get_offset_of_current_3() { return static_cast(offsetof(Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB, ___current_3)); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A get_current_3() const { return ___current_3; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * get_address_of_current_3() { return &___current_3; } inline void set_current_3(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { ___current_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___current_3))->___PropertyName_3), (void*)NULL); } }; // System.EventHandler`1 struct EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t9049701827C812EFD7155F64BD593E9D455106DD : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A : public MulticastDelegate_t { public: public: }; // System.Func`1 struct Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 : public MulticastDelegate_t { public: public: }; // System.Func`2 struct Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A : public MulticastDelegate_t { public: public: }; // System.Nullable`1 struct Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C { public: // T System.Nullable`1::value JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C, ___value_0)); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A get_value_0() const { return ___value_0; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * get_address_of_value_0() { return &___value_0; } inline void set_value_0(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___PropertyName_3), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // System.Nullable`1 struct Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 { public: // T System.Nullable`1::value StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___value_0; // System.Boolean System.Nullable`1::has_value bool ___has_value_1; public: inline static int32_t get_offset_of_value_0() { return static_cast(offsetof(Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15, ___value_0)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_value_0() const { return ___value_0; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_value_0() { return &___value_0; } inline void set_value_0(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___value_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___value_0))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_has_value_1() { return static_cast(offsetof(Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15, ___has_value_1)); } inline bool get_has_value_1() const { return ___has_value_1; } inline bool* get_address_of_has_value_1() { return &___has_value_1; } inline void set_has_value_1(bool value) { ___has_value_1 = value; } }; // Newtonsoft.Json.Serialization.ObjectConstructor`1 struct ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 : public MulticastDelegate_t { public: public: }; // System.Predicate`1 struct Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB : public MulticastDelegate_t { public: public: }; // System.ArgumentException struct ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: // System.String System.ArgumentException::m_paramName String_t* ___m_paramName_17; public: inline static int32_t get_offset_of_m_paramName_17() { return static_cast(offsetof(ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00, ___m_paramName_17)); } inline String_t* get_m_paramName_17() const { return ___m_paramName_17; } inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; } inline void set_m_paramName_17(String_t* value) { ___m_paramName_17 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_paramName_17), (void*)value); } }; // Newtonsoft.Json.Serialization.ExtensionDataGetter struct ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Serialization.ExtensionDataSetter struct ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 : public MulticastDelegate_t { public: public: }; // System.InvalidOperationException struct InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB : public SystemException_tC551B4D6EE3772B5F32C71EE8C719F4B43ECCC62 { public: public: }; // Newtonsoft.Json.Linq.JRaw struct JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 : public JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 { public: public: }; // Newtonsoft.Json.JsonContainerAttribute struct JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Type Newtonsoft.Json.JsonContainerAttribute::k__BackingField Type_t * ___U3CItemConverterTypeU3Ek__BackingField_0; // System.Object[] Newtonsoft.Json.JsonContainerAttribute::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CItemConverterParametersU3Ek__BackingField_1; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_isReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____isReference_2; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemIsReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____itemIsReference_3; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemReferenceLoopHandling Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ____itemReferenceLoopHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonContainerAttribute::_itemTypeNameHandling Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ____itemTypeNameHandling_5; public: inline static int32_t get_offset_of_U3CItemConverterTypeU3Ek__BackingField_0() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ___U3CItemConverterTypeU3Ek__BackingField_0)); } inline Type_t * get_U3CItemConverterTypeU3Ek__BackingField_0() const { return ___U3CItemConverterTypeU3Ek__BackingField_0; } inline Type_t ** get_address_of_U3CItemConverterTypeU3Ek__BackingField_0() { return &___U3CItemConverterTypeU3Ek__BackingField_0; } inline void set_U3CItemConverterTypeU3Ek__BackingField_0(Type_t * value) { ___U3CItemConverterTypeU3Ek__BackingField_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterTypeU3Ek__BackingField_0), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterParametersU3Ek__BackingField_1() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ___U3CItemConverterParametersU3Ek__BackingField_1)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CItemConverterParametersU3Ek__BackingField_1() const { return ___U3CItemConverterParametersU3Ek__BackingField_1; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CItemConverterParametersU3Ek__BackingField_1() { return &___U3CItemConverterParametersU3Ek__BackingField_1; } inline void set_U3CItemConverterParametersU3Ek__BackingField_1(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CItemConverterParametersU3Ek__BackingField_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterParametersU3Ek__BackingField_1), (void*)value); } inline static int32_t get_offset_of__isReference_2() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____isReference_2)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__isReference_2() const { return ____isReference_2; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__isReference_2() { return &____isReference_2; } inline void set__isReference_2(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____isReference_2 = value; } inline static int32_t get_offset_of__itemIsReference_3() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____itemIsReference_3)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__itemIsReference_3() const { return ____itemIsReference_3; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__itemIsReference_3() { return &____itemIsReference_3; } inline void set__itemIsReference_3(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____itemIsReference_3 = value; } inline static int32_t get_offset_of__itemReferenceLoopHandling_4() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____itemReferenceLoopHandling_4)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get__itemReferenceLoopHandling_4() const { return ____itemReferenceLoopHandling_4; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of__itemReferenceLoopHandling_4() { return &____itemReferenceLoopHandling_4; } inline void set__itemReferenceLoopHandling_4(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ____itemReferenceLoopHandling_4 = value; } inline static int32_t get_offset_of__itemTypeNameHandling_5() { return static_cast(offsetof(JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210, ____itemTypeNameHandling_5)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get__itemTypeNameHandling_5() const { return ____itemTypeNameHandling_5; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of__itemTypeNameHandling_5() { return &____itemTypeNameHandling_5; } inline void set__itemTypeNameHandling_5(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ____itemTypeNameHandling_5 = value; } }; // Newtonsoft.Json.Serialization.JsonContainerContract struct JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC : public JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A { public: // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::_itemContract JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ____itemContract_21; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::_finalItemContract JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ____finalItemContract_22; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CItemConverterU3Ek__BackingField_23; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CItemIsReferenceU3Ek__BackingField_24; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::k__BackingField Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CItemTypeNameHandlingU3Ek__BackingField_26; public: inline static int32_t get_offset_of__itemContract_21() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ____itemContract_21)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get__itemContract_21() const { return ____itemContract_21; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of__itemContract_21() { return &____itemContract_21; } inline void set__itemContract_21(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ____itemContract_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____itemContract_21), (void*)value); } inline static int32_t get_offset_of__finalItemContract_22() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ____finalItemContract_22)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get__finalItemContract_22() const { return ____finalItemContract_22; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of__finalItemContract_22() { return &____finalItemContract_22; } inline void set__finalItemContract_22(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ____finalItemContract_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____finalItemContract_22), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterU3Ek__BackingField_23() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemConverterU3Ek__BackingField_23)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CItemConverterU3Ek__BackingField_23() const { return ___U3CItemConverterU3Ek__BackingField_23; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CItemConverterU3Ek__BackingField_23() { return &___U3CItemConverterU3Ek__BackingField_23; } inline void set_U3CItemConverterU3Ek__BackingField_23(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CItemConverterU3Ek__BackingField_23 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterU3Ek__BackingField_23), (void*)value); } inline static int32_t get_offset_of_U3CItemIsReferenceU3Ek__BackingField_24() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemIsReferenceU3Ek__BackingField_24)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CItemIsReferenceU3Ek__BackingField_24() const { return ___U3CItemIsReferenceU3Ek__BackingField_24; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CItemIsReferenceU3Ek__BackingField_24() { return &___U3CItemIsReferenceU3Ek__BackingField_24; } inline void set_U3CItemIsReferenceU3Ek__BackingField_24(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CItemIsReferenceU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() const { return ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_25() { return &___U3CItemReferenceLoopHandlingU3Ek__BackingField_25; } inline void set_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ___U3CItemReferenceLoopHandlingU3Ek__BackingField_25 = value; } inline static int32_t get_offset_of_U3CItemTypeNameHandlingU3Ek__BackingField_26() { return static_cast(offsetof(JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC, ___U3CItemTypeNameHandlingU3Ek__BackingField_26)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CItemTypeNameHandlingU3Ek__BackingField_26() const { return ___U3CItemTypeNameHandlingU3Ek__BackingField_26; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CItemTypeNameHandlingU3Ek__BackingField_26() { return &___U3CItemTypeNameHandlingU3Ek__BackingField_26; } inline void set_U3CItemTypeNameHandlingU3Ek__BackingField_26(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ___U3CItemTypeNameHandlingU3Ek__BackingField_26 = value; } }; // Newtonsoft.Json.Serialization.JsonLinqContract struct JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F : public JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A { public: public: }; // Newtonsoft.Json.Serialization.JsonPrimitiveContract struct JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA : public JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A { public: // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Serialization.JsonPrimitiveContract::k__BackingField int32_t ___U3CTypeCodeU3Ek__BackingField_21; public: inline static int32_t get_offset_of_U3CTypeCodeU3Ek__BackingField_21() { return static_cast(offsetof(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA, ___U3CTypeCodeU3Ek__BackingField_21)); } inline int32_t get_U3CTypeCodeU3Ek__BackingField_21() const { return ___U3CTypeCodeU3Ek__BackingField_21; } inline int32_t* get_address_of_U3CTypeCodeU3Ek__BackingField_21() { return &___U3CTypeCodeU3Ek__BackingField_21; } inline void set_U3CTypeCodeU3Ek__BackingField_21(int32_t value) { ___U3CTypeCodeU3Ek__BackingField_21 = value; } }; struct JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_StaticFields { public: // System.Collections.Generic.Dictionary`2 Newtonsoft.Json.Serialization.JsonPrimitiveContract::ReadTypeMap Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * ___ReadTypeMap_22; public: inline static int32_t get_offset_of_ReadTypeMap_22() { return static_cast(offsetof(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_StaticFields, ___ReadTypeMap_22)); } inline Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * get_ReadTypeMap_22() const { return ___ReadTypeMap_22; } inline Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC ** get_address_of_ReadTypeMap_22() { return &___ReadTypeMap_22; } inline void set_ReadTypeMap_22(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * value) { ___ReadTypeMap_22 = value; Il2CppCodeGenWriteBarrier((void**)(&___ReadTypeMap_22), (void*)value); } }; // Newtonsoft.Json.Serialization.JsonProperty struct JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 : public RuntimeObject { public: // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::_required Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ____required_0; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasExplicitDefaultValue bool ____hasExplicitDefaultValue_1; // System.Object Newtonsoft.Json.Serialization.JsonProperty::_defaultValue RuntimeObject * ____defaultValue_2; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_hasGeneratedDefaultValue bool ____hasGeneratedDefaultValue_3; // System.String Newtonsoft.Json.Serialization.JsonProperty::_propertyName String_t* ____propertyName_4; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::_skipPropertyNameEscape bool ____skipPropertyNameEscape_5; // System.Type Newtonsoft.Json.Serialization.JsonProperty::_propertyType Type_t * ____propertyType_6; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___U3CPropertyContractU3Ek__BackingField_7; // System.Type Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Type_t * ___U3CDeclaringTypeU3Ek__BackingField_8; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___U3COrderU3Ek__BackingField_9; // System.String Newtonsoft.Json.Serialization.JsonProperty::k__BackingField String_t* ___U3CUnderlyingNameU3Ek__BackingField_10; // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.JsonProperty::k__BackingField RuntimeObject* ___U3CValueProviderU3Ek__BackingField_11; // Newtonsoft.Json.Serialization.IAttributeProvider Newtonsoft.Json.Serialization.JsonProperty::k__BackingField RuntimeObject* ___U3CAttributeProviderU3Ek__BackingField_12; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CConverterU3Ek__BackingField_13; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CMemberConverterU3Ek__BackingField_14; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CIgnoredU3Ek__BackingField_15; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CReadableU3Ek__BackingField_16; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CWritableU3Ek__BackingField_17; // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::k__BackingField bool ___U3CHasMemberAttributeU3Ek__BackingField_18; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CIsReferenceU3Ek__BackingField_19; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ___U3CNullValueHandlingU3Ek__BackingField_20; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ___U3CDefaultValueHandlingU3Ek__BackingField_21; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CReferenceLoopHandlingU3Ek__BackingField_22; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ___U3CObjectCreationHandlingU3Ek__BackingField_23; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CTypeNameHandlingU3Ek__BackingField_24; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CShouldSerializeU3Ek__BackingField_25; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CShouldDeserializeU3Ek__BackingField_26; // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___U3CGetIsSpecifiedU3Ek__BackingField_27; // System.Action`2 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___U3CSetIsSpecifiedU3Ek__BackingField_28; // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::k__BackingField JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___U3CItemConverterU3Ek__BackingField_29; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___U3CItemIsReferenceU3Ek__BackingField_30; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___U3CItemTypeNameHandlingU3Ek__BackingField_31; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::k__BackingField Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; public: inline static int32_t get_offset_of__required_0() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____required_0)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get__required_0() const { return ____required_0; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of__required_0() { return &____required_0; } inline void set__required_0(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ____required_0 = value; } inline static int32_t get_offset_of__hasExplicitDefaultValue_1() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____hasExplicitDefaultValue_1)); } inline bool get__hasExplicitDefaultValue_1() const { return ____hasExplicitDefaultValue_1; } inline bool* get_address_of__hasExplicitDefaultValue_1() { return &____hasExplicitDefaultValue_1; } inline void set__hasExplicitDefaultValue_1(bool value) { ____hasExplicitDefaultValue_1 = value; } inline static int32_t get_offset_of__defaultValue_2() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____defaultValue_2)); } inline RuntimeObject * get__defaultValue_2() const { return ____defaultValue_2; } inline RuntimeObject ** get_address_of__defaultValue_2() { return &____defaultValue_2; } inline void set__defaultValue_2(RuntimeObject * value) { ____defaultValue_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____defaultValue_2), (void*)value); } inline static int32_t get_offset_of__hasGeneratedDefaultValue_3() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____hasGeneratedDefaultValue_3)); } inline bool get__hasGeneratedDefaultValue_3() const { return ____hasGeneratedDefaultValue_3; } inline bool* get_address_of__hasGeneratedDefaultValue_3() { return &____hasGeneratedDefaultValue_3; } inline void set__hasGeneratedDefaultValue_3(bool value) { ____hasGeneratedDefaultValue_3 = value; } inline static int32_t get_offset_of__propertyName_4() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____propertyName_4)); } inline String_t* get__propertyName_4() const { return ____propertyName_4; } inline String_t** get_address_of__propertyName_4() { return &____propertyName_4; } inline void set__propertyName_4(String_t* value) { ____propertyName_4 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyName_4), (void*)value); } inline static int32_t get_offset_of__skipPropertyNameEscape_5() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____skipPropertyNameEscape_5)); } inline bool get__skipPropertyNameEscape_5() const { return ____skipPropertyNameEscape_5; } inline bool* get_address_of__skipPropertyNameEscape_5() { return &____skipPropertyNameEscape_5; } inline void set__skipPropertyNameEscape_5(bool value) { ____skipPropertyNameEscape_5 = value; } inline static int32_t get_offset_of__propertyType_6() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ____propertyType_6)); } inline Type_t * get__propertyType_6() const { return ____propertyType_6; } inline Type_t ** get_address_of__propertyType_6() { return &____propertyType_6; } inline void set__propertyType_6(Type_t * value) { ____propertyType_6 = value; Il2CppCodeGenWriteBarrier((void**)(&____propertyType_6), (void*)value); } inline static int32_t get_offset_of_U3CPropertyContractU3Ek__BackingField_7() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CPropertyContractU3Ek__BackingField_7)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get_U3CPropertyContractU3Ek__BackingField_7() const { return ___U3CPropertyContractU3Ek__BackingField_7; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of_U3CPropertyContractU3Ek__BackingField_7() { return &___U3CPropertyContractU3Ek__BackingField_7; } inline void set_U3CPropertyContractU3Ek__BackingField_7(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ___U3CPropertyContractU3Ek__BackingField_7 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertyContractU3Ek__BackingField_7), (void*)value); } inline static int32_t get_offset_of_U3CDeclaringTypeU3Ek__BackingField_8() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CDeclaringTypeU3Ek__BackingField_8)); } inline Type_t * get_U3CDeclaringTypeU3Ek__BackingField_8() const { return ___U3CDeclaringTypeU3Ek__BackingField_8; } inline Type_t ** get_address_of_U3CDeclaringTypeU3Ek__BackingField_8() { return &___U3CDeclaringTypeU3Ek__BackingField_8; } inline void set_U3CDeclaringTypeU3Ek__BackingField_8(Type_t * value) { ___U3CDeclaringTypeU3Ek__BackingField_8 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDeclaringTypeU3Ek__BackingField_8), (void*)value); } inline static int32_t get_offset_of_U3COrderU3Ek__BackingField_9() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3COrderU3Ek__BackingField_9)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get_U3COrderU3Ek__BackingField_9() const { return ___U3COrderU3Ek__BackingField_9; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of_U3COrderU3Ek__BackingField_9() { return &___U3COrderU3Ek__BackingField_9; } inline void set_U3COrderU3Ek__BackingField_9(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ___U3COrderU3Ek__BackingField_9 = value; } inline static int32_t get_offset_of_U3CUnderlyingNameU3Ek__BackingField_10() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CUnderlyingNameU3Ek__BackingField_10)); } inline String_t* get_U3CUnderlyingNameU3Ek__BackingField_10() const { return ___U3CUnderlyingNameU3Ek__BackingField_10; } inline String_t** get_address_of_U3CUnderlyingNameU3Ek__BackingField_10() { return &___U3CUnderlyingNameU3Ek__BackingField_10; } inline void set_U3CUnderlyingNameU3Ek__BackingField_10(String_t* value) { ___U3CUnderlyingNameU3Ek__BackingField_10 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CUnderlyingNameU3Ek__BackingField_10), (void*)value); } inline static int32_t get_offset_of_U3CValueProviderU3Ek__BackingField_11() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CValueProviderU3Ek__BackingField_11)); } inline RuntimeObject* get_U3CValueProviderU3Ek__BackingField_11() const { return ___U3CValueProviderU3Ek__BackingField_11; } inline RuntimeObject** get_address_of_U3CValueProviderU3Ek__BackingField_11() { return &___U3CValueProviderU3Ek__BackingField_11; } inline void set_U3CValueProviderU3Ek__BackingField_11(RuntimeObject* value) { ___U3CValueProviderU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CValueProviderU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CAttributeProviderU3Ek__BackingField_12() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CAttributeProviderU3Ek__BackingField_12)); } inline RuntimeObject* get_U3CAttributeProviderU3Ek__BackingField_12() const { return ___U3CAttributeProviderU3Ek__BackingField_12; } inline RuntimeObject** get_address_of_U3CAttributeProviderU3Ek__BackingField_12() { return &___U3CAttributeProviderU3Ek__BackingField_12; } inline void set_U3CAttributeProviderU3Ek__BackingField_12(RuntimeObject* value) { ___U3CAttributeProviderU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CAttributeProviderU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CConverterU3Ek__BackingField_13() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CConverterU3Ek__BackingField_13)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CConverterU3Ek__BackingField_13() const { return ___U3CConverterU3Ek__BackingField_13; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CConverterU3Ek__BackingField_13() { return &___U3CConverterU3Ek__BackingField_13; } inline void set_U3CConverterU3Ek__BackingField_13(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CConverterU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConverterU3Ek__BackingField_13), (void*)value); } inline static int32_t get_offset_of_U3CMemberConverterU3Ek__BackingField_14() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CMemberConverterU3Ek__BackingField_14)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CMemberConverterU3Ek__BackingField_14() const { return ___U3CMemberConverterU3Ek__BackingField_14; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CMemberConverterU3Ek__BackingField_14() { return &___U3CMemberConverterU3Ek__BackingField_14; } inline void set_U3CMemberConverterU3Ek__BackingField_14(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CMemberConverterU3Ek__BackingField_14 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CMemberConverterU3Ek__BackingField_14), (void*)value); } inline static int32_t get_offset_of_U3CIgnoredU3Ek__BackingField_15() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CIgnoredU3Ek__BackingField_15)); } inline bool get_U3CIgnoredU3Ek__BackingField_15() const { return ___U3CIgnoredU3Ek__BackingField_15; } inline bool* get_address_of_U3CIgnoredU3Ek__BackingField_15() { return &___U3CIgnoredU3Ek__BackingField_15; } inline void set_U3CIgnoredU3Ek__BackingField_15(bool value) { ___U3CIgnoredU3Ek__BackingField_15 = value; } inline static int32_t get_offset_of_U3CReadableU3Ek__BackingField_16() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CReadableU3Ek__BackingField_16)); } inline bool get_U3CReadableU3Ek__BackingField_16() const { return ___U3CReadableU3Ek__BackingField_16; } inline bool* get_address_of_U3CReadableU3Ek__BackingField_16() { return &___U3CReadableU3Ek__BackingField_16; } inline void set_U3CReadableU3Ek__BackingField_16(bool value) { ___U3CReadableU3Ek__BackingField_16 = value; } inline static int32_t get_offset_of_U3CWritableU3Ek__BackingField_17() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CWritableU3Ek__BackingField_17)); } inline bool get_U3CWritableU3Ek__BackingField_17() const { return ___U3CWritableU3Ek__BackingField_17; } inline bool* get_address_of_U3CWritableU3Ek__BackingField_17() { return &___U3CWritableU3Ek__BackingField_17; } inline void set_U3CWritableU3Ek__BackingField_17(bool value) { ___U3CWritableU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CHasMemberAttributeU3Ek__BackingField_18)); } inline bool get_U3CHasMemberAttributeU3Ek__BackingField_18() const { return ___U3CHasMemberAttributeU3Ek__BackingField_18; } inline bool* get_address_of_U3CHasMemberAttributeU3Ek__BackingField_18() { return &___U3CHasMemberAttributeU3Ek__BackingField_18; } inline void set_U3CHasMemberAttributeU3Ek__BackingField_18(bool value) { ___U3CHasMemberAttributeU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CIsReferenceU3Ek__BackingField_19() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CIsReferenceU3Ek__BackingField_19)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CIsReferenceU3Ek__BackingField_19() const { return ___U3CIsReferenceU3Ek__BackingField_19; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CIsReferenceU3Ek__BackingField_19() { return &___U3CIsReferenceU3Ek__BackingField_19; } inline void set_U3CIsReferenceU3Ek__BackingField_19(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CIsReferenceU3Ek__BackingField_19 = value; } inline static int32_t get_offset_of_U3CNullValueHandlingU3Ek__BackingField_20() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CNullValueHandlingU3Ek__BackingField_20)); } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF get_U3CNullValueHandlingU3Ek__BackingField_20() const { return ___U3CNullValueHandlingU3Ek__BackingField_20; } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * get_address_of_U3CNullValueHandlingU3Ek__BackingField_20() { return &___U3CNullValueHandlingU3Ek__BackingField_20; } inline void set_U3CNullValueHandlingU3Ek__BackingField_20(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF value) { ___U3CNullValueHandlingU3Ek__BackingField_20 = value; } inline static int32_t get_offset_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CDefaultValueHandlingU3Ek__BackingField_21)); } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E get_U3CDefaultValueHandlingU3Ek__BackingField_21() const { return ___U3CDefaultValueHandlingU3Ek__BackingField_21; } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * get_address_of_U3CDefaultValueHandlingU3Ek__BackingField_21() { return &___U3CDefaultValueHandlingU3Ek__BackingField_21; } inline void set_U3CDefaultValueHandlingU3Ek__BackingField_21(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E value) { ___U3CDefaultValueHandlingU3Ek__BackingField_21 = value; } inline static int32_t get_offset_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CReferenceLoopHandlingU3Ek__BackingField_22)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CReferenceLoopHandlingU3Ek__BackingField_22() const { return ___U3CReferenceLoopHandlingU3Ek__BackingField_22; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CReferenceLoopHandlingU3Ek__BackingField_22() { return &___U3CReferenceLoopHandlingU3Ek__BackingField_22; } inline void set_U3CReferenceLoopHandlingU3Ek__BackingField_22(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ___U3CReferenceLoopHandlingU3Ek__BackingField_22 = value; } inline static int32_t get_offset_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CObjectCreationHandlingU3Ek__BackingField_23)); } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 get_U3CObjectCreationHandlingU3Ek__BackingField_23() const { return ___U3CObjectCreationHandlingU3Ek__BackingField_23; } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * get_address_of_U3CObjectCreationHandlingU3Ek__BackingField_23() { return &___U3CObjectCreationHandlingU3Ek__BackingField_23; } inline void set_U3CObjectCreationHandlingU3Ek__BackingField_23(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 value) { ___U3CObjectCreationHandlingU3Ek__BackingField_23 = value; } inline static int32_t get_offset_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CTypeNameHandlingU3Ek__BackingField_24)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CTypeNameHandlingU3Ek__BackingField_24() const { return ___U3CTypeNameHandlingU3Ek__BackingField_24; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CTypeNameHandlingU3Ek__BackingField_24() { return &___U3CTypeNameHandlingU3Ek__BackingField_24; } inline void set_U3CTypeNameHandlingU3Ek__BackingField_24(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ___U3CTypeNameHandlingU3Ek__BackingField_24 = value; } inline static int32_t get_offset_of_U3CShouldSerializeU3Ek__BackingField_25() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CShouldSerializeU3Ek__BackingField_25)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CShouldSerializeU3Ek__BackingField_25() const { return ___U3CShouldSerializeU3Ek__BackingField_25; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CShouldSerializeU3Ek__BackingField_25() { return &___U3CShouldSerializeU3Ek__BackingField_25; } inline void set_U3CShouldSerializeU3Ek__BackingField_25(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___U3CShouldSerializeU3Ek__BackingField_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CShouldSerializeU3Ek__BackingField_25), (void*)value); } inline static int32_t get_offset_of_U3CShouldDeserializeU3Ek__BackingField_26() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CShouldDeserializeU3Ek__BackingField_26)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CShouldDeserializeU3Ek__BackingField_26() const { return ___U3CShouldDeserializeU3Ek__BackingField_26; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CShouldDeserializeU3Ek__BackingField_26() { return &___U3CShouldDeserializeU3Ek__BackingField_26; } inline void set_U3CShouldDeserializeU3Ek__BackingField_26(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___U3CShouldDeserializeU3Ek__BackingField_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CShouldDeserializeU3Ek__BackingField_26), (void*)value); } inline static int32_t get_offset_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CGetIsSpecifiedU3Ek__BackingField_27)); } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * get_U3CGetIsSpecifiedU3Ek__BackingField_27() const { return ___U3CGetIsSpecifiedU3Ek__BackingField_27; } inline Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB ** get_address_of_U3CGetIsSpecifiedU3Ek__BackingField_27() { return &___U3CGetIsSpecifiedU3Ek__BackingField_27; } inline void set_U3CGetIsSpecifiedU3Ek__BackingField_27(Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * value) { ___U3CGetIsSpecifiedU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CGetIsSpecifiedU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CSetIsSpecifiedU3Ek__BackingField_28)); } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * get_U3CSetIsSpecifiedU3Ek__BackingField_28() const { return ___U3CSetIsSpecifiedU3Ek__BackingField_28; } inline Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D ** get_address_of_U3CSetIsSpecifiedU3Ek__BackingField_28() { return &___U3CSetIsSpecifiedU3Ek__BackingField_28; } inline void set_U3CSetIsSpecifiedU3Ek__BackingField_28(Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * value) { ___U3CSetIsSpecifiedU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CSetIsSpecifiedU3Ek__BackingField_28), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterU3Ek__BackingField_29() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemConverterU3Ek__BackingField_29)); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * get_U3CItemConverterU3Ek__BackingField_29() const { return ___U3CItemConverterU3Ek__BackingField_29; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** get_address_of_U3CItemConverterU3Ek__BackingField_29() { return &___U3CItemConverterU3Ek__BackingField_29; } inline void set_U3CItemConverterU3Ek__BackingField_29(JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { ___U3CItemConverterU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CItemIsReferenceU3Ek__BackingField_30() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemIsReferenceU3Ek__BackingField_30)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get_U3CItemIsReferenceU3Ek__BackingField_30() const { return ___U3CItemIsReferenceU3Ek__BackingField_30; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of_U3CItemIsReferenceU3Ek__BackingField_30() { return &___U3CItemIsReferenceU3Ek__BackingField_30; } inline void set_U3CItemIsReferenceU3Ek__BackingField_30(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ___U3CItemIsReferenceU3Ek__BackingField_30 = value; } inline static int32_t get_offset_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemTypeNameHandlingU3Ek__BackingField_31)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get_U3CItemTypeNameHandlingU3Ek__BackingField_31() const { return ___U3CItemTypeNameHandlingU3Ek__BackingField_31; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of_U3CItemTypeNameHandlingU3Ek__BackingField_31() { return &___U3CItemTypeNameHandlingU3Ek__BackingField_31; } inline void set_U3CItemTypeNameHandlingU3Ek__BackingField_31(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ___U3CItemTypeNameHandlingU3Ek__BackingField_31 = value; } inline static int32_t get_offset_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return static_cast(offsetof(JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3, ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() const { return ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of_U3CItemReferenceLoopHandlingU3Ek__BackingField_32() { return &___U3CItemReferenceLoopHandlingU3Ek__BackingField_32; } inline void set_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ___U3CItemReferenceLoopHandlingU3Ek__BackingField_32 = value; } }; // Newtonsoft.Json.JsonPropertyAttribute struct JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 : public Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 { public: // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_nullValueHandling Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ____nullValueHandling_0; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_defaultValueHandling Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ____defaultValueHandling_1; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_referenceLoopHandling Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ____referenceLoopHandling_2; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_objectCreationHandling Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ____objectCreationHandling_3; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_typeNameHandling Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ____typeNameHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_isReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____isReference_5; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_order Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ____order_6; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_required Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ____required_7; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemIsReference Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____itemIsReference_8; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemReferenceLoopHandling Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ____itemReferenceLoopHandling_9; // System.Nullable`1 Newtonsoft.Json.JsonPropertyAttribute::_itemTypeNameHandling Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ____itemTypeNameHandling_10; // System.Type Newtonsoft.Json.JsonPropertyAttribute::k__BackingField Type_t * ___U3CItemConverterTypeU3Ek__BackingField_11; // System.Object[] Newtonsoft.Json.JsonPropertyAttribute::k__BackingField ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___U3CItemConverterParametersU3Ek__BackingField_12; // System.String Newtonsoft.Json.JsonPropertyAttribute::k__BackingField String_t* ___U3CPropertyNameU3Ek__BackingField_13; public: inline static int32_t get_offset_of__nullValueHandling_0() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____nullValueHandling_0)); } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF get__nullValueHandling_0() const { return ____nullValueHandling_0; } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * get_address_of__nullValueHandling_0() { return &____nullValueHandling_0; } inline void set__nullValueHandling_0(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF value) { ____nullValueHandling_0 = value; } inline static int32_t get_offset_of__defaultValueHandling_1() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____defaultValueHandling_1)); } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E get__defaultValueHandling_1() const { return ____defaultValueHandling_1; } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * get_address_of__defaultValueHandling_1() { return &____defaultValueHandling_1; } inline void set__defaultValueHandling_1(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E value) { ____defaultValueHandling_1 = value; } inline static int32_t get_offset_of__referenceLoopHandling_2() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____referenceLoopHandling_2)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get__referenceLoopHandling_2() const { return ____referenceLoopHandling_2; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of__referenceLoopHandling_2() { return &____referenceLoopHandling_2; } inline void set__referenceLoopHandling_2(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ____referenceLoopHandling_2 = value; } inline static int32_t get_offset_of__objectCreationHandling_3() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____objectCreationHandling_3)); } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 get__objectCreationHandling_3() const { return ____objectCreationHandling_3; } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * get_address_of__objectCreationHandling_3() { return &____objectCreationHandling_3; } inline void set__objectCreationHandling_3(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 value) { ____objectCreationHandling_3 = value; } inline static int32_t get_offset_of__typeNameHandling_4() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____typeNameHandling_4)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get__typeNameHandling_4() const { return ____typeNameHandling_4; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of__typeNameHandling_4() { return &____typeNameHandling_4; } inline void set__typeNameHandling_4(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ____typeNameHandling_4 = value; } inline static int32_t get_offset_of__isReference_5() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____isReference_5)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__isReference_5() const { return ____isReference_5; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__isReference_5() { return &____isReference_5; } inline void set__isReference_5(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____isReference_5 = value; } inline static int32_t get_offset_of__order_6() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____order_6)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get__order_6() const { return ____order_6; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of__order_6() { return &____order_6; } inline void set__order_6(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ____order_6 = value; } inline static int32_t get_offset_of__required_7() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____required_7)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get__required_7() const { return ____required_7; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of__required_7() { return &____required_7; } inline void set__required_7(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ____required_7 = value; } inline static int32_t get_offset_of__itemIsReference_8() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____itemIsReference_8)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__itemIsReference_8() const { return ____itemIsReference_8; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__itemIsReference_8() { return &____itemIsReference_8; } inline void set__itemIsReference_8(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____itemIsReference_8 = value; } inline static int32_t get_offset_of__itemReferenceLoopHandling_9() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____itemReferenceLoopHandling_9)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get__itemReferenceLoopHandling_9() const { return ____itemReferenceLoopHandling_9; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of__itemReferenceLoopHandling_9() { return &____itemReferenceLoopHandling_9; } inline void set__itemReferenceLoopHandling_9(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ____itemReferenceLoopHandling_9 = value; } inline static int32_t get_offset_of__itemTypeNameHandling_10() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ____itemTypeNameHandling_10)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get__itemTypeNameHandling_10() const { return ____itemTypeNameHandling_10; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of__itemTypeNameHandling_10() { return &____itemTypeNameHandling_10; } inline void set__itemTypeNameHandling_10(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ____itemTypeNameHandling_10 = value; } inline static int32_t get_offset_of_U3CItemConverterTypeU3Ek__BackingField_11() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ___U3CItemConverterTypeU3Ek__BackingField_11)); } inline Type_t * get_U3CItemConverterTypeU3Ek__BackingField_11() const { return ___U3CItemConverterTypeU3Ek__BackingField_11; } inline Type_t ** get_address_of_U3CItemConverterTypeU3Ek__BackingField_11() { return &___U3CItemConverterTypeU3Ek__BackingField_11; } inline void set_U3CItemConverterTypeU3Ek__BackingField_11(Type_t * value) { ___U3CItemConverterTypeU3Ek__BackingField_11 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterTypeU3Ek__BackingField_11), (void*)value); } inline static int32_t get_offset_of_U3CItemConverterParametersU3Ek__BackingField_12() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ___U3CItemConverterParametersU3Ek__BackingField_12)); } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* get_U3CItemConverterParametersU3Ek__BackingField_12() const { return ___U3CItemConverterParametersU3Ek__BackingField_12; } inline ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** get_address_of_U3CItemConverterParametersU3Ek__BackingField_12() { return &___U3CItemConverterParametersU3Ek__BackingField_12; } inline void set_U3CItemConverterParametersU3Ek__BackingField_12(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* value) { ___U3CItemConverterParametersU3Ek__BackingField_12 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CItemConverterParametersU3Ek__BackingField_12), (void*)value); } inline static int32_t get_offset_of_U3CPropertyNameU3Ek__BackingField_13() { return static_cast(offsetof(JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701, ___U3CPropertyNameU3Ek__BackingField_13)); } inline String_t* get_U3CPropertyNameU3Ek__BackingField_13() const { return ___U3CPropertyNameU3Ek__BackingField_13; } inline String_t** get_address_of_U3CPropertyNameU3Ek__BackingField_13() { return &___U3CPropertyNameU3Ek__BackingField_13; } inline void set_U3CPropertyNameU3Ek__BackingField_13(String_t* value) { ___U3CPropertyNameU3Ek__BackingField_13 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertyNameU3Ek__BackingField_13), (void*)value); } }; // Newtonsoft.Json.JsonReader struct JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 : public RuntimeObject { public: // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::_tokenType int32_t ____tokenType_0; // System.Object Newtonsoft.Json.JsonReader::_value RuntimeObject * ____value_1; // System.Char Newtonsoft.Json.JsonReader::_quoteChar Il2CppChar ____quoteChar_2; // Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::_currentState int32_t ____currentState_3; // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonReader::_currentPosition JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ____currentPosition_4; // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_5; // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::_dateTimeZoneHandling int32_t ____dateTimeZoneHandling_6; // System.Nullable`1 Newtonsoft.Json.JsonReader::_maxDepth Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ____maxDepth_7; // System.Boolean Newtonsoft.Json.JsonReader::_hasExceededMaxDepth bool ____hasExceededMaxDepth_8; // Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::_dateParseHandling int32_t ____dateParseHandling_9; // Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::_floatParseHandling int32_t ____floatParseHandling_10; // System.String Newtonsoft.Json.JsonReader::_dateFormatString String_t* ____dateFormatString_11; // System.Collections.Generic.List`1 Newtonsoft.Json.JsonReader::_stack List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ____stack_12; // System.Boolean Newtonsoft.Json.JsonReader::k__BackingField bool ___U3CCloseInputU3Ek__BackingField_13; // System.Boolean Newtonsoft.Json.JsonReader::k__BackingField bool ___U3CSupportMultipleContentU3Ek__BackingField_14; public: inline static int32_t get_offset_of__tokenType_0() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____tokenType_0)); } inline int32_t get__tokenType_0() const { return ____tokenType_0; } inline int32_t* get_address_of__tokenType_0() { return &____tokenType_0; } inline void set__tokenType_0(int32_t value) { ____tokenType_0 = value; } inline static int32_t get_offset_of__value_1() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____value_1)); } inline RuntimeObject * get__value_1() const { return ____value_1; } inline RuntimeObject ** get_address_of__value_1() { return &____value_1; } inline void set__value_1(RuntimeObject * value) { ____value_1 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value); } inline static int32_t get_offset_of__quoteChar_2() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____quoteChar_2)); } inline Il2CppChar get__quoteChar_2() const { return ____quoteChar_2; } inline Il2CppChar* get_address_of__quoteChar_2() { return &____quoteChar_2; } inline void set__quoteChar_2(Il2CppChar value) { ____quoteChar_2 = value; } inline static int32_t get_offset_of__currentState_3() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____currentState_3)); } inline int32_t get__currentState_3() const { return ____currentState_3; } inline int32_t* get_address_of__currentState_3() { return &____currentState_3; } inline void set__currentState_3(int32_t value) { ____currentState_3 = value; } inline static int32_t get_offset_of__currentPosition_4() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____currentPosition_4)); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A get__currentPosition_4() const { return ____currentPosition_4; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * get_address_of__currentPosition_4() { return &____currentPosition_4; } inline void set__currentPosition_4(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { ____currentPosition_4 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____currentPosition_4))->___PropertyName_3), (void*)NULL); } inline static int32_t get_offset_of__culture_5() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____culture_5)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_5() const { return ____culture_5; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_5() { return &____culture_5; } inline void set__culture_5(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_5 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_5), (void*)value); } inline static int32_t get_offset_of__dateTimeZoneHandling_6() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____dateTimeZoneHandling_6)); } inline int32_t get__dateTimeZoneHandling_6() const { return ____dateTimeZoneHandling_6; } inline int32_t* get_address_of__dateTimeZoneHandling_6() { return &____dateTimeZoneHandling_6; } inline void set__dateTimeZoneHandling_6(int32_t value) { ____dateTimeZoneHandling_6 = value; } inline static int32_t get_offset_of__maxDepth_7() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____maxDepth_7)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get__maxDepth_7() const { return ____maxDepth_7; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of__maxDepth_7() { return &____maxDepth_7; } inline void set__maxDepth_7(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ____maxDepth_7 = value; } inline static int32_t get_offset_of__hasExceededMaxDepth_8() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____hasExceededMaxDepth_8)); } inline bool get__hasExceededMaxDepth_8() const { return ____hasExceededMaxDepth_8; } inline bool* get_address_of__hasExceededMaxDepth_8() { return &____hasExceededMaxDepth_8; } inline void set__hasExceededMaxDepth_8(bool value) { ____hasExceededMaxDepth_8 = value; } inline static int32_t get_offset_of__dateParseHandling_9() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____dateParseHandling_9)); } inline int32_t get__dateParseHandling_9() const { return ____dateParseHandling_9; } inline int32_t* get_address_of__dateParseHandling_9() { return &____dateParseHandling_9; } inline void set__dateParseHandling_9(int32_t value) { ____dateParseHandling_9 = value; } inline static int32_t get_offset_of__floatParseHandling_10() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____floatParseHandling_10)); } inline int32_t get__floatParseHandling_10() const { return ____floatParseHandling_10; } inline int32_t* get_address_of__floatParseHandling_10() { return &____floatParseHandling_10; } inline void set__floatParseHandling_10(int32_t value) { ____floatParseHandling_10 = value; } inline static int32_t get_offset_of__dateFormatString_11() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____dateFormatString_11)); } inline String_t* get__dateFormatString_11() const { return ____dateFormatString_11; } inline String_t** get_address_of__dateFormatString_11() { return &____dateFormatString_11; } inline void set__dateFormatString_11(String_t* value) { ____dateFormatString_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateFormatString_11), (void*)value); } inline static int32_t get_offset_of__stack_12() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ____stack_12)); } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * get__stack_12() const { return ____stack_12; } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC ** get_address_of__stack_12() { return &____stack_12; } inline void set__stack_12(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * value) { ____stack_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____stack_12), (void*)value); } inline static int32_t get_offset_of_U3CCloseInputU3Ek__BackingField_13() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ___U3CCloseInputU3Ek__BackingField_13)); } inline bool get_U3CCloseInputU3Ek__BackingField_13() const { return ___U3CCloseInputU3Ek__BackingField_13; } inline bool* get_address_of_U3CCloseInputU3Ek__BackingField_13() { return &___U3CCloseInputU3Ek__BackingField_13; } inline void set_U3CCloseInputU3Ek__BackingField_13(bool value) { ___U3CCloseInputU3Ek__BackingField_13 = value; } inline static int32_t get_offset_of_U3CSupportMultipleContentU3Ek__BackingField_14() { return static_cast(offsetof(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7, ___U3CSupportMultipleContentU3Ek__BackingField_14)); } inline bool get_U3CSupportMultipleContentU3Ek__BackingField_14() const { return ___U3CSupportMultipleContentU3Ek__BackingField_14; } inline bool* get_address_of_U3CSupportMultipleContentU3Ek__BackingField_14() { return &___U3CSupportMultipleContentU3Ek__BackingField_14; } inline void set_U3CSupportMultipleContentU3Ek__BackingField_14(bool value) { ___U3CSupportMultipleContentU3Ek__BackingField_14 = value; } }; // Newtonsoft.Json.JsonReaderException struct JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 : public JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 { public: // System.Int32 Newtonsoft.Json.JsonReaderException::k__BackingField int32_t ___U3CLineNumberU3Ek__BackingField_17; // System.Int32 Newtonsoft.Json.JsonReaderException::k__BackingField int32_t ___U3CLinePositionU3Ek__BackingField_18; // System.String Newtonsoft.Json.JsonReaderException::k__BackingField String_t* ___U3CPathU3Ek__BackingField_19; public: inline static int32_t get_offset_of_U3CLineNumberU3Ek__BackingField_17() { return static_cast(offsetof(JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22, ___U3CLineNumberU3Ek__BackingField_17)); } inline int32_t get_U3CLineNumberU3Ek__BackingField_17() const { return ___U3CLineNumberU3Ek__BackingField_17; } inline int32_t* get_address_of_U3CLineNumberU3Ek__BackingField_17() { return &___U3CLineNumberU3Ek__BackingField_17; } inline void set_U3CLineNumberU3Ek__BackingField_17(int32_t value) { ___U3CLineNumberU3Ek__BackingField_17 = value; } inline static int32_t get_offset_of_U3CLinePositionU3Ek__BackingField_18() { return static_cast(offsetof(JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22, ___U3CLinePositionU3Ek__BackingField_18)); } inline int32_t get_U3CLinePositionU3Ek__BackingField_18() const { return ___U3CLinePositionU3Ek__BackingField_18; } inline int32_t* get_address_of_U3CLinePositionU3Ek__BackingField_18() { return &___U3CLinePositionU3Ek__BackingField_18; } inline void set_U3CLinePositionU3Ek__BackingField_18(int32_t value) { ___U3CLinePositionU3Ek__BackingField_18 = value; } inline static int32_t get_offset_of_U3CPathU3Ek__BackingField_19() { return static_cast(offsetof(JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22, ___U3CPathU3Ek__BackingField_19)); } inline String_t* get_U3CPathU3Ek__BackingField_19() const { return ___U3CPathU3Ek__BackingField_19; } inline String_t** get_address_of_U3CPathU3Ek__BackingField_19() { return &___U3CPathU3Ek__BackingField_19; } inline void set_U3CPathU3Ek__BackingField_19(String_t* value) { ___U3CPathU3Ek__BackingField_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPathU3Ek__BackingField_19), (void*)value); } }; // Newtonsoft.Json.JsonSerializationException struct JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 : public JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 { public: public: }; // Newtonsoft.Json.JsonSerializer struct JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD : public RuntimeObject { public: // Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializer::_typeNameHandling int32_t ____typeNameHandling_0; // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializer::_typeNameAssemblyFormat int32_t ____typeNameAssemblyFormat_1; // Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializer::_preserveReferencesHandling int32_t ____preserveReferencesHandling_2; // Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonSerializer::_referenceLoopHandling int32_t ____referenceLoopHandling_3; // Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializer::_missingMemberHandling int32_t ____missingMemberHandling_4; // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::_objectCreationHandling int32_t ____objectCreationHandling_5; // Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializer::_nullValueHandling int32_t ____nullValueHandling_6; // Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializer::_defaultValueHandling int32_t ____defaultValueHandling_7; // Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializer::_constructorHandling int32_t ____constructorHandling_8; // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::_metadataPropertyHandling int32_t ____metadataPropertyHandling_9; // Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::_converters JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * ____converters_10; // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::_contractResolver RuntimeObject* ____contractResolver_11; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::_traceWriter RuntimeObject* ____traceWriter_12; // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializer::_equalityComparer RuntimeObject* ____equalityComparer_13; // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializer::_binder SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * ____binder_14; // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::_context StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ____context_15; // Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::_referenceResolver RuntimeObject* ____referenceResolver_16; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_formatting Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 ____formatting_17; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateFormatHandling Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 ____dateFormatHandling_18; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateTimeZoneHandling Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 ____dateTimeZoneHandling_19; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_dateParseHandling Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 ____dateParseHandling_20; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatFormatHandling Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF ____floatFormatHandling_21; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_floatParseHandling Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 ____floatParseHandling_22; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_stringEscapeHandling Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 ____stringEscapeHandling_23; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializer::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_24; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_maxDepth Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ____maxDepth_25; // System.Boolean Newtonsoft.Json.JsonSerializer::_maxDepthSet bool ____maxDepthSet_26; // System.Nullable`1 Newtonsoft.Json.JsonSerializer::_checkAdditionalContent Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____checkAdditionalContent_27; // System.String Newtonsoft.Json.JsonSerializer::_dateFormatString String_t* ____dateFormatString_28; // System.Boolean Newtonsoft.Json.JsonSerializer::_dateFormatStringSet bool ____dateFormatStringSet_29; // System.EventHandler`1 Newtonsoft.Json.JsonSerializer::Error EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * ___Error_30; public: inline static int32_t get_offset_of__typeNameHandling_0() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____typeNameHandling_0)); } inline int32_t get__typeNameHandling_0() const { return ____typeNameHandling_0; } inline int32_t* get_address_of__typeNameHandling_0() { return &____typeNameHandling_0; } inline void set__typeNameHandling_0(int32_t value) { ____typeNameHandling_0 = value; } inline static int32_t get_offset_of__typeNameAssemblyFormat_1() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____typeNameAssemblyFormat_1)); } inline int32_t get__typeNameAssemblyFormat_1() const { return ____typeNameAssemblyFormat_1; } inline int32_t* get_address_of__typeNameAssemblyFormat_1() { return &____typeNameAssemblyFormat_1; } inline void set__typeNameAssemblyFormat_1(int32_t value) { ____typeNameAssemblyFormat_1 = value; } inline static int32_t get_offset_of__preserveReferencesHandling_2() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____preserveReferencesHandling_2)); } inline int32_t get__preserveReferencesHandling_2() const { return ____preserveReferencesHandling_2; } inline int32_t* get_address_of__preserveReferencesHandling_2() { return &____preserveReferencesHandling_2; } inline void set__preserveReferencesHandling_2(int32_t value) { ____preserveReferencesHandling_2 = value; } inline static int32_t get_offset_of__referenceLoopHandling_3() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____referenceLoopHandling_3)); } inline int32_t get__referenceLoopHandling_3() const { return ____referenceLoopHandling_3; } inline int32_t* get_address_of__referenceLoopHandling_3() { return &____referenceLoopHandling_3; } inline void set__referenceLoopHandling_3(int32_t value) { ____referenceLoopHandling_3 = value; } inline static int32_t get_offset_of__missingMemberHandling_4() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____missingMemberHandling_4)); } inline int32_t get__missingMemberHandling_4() const { return ____missingMemberHandling_4; } inline int32_t* get_address_of__missingMemberHandling_4() { return &____missingMemberHandling_4; } inline void set__missingMemberHandling_4(int32_t value) { ____missingMemberHandling_4 = value; } inline static int32_t get_offset_of__objectCreationHandling_5() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____objectCreationHandling_5)); } inline int32_t get__objectCreationHandling_5() const { return ____objectCreationHandling_5; } inline int32_t* get_address_of__objectCreationHandling_5() { return &____objectCreationHandling_5; } inline void set__objectCreationHandling_5(int32_t value) { ____objectCreationHandling_5 = value; } inline static int32_t get_offset_of__nullValueHandling_6() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____nullValueHandling_6)); } inline int32_t get__nullValueHandling_6() const { return ____nullValueHandling_6; } inline int32_t* get_address_of__nullValueHandling_6() { return &____nullValueHandling_6; } inline void set__nullValueHandling_6(int32_t value) { ____nullValueHandling_6 = value; } inline static int32_t get_offset_of__defaultValueHandling_7() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____defaultValueHandling_7)); } inline int32_t get__defaultValueHandling_7() const { return ____defaultValueHandling_7; } inline int32_t* get_address_of__defaultValueHandling_7() { return &____defaultValueHandling_7; } inline void set__defaultValueHandling_7(int32_t value) { ____defaultValueHandling_7 = value; } inline static int32_t get_offset_of__constructorHandling_8() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____constructorHandling_8)); } inline int32_t get__constructorHandling_8() const { return ____constructorHandling_8; } inline int32_t* get_address_of__constructorHandling_8() { return &____constructorHandling_8; } inline void set__constructorHandling_8(int32_t value) { ____constructorHandling_8 = value; } inline static int32_t get_offset_of__metadataPropertyHandling_9() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____metadataPropertyHandling_9)); } inline int32_t get__metadataPropertyHandling_9() const { return ____metadataPropertyHandling_9; } inline int32_t* get_address_of__metadataPropertyHandling_9() { return &____metadataPropertyHandling_9; } inline void set__metadataPropertyHandling_9(int32_t value) { ____metadataPropertyHandling_9 = value; } inline static int32_t get_offset_of__converters_10() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____converters_10)); } inline JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * get__converters_10() const { return ____converters_10; } inline JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 ** get_address_of__converters_10() { return &____converters_10; } inline void set__converters_10(JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * value) { ____converters_10 = value; Il2CppCodeGenWriteBarrier((void**)(&____converters_10), (void*)value); } inline static int32_t get_offset_of__contractResolver_11() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____contractResolver_11)); } inline RuntimeObject* get__contractResolver_11() const { return ____contractResolver_11; } inline RuntimeObject** get_address_of__contractResolver_11() { return &____contractResolver_11; } inline void set__contractResolver_11(RuntimeObject* value) { ____contractResolver_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____contractResolver_11), (void*)value); } inline static int32_t get_offset_of__traceWriter_12() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____traceWriter_12)); } inline RuntimeObject* get__traceWriter_12() const { return ____traceWriter_12; } inline RuntimeObject** get_address_of__traceWriter_12() { return &____traceWriter_12; } inline void set__traceWriter_12(RuntimeObject* value) { ____traceWriter_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____traceWriter_12), (void*)value); } inline static int32_t get_offset_of__equalityComparer_13() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____equalityComparer_13)); } inline RuntimeObject* get__equalityComparer_13() const { return ____equalityComparer_13; } inline RuntimeObject** get_address_of__equalityComparer_13() { return &____equalityComparer_13; } inline void set__equalityComparer_13(RuntimeObject* value) { ____equalityComparer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____equalityComparer_13), (void*)value); } inline static int32_t get_offset_of__binder_14() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____binder_14)); } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * get__binder_14() const { return ____binder_14; } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 ** get_address_of__binder_14() { return &____binder_14; } inline void set__binder_14(SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * value) { ____binder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____binder_14), (void*)value); } inline static int32_t get_offset_of__context_15() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____context_15)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get__context_15() const { return ____context_15; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of__context_15() { return &____context_15; } inline void set__context_15(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ____context_15 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____context_15))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of__referenceResolver_16() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____referenceResolver_16)); } inline RuntimeObject* get__referenceResolver_16() const { return ____referenceResolver_16; } inline RuntimeObject** get_address_of__referenceResolver_16() { return &____referenceResolver_16; } inline void set__referenceResolver_16(RuntimeObject* value) { ____referenceResolver_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____referenceResolver_16), (void*)value); } inline static int32_t get_offset_of__formatting_17() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____formatting_17)); } inline Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 get__formatting_17() const { return ____formatting_17; } inline Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * get_address_of__formatting_17() { return &____formatting_17; } inline void set__formatting_17(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 value) { ____formatting_17 = value; } inline static int32_t get_offset_of__dateFormatHandling_18() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateFormatHandling_18)); } inline Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 get__dateFormatHandling_18() const { return ____dateFormatHandling_18; } inline Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * get_address_of__dateFormatHandling_18() { return &____dateFormatHandling_18; } inline void set__dateFormatHandling_18(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 value) { ____dateFormatHandling_18 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_19() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateTimeZoneHandling_19)); } inline Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 get__dateTimeZoneHandling_19() const { return ____dateTimeZoneHandling_19; } inline Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * get_address_of__dateTimeZoneHandling_19() { return &____dateTimeZoneHandling_19; } inline void set__dateTimeZoneHandling_19(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 value) { ____dateTimeZoneHandling_19 = value; } inline static int32_t get_offset_of__dateParseHandling_20() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateParseHandling_20)); } inline Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 get__dateParseHandling_20() const { return ____dateParseHandling_20; } inline Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * get_address_of__dateParseHandling_20() { return &____dateParseHandling_20; } inline void set__dateParseHandling_20(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 value) { ____dateParseHandling_20 = value; } inline static int32_t get_offset_of__floatFormatHandling_21() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____floatFormatHandling_21)); } inline Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF get__floatFormatHandling_21() const { return ____floatFormatHandling_21; } inline Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * get_address_of__floatFormatHandling_21() { return &____floatFormatHandling_21; } inline void set__floatFormatHandling_21(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF value) { ____floatFormatHandling_21 = value; } inline static int32_t get_offset_of__floatParseHandling_22() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____floatParseHandling_22)); } inline Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 get__floatParseHandling_22() const { return ____floatParseHandling_22; } inline Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * get_address_of__floatParseHandling_22() { return &____floatParseHandling_22; } inline void set__floatParseHandling_22(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 value) { ____floatParseHandling_22 = value; } inline static int32_t get_offset_of__stringEscapeHandling_23() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____stringEscapeHandling_23)); } inline Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 get__stringEscapeHandling_23() const { return ____stringEscapeHandling_23; } inline Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * get_address_of__stringEscapeHandling_23() { return &____stringEscapeHandling_23; } inline void set__stringEscapeHandling_23(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 value) { ____stringEscapeHandling_23 = value; } inline static int32_t get_offset_of__culture_24() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____culture_24)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_24() const { return ____culture_24; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_24() { return &____culture_24; } inline void set__culture_24(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_24), (void*)value); } inline static int32_t get_offset_of__maxDepth_25() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____maxDepth_25)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get__maxDepth_25() const { return ____maxDepth_25; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of__maxDepth_25() { return &____maxDepth_25; } inline void set__maxDepth_25(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ____maxDepth_25 = value; } inline static int32_t get_offset_of__maxDepthSet_26() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____maxDepthSet_26)); } inline bool get__maxDepthSet_26() const { return ____maxDepthSet_26; } inline bool* get_address_of__maxDepthSet_26() { return &____maxDepthSet_26; } inline void set__maxDepthSet_26(bool value) { ____maxDepthSet_26 = value; } inline static int32_t get_offset_of__checkAdditionalContent_27() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____checkAdditionalContent_27)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__checkAdditionalContent_27() const { return ____checkAdditionalContent_27; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__checkAdditionalContent_27() { return &____checkAdditionalContent_27; } inline void set__checkAdditionalContent_27(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____checkAdditionalContent_27 = value; } inline static int32_t get_offset_of__dateFormatString_28() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateFormatString_28)); } inline String_t* get__dateFormatString_28() const { return ____dateFormatString_28; } inline String_t** get_address_of__dateFormatString_28() { return &____dateFormatString_28; } inline void set__dateFormatString_28(String_t* value) { ____dateFormatString_28 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateFormatString_28), (void*)value); } inline static int32_t get_offset_of__dateFormatStringSet_29() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ____dateFormatStringSet_29)); } inline bool get__dateFormatStringSet_29() const { return ____dateFormatStringSet_29; } inline bool* get_address_of__dateFormatStringSet_29() { return &____dateFormatStringSet_29; } inline void set__dateFormatStringSet_29(bool value) { ____dateFormatStringSet_29 = value; } inline static int32_t get_offset_of_Error_30() { return static_cast(offsetof(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD, ___Error_30)); } inline EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * get_Error_30() const { return ___Error_30; } inline EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A ** get_address_of_Error_30() { return &___Error_30; } inline void set_Error_30(EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * value) { ___Error_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___Error_30), (void*)value); } }; // Newtonsoft.Json.JsonWriter struct JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 : public RuntimeObject { public: // System.Collections.Generic.List`1 Newtonsoft.Json.JsonWriter::_stack List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ____stack_2; // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonWriter::_currentPosition JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ____currentPosition_3; // Newtonsoft.Json.JsonWriter/State Newtonsoft.Json.JsonWriter::_currentState int32_t ____currentState_4; // Newtonsoft.Json.Formatting Newtonsoft.Json.JsonWriter::_formatting int32_t ____formatting_5; // System.Boolean Newtonsoft.Json.JsonWriter::k__BackingField bool ___U3CCloseOutputU3Ek__BackingField_6; // Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::_dateFormatHandling int32_t ____dateFormatHandling_7; // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::_dateTimeZoneHandling int32_t ____dateTimeZoneHandling_8; // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::_stringEscapeHandling int32_t ____stringEscapeHandling_9; // Newtonsoft.Json.FloatFormatHandling Newtonsoft.Json.JsonWriter::_floatFormatHandling int32_t ____floatFormatHandling_10; // System.String Newtonsoft.Json.JsonWriter::_dateFormatString String_t* ____dateFormatString_11; // System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_12; public: inline static int32_t get_offset_of__stack_2() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____stack_2)); } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * get__stack_2() const { return ____stack_2; } inline List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC ** get_address_of__stack_2() { return &____stack_2; } inline void set__stack_2(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * value) { ____stack_2 = value; Il2CppCodeGenWriteBarrier((void**)(&____stack_2), (void*)value); } inline static int32_t get_offset_of__currentPosition_3() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____currentPosition_3)); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A get__currentPosition_3() const { return ____currentPosition_3; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * get_address_of__currentPosition_3() { return &____currentPosition_3; } inline void set__currentPosition_3(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { ____currentPosition_3 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____currentPosition_3))->___PropertyName_3), (void*)NULL); } inline static int32_t get_offset_of__currentState_4() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____currentState_4)); } inline int32_t get__currentState_4() const { return ____currentState_4; } inline int32_t* get_address_of__currentState_4() { return &____currentState_4; } inline void set__currentState_4(int32_t value) { ____currentState_4 = value; } inline static int32_t get_offset_of__formatting_5() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____formatting_5)); } inline int32_t get__formatting_5() const { return ____formatting_5; } inline int32_t* get_address_of__formatting_5() { return &____formatting_5; } inline void set__formatting_5(int32_t value) { ____formatting_5 = value; } inline static int32_t get_offset_of_U3CCloseOutputU3Ek__BackingField_6() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ___U3CCloseOutputU3Ek__BackingField_6)); } inline bool get_U3CCloseOutputU3Ek__BackingField_6() const { return ___U3CCloseOutputU3Ek__BackingField_6; } inline bool* get_address_of_U3CCloseOutputU3Ek__BackingField_6() { return &___U3CCloseOutputU3Ek__BackingField_6; } inline void set_U3CCloseOutputU3Ek__BackingField_6(bool value) { ___U3CCloseOutputU3Ek__BackingField_6 = value; } inline static int32_t get_offset_of__dateFormatHandling_7() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____dateFormatHandling_7)); } inline int32_t get__dateFormatHandling_7() const { return ____dateFormatHandling_7; } inline int32_t* get_address_of__dateFormatHandling_7() { return &____dateFormatHandling_7; } inline void set__dateFormatHandling_7(int32_t value) { ____dateFormatHandling_7 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_8() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____dateTimeZoneHandling_8)); } inline int32_t get__dateTimeZoneHandling_8() const { return ____dateTimeZoneHandling_8; } inline int32_t* get_address_of__dateTimeZoneHandling_8() { return &____dateTimeZoneHandling_8; } inline void set__dateTimeZoneHandling_8(int32_t value) { ____dateTimeZoneHandling_8 = value; } inline static int32_t get_offset_of__stringEscapeHandling_9() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____stringEscapeHandling_9)); } inline int32_t get__stringEscapeHandling_9() const { return ____stringEscapeHandling_9; } inline int32_t* get_address_of__stringEscapeHandling_9() { return &____stringEscapeHandling_9; } inline void set__stringEscapeHandling_9(int32_t value) { ____stringEscapeHandling_9 = value; } inline static int32_t get_offset_of__floatFormatHandling_10() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____floatFormatHandling_10)); } inline int32_t get__floatFormatHandling_10() const { return ____floatFormatHandling_10; } inline int32_t* get_address_of__floatFormatHandling_10() { return &____floatFormatHandling_10; } inline void set__floatFormatHandling_10(int32_t value) { ____floatFormatHandling_10 = value; } inline static int32_t get_offset_of__dateFormatString_11() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____dateFormatString_11)); } inline String_t* get__dateFormatString_11() const { return ____dateFormatString_11; } inline String_t** get_address_of__dateFormatString_11() { return &____dateFormatString_11; } inline void set__dateFormatString_11(String_t* value) { ____dateFormatString_11 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateFormatString_11), (void*)value); } inline static int32_t get_offset_of__culture_12() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94, ____culture_12)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_12() const { return ____culture_12; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_12() { return &____culture_12; } inline void set__culture_12(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_12 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_12), (void*)value); } }; struct JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields { public: // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArray StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* ___StateArray_0; // Newtonsoft.Json.JsonWriter/State[][] Newtonsoft.Json.JsonWriter::StateArrayTempate StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* ___StateArrayTempate_1; public: inline static int32_t get_offset_of_StateArray_0() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields, ___StateArray_0)); } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* get_StateArray_0() const { return ___StateArray_0; } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D** get_address_of_StateArray_0() { return &___StateArray_0; } inline void set_StateArray_0(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* value) { ___StateArray_0 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateArray_0), (void*)value); } inline static int32_t get_offset_of_StateArrayTempate_1() { return static_cast(offsetof(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_StaticFields, ___StateArrayTempate_1)); } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* get_StateArrayTempate_1() const { return ___StateArrayTempate_1; } inline StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D** get_address_of_StateArrayTempate_1() { return &___StateArrayTempate_1; } inline void set_StateArrayTempate_1(StateU5BU5DU5BU5D_tBE21ACD9253091616CC383ADB65B3D77B849071D* value) { ___StateArrayTempate_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___StateArrayTempate_1), (void*)value); } }; // Newtonsoft.Json.Serialization.SerializationCallback struct SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 : public MulticastDelegate_t { public: public: }; // Newtonsoft.Json.Serialization.SerializationErrorCallback struct SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 : public MulticastDelegate_t { public: public: }; // System.ArgumentNullException struct ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: public: }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 : public ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 { public: // System.Object System.ArgumentOutOfRangeException::m_actualValue RuntimeObject * ___m_actualValue_19; public: inline static int32_t get_offset_of_m_actualValue_19() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8, ___m_actualValue_19)); } inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; } inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; } inline void set_m_actualValue_19(RuntimeObject * value) { ___m_actualValue_19 = value; Il2CppCodeGenWriteBarrier((void**)(&___m_actualValue_19), (void*)value); } }; struct ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields { public: // System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage String_t* ____rangeMessage_18; public: inline static int32_t get_offset_of__rangeMessage_18() { return static_cast(offsetof(ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_StaticFields, ____rangeMessage_18)); } inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; } inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; } inline void set__rangeMessage_18(String_t* value) { ____rangeMessage_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____rangeMessage_18), (void*)value); } }; // Newtonsoft.Json.Linq.JTokenReader struct JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F : public JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 { public: // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::_root JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____root_15; // System.String Newtonsoft.Json.Linq.JTokenReader::_initialPath String_t* ____initialPath_16; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::_parent JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____parent_17; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::_current JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____current_18; public: inline static int32_t get_offset_of__root_15() { return static_cast(offsetof(JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F, ____root_15)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__root_15() const { return ____root_15; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__root_15() { return &____root_15; } inline void set__root_15(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____root_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____root_15), (void*)value); } inline static int32_t get_offset_of__initialPath_16() { return static_cast(offsetof(JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F, ____initialPath_16)); } inline String_t* get__initialPath_16() const { return ____initialPath_16; } inline String_t** get_address_of__initialPath_16() { return &____initialPath_16; } inline void set__initialPath_16(String_t* value) { ____initialPath_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____initialPath_16), (void*)value); } inline static int32_t get_offset_of__parent_17() { return static_cast(offsetof(JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F, ____parent_17)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__parent_17() const { return ____parent_17; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__parent_17() { return &____parent_17; } inline void set__parent_17(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____parent_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_17), (void*)value); } inline static int32_t get_offset_of__current_18() { return static_cast(offsetof(JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F, ____current_18)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__current_18() const { return ____current_18; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__current_18() { return &____current_18; } inline void set__current_18(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____current_18 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_18), (void*)value); } }; // Newtonsoft.Json.Linq.JTokenWriter struct JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 : public JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 { public: // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JTokenWriter::_token JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____token_13; // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JTokenWriter::_parent JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ____parent_14; // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JTokenWriter::_value JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ____value_15; // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenWriter::_current JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ____current_16; public: inline static int32_t get_offset_of__token_13() { return static_cast(offsetof(JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41, ____token_13)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__token_13() const { return ____token_13; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__token_13() { return &____token_13; } inline void set__token_13(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____token_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____token_13), (void*)value); } inline static int32_t get_offset_of__parent_14() { return static_cast(offsetof(JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41, ____parent_14)); } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * get__parent_14() const { return ____parent_14; } inline JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 ** get_address_of__parent_14() { return &____parent_14; } inline void set__parent_14(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * value) { ____parent_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____parent_14), (void*)value); } inline static int32_t get_offset_of__value_15() { return static_cast(offsetof(JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41, ____value_15)); } inline JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * get__value_15() const { return ____value_15; } inline JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 ** get_address_of__value_15() { return &____value_15; } inline void set__value_15(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * value) { ____value_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____value_15), (void*)value); } inline static int32_t get_offset_of__current_16() { return static_cast(offsetof(JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41, ____current_16)); } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * get__current_16() const { return ____current_16; } inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** get_address_of__current_16() { return &____current_16; } inline void set__current_16(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * value) { ____current_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____current_16), (void*)value); } }; // Newtonsoft.Json.JsonArrayAttribute struct JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9 : public JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 { public: public: }; // Newtonsoft.Json.Serialization.JsonArrayContract struct JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField Type_t * ___U3CCollectionItemTypeU3Ek__BackingField_27; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CIsMultidimensionalArrayU3Ek__BackingField_28; // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::_genericCollectionDefinitionType Type_t * ____genericCollectionDefinitionType_29; // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::_genericWrapperType Type_t * ____genericWrapperType_30; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_genericWrapperCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____genericWrapperCreator_31; // System.Func`1 Newtonsoft.Json.Serialization.JsonArrayContract::_genericTemporaryCollectionCreator Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ____genericTemporaryCollectionCreator_32; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CIsArrayU3Ek__BackingField_33; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CShouldCreateWrapperU3Ek__BackingField_34; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CCanDeserializeU3Ek__BackingField_35; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonArrayContract::_parameterizedConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____parameterizedConstructor_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_parameterizedCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____parameterizedCreator_37; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::_overrideCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____overrideCreator_38; // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::k__BackingField bool ___U3CHasParameterizedCreatorU3Ek__BackingField_39; public: inline static int32_t get_offset_of_U3CCollectionItemTypeU3Ek__BackingField_27() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CCollectionItemTypeU3Ek__BackingField_27)); } inline Type_t * get_U3CCollectionItemTypeU3Ek__BackingField_27() const { return ___U3CCollectionItemTypeU3Ek__BackingField_27; } inline Type_t ** get_address_of_U3CCollectionItemTypeU3Ek__BackingField_27() { return &___U3CCollectionItemTypeU3Ek__BackingField_27; } inline void set_U3CCollectionItemTypeU3Ek__BackingField_27(Type_t * value) { ___U3CCollectionItemTypeU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CCollectionItemTypeU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CIsMultidimensionalArrayU3Ek__BackingField_28() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CIsMultidimensionalArrayU3Ek__BackingField_28)); } inline bool get_U3CIsMultidimensionalArrayU3Ek__BackingField_28() const { return ___U3CIsMultidimensionalArrayU3Ek__BackingField_28; } inline bool* get_address_of_U3CIsMultidimensionalArrayU3Ek__BackingField_28() { return &___U3CIsMultidimensionalArrayU3Ek__BackingField_28; } inline void set_U3CIsMultidimensionalArrayU3Ek__BackingField_28(bool value) { ___U3CIsMultidimensionalArrayU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of__genericCollectionDefinitionType_29() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericCollectionDefinitionType_29)); } inline Type_t * get__genericCollectionDefinitionType_29() const { return ____genericCollectionDefinitionType_29; } inline Type_t ** get_address_of__genericCollectionDefinitionType_29() { return &____genericCollectionDefinitionType_29; } inline void set__genericCollectionDefinitionType_29(Type_t * value) { ____genericCollectionDefinitionType_29 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericCollectionDefinitionType_29), (void*)value); } inline static int32_t get_offset_of__genericWrapperType_30() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericWrapperType_30)); } inline Type_t * get__genericWrapperType_30() const { return ____genericWrapperType_30; } inline Type_t ** get_address_of__genericWrapperType_30() { return &____genericWrapperType_30; } inline void set__genericWrapperType_30(Type_t * value) { ____genericWrapperType_30 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperType_30), (void*)value); } inline static int32_t get_offset_of__genericWrapperCreator_31() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericWrapperCreator_31)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__genericWrapperCreator_31() const { return ____genericWrapperCreator_31; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__genericWrapperCreator_31() { return &____genericWrapperCreator_31; } inline void set__genericWrapperCreator_31(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____genericWrapperCreator_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperCreator_31), (void*)value); } inline static int32_t get_offset_of__genericTemporaryCollectionCreator_32() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____genericTemporaryCollectionCreator_32)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get__genericTemporaryCollectionCreator_32() const { return ____genericTemporaryCollectionCreator_32; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of__genericTemporaryCollectionCreator_32() { return &____genericTemporaryCollectionCreator_32; } inline void set__genericTemporaryCollectionCreator_32(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ____genericTemporaryCollectionCreator_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericTemporaryCollectionCreator_32), (void*)value); } inline static int32_t get_offset_of_U3CIsArrayU3Ek__BackingField_33() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CIsArrayU3Ek__BackingField_33)); } inline bool get_U3CIsArrayU3Ek__BackingField_33() const { return ___U3CIsArrayU3Ek__BackingField_33; } inline bool* get_address_of_U3CIsArrayU3Ek__BackingField_33() { return &___U3CIsArrayU3Ek__BackingField_33; } inline void set_U3CIsArrayU3Ek__BackingField_33(bool value) { ___U3CIsArrayU3Ek__BackingField_33 = value; } inline static int32_t get_offset_of_U3CShouldCreateWrapperU3Ek__BackingField_34() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CShouldCreateWrapperU3Ek__BackingField_34)); } inline bool get_U3CShouldCreateWrapperU3Ek__BackingField_34() const { return ___U3CShouldCreateWrapperU3Ek__BackingField_34; } inline bool* get_address_of_U3CShouldCreateWrapperU3Ek__BackingField_34() { return &___U3CShouldCreateWrapperU3Ek__BackingField_34; } inline void set_U3CShouldCreateWrapperU3Ek__BackingField_34(bool value) { ___U3CShouldCreateWrapperU3Ek__BackingField_34 = value; } inline static int32_t get_offset_of_U3CCanDeserializeU3Ek__BackingField_35() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CCanDeserializeU3Ek__BackingField_35)); } inline bool get_U3CCanDeserializeU3Ek__BackingField_35() const { return ___U3CCanDeserializeU3Ek__BackingField_35; } inline bool* get_address_of_U3CCanDeserializeU3Ek__BackingField_35() { return &___U3CCanDeserializeU3Ek__BackingField_35; } inline void set_U3CCanDeserializeU3Ek__BackingField_35(bool value) { ___U3CCanDeserializeU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of__parameterizedConstructor_36() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____parameterizedConstructor_36)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__parameterizedConstructor_36() const { return ____parameterizedConstructor_36; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__parameterizedConstructor_36() { return &____parameterizedConstructor_36; } inline void set__parameterizedConstructor_36(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____parameterizedConstructor_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedConstructor_36), (void*)value); } inline static int32_t get_offset_of__parameterizedCreator_37() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____parameterizedCreator_37)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__parameterizedCreator_37() const { return ____parameterizedCreator_37; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__parameterizedCreator_37() { return &____parameterizedCreator_37; } inline void set__parameterizedCreator_37(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____parameterizedCreator_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedCreator_37), (void*)value); } inline static int32_t get_offset_of__overrideCreator_38() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ____overrideCreator_38)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__overrideCreator_38() const { return ____overrideCreator_38; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__overrideCreator_38() { return &____overrideCreator_38; } inline void set__overrideCreator_38(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____overrideCreator_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideCreator_38), (void*)value); } inline static int32_t get_offset_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return static_cast(offsetof(JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D, ___U3CHasParameterizedCreatorU3Ek__BackingField_39)); } inline bool get_U3CHasParameterizedCreatorU3Ek__BackingField_39() const { return ___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline bool* get_address_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return &___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline void set_U3CHasParameterizedCreatorU3Ek__BackingField_39(bool value) { ___U3CHasParameterizedCreatorU3Ek__BackingField_39 = value; } }; // Newtonsoft.Json.JsonDictionaryAttribute struct JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC : public JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 { public: public: }; // Newtonsoft.Json.Serialization.JsonDictionaryContract struct JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // System.Func`2 Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * ___U3CDictionaryKeyResolverU3Ek__BackingField_27; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Type_t * ___U3CDictionaryKeyTypeU3Ek__BackingField_28; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField Type_t * ___U3CDictionaryValueTypeU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___U3CKeyContractU3Ek__BackingField_30; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericCollectionDefinitionType Type_t * ____genericCollectionDefinitionType_31; // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericWrapperType Type_t * ____genericWrapperType_32; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericWrapperCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____genericWrapperCreator_33; // System.Func`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_genericTemporaryDictionaryCreator Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ____genericTemporaryDictionaryCreator_34; // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField bool ___U3CShouldCreateWrapperU3Ek__BackingField_35; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonDictionaryContract::_parameterizedConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____parameterizedConstructor_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_overrideCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____overrideCreator_37; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::_parameterizedCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____parameterizedCreator_38; // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::k__BackingField bool ___U3CHasParameterizedCreatorU3Ek__BackingField_39; public: inline static int32_t get_offset_of_U3CDictionaryKeyResolverU3Ek__BackingField_27() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CDictionaryKeyResolverU3Ek__BackingField_27)); } inline Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * get_U3CDictionaryKeyResolverU3Ek__BackingField_27() const { return ___U3CDictionaryKeyResolverU3Ek__BackingField_27; } inline Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A ** get_address_of_U3CDictionaryKeyResolverU3Ek__BackingField_27() { return &___U3CDictionaryKeyResolverU3Ek__BackingField_27; } inline void set_U3CDictionaryKeyResolverU3Ek__BackingField_27(Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * value) { ___U3CDictionaryKeyResolverU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDictionaryKeyResolverU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CDictionaryKeyTypeU3Ek__BackingField_28() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CDictionaryKeyTypeU3Ek__BackingField_28)); } inline Type_t * get_U3CDictionaryKeyTypeU3Ek__BackingField_28() const { return ___U3CDictionaryKeyTypeU3Ek__BackingField_28; } inline Type_t ** get_address_of_U3CDictionaryKeyTypeU3Ek__BackingField_28() { return &___U3CDictionaryKeyTypeU3Ek__BackingField_28; } inline void set_U3CDictionaryKeyTypeU3Ek__BackingField_28(Type_t * value) { ___U3CDictionaryKeyTypeU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDictionaryKeyTypeU3Ek__BackingField_28), (void*)value); } inline static int32_t get_offset_of_U3CDictionaryValueTypeU3Ek__BackingField_29() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CDictionaryValueTypeU3Ek__BackingField_29)); } inline Type_t * get_U3CDictionaryValueTypeU3Ek__BackingField_29() const { return ___U3CDictionaryValueTypeU3Ek__BackingField_29; } inline Type_t ** get_address_of_U3CDictionaryValueTypeU3Ek__BackingField_29() { return &___U3CDictionaryValueTypeU3Ek__BackingField_29; } inline void set_U3CDictionaryValueTypeU3Ek__BackingField_29(Type_t * value) { ___U3CDictionaryValueTypeU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CDictionaryValueTypeU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CKeyContractU3Ek__BackingField_30() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CKeyContractU3Ek__BackingField_30)); } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * get_U3CKeyContractU3Ek__BackingField_30() const { return ___U3CKeyContractU3Ek__BackingField_30; } inline JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A ** get_address_of_U3CKeyContractU3Ek__BackingField_30() { return &___U3CKeyContractU3Ek__BackingField_30; } inline void set_U3CKeyContractU3Ek__BackingField_30(JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * value) { ___U3CKeyContractU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CKeyContractU3Ek__BackingField_30), (void*)value); } inline static int32_t get_offset_of__genericCollectionDefinitionType_31() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericCollectionDefinitionType_31)); } inline Type_t * get__genericCollectionDefinitionType_31() const { return ____genericCollectionDefinitionType_31; } inline Type_t ** get_address_of__genericCollectionDefinitionType_31() { return &____genericCollectionDefinitionType_31; } inline void set__genericCollectionDefinitionType_31(Type_t * value) { ____genericCollectionDefinitionType_31 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericCollectionDefinitionType_31), (void*)value); } inline static int32_t get_offset_of__genericWrapperType_32() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericWrapperType_32)); } inline Type_t * get__genericWrapperType_32() const { return ____genericWrapperType_32; } inline Type_t ** get_address_of__genericWrapperType_32() { return &____genericWrapperType_32; } inline void set__genericWrapperType_32(Type_t * value) { ____genericWrapperType_32 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperType_32), (void*)value); } inline static int32_t get_offset_of__genericWrapperCreator_33() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericWrapperCreator_33)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__genericWrapperCreator_33() const { return ____genericWrapperCreator_33; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__genericWrapperCreator_33() { return &____genericWrapperCreator_33; } inline void set__genericWrapperCreator_33(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____genericWrapperCreator_33 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericWrapperCreator_33), (void*)value); } inline static int32_t get_offset_of__genericTemporaryDictionaryCreator_34() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____genericTemporaryDictionaryCreator_34)); } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * get__genericTemporaryDictionaryCreator_34() const { return ____genericTemporaryDictionaryCreator_34; } inline Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 ** get_address_of__genericTemporaryDictionaryCreator_34() { return &____genericTemporaryDictionaryCreator_34; } inline void set__genericTemporaryDictionaryCreator_34(Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * value) { ____genericTemporaryDictionaryCreator_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____genericTemporaryDictionaryCreator_34), (void*)value); } inline static int32_t get_offset_of_U3CShouldCreateWrapperU3Ek__BackingField_35() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CShouldCreateWrapperU3Ek__BackingField_35)); } inline bool get_U3CShouldCreateWrapperU3Ek__BackingField_35() const { return ___U3CShouldCreateWrapperU3Ek__BackingField_35; } inline bool* get_address_of_U3CShouldCreateWrapperU3Ek__BackingField_35() { return &___U3CShouldCreateWrapperU3Ek__BackingField_35; } inline void set_U3CShouldCreateWrapperU3Ek__BackingField_35(bool value) { ___U3CShouldCreateWrapperU3Ek__BackingField_35 = value; } inline static int32_t get_offset_of__parameterizedConstructor_36() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____parameterizedConstructor_36)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__parameterizedConstructor_36() const { return ____parameterizedConstructor_36; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__parameterizedConstructor_36() { return &____parameterizedConstructor_36; } inline void set__parameterizedConstructor_36(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____parameterizedConstructor_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedConstructor_36), (void*)value); } inline static int32_t get_offset_of__overrideCreator_37() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____overrideCreator_37)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__overrideCreator_37() const { return ____overrideCreator_37; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__overrideCreator_37() { return &____overrideCreator_37; } inline void set__overrideCreator_37(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____overrideCreator_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideCreator_37), (void*)value); } inline static int32_t get_offset_of__parameterizedCreator_38() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ____parameterizedCreator_38)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__parameterizedCreator_38() const { return ____parameterizedCreator_38; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__parameterizedCreator_38() { return &____parameterizedCreator_38; } inline void set__parameterizedCreator_38(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____parameterizedCreator_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedCreator_38), (void*)value); } inline static int32_t get_offset_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return static_cast(offsetof(JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93, ___U3CHasParameterizedCreatorU3Ek__BackingField_39)); } inline bool get_U3CHasParameterizedCreatorU3Ek__BackingField_39() const { return ___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline bool* get_address_of_U3CHasParameterizedCreatorU3Ek__BackingField_39() { return &___U3CHasParameterizedCreatorU3Ek__BackingField_39; } inline void set_U3CHasParameterizedCreatorU3Ek__BackingField_39(bool value) { ___U3CHasParameterizedCreatorU3Ek__BackingField_39 = value; } }; // Newtonsoft.Json.Serialization.JsonISerializableContract struct JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonISerializableContract::k__BackingField ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___U3CISerializableCreatorU3Ek__BackingField_27; public: inline static int32_t get_offset_of_U3CISerializableCreatorU3Ek__BackingField_27() { return static_cast(offsetof(JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78, ___U3CISerializableCreatorU3Ek__BackingField_27)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get_U3CISerializableCreatorU3Ek__BackingField_27() const { return ___U3CISerializableCreatorU3Ek__BackingField_27; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of_U3CISerializableCreatorU3Ek__BackingField_27() { return &___U3CISerializableCreatorU3Ek__BackingField_27; } inline void set_U3CISerializableCreatorU3Ek__BackingField_27(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ___U3CISerializableCreatorU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CISerializableCreatorU3Ek__BackingField_27), (void*)value); } }; // Newtonsoft.Json.JsonObjectAttribute struct JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 : public JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 { public: // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::_memberSerialization int32_t ____memberSerialization_6; // System.Nullable`1 Newtonsoft.Json.JsonObjectAttribute::_itemRequired Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ____itemRequired_7; public: inline static int32_t get_offset_of__memberSerialization_6() { return static_cast(offsetof(JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340, ____memberSerialization_6)); } inline int32_t get__memberSerialization_6() const { return ____memberSerialization_6; } inline int32_t* get_address_of__memberSerialization_6() { return &____memberSerialization_6; } inline void set__memberSerialization_6(int32_t value) { ____memberSerialization_6 = value; } inline static int32_t get_offset_of__itemRequired_7() { return static_cast(offsetof(JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340, ____itemRequired_7)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get__itemRequired_7() const { return ____itemRequired_7; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of__itemRequired_7() { return &____itemRequired_7; } inline void set__itemRequired_7(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ____itemRequired_7 = value; } }; // Newtonsoft.Json.Serialization.JsonObjectContract struct JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 : public JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC { public: // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField int32_t ___U3CMemberSerializationU3Ek__BackingField_27; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ___U3CItemRequiredU3Ek__BackingField_28; // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ___U3CPropertiesU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.ExtensionDataSetter Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * ___U3CExtensionDataSetterU3Ek__BackingField_30; // Newtonsoft.Json.Serialization.ExtensionDataGetter Newtonsoft.Json.Serialization.JsonObjectContract::k__BackingField ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * ___U3CExtensionDataGetterU3Ek__BackingField_31; // System.Boolean Newtonsoft.Json.Serialization.JsonObjectContract::ExtensionDataIsJToken bool ___ExtensionDataIsJToken_32; // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::_hasRequiredOrDefaultValueProperties Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____hasRequiredOrDefaultValueProperties_33; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract::_parametrizedConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____parametrizedConstructor_34; // System.Reflection.ConstructorInfo Newtonsoft.Json.Serialization.JsonObjectContract::_overrideConstructor ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ____overrideConstructor_35; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::_overrideCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____overrideCreator_36; // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::_parameterizedCreator ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ____parameterizedCreator_37; // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::_creatorParameters JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ____creatorParameters_38; // System.Type Newtonsoft.Json.Serialization.JsonObjectContract::_extensionDataValueType Type_t * ____extensionDataValueType_39; public: inline static int32_t get_offset_of_U3CMemberSerializationU3Ek__BackingField_27() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CMemberSerializationU3Ek__BackingField_27)); } inline int32_t get_U3CMemberSerializationU3Ek__BackingField_27() const { return ___U3CMemberSerializationU3Ek__BackingField_27; } inline int32_t* get_address_of_U3CMemberSerializationU3Ek__BackingField_27() { return &___U3CMemberSerializationU3Ek__BackingField_27; } inline void set_U3CMemberSerializationU3Ek__BackingField_27(int32_t value) { ___U3CMemberSerializationU3Ek__BackingField_27 = value; } inline static int32_t get_offset_of_U3CItemRequiredU3Ek__BackingField_28() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CItemRequiredU3Ek__BackingField_28)); } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A get_U3CItemRequiredU3Ek__BackingField_28() const { return ___U3CItemRequiredU3Ek__BackingField_28; } inline Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * get_address_of_U3CItemRequiredU3Ek__BackingField_28() { return &___U3CItemRequiredU3Ek__BackingField_28; } inline void set_U3CItemRequiredU3Ek__BackingField_28(Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A value) { ___U3CItemRequiredU3Ek__BackingField_28 = value; } inline static int32_t get_offset_of_U3CPropertiesU3Ek__BackingField_29() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CPropertiesU3Ek__BackingField_29)); } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * get_U3CPropertiesU3Ek__BackingField_29() const { return ___U3CPropertiesU3Ek__BackingField_29; } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 ** get_address_of_U3CPropertiesU3Ek__BackingField_29() { return &___U3CPropertiesU3Ek__BackingField_29; } inline void set_U3CPropertiesU3Ek__BackingField_29(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * value) { ___U3CPropertiesU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CPropertiesU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CExtensionDataSetterU3Ek__BackingField_30() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CExtensionDataSetterU3Ek__BackingField_30)); } inline ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * get_U3CExtensionDataSetterU3Ek__BackingField_30() const { return ___U3CExtensionDataSetterU3Ek__BackingField_30; } inline ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 ** get_address_of_U3CExtensionDataSetterU3Ek__BackingField_30() { return &___U3CExtensionDataSetterU3Ek__BackingField_30; } inline void set_U3CExtensionDataSetterU3Ek__BackingField_30(ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * value) { ___U3CExtensionDataSetterU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionDataSetterU3Ek__BackingField_30), (void*)value); } inline static int32_t get_offset_of_U3CExtensionDataGetterU3Ek__BackingField_31() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___U3CExtensionDataGetterU3Ek__BackingField_31)); } inline ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * get_U3CExtensionDataGetterU3Ek__BackingField_31() const { return ___U3CExtensionDataGetterU3Ek__BackingField_31; } inline ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 ** get_address_of_U3CExtensionDataGetterU3Ek__BackingField_31() { return &___U3CExtensionDataGetterU3Ek__BackingField_31; } inline void set_U3CExtensionDataGetterU3Ek__BackingField_31(ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * value) { ___U3CExtensionDataGetterU3Ek__BackingField_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CExtensionDataGetterU3Ek__BackingField_31), (void*)value); } inline static int32_t get_offset_of_ExtensionDataIsJToken_32() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ___ExtensionDataIsJToken_32)); } inline bool get_ExtensionDataIsJToken_32() const { return ___ExtensionDataIsJToken_32; } inline bool* get_address_of_ExtensionDataIsJToken_32() { return &___ExtensionDataIsJToken_32; } inline void set_ExtensionDataIsJToken_32(bool value) { ___ExtensionDataIsJToken_32 = value; } inline static int32_t get_offset_of__hasRequiredOrDefaultValueProperties_33() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____hasRequiredOrDefaultValueProperties_33)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__hasRequiredOrDefaultValueProperties_33() const { return ____hasRequiredOrDefaultValueProperties_33; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__hasRequiredOrDefaultValueProperties_33() { return &____hasRequiredOrDefaultValueProperties_33; } inline void set__hasRequiredOrDefaultValueProperties_33(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____hasRequiredOrDefaultValueProperties_33 = value; } inline static int32_t get_offset_of__parametrizedConstructor_34() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____parametrizedConstructor_34)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__parametrizedConstructor_34() const { return ____parametrizedConstructor_34; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__parametrizedConstructor_34() { return &____parametrizedConstructor_34; } inline void set__parametrizedConstructor_34(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____parametrizedConstructor_34 = value; Il2CppCodeGenWriteBarrier((void**)(&____parametrizedConstructor_34), (void*)value); } inline static int32_t get_offset_of__overrideConstructor_35() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____overrideConstructor_35)); } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * get__overrideConstructor_35() const { return ____overrideConstructor_35; } inline ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B ** get_address_of__overrideConstructor_35() { return &____overrideConstructor_35; } inline void set__overrideConstructor_35(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * value) { ____overrideConstructor_35 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideConstructor_35), (void*)value); } inline static int32_t get_offset_of__overrideCreator_36() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____overrideCreator_36)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__overrideCreator_36() const { return ____overrideCreator_36; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__overrideCreator_36() { return &____overrideCreator_36; } inline void set__overrideCreator_36(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____overrideCreator_36 = value; Il2CppCodeGenWriteBarrier((void**)(&____overrideCreator_36), (void*)value); } inline static int32_t get_offset_of__parameterizedCreator_37() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____parameterizedCreator_37)); } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * get__parameterizedCreator_37() const { return ____parameterizedCreator_37; } inline ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 ** get_address_of__parameterizedCreator_37() { return &____parameterizedCreator_37; } inline void set__parameterizedCreator_37(ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * value) { ____parameterizedCreator_37 = value; Il2CppCodeGenWriteBarrier((void**)(&____parameterizedCreator_37), (void*)value); } inline static int32_t get_offset_of__creatorParameters_38() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____creatorParameters_38)); } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * get__creatorParameters_38() const { return ____creatorParameters_38; } inline JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 ** get_address_of__creatorParameters_38() { return &____creatorParameters_38; } inline void set__creatorParameters_38(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * value) { ____creatorParameters_38 = value; Il2CppCodeGenWriteBarrier((void**)(&____creatorParameters_38), (void*)value); } inline static int32_t get_offset_of__extensionDataValueType_39() { return static_cast(offsetof(JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67, ____extensionDataValueType_39)); } inline Type_t * get__extensionDataValueType_39() const { return ____extensionDataValueType_39; } inline Type_t ** get_address_of__extensionDataValueType_39() { return &____extensionDataValueType_39; } inline void set__extensionDataValueType_39(Type_t * value) { ____extensionDataValueType_39 = value; Il2CppCodeGenWriteBarrier((void**)(&____extensionDataValueType_39), (void*)value); } }; // Newtonsoft.Json.JsonSerializerSettings struct JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE : public RuntimeObject { public: // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_formatting Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 ____formatting_2; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_dateFormatHandling Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 ____dateFormatHandling_3; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_dateTimeZoneHandling Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 ____dateTimeZoneHandling_4; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_dateParseHandling Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 ____dateParseHandling_5; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_floatFormatHandling Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF ____floatFormatHandling_6; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_floatParseHandling Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 ____floatParseHandling_7; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_stringEscapeHandling Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 ____stringEscapeHandling_8; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializerSettings::_culture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ____culture_9; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_checkAdditionalContent Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ____checkAdditionalContent_10; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_maxDepth Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ____maxDepth_11; // System.Boolean Newtonsoft.Json.JsonSerializerSettings::_maxDepthSet bool ____maxDepthSet_12; // System.String Newtonsoft.Json.JsonSerializerSettings::_dateFormatString String_t* ____dateFormatString_13; // System.Boolean Newtonsoft.Json.JsonSerializerSettings::_dateFormatStringSet bool ____dateFormatStringSet_14; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_typeNameAssemblyFormat Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE ____typeNameAssemblyFormat_15; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_defaultValueHandling Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ____defaultValueHandling_16; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_preserveReferencesHandling Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F ____preserveReferencesHandling_17; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_nullValueHandling Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ____nullValueHandling_18; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_objectCreationHandling Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ____objectCreationHandling_19; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_missingMemberHandling Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 ____missingMemberHandling_20; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_referenceLoopHandling Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ____referenceLoopHandling_21; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_context Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 ____context_22; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_constructorHandling Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B ____constructorHandling_23; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_typeNameHandling Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ____typeNameHandling_24; // System.Nullable`1 Newtonsoft.Json.JsonSerializerSettings::_metadataPropertyHandling Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF ____metadataPropertyHandling_25; // System.Collections.Generic.IList`1 Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CConvertersU3Ek__BackingField_26; // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CContractResolverU3Ek__BackingField_27; // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CEqualityComparerU3Ek__BackingField_28; // System.Func`1 Newtonsoft.Json.JsonSerializerSettings::k__BackingField Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * ___U3CReferenceResolverProviderU3Ek__BackingField_29; // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::k__BackingField RuntimeObject* ___U3CTraceWriterU3Ek__BackingField_30; // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializerSettings::k__BackingField SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * ___U3CBinderU3Ek__BackingField_31; // System.EventHandler`1 Newtonsoft.Json.JsonSerializerSettings::k__BackingField EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * ___U3CErrorU3Ek__BackingField_32; public: inline static int32_t get_offset_of__formatting_2() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____formatting_2)); } inline Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 get__formatting_2() const { return ____formatting_2; } inline Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * get_address_of__formatting_2() { return &____formatting_2; } inline void set__formatting_2(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 value) { ____formatting_2 = value; } inline static int32_t get_offset_of__dateFormatHandling_3() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____dateFormatHandling_3)); } inline Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 get__dateFormatHandling_3() const { return ____dateFormatHandling_3; } inline Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * get_address_of__dateFormatHandling_3() { return &____dateFormatHandling_3; } inline void set__dateFormatHandling_3(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 value) { ____dateFormatHandling_3 = value; } inline static int32_t get_offset_of__dateTimeZoneHandling_4() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____dateTimeZoneHandling_4)); } inline Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 get__dateTimeZoneHandling_4() const { return ____dateTimeZoneHandling_4; } inline Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * get_address_of__dateTimeZoneHandling_4() { return &____dateTimeZoneHandling_4; } inline void set__dateTimeZoneHandling_4(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 value) { ____dateTimeZoneHandling_4 = value; } inline static int32_t get_offset_of__dateParseHandling_5() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____dateParseHandling_5)); } inline Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 get__dateParseHandling_5() const { return ____dateParseHandling_5; } inline Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * get_address_of__dateParseHandling_5() { return &____dateParseHandling_5; } inline void set__dateParseHandling_5(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 value) { ____dateParseHandling_5 = value; } inline static int32_t get_offset_of__floatFormatHandling_6() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____floatFormatHandling_6)); } inline Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF get__floatFormatHandling_6() const { return ____floatFormatHandling_6; } inline Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * get_address_of__floatFormatHandling_6() { return &____floatFormatHandling_6; } inline void set__floatFormatHandling_6(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF value) { ____floatFormatHandling_6 = value; } inline static int32_t get_offset_of__floatParseHandling_7() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____floatParseHandling_7)); } inline Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 get__floatParseHandling_7() const { return ____floatParseHandling_7; } inline Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * get_address_of__floatParseHandling_7() { return &____floatParseHandling_7; } inline void set__floatParseHandling_7(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 value) { ____floatParseHandling_7 = value; } inline static int32_t get_offset_of__stringEscapeHandling_8() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____stringEscapeHandling_8)); } inline Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 get__stringEscapeHandling_8() const { return ____stringEscapeHandling_8; } inline Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * get_address_of__stringEscapeHandling_8() { return &____stringEscapeHandling_8; } inline void set__stringEscapeHandling_8(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 value) { ____stringEscapeHandling_8 = value; } inline static int32_t get_offset_of__culture_9() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____culture_9)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get__culture_9() const { return ____culture_9; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of__culture_9() { return &____culture_9; } inline void set__culture_9(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ____culture_9 = value; Il2CppCodeGenWriteBarrier((void**)(&____culture_9), (void*)value); } inline static int32_t get_offset_of__checkAdditionalContent_10() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____checkAdditionalContent_10)); } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 get__checkAdditionalContent_10() const { return ____checkAdditionalContent_10; } inline Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * get_address_of__checkAdditionalContent_10() { return &____checkAdditionalContent_10; } inline void set__checkAdditionalContent_10(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 value) { ____checkAdditionalContent_10 = value; } inline static int32_t get_offset_of__maxDepth_11() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____maxDepth_11)); } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 get__maxDepth_11() const { return ____maxDepth_11; } inline Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * get_address_of__maxDepth_11() { return &____maxDepth_11; } inline void set__maxDepth_11(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 value) { ____maxDepth_11 = value; } inline static int32_t get_offset_of__maxDepthSet_12() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____maxDepthSet_12)); } inline bool get__maxDepthSet_12() const { return ____maxDepthSet_12; } inline bool* get_address_of__maxDepthSet_12() { return &____maxDepthSet_12; } inline void set__maxDepthSet_12(bool value) { ____maxDepthSet_12 = value; } inline static int32_t get_offset_of__dateFormatString_13() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____dateFormatString_13)); } inline String_t* get__dateFormatString_13() const { return ____dateFormatString_13; } inline String_t** get_address_of__dateFormatString_13() { return &____dateFormatString_13; } inline void set__dateFormatString_13(String_t* value) { ____dateFormatString_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____dateFormatString_13), (void*)value); } inline static int32_t get_offset_of__dateFormatStringSet_14() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____dateFormatStringSet_14)); } inline bool get__dateFormatStringSet_14() const { return ____dateFormatStringSet_14; } inline bool* get_address_of__dateFormatStringSet_14() { return &____dateFormatStringSet_14; } inline void set__dateFormatStringSet_14(bool value) { ____dateFormatStringSet_14 = value; } inline static int32_t get_offset_of__typeNameAssemblyFormat_15() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____typeNameAssemblyFormat_15)); } inline Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE get__typeNameAssemblyFormat_15() const { return ____typeNameAssemblyFormat_15; } inline Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE * get_address_of__typeNameAssemblyFormat_15() { return &____typeNameAssemblyFormat_15; } inline void set__typeNameAssemblyFormat_15(Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE value) { ____typeNameAssemblyFormat_15 = value; } inline static int32_t get_offset_of__defaultValueHandling_16() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____defaultValueHandling_16)); } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E get__defaultValueHandling_16() const { return ____defaultValueHandling_16; } inline Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * get_address_of__defaultValueHandling_16() { return &____defaultValueHandling_16; } inline void set__defaultValueHandling_16(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E value) { ____defaultValueHandling_16 = value; } inline static int32_t get_offset_of__preserveReferencesHandling_17() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____preserveReferencesHandling_17)); } inline Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F get__preserveReferencesHandling_17() const { return ____preserveReferencesHandling_17; } inline Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F * get_address_of__preserveReferencesHandling_17() { return &____preserveReferencesHandling_17; } inline void set__preserveReferencesHandling_17(Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F value) { ____preserveReferencesHandling_17 = value; } inline static int32_t get_offset_of__nullValueHandling_18() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____nullValueHandling_18)); } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF get__nullValueHandling_18() const { return ____nullValueHandling_18; } inline Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * get_address_of__nullValueHandling_18() { return &____nullValueHandling_18; } inline void set__nullValueHandling_18(Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF value) { ____nullValueHandling_18 = value; } inline static int32_t get_offset_of__objectCreationHandling_19() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____objectCreationHandling_19)); } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 get__objectCreationHandling_19() const { return ____objectCreationHandling_19; } inline Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * get_address_of__objectCreationHandling_19() { return &____objectCreationHandling_19; } inline void set__objectCreationHandling_19(Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 value) { ____objectCreationHandling_19 = value; } inline static int32_t get_offset_of__missingMemberHandling_20() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____missingMemberHandling_20)); } inline Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 get__missingMemberHandling_20() const { return ____missingMemberHandling_20; } inline Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 * get_address_of__missingMemberHandling_20() { return &____missingMemberHandling_20; } inline void set__missingMemberHandling_20(Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 value) { ____missingMemberHandling_20 = value; } inline static int32_t get_offset_of__referenceLoopHandling_21() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____referenceLoopHandling_21)); } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 get__referenceLoopHandling_21() const { return ____referenceLoopHandling_21; } inline Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * get_address_of__referenceLoopHandling_21() { return &____referenceLoopHandling_21; } inline void set__referenceLoopHandling_21(Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 value) { ____referenceLoopHandling_21 = value; } inline static int32_t get_offset_of__context_22() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____context_22)); } inline Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 get__context_22() const { return ____context_22; } inline Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 * get_address_of__context_22() { return &____context_22; } inline void set__context_22(Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 value) { ____context_22 = value; Il2CppCodeGenWriteBarrier((void**)&((&(((&____context_22))->___value_0))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of__constructorHandling_23() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____constructorHandling_23)); } inline Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B get__constructorHandling_23() const { return ____constructorHandling_23; } inline Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B * get_address_of__constructorHandling_23() { return &____constructorHandling_23; } inline void set__constructorHandling_23(Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B value) { ____constructorHandling_23 = value; } inline static int32_t get_offset_of__typeNameHandling_24() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____typeNameHandling_24)); } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 get__typeNameHandling_24() const { return ____typeNameHandling_24; } inline Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * get_address_of__typeNameHandling_24() { return &____typeNameHandling_24; } inline void set__typeNameHandling_24(Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 value) { ____typeNameHandling_24 = value; } inline static int32_t get_offset_of__metadataPropertyHandling_25() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ____metadataPropertyHandling_25)); } inline Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF get__metadataPropertyHandling_25() const { return ____metadataPropertyHandling_25; } inline Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF * get_address_of__metadataPropertyHandling_25() { return &____metadataPropertyHandling_25; } inline void set__metadataPropertyHandling_25(Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF value) { ____metadataPropertyHandling_25 = value; } inline static int32_t get_offset_of_U3CConvertersU3Ek__BackingField_26() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ___U3CConvertersU3Ek__BackingField_26)); } inline RuntimeObject* get_U3CConvertersU3Ek__BackingField_26() const { return ___U3CConvertersU3Ek__BackingField_26; } inline RuntimeObject** get_address_of_U3CConvertersU3Ek__BackingField_26() { return &___U3CConvertersU3Ek__BackingField_26; } inline void set_U3CConvertersU3Ek__BackingField_26(RuntimeObject* value) { ___U3CConvertersU3Ek__BackingField_26 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CConvertersU3Ek__BackingField_26), (void*)value); } inline static int32_t get_offset_of_U3CContractResolverU3Ek__BackingField_27() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ___U3CContractResolverU3Ek__BackingField_27)); } inline RuntimeObject* get_U3CContractResolverU3Ek__BackingField_27() const { return ___U3CContractResolverU3Ek__BackingField_27; } inline RuntimeObject** get_address_of_U3CContractResolverU3Ek__BackingField_27() { return &___U3CContractResolverU3Ek__BackingField_27; } inline void set_U3CContractResolverU3Ek__BackingField_27(RuntimeObject* value) { ___U3CContractResolverU3Ek__BackingField_27 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CContractResolverU3Ek__BackingField_27), (void*)value); } inline static int32_t get_offset_of_U3CEqualityComparerU3Ek__BackingField_28() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ___U3CEqualityComparerU3Ek__BackingField_28)); } inline RuntimeObject* get_U3CEqualityComparerU3Ek__BackingField_28() const { return ___U3CEqualityComparerU3Ek__BackingField_28; } inline RuntimeObject** get_address_of_U3CEqualityComparerU3Ek__BackingField_28() { return &___U3CEqualityComparerU3Ek__BackingField_28; } inline void set_U3CEqualityComparerU3Ek__BackingField_28(RuntimeObject* value) { ___U3CEqualityComparerU3Ek__BackingField_28 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CEqualityComparerU3Ek__BackingField_28), (void*)value); } inline static int32_t get_offset_of_U3CReferenceResolverProviderU3Ek__BackingField_29() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ___U3CReferenceResolverProviderU3Ek__BackingField_29)); } inline Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * get_U3CReferenceResolverProviderU3Ek__BackingField_29() const { return ___U3CReferenceResolverProviderU3Ek__BackingField_29; } inline Func_1_t9049701827C812EFD7155F64BD593E9D455106DD ** get_address_of_U3CReferenceResolverProviderU3Ek__BackingField_29() { return &___U3CReferenceResolverProviderU3Ek__BackingField_29; } inline void set_U3CReferenceResolverProviderU3Ek__BackingField_29(Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * value) { ___U3CReferenceResolverProviderU3Ek__BackingField_29 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CReferenceResolverProviderU3Ek__BackingField_29), (void*)value); } inline static int32_t get_offset_of_U3CTraceWriterU3Ek__BackingField_30() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ___U3CTraceWriterU3Ek__BackingField_30)); } inline RuntimeObject* get_U3CTraceWriterU3Ek__BackingField_30() const { return ___U3CTraceWriterU3Ek__BackingField_30; } inline RuntimeObject** get_address_of_U3CTraceWriterU3Ek__BackingField_30() { return &___U3CTraceWriterU3Ek__BackingField_30; } inline void set_U3CTraceWriterU3Ek__BackingField_30(RuntimeObject* value) { ___U3CTraceWriterU3Ek__BackingField_30 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CTraceWriterU3Ek__BackingField_30), (void*)value); } inline static int32_t get_offset_of_U3CBinderU3Ek__BackingField_31() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ___U3CBinderU3Ek__BackingField_31)); } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * get_U3CBinderU3Ek__BackingField_31() const { return ___U3CBinderU3Ek__BackingField_31; } inline SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 ** get_address_of_U3CBinderU3Ek__BackingField_31() { return &___U3CBinderU3Ek__BackingField_31; } inline void set_U3CBinderU3Ek__BackingField_31(SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * value) { ___U3CBinderU3Ek__BackingField_31 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CBinderU3Ek__BackingField_31), (void*)value); } inline static int32_t get_offset_of_U3CErrorU3Ek__BackingField_32() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE, ___U3CErrorU3Ek__BackingField_32)); } inline EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * get_U3CErrorU3Ek__BackingField_32() const { return ___U3CErrorU3Ek__BackingField_32; } inline EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A ** get_address_of_U3CErrorU3Ek__BackingField_32() { return &___U3CErrorU3Ek__BackingField_32; } inline void set_U3CErrorU3Ek__BackingField_32(EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * value) { ___U3CErrorU3Ek__BackingField_32 = value; Il2CppCodeGenWriteBarrier((void**)(&___U3CErrorU3Ek__BackingField_32), (void*)value); } }; struct JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_StaticFields { public: // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::DefaultContext StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___DefaultContext_0; // System.Globalization.CultureInfo Newtonsoft.Json.JsonSerializerSettings::DefaultCulture CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___DefaultCulture_1; public: inline static int32_t get_offset_of_DefaultContext_0() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_StaticFields, ___DefaultContext_0)); } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 get_DefaultContext_0() const { return ___DefaultContext_0; } inline StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 * get_address_of_DefaultContext_0() { return &___DefaultContext_0; } inline void set_DefaultContext_0(StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 value) { ___DefaultContext_0 = value; Il2CppCodeGenWriteBarrier((void**)&(((&___DefaultContext_0))->___m_additionalContext_0), (void*)NULL); } inline static int32_t get_offset_of_DefaultCulture_1() { return static_cast(offsetof(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_StaticFields, ___DefaultCulture_1)); } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * get_DefaultCulture_1() const { return ___DefaultCulture_1; } inline CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** get_address_of_DefaultCulture_1() { return &___DefaultCulture_1; } inline void set_DefaultCulture_1(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * value) { ___DefaultCulture_1 = value; Il2CppCodeGenWriteBarrier((void**)(&___DefaultCulture_1), (void*)value); } }; // Newtonsoft.Json.JsonTextReader struct JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B : public JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 { public: // System.IO.TextReader Newtonsoft.Json.JsonTextReader::_reader TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ____reader_15; // System.Char[] Newtonsoft.Json.JsonTextReader::_chars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____chars_16; // System.Int32 Newtonsoft.Json.JsonTextReader::_charsUsed int32_t ____charsUsed_17; // System.Int32 Newtonsoft.Json.JsonTextReader::_charPos int32_t ____charPos_18; // System.Int32 Newtonsoft.Json.JsonTextReader::_lineStartPos int32_t ____lineStartPos_19; // System.Int32 Newtonsoft.Json.JsonTextReader::_lineNumber int32_t ____lineNumber_20; // System.Boolean Newtonsoft.Json.JsonTextReader::_isEndOfFile bool ____isEndOfFile_21; // Newtonsoft.Json.Utilities.StringBuffer Newtonsoft.Json.JsonTextReader::_stringBuffer StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 ____stringBuffer_22; // Newtonsoft.Json.Utilities.StringReference Newtonsoft.Json.JsonTextReader::_stringReference StringReference_t240547C352897ACF4616306114CA606B6055A6E6 ____stringReference_23; // Newtonsoft.Json.IArrayPool`1 Newtonsoft.Json.JsonTextReader::_arrayPool RuntimeObject* ____arrayPool_24; // Newtonsoft.Json.Utilities.PropertyNameTable Newtonsoft.Json.JsonTextReader::NameTable PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * ___NameTable_25; public: inline static int32_t get_offset_of__reader_15() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____reader_15)); } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * get__reader_15() const { return ____reader_15; } inline TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F ** get_address_of__reader_15() { return &____reader_15; } inline void set__reader_15(TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * value) { ____reader_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____reader_15), (void*)value); } inline static int32_t get_offset_of__chars_16() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____chars_16)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__chars_16() const { return ____chars_16; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__chars_16() { return &____chars_16; } inline void set__chars_16(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____chars_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____chars_16), (void*)value); } inline static int32_t get_offset_of__charsUsed_17() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____charsUsed_17)); } inline int32_t get__charsUsed_17() const { return ____charsUsed_17; } inline int32_t* get_address_of__charsUsed_17() { return &____charsUsed_17; } inline void set__charsUsed_17(int32_t value) { ____charsUsed_17 = value; } inline static int32_t get_offset_of__charPos_18() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____charPos_18)); } inline int32_t get__charPos_18() const { return ____charPos_18; } inline int32_t* get_address_of__charPos_18() { return &____charPos_18; } inline void set__charPos_18(int32_t value) { ____charPos_18 = value; } inline static int32_t get_offset_of__lineStartPos_19() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____lineStartPos_19)); } inline int32_t get__lineStartPos_19() const { return ____lineStartPos_19; } inline int32_t* get_address_of__lineStartPos_19() { return &____lineStartPos_19; } inline void set__lineStartPos_19(int32_t value) { ____lineStartPos_19 = value; } inline static int32_t get_offset_of__lineNumber_20() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____lineNumber_20)); } inline int32_t get__lineNumber_20() const { return ____lineNumber_20; } inline int32_t* get_address_of__lineNumber_20() { return &____lineNumber_20; } inline void set__lineNumber_20(int32_t value) { ____lineNumber_20 = value; } inline static int32_t get_offset_of__isEndOfFile_21() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____isEndOfFile_21)); } inline bool get__isEndOfFile_21() const { return ____isEndOfFile_21; } inline bool* get_address_of__isEndOfFile_21() { return &____isEndOfFile_21; } inline void set__isEndOfFile_21(bool value) { ____isEndOfFile_21 = value; } inline static int32_t get_offset_of__stringBuffer_22() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____stringBuffer_22)); } inline StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 get__stringBuffer_22() const { return ____stringBuffer_22; } inline StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 * get_address_of__stringBuffer_22() { return &____stringBuffer_22; } inline void set__stringBuffer_22(StringBuffer_tE97312BE602B87121CD33ED3177A38CAB7385128 value) { ____stringBuffer_22 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____stringBuffer_22))->____buffer_0), (void*)NULL); } inline static int32_t get_offset_of__stringReference_23() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____stringReference_23)); } inline StringReference_t240547C352897ACF4616306114CA606B6055A6E6 get__stringReference_23() const { return ____stringReference_23; } inline StringReference_t240547C352897ACF4616306114CA606B6055A6E6 * get_address_of__stringReference_23() { return &____stringReference_23; } inline void set__stringReference_23(StringReference_t240547C352897ACF4616306114CA606B6055A6E6 value) { ____stringReference_23 = value; Il2CppCodeGenWriteBarrier((void**)&(((&____stringReference_23))->____chars_0), (void*)NULL); } inline static int32_t get_offset_of__arrayPool_24() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ____arrayPool_24)); } inline RuntimeObject* get__arrayPool_24() const { return ____arrayPool_24; } inline RuntimeObject** get_address_of__arrayPool_24() { return &____arrayPool_24; } inline void set__arrayPool_24(RuntimeObject* value) { ____arrayPool_24 = value; Il2CppCodeGenWriteBarrier((void**)(&____arrayPool_24), (void*)value); } inline static int32_t get_offset_of_NameTable_25() { return static_cast(offsetof(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B, ___NameTable_25)); } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * get_NameTable_25() const { return ___NameTable_25; } inline PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A ** get_address_of_NameTable_25() { return &___NameTable_25; } inline void set_NameTable_25(PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * value) { ___NameTable_25 = value; Il2CppCodeGenWriteBarrier((void**)(&___NameTable_25), (void*)value); } }; // Newtonsoft.Json.JsonTextWriter struct JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 : public JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 { public: // System.IO.TextWriter Newtonsoft.Json.JsonTextWriter::_writer TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ____writer_13; // Newtonsoft.Json.Utilities.Base64Encoder Newtonsoft.Json.JsonTextWriter::_base64Encoder Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * ____base64Encoder_14; // System.Char Newtonsoft.Json.JsonTextWriter::_indentChar Il2CppChar ____indentChar_15; // System.Int32 Newtonsoft.Json.JsonTextWriter::_indentation int32_t ____indentation_16; // System.Char Newtonsoft.Json.JsonTextWriter::_quoteChar Il2CppChar ____quoteChar_17; // System.Boolean Newtonsoft.Json.JsonTextWriter::_quoteName bool ____quoteName_18; // System.Boolean[] Newtonsoft.Json.JsonTextWriter::_charEscapeFlags BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ____charEscapeFlags_19; // System.Char[] Newtonsoft.Json.JsonTextWriter::_writeBuffer CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____writeBuffer_20; // Newtonsoft.Json.IArrayPool`1 Newtonsoft.Json.JsonTextWriter::_arrayPool RuntimeObject* ____arrayPool_21; // System.Char[] Newtonsoft.Json.JsonTextWriter::_indentChars CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ____indentChars_22; public: inline static int32_t get_offset_of__writer_13() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____writer_13)); } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * get__writer_13() const { return ____writer_13; } inline TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 ** get_address_of__writer_13() { return &____writer_13; } inline void set__writer_13(TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * value) { ____writer_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____writer_13), (void*)value); } inline static int32_t get_offset_of__base64Encoder_14() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____base64Encoder_14)); } inline Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * get__base64Encoder_14() const { return ____base64Encoder_14; } inline Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 ** get_address_of__base64Encoder_14() { return &____base64Encoder_14; } inline void set__base64Encoder_14(Base64Encoder_t8F88F78102E3E30706F1CE8307603D9D8C9BAEB0 * value) { ____base64Encoder_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____base64Encoder_14), (void*)value); } inline static int32_t get_offset_of__indentChar_15() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____indentChar_15)); } inline Il2CppChar get__indentChar_15() const { return ____indentChar_15; } inline Il2CppChar* get_address_of__indentChar_15() { return &____indentChar_15; } inline void set__indentChar_15(Il2CppChar value) { ____indentChar_15 = value; } inline static int32_t get_offset_of__indentation_16() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____indentation_16)); } inline int32_t get__indentation_16() const { return ____indentation_16; } inline int32_t* get_address_of__indentation_16() { return &____indentation_16; } inline void set__indentation_16(int32_t value) { ____indentation_16 = value; } inline static int32_t get_offset_of__quoteChar_17() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____quoteChar_17)); } inline Il2CppChar get__quoteChar_17() const { return ____quoteChar_17; } inline Il2CppChar* get_address_of__quoteChar_17() { return &____quoteChar_17; } inline void set__quoteChar_17(Il2CppChar value) { ____quoteChar_17 = value; } inline static int32_t get_offset_of__quoteName_18() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____quoteName_18)); } inline bool get__quoteName_18() const { return ____quoteName_18; } inline bool* get_address_of__quoteName_18() { return &____quoteName_18; } inline void set__quoteName_18(bool value) { ____quoteName_18 = value; } inline static int32_t get_offset_of__charEscapeFlags_19() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____charEscapeFlags_19)); } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* get__charEscapeFlags_19() const { return ____charEscapeFlags_19; } inline BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C** get_address_of__charEscapeFlags_19() { return &____charEscapeFlags_19; } inline void set__charEscapeFlags_19(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* value) { ____charEscapeFlags_19 = value; Il2CppCodeGenWriteBarrier((void**)(&____charEscapeFlags_19), (void*)value); } inline static int32_t get_offset_of__writeBuffer_20() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____writeBuffer_20)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__writeBuffer_20() const { return ____writeBuffer_20; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__writeBuffer_20() { return &____writeBuffer_20; } inline void set__writeBuffer_20(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____writeBuffer_20 = value; Il2CppCodeGenWriteBarrier((void**)(&____writeBuffer_20), (void*)value); } inline static int32_t get_offset_of__arrayPool_21() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____arrayPool_21)); } inline RuntimeObject* get__arrayPool_21() const { return ____arrayPool_21; } inline RuntimeObject** get_address_of__arrayPool_21() { return &____arrayPool_21; } inline void set__arrayPool_21(RuntimeObject* value) { ____arrayPool_21 = value; Il2CppCodeGenWriteBarrier((void**)(&____arrayPool_21), (void*)value); } inline static int32_t get_offset_of__indentChars_22() { return static_cast(offsetof(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7, ____indentChars_22)); } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* get__indentChars_22() const { return ____indentChars_22; } inline CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** get_address_of__indentChars_22() { return &____indentChars_22; } inline void set__indentChars_22(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* value) { ____indentChars_22 = value; Il2CppCodeGenWriteBarrier((void**)(&____indentChars_22), (void*)value); } }; // Newtonsoft.Json.Serialization.TraceJsonReader struct TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F : public JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 { public: // Newtonsoft.Json.JsonReader Newtonsoft.Json.Serialization.TraceJsonReader::_innerReader JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ____innerReader_15; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonReader::_textWriter JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * ____textWriter_16; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonReader::_sw StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * ____sw_17; public: inline static int32_t get_offset_of__innerReader_15() { return static_cast(offsetof(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F, ____innerReader_15)); } inline JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * get__innerReader_15() const { return ____innerReader_15; } inline JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 ** get_address_of__innerReader_15() { return &____innerReader_15; } inline void set__innerReader_15(JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * value) { ____innerReader_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerReader_15), (void*)value); } inline static int32_t get_offset_of__textWriter_16() { return static_cast(offsetof(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F, ____textWriter_16)); } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * get__textWriter_16() const { return ____textWriter_16; } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 ** get_address_of__textWriter_16() { return &____textWriter_16; } inline void set__textWriter_16(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * value) { ____textWriter_16 = value; Il2CppCodeGenWriteBarrier((void**)(&____textWriter_16), (void*)value); } inline static int32_t get_offset_of__sw_17() { return static_cast(offsetof(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F, ____sw_17)); } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * get__sw_17() const { return ____sw_17; } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 ** get_address_of__sw_17() { return &____sw_17; } inline void set__sw_17(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * value) { ____sw_17 = value; Il2CppCodeGenWriteBarrier((void**)(&____sw_17), (void*)value); } }; // Newtonsoft.Json.Serialization.TraceJsonWriter struct TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 : public JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 { public: // Newtonsoft.Json.JsonWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_innerWriter JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ____innerWriter_13; // Newtonsoft.Json.JsonTextWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_textWriter JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * ____textWriter_14; // System.IO.StringWriter Newtonsoft.Json.Serialization.TraceJsonWriter::_sw StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * ____sw_15; public: inline static int32_t get_offset_of__innerWriter_13() { return static_cast(offsetof(TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01, ____innerWriter_13)); } inline JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * get__innerWriter_13() const { return ____innerWriter_13; } inline JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 ** get_address_of__innerWriter_13() { return &____innerWriter_13; } inline void set__innerWriter_13(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * value) { ____innerWriter_13 = value; Il2CppCodeGenWriteBarrier((void**)(&____innerWriter_13), (void*)value); } inline static int32_t get_offset_of__textWriter_14() { return static_cast(offsetof(TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01, ____textWriter_14)); } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * get__textWriter_14() const { return ____textWriter_14; } inline JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 ** get_address_of__textWriter_14() { return &____textWriter_14; } inline void set__textWriter_14(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * value) { ____textWriter_14 = value; Il2CppCodeGenWriteBarrier((void**)(&____textWriter_14), (void*)value); } inline static int32_t get_offset_of__sw_15() { return static_cast(offsetof(TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01, ____sw_15)); } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * get__sw_15() const { return ____sw_15; } inline StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 ** get_address_of__sw_15() { return &____sw_15; } inline void set__sw_15(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * value) { ____sw_15 = value; Il2CppCodeGenWriteBarrier((void**)(&____sw_15), (void*)value); } }; #ifdef __clang__ #pragma clang diagnostic pop #endif // Newtonsoft.Json.JsonConverter[] struct JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4 : public RuntimeArray { public: ALIGN_FIELD (8) JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * m_Items[1]; public: inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** 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_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Attribute[] struct AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4 : public RuntimeArray { public: ALIGN_FIELD (8) Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * m_Items[1]; public: inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Newtonsoft.Json.Linq.JTokenType[] struct JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE : public RuntimeArray { public: ALIGN_FIELD (8) int32_t m_Items[1]; public: inline int32_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline int32_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, int32_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726 : public RuntimeArray { public: ALIGN_FIELD (8) uint8_t m_Items[1]; public: inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.Object[] struct ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE : public RuntimeArray { public: ALIGN_FIELD (8) RuntimeObject * m_Items[1]; public: inline RuntimeObject * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Boolean[] struct BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C : public RuntimeArray { public: ALIGN_FIELD (8) bool m_Items[1]; public: inline bool GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline bool* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, bool value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline bool GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline bool* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, bool value) { m_Items[index] = value; } }; // System.Char[] struct CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34 : public RuntimeArray { public: ALIGN_FIELD (8) Il2CppChar m_Items[1]; public: inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Type[] struct TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755 : public RuntimeArray { public: ALIGN_FIELD (8) Type_t * m_Items[1]; public: inline Type_t * GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Type_t ** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Type_t * value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Type_t * GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Type_t ** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Type_t * value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // Newtonsoft.Json.JsonPosition[] struct JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597 : public RuntimeArray { public: ALIGN_FIELD (8) JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A m_Items[1]; public: inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___PropertyName_3), (void*)NULL); } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___PropertyName_3), (void*)NULL); } }; // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::.ctor(System.Collections.Generic.IList`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1__ctor_m83147C5E529F82FFFB5B0C9C761899553C801738_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject* ___list0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_ClearItems_m55648EE81363094C5F8ED2B52A68D81D3462524C_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m883E91BB19072DD91E8FA3BEDA31D0FA095667EA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m6F00629E0FA67620F4D49A27FEA7BA5C3333FBC1_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::InsertItem(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_InsertItem_mAC405F0EF8D071CB4A64DE821A9F0D60AAF1A008_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::get_Items() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_get_Items_m90D4AEBA43ED5FE8C8B6158569E798658AE2C08F_gshared_inline (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::RemoveItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_RemoveItem_m1E4A91103B84F5ECFE9BFB1BD9C5F4F5CC3C0CC4_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::SetItem(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_SetItem_m87D41C314FCEF21564562737A8B2AF18197BD017_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tCA4820F8266AF4059CC5A14888D8195F0D797499 * Dictionary_2_get_Keys_m14F0DE944E629ED442E40386FFE65268F5089A65_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOfReference(System.Collections.Generic.List`1,T) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CollectionUtils_IndexOfReference_TisRuntimeObject_m08B90C810E65D1E126294F6D414EDEDEE2B1AAEE_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * ___list0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * __this, const RuntimeMethod* method); // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.KeyValuePair`2::get_Key() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // !1 System.Collections.Generic.KeyValuePair`2::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___item0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Reverse() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Reverse_mC76A2C148E13847ACB902B884729E2142D1EF0F1_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m46553FEE5879C945A3100094620A3F0002519E52_gshared (Int32EnumU5BU5D_t9327F857579EE00EB201E1913599094BF837D3CD* ___array0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_gshared (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_gshared (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_gshared (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_gshared (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, double ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_gshared (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_gshared (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_gshared (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_gshared (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_gshared (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, int8_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_gshared (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_gshared (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, float ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_gshared (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_gshared (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_gshared (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, Guid_t ___value0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_gshared (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JEnumerable_1_GetEnumerator_mD5592AFC919DC54D35ADC9B36067BF58531A3CF4_gshared (JEnumerable_1_t4A7A9CEBC692A67D0B6F20C739D0BA429CCF9331 * __this, const RuntimeMethod* method); // T Newtonsoft.Json.Linq.JToken::Annotation() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_Annotation_TisRuntimeObject_m3117BBB01470CF62DB782D84EFC83A7203269530_gshared (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___newSize1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method); // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Comparer_1_t33EA2A3D50A5D04C1A23DFF361A0AAD011657B84 * Comparer_1_get_Default_mFDA6F13D14FC2FDCAF81B6E2C93C52A0D267FB92_gshared (const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA3D73AEB11CF6BCA986CD72E179F420962C7F684_gshared (List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_gshared (List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * __this, Il2CppChar ___item0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Union(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1_gshared (RuntimeObject* ___first0, RuntimeObject* ___second1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_gshared (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method); // !0 System.Func`1::Invoke() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m096721DC7AA09B0B61A139A4540D0387EB1D776D_gshared (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1__ctor_mE3614BB98104FC8D123B45F3D88BEE3C2E78EBBD_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonFormatterConverter_GetTokenValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m72C79A1A05F8E42B16A217909237F8DDD6208483_gshared (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonFormatterConverter_GetTokenValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD6EE38F34A46EECAA41611CBE8D86B98F3F646A_gshared (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JsonFormatterConverter_GetTokenValue_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m1B54D916C36826C62E952E1834A26A67F4636E20_gshared (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JsonFormatterConverter_GetTokenValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mF90E101272C8CBD09866921457DCEB6981F2AE9A_gshared (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonFormatterConverter_GetTokenValue_TisRuntimeObject_m792495ADE834C1249D815B2D9C589084657076FE_gshared (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mF140A574F626202FBE0319AE51F255878121059D_gshared (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, int32_t ___defaultValue0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_GetEnumerator_m154583737D579820CFA4BB9CD85F7AD878C4F35D_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_gshared_inline (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_gshared_inline (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB List_1_GetEnumerator_m7999CE03BC62EEA149DD7DE8543AC6DE59B5C5D2_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_gshared_inline (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m0EF8171318EDFF8175FE837221D5C16801540660_gshared (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mF800A536024103B2C23F62E49145D5C03B8FE332_gshared (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB * __this, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m5C9EFF6BB2F43485D24677940B63BF3ECE15D7E2_gshared (Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229 * __this, RuntimeObject * ___key0, int32_t* ___value1, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mDD94B092289B595591F7BFA6575667F3FCD66B00_gshared (Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m4496B9601D8A8C68D07911E87D4C6CB0723BFB18_gshared (Dictionary_2_t5B35D5550B4D9CDDB7D248BEEE75285BC3023229 * __this, RuntimeObject * ___key0, int32_t ___value1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.KeyedCollection`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyedCollection_2__ctor_mF3EF0AC1BF3046932E321DBF158C63BFB422A3DB_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method); // System.Boolean System.Collections.ObjectModel.KeyedCollection`2::Contains(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool KeyedCollection_2_Contains_mA907EF226D4340597A2EDA502D4D5FB7B28F04FD_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // !1 System.Collections.ObjectModel.KeyedCollection`2::get_Item(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * KeyedCollection_2_get_Item_mF4857927EB024900C155687301403547DF769A4F_gshared (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, RuntimeObject * ___key0, const RuntimeMethod* method); // System.Boolean System.Collections.ObjectModel.Collection`1::Remove(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Collection_1_Remove_mFFB5C5DECC3633A1765699433770C859ED764AEA_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_Add_mCB43D5D807A1C7B24C789CC82EF55EBEBA045182_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, RuntimeObject * ___item0, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2 System.Collections.ObjectModel.KeyedCollection`2::get_Dictionary() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyedCollection_2_get_Dictionary_m3CE6C6FBF3653B3B0036E616E6AD4E0443F0A80E_gshared_inline (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_gshared (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___value0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_gshared (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, uint8_t ___item0, const RuntimeMethod* method); // !0[] System.Collections.Generic.List`1::ToArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_gshared (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CollectionUtils_IsNullOrEmpty_TisRuntimeObject_mD72EDFB59ECB69FA4CF022CF5B9E518CD2050F25_gshared (RuntimeObject* ___collection0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::Insert(System.Int32,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Collection_1_Insert_m02F554553EC2786B50D688BFF8D87E72E4CE3229_gshared (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, int32_t ___index0, RuntimeObject * ___item1, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_gshared_inline (Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 * __this, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,!0) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_m6146E375BDA235BCEABAD74EC6EC5DE71258097F_gshared (EventHandler_1_tFA1C30E54FA1061D79E711F65F9A174BFBD8CDCB * __this, RuntimeObject * ___sender0, RuntimeObject * ___e1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::CheckReentrancy() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF (const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty/JPropertyList::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyList__ctor_m63BD4D2D4FFEAAD459547F36CF2065452B042324 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::.ctor(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer__ctor_mF69CACF53E411CB092CF59DE7F6824CBE5B90A81 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___other0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JProperty::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915 (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::IsTokenUnchanged(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_IsTokenUnchanged_mF1D03C6D37BD93A9F6C78EA12B66EBC9246022AD (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___currentValue0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___newValue1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::get_Parent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanging(Newtonsoft.Json.Linq.JProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanging_m5AAAB727E5485BFB58AEE7DD6C707C999209B22F (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * ___childProperty0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_SetItem_mF1EE45E33AAE97CB8B042D2D3B6B9D02D4BDF5A9 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::InternalPropertyChanged(Newtonsoft.Json.Linq.JProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_InternalPropertyChanged_mD71E38678812D721847A45DA36E50E9341142366 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * ___childProperty0, const RuntimeMethod* method); // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164 (const RuntimeMethod* method); // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E (RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 ___handle0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JProperty/JPropertyList::IndexOf(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JPropertyList_IndexOf_m750A7A87FFB5F418EAAAE68B4AAC315861268917 (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_InsertItem_m6238452B9828079E1197E716798B7C5B88907DA1 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method); // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::ContentsEqual(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_ContentsEqual_mDBB8F5F38989EEE3A962E746AB5C31B7DE84EEF2 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(Newtonsoft.Json.Linq.JProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty__ctor_m2D959A0252CF6CFCC7540906A5A55E37A2583AEF (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * ___other0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ValidationUtils::ArgumentNotNull(System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386 (RuntimeObject * ___value0, String_t* ___parameterName1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JContainer::IsMultiContent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JContainer_IsMultiContent_m5F1BDE325938E41337AC52B89AD71859AF2240EE (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, RuntimeObject * ___content0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JContainer::CreateFromContent(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JContainer_CreateFromContent_m14327B80380C4835EAB72F4DE19399280B3F33C6 (RuntimeObject * ___content0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JArray::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray__ctor_mB3106162861C77EC2D96BED0E042C02C9D348721 (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, RuntimeObject * ___content0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::set_Value(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_set_Value_mA3BDB16555227152B2979120D5EDCEDF99112B2E (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::MoveToContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty__ctor_m12ECD4CE36C9400648F143806D545D70E2B5634C (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(Newtonsoft.Json.IJsonLineInfo,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, RuntimeObject* ___lineInfo0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::ReadTokenFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___options1, const RuntimeMethod* method); // System.Void System.ComponentModel.PropertyDescriptor::.ctor(System.String,System.Attribute[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PropertyDescriptor__ctor_m75229C6B90FE0810B721B1F6470D0A0A53E547DA (PropertyDescriptor_t851C1421EDEEC6CB7D059D50CF94886ECCA1B22B * __this, String_t* ___name0, AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4* ___attrs1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JPropertyDescriptor::CastInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JPropertyDescriptor_CastInstance_m3A5B473387EDF4C0AED554652421098A9693C518 (RuntimeObject * ___instance0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JObject::get_Item(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::set_Item(System.String,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject_set_Item_m079791F9D444829F3FC1A8E698AE3BC0B3799023 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method); // System.Int32 System.ComponentModel.MemberDescriptor::get_NameHashCode() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemberDescriptor_get_NameHashCode_mBDD666D3285D201DE8C075E48804DC34C46B4198_inline (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006 (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.ObjectModel.Collection`1::.ctor(System.Collections.Generic.IList`1) inline void Collection_1__ctor_mEEA1A49A0200BF0A3D0A1BA886440E083194DACB (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, RuntimeObject* ___list0, const RuntimeMethod* method) { (( void (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, RuntimeObject*, const RuntimeMethod*))Collection_1__ctor_m83147C5E529F82FFFB5B0C9C761899553C801738_gshared)(__this, ___list0, method); } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::EnsureDictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_EnsureDictionary_m447B701FA5EFCED3B0B73E7FE78F3998B07155DF (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, String_t*, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))Dictionary_2_set_Item_mA8F31A10EE1129768E13ACC4DC847B05EAD2A055_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.ObjectModel.Collection`1::ClearItems() inline void Collection_1_ClearItems_m9D4D572449431F401BAB8B9B29342317EE187331 (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, const RuntimeMethod* method) { (( void (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, const RuntimeMethod*))Collection_1_ClearItems_m55648EE81363094C5F8ED2B52A68D81D3462524C_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_mCEB16A182F4E57EF2440D437E36579DB6E5FE03C (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, const RuntimeMethod*))Dictionary_2_Clear_m883E91BB19072DD91E8FA3BEDA31D0FA095667EA_gshared)(__this, method); } // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(!0) inline bool Dictionary_2_ContainsKey_mEEC496B93EA4D192F6D86E2CC1114EB379D52FE6 (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_mCABABA5D0FA017D2D54BE4FA6256C51518274116_gshared)(__this, ___key0, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) inline void Dictionary_2__ctor_mD69F8C58E6F7EF4915730975CF44AC296634A536 (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m6F00629E0FA67620F4D49A27FEA7BA5C3333FBC1_gshared)(__this, ___comparer0, method); } // System.String Newtonsoft.Json.Linq.JPropertyKeyedCollection::GetKeyForItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JPropertyKeyedCollection_GetKeyForItem_m012BD1293751F2AF1C49F84A4DA4EACAB010BBAD (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::AddKey(System.String,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_AddKey_mEE9D222E064EF65670294217AE072F20C02A8878 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::InsertItem(System.Int32,!0) inline void Collection_1_InsertItem_mF53484D876B06B8ECA2F59FD548055A0FDDC755D (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { (( void (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))Collection_1_InsertItem_mAC405F0EF8D071CB4A64DE821A9F0D60AAF1A008_gshared)(__this, ___index0, ___item1, method); } // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::get_Items() inline RuntimeObject* Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_inline (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, const RuntimeMethod*))Collection_1_get_Items_m90D4AEBA43ED5FE8C8B6158569E798658AE2C08F_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::RemoveKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_RemoveKey_mB6DEC2A6E4990B7FA59F4B7E27757E6ED4CC60D0 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::RemoveItem(System.Int32) inline void Collection_1_RemoveItem_m1F3F6137150A3DBBB30F5FF7A850A815D3F495E2 (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, int32_t, const RuntimeMethod*))Collection_1_RemoveItem_m1E4A91103B84F5ECFE9BFB1BD9C5F4F5CC3C0CC4_gshared)(__this, ___index0, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(!0) inline bool Dictionary_2_Remove_m34C85D2405D0FBAA47D58CB9ED449399E2DC7A68 (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m45DB5340BC5312349874253DD3239546CB025D21_gshared)(__this, ___key0, method); } // System.Void System.Collections.ObjectModel.Collection`1::SetItem(System.Int32,!0) inline void Collection_1_SetItem_m73C6B8012BCCC0E96519834180EC5F2E48EEE945 (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { (( void (*) (Collection_1_tE59C462A827784AB557F2F5EB610FC64C934DC63 *, int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))Collection_1_SetItem_m87D41C314FCEF21564562737A8B2AF18197BD017_gshared)(__this, ___index0, ___item1, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53 (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, String_t*, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 **, const RuntimeMethod*))Dictionary_2_TryGetValue_mE985A35FC727FA9F519564063C5C5063209ADDA8_gshared)(__this, ___key0, ___value1, method); } // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() inline KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 * Dictionary_2_get_Keys_mCCA53AB78686B185C3DBE7BF8ED096084EBAA71C (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, const RuntimeMethod* method) { return (( KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 * (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, const RuntimeMethod*))Dictionary_2_get_Keys_m14F0DE944E629ED442E40386FFE65268F5089A65_gshared)(__this, method); } // System.Int32 Newtonsoft.Json.Utilities.CollectionUtils::IndexOfReference(System.Collections.Generic.List`1,T) inline int32_t CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * ___list0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))CollectionUtils_IndexOfReference_TisRuntimeObject_m08B90C810E65D1E126294F6D414EDEDEE2B1AAEE_gshared)(___list0, ___item1, method); } // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3 (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B599EE742A00E8D399B43E225AD4C6571FBC8DA_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/Enumerator System.Collections.Generic.Dictionary`2::GetEnumerator() inline Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F Dictionary_2_GetEnumerator_mF24F4915C36A2044023361235F2B80619F9302A7 (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * __this, const RuntimeMethod* method) { return (( Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F (*) (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *, const RuntimeMethod*))Dictionary_2_GetEnumerator_mD80BA563C32BF7C1EE95C9FC1BE3B423716CCE68_gshared)(__this, method); } // System.Collections.Generic.KeyValuePair`2 System.Collections.Generic.Dictionary`2/Enumerator::get_Current() inline KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 Enumerator_get_Current_mEC5DCF12331994985B76B84BD7677DBE55B6763E_inline (Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F * __this, const RuntimeMethod* method) { return (( KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 (*) (Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F *, const RuntimeMethod*))Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline)(__this, method); } // !0 System.Collections.Generic.KeyValuePair`2::get_Key() inline String_t* KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_inline (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * __this, const RuntimeMethod* method) { return (( String_t* (*) (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *, const RuntimeMethod*))KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline)(__this, method); } // !1 System.Collections.Generic.KeyValuePair`2::get_Value() inline JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_inline (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 * __this, const RuntimeMethod* method) { return (( JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * (*) (KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *, const RuntimeMethod*))KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m509C99FBE0AC5D45920770F24AE0FB206A152411 (Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F *, const RuntimeMethod*))Enumerator_MoveNext_mCAD84084129516BD41DE5CC3E1FABA5A8DF836D0_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2/Enumerator::Dispose() inline void Enumerator_Dispose_m91E142CF5F911AFC2CC335A7FC9BC5A7715F8733 (Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F *, const RuntimeMethod*))Enumerator_Dispose_m85CA135BAB22C9F0C87C84AB90FF6740D1859279_gshared)(__this, method); } // System.StringComparer System.StringComparer::get_Ordinal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_Ordinal_mF3B6370BEBD77351DB5218C867DCD669C47B8812_inline (const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JValue::.ctor(Newtonsoft.Json.Linq.JValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue__ctor_m522D4B6EB93F27086CB92384657550E609A3167B (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___other0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object,Newtonsoft.Json.Linq.JTokenType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_mDF4AB6FD46E8B9824F2F7A9C26EA086A2C1AE5CF (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonTextWriter::.ctor(System.IO.TextWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * __this, TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___textWriter0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_mDB4120EA9CDDE4A793B0EC6CC00A0C2AA539258D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JRaw::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JRaw__ctor_m9F35CC695B1A9423ECB6CE9D908BA895937B45BA (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * __this, RuntimeObject * ___rawJson0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JRaw::.ctor(Newtonsoft.Json.Linq.JRaw) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JRaw__ctor_m0C15E0FCD510E8B5BD3862491730D1FAA158BBA8 (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * __this, JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * ___other0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, const RuntimeMethod*))List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_gshared)(__this, method); } // System.Void Newtonsoft.Json.JsonPosition::.ctor(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676 (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * __this, int32_t ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___item0, const RuntimeMethod* method) { (( void (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A , const RuntimeMethod*))List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_gshared)(__this, ___item0, method); } // System.Void System.Collections.Generic.List`1::Reverse() inline void List_1_Reverse_mC76A2C148E13847ACB902B884729E2142D1EF0F1 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method) { (( void (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, const RuntimeMethod*))List_1_Reverse_mC76A2C148E13847ACB902B884729E2142D1EF0F1_gshared)(__this, method); } // System.String Newtonsoft.Json.JsonPosition::BuildPath(System.Collections.Generic.List`1,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_BuildPath_mD1C39DF63A6A7B523814601A0AE397050B997099 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ___positions0, Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C ___currentPosition1, const RuntimeMethod* method); // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405 (RuntimeObject * __this, const RuntimeMethod* method); // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B (RuntimeObject * __this, const RuntimeMethod* method); // System.Void System.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * __this, String_t* ___message0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JToken::ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_ToString_m9E53ED75AB4A3EF07D4C3EB0D7D44383D89F58BA (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, int32_t ___formatting0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_Formatting(Newtonsoft.Json.Formatting) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Int32 System.Array::IndexOf(!!0[],!!0) inline int32_t Array_IndexOf_TisJTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_m89027FDE78B37D1F4BD727B05E47577E150CD9DC (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___array0, int32_t ___value1, const RuntimeMethod* method) { return (( int32_t (*) (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*, int32_t, const RuntimeMethod*))Array_IndexOf_TisInt32Enum_t9B63F771913F2B6D586F1173B44A41FBE26F6B5C_m46553FEE5879C945A3100094620A3F0002519E52_gshared)(___array0, ___value1, method); } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JToken::EnsureValue(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JToken::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JTokenType[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___o0, JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___validTypes1, bool ___nullable2, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JToken::GetType(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Linq.JValue::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method); // System.Boolean System.Convert::ToBoolean(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::Parse(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_Parse_mEAC1F90F2294A19A5DC107BD74A3C50FBE5D3D56 (String_t* ___input0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.DateTime System.Convert::ToDateTime(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.DateTimeOffset::.ctor(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49 (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, bool ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, bool, const RuntimeMethod*))Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_gshared)(__this, ___value0, method); } // System.Int64 System.Convert::ToInt64(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_DateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3 (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D *, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 , const RuntimeMethod*))Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763 (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 , const RuntimeMethod*))Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_gshared)(__this, ___value0, method); } // System.Decimal System.Convert::ToDecimal(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4 (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E *, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 , const RuntimeMethod*))Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_gshared)(__this, ___value0, method); } // System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3 (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 * __this, double ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 *, double, const RuntimeMethod*))Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_gshared)(__this, ___value0, method); } // System.Char System.Convert::ToChar(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar Convert_ToChar_m0C160282A8831A0BA4A9AD022E9F16FD33944D13 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 *, Il2CppChar, const RuntimeMethod*))Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_gshared)(__this, ___value0, method); } // System.Int32 System.Convert::ToInt32(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mCDD3456A0F07EF72C62EF668CF9141937D0EB041 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Int16 System.Convert::ToInt16(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Convert_ToInt16_m965BCD158D36866DB719B5BECDE5CF2063270B1D (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.UInt16 System.Convert::ToUInt16(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t Convert_ToUInt16_m5D8C37C605ABD7DFB52EB26E9C00CA6C490CC99A (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Byte System.Convert::ToByte(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mEFC842B4E919DD42974ABF5F64D20603E6BC536B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.SByte System.Convert::ToSByte(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t Convert_ToSByte_m0D150AF2219315ECE7DD905DA5B71DD2D79024E3 (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230 (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 * __this, int16_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 *, int16_t, const RuntimeMethod*))Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9 (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE * __this, uint16_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE *, uint16_t, const RuntimeMethod*))Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8 (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A * __this, uint8_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A *, uint8_t, const RuntimeMethod*))Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8 (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 * __this, int8_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 *, int8_t, const RuntimeMethod*))Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_gshared)(__this, ___value0, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8 (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F * __this, int64_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F *, int64_t, const RuntimeMethod*))Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_gshared)(__this, ___value0, method); } // System.Single System.Convert::ToSingle(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Convert_ToSingle_m7F9762A76B5E4BB263CA6FE972114426B554F02E (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A * __this, float ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A *, float, const RuntimeMethod*))Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_gshared)(__this, ___value0, method); } // System.UInt32 System.Convert::ToUInt32(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t Convert_ToUInt32_m1BB648A7C83181E903CE4B085D5C1B0632B4F26C (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6 (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 * __this, uint32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 *, uint32_t, const RuntimeMethod*))Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_gshared)(__this, ___value0, method); } // System.UInt64 System.Convert::ToUInt64(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t Convert_ToUInt64_m37E5BD172BE585136D4A89ABA321EDD5C4BB8E5B (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702 (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C * __this, uint64_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C *, uint64_t, const RuntimeMethod*))Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_gshared)(__this, ___value0, method); } // System.String System.Convert::ToBase64String(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___inArray0, const RuntimeMethod* method); // System.String System.Convert::ToString(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB (RuntimeObject * ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF8AE01C2F4776B1E3055CFE1243A01AFC242E5FB (Guid_t * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___b0, const RuntimeMethod* method); // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66 (Guid_t * __this, String_t* ___g0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE * __this, Guid_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *, Guid_t , const RuntimeMethod*))Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_gshared)(__this, ___value0, method); } // System.TimeSpan Newtonsoft.Json.Utilities.ConvertUtils::ParseTimeSpan(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ConvertUtils_ParseTimeSpan_m9E697B3AB3DB73C76A1FC1BA18D7ED949B9DAFB8 (String_t* ___input0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392 (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 , const RuntimeMethod*))Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_gshared)(__this, ___value0, method); } // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, String_t* ___uriString0, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JEnumerable`1::GetEnumerator() inline RuntimeObject* JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93 (JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 *, const RuntimeMethod*))JEnumerable_1_GetEnumerator_mD5592AFC919DC54D35ADC9B36067BF58531A3CF4_gshared)(__this, method); } // System.Void Newtonsoft.Json.Linq.JTokenReader::.ctor(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenReader__ctor_m03B413BB58E3DDA88F4E3CD3EBE6F62E7E1ED8ED (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter__ctor_m3DBD4A5D531475B3267741A19B747604FE85770D (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m9EA64D9079D4A2844D377A556D7D815B301BBC1D (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___jsonWriter0, RuntimeObject * ___value1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenWriter::get_Token() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JTokenWriter_get_Token_m4339546A43E2B6ABE374211ED99558CA4863EC2B (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629 (const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::FromObjectInternal(System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_FromObjectInternal_m776ECF83B95502D00BAB95CD86112ACBA43B4009 (RuntimeObject * ___o0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method); // System.Func`1 Newtonsoft.Json.JsonConvert::get_DefaultSettings() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * JsonConvert_get_DefaultSettings_m45F17C3434357C179C0A48E5AB5F9914AD8DDC82_inline (const RuntimeMethod* method); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_m24C505D250D4660941EF7F67200DAADAE9CE900A (Type_t * ___t0, bool* ___isEnum1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_m6A061F56639FF4FFDAACBE4EA1CE51F881369E11 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, Type_t * ___objectType0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsEnum(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD (Type_t * ___type0, const RuntimeMethod* method); // System.Type System.Nullable::GetUnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629 (Type_t * ___nullableType0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_op_Explicit_m18EEEE9F461F450D7F7E5A49C642AA40D9CFF3C9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Utilities.StringUtils::FormatWith(System.String,System.IFormatProvider,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5 (String_t* ___format0, RuntimeObject* ___provider1, RuntimeObject * ___arg02, RuntimeObject * ___arg13, const RuntimeMethod* method); // System.Void System.ArgumentException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852 (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Object System.Enum::ToObject(System.Type,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967 (Type_t * ___enumType0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JToken_op_Explicit_m2F30DFABCECACB7AB712BE62217C201C61DD572C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_op_Explicit_mB151E43F59905323634A640F2324C2C775B34661 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 JToken_op_Explicit_mAA1F8A93F7F7EB1C4233246406815B04225CE918 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Char Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JToken_op_Explicit_m0590FD1039A9915EA8B693238BC461158C42529E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 JToken_op_Explicit_m14D75EE97D98C9C5691B089A98248F9419FC822F (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.SByte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t JToken_op_Explicit_m3C2674D8BCCF2148736AAF2F4CE8D80C81986941 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A JToken_op_Explicit_mC9E25F54EFBEBCCCC9C90E7706E8729BD88FE019 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Byte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t JToken_op_Explicit_m5E49DBB5487D233239300D290AA67F3312547899 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 JToken_op_Explicit_m0A23DF8E211CBF20F2D107B9DA8E2B6DD77DD081 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Int16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t JToken_op_Explicit_m5204A020C1CA93FA7A823997187A4CC8EAB6FFDF (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE JToken_op_Explicit_m57A0E69DB74E588DF9A080B627E951B2185DE59E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.UInt16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t JToken_op_Explicit_m87EA6319EA3E3E1B98C1ED7424F43B238E4F987E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JToken_op_Explicit_m4FEF9B3DBAC7F99F365CC6D9612F6B467ADA4BCF (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JToken_op_Explicit_m8375005A9901DF69721432BA14A6244191A70BF9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 JToken_op_Explicit_mF8B3B58C0BE99BA4A281EF0DDFE378E8102D91F5 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.UInt32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t JToken_op_Explicit_m985B22F3DA346F51A6F582E21AB83ACC25D4A394 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F JToken_op_Explicit_mCC010FBC79F64CEC66EF02127D29F6B766DCAB69 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JToken_op_Explicit_m4E7617246CBC1C0E00D1F248C1C02ED1B25D6DEA (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C JToken_op_Explicit_mF1F831B5190980344F6053A81BFC4284551861C0 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.UInt64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t JToken_op_Explicit_m06B72D4DB16DC1EE4D0D5BE85D6E140219E18976 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A JToken_op_Explicit_m54ACA327F16469B6847601927A1EDDDA20FF940F (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Single Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JToken_op_Explicit_mD4DD55C6987A1966CB844AB222140C0BA6322C46 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 JToken_op_Explicit_m916EDCDE86ABE1AC4F6B458BF40362582941ED90 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Double Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JToken_op_Explicit_mF0B4A4DE59F877B04AB2AAFAB95A36B463263626 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E JToken_op_Explicit_m91E7B6CEB4DB81BE2CE97D42C5D9ED0235A1BF31 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Decimal Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 JToken_op_Explicit_m01D0834AA83423E14AA675F1379AACABA3FEFD10 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D JToken_op_Explicit_m1782351556514AF927F616EA733E969AA5EC9A8C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 JToken_op_Explicit_mC2EA977CBD292133B27E38447FED7B79347B1D7D (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 JToken_op_Explicit_m6C40F0E59766F9219D60212D2D330602820780F8 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.DateTimeOffset Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 JToken_op_Explicit_mDD6DCA9D08C1C324D5A0C27568447CFCE8EE4C29 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE JToken_op_Explicit_m2E5E5BAFAF2F3FCF4A65BB9D822F53332B85CB19 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Guid Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t JToken_op_Explicit_m8CBCBF71355B4B848B42C6F07E664D4F01F5A427 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Uri Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * JToken_op_Explicit_m524E51255C189ACEF140E6512CD59A3BB6F6F05B (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F JToken_op_Explicit_mFA8ADA35CB594687E9F0113ED09EC6D74F17E236 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.TimeSpan Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 JToken_op_Explicit_m54FA346024FF931A676EFD4F1987C90C35CB62B0 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_ReadFrom_mBA166B8C1113108F91C919BA658546AD7CF996A4 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_CommentHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_CommentHandling_m826835E5AE01E9F77464D74FED529372995B6D13_inline (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::ReadAndMoveToContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadAndMoveToContent_mF757D383C9D101224600F9C1583F0D0259A92D9A (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JObject::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JArray Newtonsoft.Json.Linq.JArray::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JConstructor Newtonsoft.Json.Linq.JConstructor::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * JConstructor_Load_m39A3E97A1ACDD09183F689F5069B56D3E412793F (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JProperty::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * JProperty_Load_m48205DDF35A47B789BA485710F42791682260825 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateComment_mDAFAC915EC6456CF880ABF97E3E8D80679F82817 (String_t* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateUndefined_m5699186F23FE28BC8F92911F26A73D16396BD3FB (const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_Parse_m7491AE9C92864A662F95BB39B009173EA7C6238C (String_t* ___json0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // System.Void System.IO.StringReader::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE (StringReader_t74E352C280EAC22C878867444978741F19E1F895 * __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_m4EA779A439E3279744CC5975F082A72FA7C4F9F6 (JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * __this, TextReader_t25B06DCA1906FEAD02150DB14313EBEA4CD78D2F * ___reader0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_Load_m3EB2168E3494B8E72CE77D82129041536F0D127D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method); // Newtonsoft.Json.Linq.LineInfoHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_LineInfoHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_LineInfoHandling_mFC5C51D0F639F243E9E9FC0AD58065CF5F20DF18_inline (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_SetLineInfo_mFCFC42EE32F895E71BB264CD716E4E250C2D3C7B (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken/LineInfoAnnotation::.ctor(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LineInfoAnnotation__ctor_m45F8C31152F816EEC11212E29FCD281E0D038C34 (LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::AddAnnotation(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_AddAnnotation_mA05083C7F9CEE5DC9573F8A9689468C78C13C098 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, RuntimeObject * ___annotation0, const RuntimeMethod* method); // T Newtonsoft.Json.Linq.JToken::Annotation() inline LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { return (( LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * (*) (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, const RuntimeMethod*))JToken_Annotation_TisRuntimeObject_m3117BBB01470CF62DB782D84EFC83A7203269530_gshared)(__this, method); } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::DeepClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_DeepClone_m697FB5CDF28554CDCA8B1292DBC2925C65842FB4 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Void System.Array::Resize(!!0[]&,System.Int32) inline void Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE** ___array0, int32_t ___newSize1, const RuntimeMethod* method) { (( void (*) (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**, int32_t, const RuntimeMethod*))Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_gshared)(___array0, ___newSize1, method); } // System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_DeepEquals_mFE3F9E2138F788E6C01E86CDE5AB248039D9BF9C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t10, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t21, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader__ctor_mD15B973149B223A450420E1E3EC7C5648FF3070D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::get_CurrentState() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadInto(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_ReadInto_m84585E70E03D85F14D1A2CA866777DDD21177F2D (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___c0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadOver(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_ReadOver_m4E738C5F6D007B5A260077313669BFDF73E48FCB (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenReader::SetToken(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenReader_SetToken_mE8FA946667E5628E25613CA79295733B82B88EED (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadToEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_ReadToEnd_m37F75C4362329E72A8A735F19F5C4640B991987F (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Next() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Next_m44ABBA6AFA7E2ABEEBAF36D1DFC86B4233F92609_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JTokenReader::SetEnd(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_SetEnd_mDF29F0E1263AEFE081561557AB4A1CEC7B989538 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___c0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___newToken0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F (Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.ArgumentOutOfRangeException Newtonsoft.Json.Utilities.MiscellaneousUtils::CreateArgumentOutOfRangeException(System.String,System.Object,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE (String_t* ___paramName0, RuntimeObject * ___actualValue1, String_t* ___message2, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Linq.JTokenReader::GetEndToken(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 JTokenReader_GetEndToken_m5A63E5A38757F7206247A217819F6DB442DA696A (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___c0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m29E49B1D5246C4EF3D21D7969D0F2893A2213304_inline (Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m5B383B605EBADFA643E2FE0DE0517AB23144C786_inline (Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.String Newtonsoft.Json.Linq.JConstructor::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820_inline (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___newToken0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JTokenReader::SafeToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JTokenReader_SafeToString_m25174BD36EEE455D7CFD5E6059F2544E344E87E4 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonReader::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReader_get_Path_m7694F5F8581904EF1CC9B30CCBBD346FDBFD5305 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JToken::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_get_Path_m5F6A7644954DECFC78755CD1C1D8B5CE88B85A73 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C (String_t* ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.StringUtils::StartsWith(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool StringUtils_StartsWith_mBAC5E0DBF7C1136DAA94EDD25F6CD2D51699F0E8 (String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method); // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter__ctor_m33E6C940737895931A28DA2F07D78F0997612340 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_Close_mBA7ED54867CFF21151735D1666E706A085331904 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartObject_mA8E43167628604D813212CAFF32D9B7CD3EB4913 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JObject::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6 (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddParent(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_AddParent_m8D51379E851C957F7AA3210A302C96CEAAAEF6CF (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___container0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JContainer::AddAndSkipParentCheck(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JContainer_AddAndSkipParentCheck_m990C8350B9021ED43798E0958FF662B7F7BB3259 (JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartArray_m55F6DCD1D2575341B2A76BCDFA8527221C10EC4D (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JArray::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JArray__ctor_m51883217505C9A06E7CFEFF7E7F5AE9172281F0F (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteStartConstructor_m20481E29ACCAE010A24BA2926E18E52D09A3727F (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JConstructor::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178 (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenWriter::RemoveParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_RemoveParent_mBD0EB71E203C0749E649C881DF04EB91674C3233 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JObject::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JObject_Remove_mA783B0CD5AD9875E541A86815E7E85111863374D (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * __this, String_t* ___propertyName0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WritePropertyName_m6282FE6332B919E03C780BE412456BF75A6FC7C8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___name0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddValue(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_mEDE595D38B4FC137A4FE8B40845D1D53C826C865 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___value0, int32_t ___token1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m2C50EEBAAC598756A7D400689FDEACBA83EE9077 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, RuntimeObject * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteNull_m5C6B7A818F167C7AD5846C0B66634444624C7294 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteUndefined_mFE1DC4B2CFD5992C2D39D7B138E76918FDFA886C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteRaw_mEB4130437F7C7FFDAD095A67CB948524A7F651B5 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___json0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteComment_m0D55F7EE368A992D6BB35051A3FACD07708FF2A8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___text0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mCEEBA5B0C394500340F6C32E24FEBD327ED85006 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddValue(System.Object,Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, RuntimeObject * ___value0, int32_t ___token1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3272CDA2D49600CEDC28BCA9655D967F0F2A58F8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mAA9CA5579DEB1985F70702C9D714A208977CCD63 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m56B6607C1D74A21FB75945C92B57D83FD4419E1C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m7307E600DEE61DC628FE0A25124E55635AE81B31 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint64_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mE37191ACB24107E7C88B4EBDA034418AAF7E7A71 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, float ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mC64B161E67A79957FE19EE209CA9543F3CB02267 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, double ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mA6C47BFFF0A3BD4367BAC58A59711A873F44B2D8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m7573324F0A6837B35CA08BD12695B59BDAF319A0 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int16_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m86E02F18462B68408F56664160AA8EE14FBCB847 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint16_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m3E13762ABAA97E3B6E5512719A9C20110690867B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Char::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2 (Il2CppChar* __this, RuntimeObject* ___provider0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mCA89BB907A0514BB3C7CF72A3B5DBEB80B601D8B (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, uint8_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mFB2A849F1CB5FDC6B1A0228F0DCB93CE92F6A974 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int8_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD5F5DD5F9A475E329A9F63DF6E2610C9E4CA5E47 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m88A4103C8515DDFFBFAD5F2C27CAC3192CDAA667 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonWriter::get_DateTimeZoneHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::EnsureDateTime(System.DateTime,Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, int32_t ___timeZone1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m33E9E1916850836BA29C86ADE3FECA716729AB60 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD3F58DE13B6A261C21A09EDAF057E80B2B465239 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mD4355674521311D84F4B8CBC86DA96C39C338622 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_m9191D561BCBFD43DDEE7E237191C20371C411DC8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Guid_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteValue_mFA34221E6FC1DAA2AEB96B267A29701DF84A4593 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::get_CurrentToken() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JTokenReader_get_CurrentToken_mF456F06D9F95D3570D0BB62D6F5AF6355F01F894_inline (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::InternalWriteValue(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::Skip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Skip_m4269EDBD8AA592F523D6CD9A11E92B389713F717 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_WriteToken_mE0EE772566A273EB906D47F9FA1A6221DFB14DFA (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, bool ___writeChildren1, bool ___writeDateConstructorAsDate2, bool ___writeComments3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Linq.JToken::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken__ctor_m9A33E190E3C706DAAE8855FE59F7FD6138730A23 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetValueType(System.Nullable`1,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_GetValueType_mD4C0C87715186C2CAE9563E1D1FFA1E816F9A1DF (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 ___current0, RuntimeObject * ___value1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JValue::ValuesEquals(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.Linq.JValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_ValuesEquals_m5C86A23594A50215B2D8FFDAE8EE422615976B18 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___v10, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___v21, const RuntimeMethod* method); // System.Int32 System.Decimal::CompareTo(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Decimal_CompareTo_m39627B9D7CA040928FCF2CE324430D50694FC049 (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JValue::CompareFloat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_CompareFloat_m3F6454CE20D33466B6EDB828011907BD88200C1B (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method); // System.Int32 System.Int64::CompareTo(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int64_CompareTo_m279CC69D4B5B5F32B648DD217FCA3F727BB9EA51 (int64_t* __this, int64_t ___value0, const RuntimeMethod* method); // System.Int32 System.String::CompareOrdinal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_CompareOrdinal_m1C7F94040504F35C89EBC8826D77FEA81B9C2C0E (String_t* ___strA0, String_t* ___strB1, const RuntimeMethod* method); // System.Int32 System.Boolean::CompareTo(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Boolean_CompareTo_m943C460E56A1EC6692C0A066760BA2008A698725 (bool* __this, bool ___value0, const RuntimeMethod* method); // System.Int32 System.DateTime::CompareTo(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method); // System.Int32 System.DateTimeOffset::CompareTo(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTimeOffset_CompareTo_mD0C7682036AD9BFA54BE1CFBD2E402B56F33180B (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___other0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Utilities.MiscellaneousUtils::ByteArrayCompare(System.Byte[],System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MiscellaneousUtils_ByteArrayCompare_m8CE377C6213B857025B57C4C46F4B21E49CC77EC (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a10, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___a21, const RuntimeMethod* method); // System.Int32 System.Guid::CompareTo(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Guid_CompareTo_m165AEC7E78C38A826B834C8DA0171464EE8472B3 (Guid_t * __this, Guid_t ___value0, const RuntimeMethod* method); // System.Collections.Generic.Comparer`1 System.Collections.Generic.Comparer`1::get_Default() inline Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 * Comparer_1_get_Default_mCCD7C77B86458B6487C16639E4738F561AD9B3E8 (const RuntimeMethod* method) { return (( Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 * (*) (const RuntimeMethod*))Comparer_1_get_Default_mFDA6F13D14FC2FDCAF81B6E2C93C52A0D267FB92_gshared)(method); } // System.Int32 System.TimeSpan::CompareTo(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF (TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.MathUtils::ApproxEquals(System.Double,System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MathUtils_ApproxEquals_mB0A475E4963DE685D914DE0AF9992A6456863989 (double ___d10, double ___d21, const RuntimeMethod* method); // System.Int32 System.Double::CompareTo(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Double_CompareTo_m93107F1616A67C9CDB540738E0115A5E668FBBBE (double* __this, double ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetStringValueType(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_GetStringValueType_m0E0A9AFD650634041917D5917810EB9AD1A6D6D7 (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 ___current0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m6A59275412671C0F779B951269B78E0EE82478D7_inline (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m08CF9771BBA7045AF7B9C1F7C863511C2C7CDA75_inline (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Collections.Generic.IList`1,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonSerializer_GetMatchingConverter_mC76FD1596C5E0534C45A05F3A5CFB8585C35C962 (RuntimeObject* ___converters0, Type_t * ___objectType1, const RuntimeMethod* method); // System.Int32 System.Int32::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667 (int32_t* __this, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.Linq.JValue::Compare(Newtonsoft.Json.Linq.JTokenType,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2 (int32_t ___valueType0, RuntimeObject * ___objA1, RuntimeObject * ___objB2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Linq.JValue::Equals(Newtonsoft.Json.Linq.JValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_Equals_mD2988D82A7D6D842082198F6F55006923080F811 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___other0, const RuntimeMethod* method); // System.Boolean System.Object::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Object_Equals_m6E8965587E01BDEC1CDF25DE69A64253CD97EF85 (RuntimeObject * __this, RuntimeObject * ___obj0, const RuntimeMethod* method); // System.String Newtonsoft.Json.Linq.JValue::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JValue_ToString_mAD6013DAADD1BFF3D2C9DA3F2CE3BC6183960318 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_mA45387A7E152199DAD85F9E8D6B8C1110C3BF74D (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, Type_t * ___objectType0, const RuntimeMethod* method); // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3 (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * __this, const RuntimeMethod* method); // System.Int64 Newtonsoft.Json.Utilities.DateTimeUtils::ConvertDateTimeToJavaScriptTicks(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m9529F1BB601C2BAADFB2DC9CF539D74C1D066A3D (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___dateTime0, const RuntimeMethod* method); // System.DateTimeOffset System.DateTimeOffset::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 DateTimeOffset_ToUniversalTime_mF1D7DE4B578E2B2AF8FC2C4D2162407A469D9FE6 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.DateTime System.DateTimeOffset::get_UtcDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeOffset_get_UtcDateTime_m262924656B3DD43C1E51E4C5B2BEB8EC8AAB6833 (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, String_t* ___message0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullable(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE (Type_t * ___t0, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method); // System.DateTime Newtonsoft.Json.Utilities.DateTimeUtils::ConvertJavaScriptTicksToDateTime(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5 (int64_t ___javaScriptTicks0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsNullableType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5 (Type_t * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Converters.DateTimeConverterBase::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTimeConverterBase__ctor_m7DD931943F1600E761A3F3A583564CDF68290A4C (DateTimeConverterBase_t523732CBC5FD8002535AD5837BD3F3E74C68E6C9 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_mA3D73AEB11CF6BCA986CD72E179F420962C7F684 (List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * __this, const RuntimeMethod* method) { (( void (*) (List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE *, const RuntimeMethod*))List_1__ctor_mA3D73AEB11CF6BCA986CD72E179F420962C7F684_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8 (List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * __this, Il2CppChar ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE *, Il2CppChar, const RuntimeMethod*))List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_gshared)(__this, ___item0, method); } // System.Collections.Generic.IEnumerable`1 System.Linq.Enumerable::Union(System.Collections.Generic.IEnumerable`1,System.Collections.Generic.IEnumerable`1) inline RuntimeObject* Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1 (RuntimeObject* ___first0, RuntimeObject* ___second1, const RuntimeMethod* method) { return (( RuntimeObject* (*) (RuntimeObject*, RuntimeObject*, const RuntimeMethod*))Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1_gshared)(___first0, ___second1, method); } // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F (RuntimeArray * ___array0, RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 ___fldHandle1, const RuntimeMethod* method); // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70 (String_t* __this, int32_t ___index0, const RuntimeMethod* method); // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method); // System.Char[] Newtonsoft.Json.Utilities.BufferUtils::EnsureBufferSize(Newtonsoft.Json.IArrayPool`1,System.Int32,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* BufferUtils_EnsureBufferSize_m422B0C50E181D98372CB02E1596FE80E845ED44D (RuntimeObject* ___bufferPool0, int32_t ___size1, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.StringUtils::ToCharAsUnicode(System.Char,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringUtils_ToCharAsUnicode_m08ECAC8F4B2F09E569C3DAABB3DBC8245A410E58 (Il2CppChar ___c0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer1, const RuntimeMethod* method); // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Char[] Newtonsoft.Json.Utilities.BufferUtils::RentBuffer(Newtonsoft.Json.IArrayPool`1,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* BufferUtils_RentBuffer_mAA330DE168C66ECDC06B75C6832C4B2FEFF31BEF (RuntimeObject* ___bufferPool0, int32_t ___minSize1, const RuntimeMethod* method); // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803 (RuntimeArray * ___sourceArray0, RuntimeArray * ___destinationArray1, int32_t ___length2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.BufferUtils::ReturnBuffer(Newtonsoft.Json.IArrayPool`1,System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferUtils_ReturnBuffer_mD8347E5FB054A320D755A11EA92263A6E8BAC494 (RuntimeObject* ___bufferPool0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___buffer1, const RuntimeMethod* method); // System.Void System.String::CopyTo(System.Int32,System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1 (String_t* __this, int32_t ___sourceIndex0, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___destination1, int32_t ___destinationIndex2, int32_t ___count3, const RuntimeMethod* method); // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::GetCharEscapeFlags(Newtonsoft.Json.StringEscapeHandling,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* JavaScriptUtils_GetCharEscapeFlags_mF11B28D71DA1AEC43670A3D0380FF6151BD7E134 (int32_t ___stringEscapeHandling0, Il2CppChar ___quoteChar1, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Utilities.StringUtils::GetLength(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 StringUtils_GetLength_m5250F4258D52261B9967806CFF474853BC503760 (String_t* ___value0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline)(__this, method); } // System.IO.StringWriter Newtonsoft.Json.Utilities.StringUtils::CreateStringWriter(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * StringUtils_CreateStringWriter_mCDE2FADE409388D61DD95C44D6ABC067D180B0D0 (int32_t ___capacity0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.JavaScriptUtils::WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean,System.Boolean[],Newtonsoft.Json.StringEscapeHandling,Newtonsoft.Json.IArrayPool`1,System.Char[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils_WriteEscapedJavaScriptString_mF996F5B009DFE5F76A8F966BF531C9B1045A718B (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, String_t* ___s1, Il2CppChar ___delimiter2, bool ___appendDelimiters3, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___charEscapeFlags4, int32_t ___stringEscapeHandling5, RuntimeObject* ___bufferPool6, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** ___writeBuffer7, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_mAA82866214D75C398CF712544390ED3CB61EB282 (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.ReflectionDelegateFactory Newtonsoft.Json.Serialization.JsonTypeReflector::get_ReflectionDelegateFactory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0 (const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CanDeserialize(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_CanDeserialize_m7D6073D8DAD68092D951ADC1DD1F8DAEDA4D6DC0_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreator_mB012930557F741C94C7772EF7B3AE379B9B0E6E3_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerContract__ctor_m48265CFFDF6A85E2DE51D6C25F9EC2277A47D8BB (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonContract::get_CreatedType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Boolean System.Type::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1 (Type_t * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsArray(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsArray_m3E4DEA93294EC3AAFD7147809DF576874E4FA709_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsArray() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsArray_m14EF8A42187D59A9883FAD499456080F81A55124_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonContract::get_UnderlyingType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Utilities.ReflectionUtils::GetCollectionItemType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * ReflectionUtils_GetCollectionItemType_m8EC46416C4FDC314E1B9B1C4059195A864C9F111 (Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CollectionItemType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::get_CollectionItemType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsMultidimensionalArray(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsMultidimensionalArray_mA55D34224E5FEA51CD59BF4AC74556D0C704E733_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::ImplementsGenericDefinition(System.Type,System.Type,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8 (Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::set_CreatedType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * CollectionUtils_ResolveEnumerableCollectionConstructor_mF47E2465D637C2E2A546D64D1704AD3DEAFF690F (Type_t * ___collectionType0, Type_t * ___collectionItemType1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinition(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_mC48B0831A355520CA35E8A1F92B5E7F2AD6047C3 (Type_t * ___type0, Type_t * ___genericClassDefinition1, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::IsGenericDefinition(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_IsGenericDefinition_mA2F1D3F5BC69158AF227C5689CC39F5FDA2FC4E3 (Type_t * ___type0, Type_t * ___genericInterfaceDefinition1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_ShouldCreateWrapper(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsGenericType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreatorInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreatorInternal_m752BEE849B8912315429820CA092E58187D557B7 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ReflectionUtils::InheritsGenericDefinition(System.Type,System.Type,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A (Type_t * ___type0, Type_t * ___genericClassDefinition1, Type_t ** ___implementingType2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsMultidimensionalArray() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsMultidimensionalArray_m77B5B57593E4AD11FF9BD276C695E2FE4BE6507F_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method); // System.Reflection.ConstructorInfo System.Type::GetConstructor(System.Type[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C (Type_t * __this, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* ___types0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.ObjectConstructor`1::Invoke(System.Object[]) inline RuntimeObject * ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * __this, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___args0, const RuntimeMethod* method) { return (( RuntimeObject * (*) (ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*, const RuntimeMethod*))ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_gshared)(__this, ___args0, method); } // !0 System.Func`1::Invoke() inline RuntimeObject * Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701 (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * __this, const RuntimeMethod* method) { return (( RuntimeObject * (*) (Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, const RuntimeMethod*))Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared)(__this, method); } // System.Void System.Attribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1 (Attribute_t037CA9D9F3B742C063DB364D2EEBBF9FC5772C71 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsSealed(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsSealed_m1FF181A71CEE57C877BDCA959D0B088BC51E8205 (Type_t * ___type0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract__ctor_m619BFFA1C4ADB2EDB7C4614619134D23B671CA5D (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Type_t * ___underlyingType0, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonTypeReflector::GetCachedAttribute(System.Object) inline JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305 (RuntimeObject * ___attributeProvider0, const RuntimeMethod* method) { return (( JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * (*) (RuntimeObject *, const RuntimeMethod*))JsonTypeReflector_GetCachedAttribute_TisRuntimeObject_m096721DC7AA09B0B61A139A4540D0387EB1D776D_gshared)(___attributeProvider0, method); } // System.Type Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContainerAttribute_get_ItemConverterType_m77ADA5BB713A3B7B4F5F08A679FC5020DEAF8A6D_inline (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method); // System.Object[] Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterParameters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonContainerAttribute_get_ItemConverterParameters_m470D1EB8AF068AEA616D811A96D61F8CE2FFE4F6_inline (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonTypeReflector::CreateJsonConverterInstance(System.Type,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonTypeReflector_CreateJsonConverterInstance_mDF0424F58E723B02AE2DBB3BA645999A29DA1663 (Type_t * ___converterType0, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* ___converterArgs1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemConverter(Newtonsoft.Json.JsonConverter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemConverter_mA1371FF652F4B551CDD5C458DF37F6D30F2E7890_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemIsReference(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemIsReference_m663294207383D91A14CCF28A5FF79EFFDE87859B_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemReferenceLoopHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemReferenceLoopHandling_mF2F38DFBEC5893B28B696188AD578B2B10AA8C6F_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemTypeNameHandling(System.Nullable`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemTypeNameHandling_mC69F55CA9D424520C0640F1ABAC4B0E23DFDBB19_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsInterface(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::IsAbstract(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_IsAbstract_m6A160B0ED4AE6632B36E4D780B1051F16525F9A0 (Type_t * ___type0, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * __this, const RuntimeMethod* method) { (( void (*) (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50 (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * __this, const RuntimeMethod* method) { (( void (*) (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 *, const RuntimeMethod*))List_1__ctor_m0F0E00088CF56FEACC9E32D8B7D91B93D91DAA3B_gshared)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_UnderlyingType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_UnderlyingType_m5FA996DFD7944189FFB4A39769AFAC62531A1974_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::IsConvertible(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_IsConvertible_m7846788DF4E430D8CB8816322DD72FBBF0A111B3 (Type_t * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.SerializationCallback::Invoke(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationCallback_Invoke_m4495BBA7CA0B4135976F01A835B56D229494EC42 (SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_tB7E94937CD379660FEB24276598826EF59420501 List_1_GetEnumerator_m652DA80090D2F7387387D9AF062A3CA006248375 (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * __this, const RuntimeMethod* method) { return (( Enumerator_tB7E94937CD379660FEB24276598826EF59420501 (*) (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *, const RuntimeMethod*))List_1_GetEnumerator_m6339FC2D3D1CE4FA13CF21C7F9FC58CA4441BF0C_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * Enumerator_get_Current_mE2AB8461A6771CDA3FC27232DA8C8129587E0669_inline (Enumerator_tB7E94937CD379660FEB24276598826EF59420501 * __this, const RuntimeMethod* method) { return (( SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * (*) (Enumerator_tB7E94937CD379660FEB24276598826EF59420501 *, const RuntimeMethod*))Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mF8F5476E47800E2B16535A92D3F18BFE2E0F0179 (Enumerator_tB7E94937CD379660FEB24276598826EF59420501 * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_tB7E94937CD379660FEB24276598826EF59420501 *, const RuntimeMethod*))Enumerator_MoveNext_m2E56233762839CE55C67E00AC8DD3D4D3F6C0DF0_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mB43160009E4154CE2114D4A9FC5EF832A00F9C5E (Enumerator_tB7E94937CD379660FEB24276598826EF59420501 * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_tB7E94937CD379660FEB24276598826EF59420501 *, const RuntimeMethod*))Enumerator_Dispose_mCFB225D9E5E597A1CC8F958E53BEA1367D8AC7B8_gshared)(__this, method); } // System.Void Newtonsoft.Json.Serialization.SerializationErrorCallback::Invoke(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationErrorCallback_Invoke_mA86CDA7529D889C03FEF849E3BA468D6E66389EF (SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___errorContext2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass73_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass73_0__ctor_mDE3BBA79D3D24F07C649FFFC6EA9050BAF9E0F1C (U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.SerializationCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationCallback__ctor_mDE4947F5981E7D67B975242ED555E26029137241 (SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonContract/<>c__DisplayClass74_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass74_0__ctor_m2039C4E4C4667BFA834AF8CBA55F60AC674ED227 (U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.SerializationErrorCallback::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationErrorCallback__ctor_mD91F59657130468C271499528953D1B881CC010B (SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializerSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerSettings__ctor_m860202A96247500DEA27E99173C924933C9D14C5 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m2267C007A43DCC9738410073CD65DFC9E596BB28 (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method) { (( void (*) (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_1__ctor_m2A4FE889FB540EA198F7757D17DC2290461E5EE9_gshared)(__this, ___object0, ___method1, method); } // System.Void Newtonsoft.Json.JsonConvert::set_DefaultSettings(System.Func`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonConvert_set_DefaultSettings_m37450FF21FB1B80C0AD4AA04A66CD387EA8F455F_inline (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * ___value0, const RuntimeMethod* method); // System.String System.Char::ToString(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mCCD91C745EEDC81490566AAC095F5758F80077F7 (Il2CppChar ___c0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mD4A1E994E2E91E504564E6E3758DADCFC5D9404F (String_t* ___value0, const RuntimeMethod* method); // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B (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_m936FEBF64E81CF7F992E2E3D3AAFC3C917AED8F5 (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_m96B4311693355E210F453D8680CA6229337236B3 (double ___value0, String_t* ___text1, int32_t ___floatFormatHandling2, Il2CppChar ___quoteChar3, bool ___nullable4, const RuntimeMethod* method); // System.Boolean System.Double::IsInfinity(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B (double ___d0, const RuntimeMethod* method); // System.Boolean System.Double::IsNaN(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347 (double ___d0, const RuntimeMethod* method); // System.String System.Char::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8 (Il2CppChar* __this, const RuntimeMethod* method); // System.String System.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B (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_mEE2D2F738175E3FF05580366D6226DBD673CA2BE (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method); // System.String System.Decimal::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * __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_m221E2EA48EB5335E07BD64CC99E42A5F4E90C7EA (String_t* ___text0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m172304687C39A3C677D02356412D882024DE3905 (String_t* ___value0, Il2CppChar ___delimiter1, 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_mB43B2CA1ACF2E179563334C501659EF8995D8A02 (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_m71044C2110E357B71A1C30D2561C3F861AF1DC0D (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * __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_mCCF653C43DCE50A3BF1A8EAC20422C22FC3BF56C (String_t* ___value0, Il2CppChar ___delimiter1, bool ___appendDelimiters2, int32_t ___stringEscapeHandling3, 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_m6E40D5192A03BE76571C14398BABBBB1C0F317C4 (RuntimeObject * ___value0, Type_t * ___type1, JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializerSettings::set_Converters(System.Collections.Generic.IList`1) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Converters_mF0693DE4BF4F0B7A8C46166C005CEEBEAF2F5020_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, RuntimeObject* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault(Newtonsoft.Json.JsonSerializerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_CreateDefault_mB0A448158979A4FDBA636DCBAFA44F4AC7A97A77 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___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_m889EAF72D828AC857B24141B816E3F888996CBCE (RuntimeObject * ___value0, Type_t * ___type1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer2, const RuntimeMethod* method); // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method); // System.Void System.IO.StringWriter::.ctor(System.Text.StringBuilder,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringWriter__ctor_mB18BB8248DA5C0677EF9312B26C16D06898E9165 (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * __this, StringBuilder_t * ___sb0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m9D15A1412E5150796621B32F4A591FAA10BB76F1 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method); // System.Object Newtonsoft.Json.JsonConvert::DeserializeObject(System.String,System.Type,Newtonsoft.Json.JsonSerializerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_m5F3A17B1C9501B1BB69FFD846811A2DC1A34455B (String_t* ___value0, Type_t * ___type1, JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings2, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonSerializer::IsCheckAdditionalContentSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializer_IsCheckAdditionalContentSet_m9C86FC26E84A54AA3795898DB49433F8192044B4 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::.ctor() inline void Collection_1__ctor_m1AF8DFD6ACE8A7EF5D8F1A4B60D1A36B91A0DA15 (Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63 * __this, const RuntimeMethod* method) { (( void (*) (Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63 *, const RuntimeMethod*))Collection_1__ctor_mE3614BB98104FC8D123B45F3D88BEE3C2E78EBBD_gshared)(__this, method); } // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_HasParameterizedCreator() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreator_m658DB0958B4E3300EBEE1E0887A86DCB11AAC91D_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Utilities.ReflectionUtils::GetDictionaryKeyValueTypes(System.Type,System.Type&,System.Type&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReflectionUtils_GetDictionaryKeyValueTypes_mB9EBB6B6470ADED2CD2EEA6AC2A1AB37EC98DC39 (Type_t * ___dictionaryType0, Type_t ** ___keyType1, Type_t ** ___valueType2, const RuntimeMethod* method); // System.Reflection.ConstructorInfo Newtonsoft.Json.Utilities.CollectionUtils::ResolveEnumerableCollectionConstructor(System.Type,System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * CollectionUtils_ResolveEnumerableCollectionConstructor_m9A580D7686D6FF8EF47068D66850BF97018F25D0 (Type_t * ___collectionType0, Type_t * ___collectionItemType1, Type_t * ___constructorArgumentType2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_ShouldCreateWrapper(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_ShouldCreateWrapper_mA3D0E15FE2E7847519192FF16A50EA819D66A890_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryKeyType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyType_m0F83C007A6211881A50529082104B52CA20AA8D6_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryValueType(System.Type) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryValueType_mCEA92A7854F7961668048449778E4CEE1D3E124F_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___value0, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryValueType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B (Exception_t * __this, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method); // System.Void System.Exception::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080 (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_m0CD24092BF55B8EDE25AED989ACADB80298EF917 (Exception_t * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonExtensionDataAttribute::set_WriteData(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_WriteData_m0C68690434C00E441B94677723E5F3D5794AD077_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __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_m12AB84F205B4B7B420544E13FEF72C72C284A22D_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, bool ___value0, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Serialization.JsonSerializerInternalReader::CreateISerializableItem(Newtonsoft.Json.Linq.JToken,System.Type,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializerInternalReader_CreateISerializableItem_m041B4274C31E46A8C19D000395F75C0BE74B7FD6 (JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, Type_t * ___type1, JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * ___contract2, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___member3, const RuntimeMethod* method); // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) inline bool JsonFormatterConverter_GetTokenValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m72C79A1A05F8E42B16A217909237F8DDD6208483 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { return (( bool (*) (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m72C79A1A05F8E42B16A217909237F8DDD6208483_gshared)(__this, ___value0, method); } // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) inline int32_t JsonFormatterConverter_GetTokenValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD6EE38F34A46EECAA41611CBE8D86B98F3F646A (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { return (( int32_t (*) (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD6EE38F34A46EECAA41611CBE8D86B98F3F646A_gshared)(__this, ___value0, method); } // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) inline int64_t JsonFormatterConverter_GetTokenValue_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m1B54D916C36826C62E952E1834A26A67F4636E20 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { return (( int64_t (*) (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m1B54D916C36826C62E952E1834A26A67F4636E20_gshared)(__this, ___value0, method); } // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) inline float JsonFormatterConverter_GetTokenValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mF90E101272C8CBD09866921457DCEB6981F2AE9A (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { return (( float (*) (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mF90E101272C8CBD09866921457DCEB6981F2AE9A_gshared)(__this, ___value0, method); } // T Newtonsoft.Json.Serialization.JsonFormatterConverter::GetTokenValue(System.Object) inline String_t* JsonFormatterConverter_GetTokenValue_TisString_t_m88C2ED45A63308E5B1C241D2A8388FC0F3B3B016 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { return (( String_t* (*) (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF *, RuntimeObject *, const RuntimeMethod*))JsonFormatterConverter_GetTokenValue_TisRuntimeObject_m792495ADE834C1249D815B2D9C589084657076FE_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.Serialization.JsonPropertyCollection::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyCollection__ctor_mC2AC668AE0D739537085835F4EE851C2A453A765 (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline)(__this, method); } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_ItemRequired() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A JsonObjectContract_get_ItemRequired_m6F8D026FFD2E17C94562660484489C53F9EF093C_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault(!0) inline int32_t Nullable_1_GetValueOrDefault_m1B1169E1D106FE76D4FB1B73374AA8985AB2C8ED (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * __this, int32_t ___defaultValue0, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *, int32_t, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mF140A574F626202FBE0319AE51F255878121059D_gshared)(__this, ___defaultValue0, method); } // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_Properties() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method); // System.Collections.Generic.IEnumerator`1 System.Collections.ObjectModel.Collection`1::GetEnumerator() inline RuntimeObject* Collection_1_GetEnumerator_m40788D973976F9A2F7992F9A42912C6F9CE37887 (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D *, const RuntimeMethod*))Collection_1_GetEnumerator_m154583737D579820CFA4BB9CD85F7AD878C4F35D_gshared)(__this, method); } // Newtonsoft.Json.Required Newtonsoft.Json.Serialization.JsonProperty::get_Required() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonProperty_get_Required_m7D663FFD03D0FFD660D0334F9CA9E4526ECF3D68 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValueHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_inline (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_mE19B9F26CB83357579523DED8003E87E61C2C604_inline (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31 (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // !0 System.Nullable`1::GetValueOrDefault() inline bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_Properties(Newtonsoft.Json.Serialization.JsonPropertyCollection) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_Properties_m271758DCBDD95F1F27AF08E1770DE408FD868CA6_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ___value0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Serialization.JsonTypeReflector::get_FullyTrusted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTypeReflector_get_FullyTrusted_m76F5CED9C892E1A74F1AE15DEA44F251E6B44EE7 (const RuntimeMethod* method); // System.Object System.Runtime.Serialization.FormatterServices::GetUninitializedObject(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FormatterServices_GetUninitializedObject_m1FF0BDED3B566135DCDA1FCF98DABC5C907C5EA7 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonPosition::TypeHasIndex(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPosition_TypeHasIndex_m6B45E13F519BBBBF6625EDBA3EB7374B4A33B439 (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_m3CA8B0EF3B9D2007346BB2F1199B4B689B241AE4 (uint64_t ___i0, const RuntimeMethod* method); // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * __this, String_t* ___paramName0, const RuntimeMethod* method); // System.Int32 Newtonsoft.Json.JsonPosition::CalculateLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844 (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * __this, const RuntimeMethod* method); // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038 (String_t* __this, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* ___anyOf0, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method); // System.Int32 System.Text.StringBuilder::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0 (StringBuilder_t * __this, const RuntimeMethod* method); // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E (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_m796285D173EEA5261E85B95FC79DD4F996CC93DD (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonPosition::WriteTo(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition_WriteTo_m6A3A496BA745EE52275BE810800B17DAB2B79140 (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method) { return (( JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, int32_t, const RuntimeMethod*))List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, const RuntimeMethod*))List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_inline (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *, const RuntimeMethod*))Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_inline (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, const RuntimeMethod* method) { return (( JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A (*) (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_gshared_inline)(__this, method); } // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB List_1_GetEnumerator_m7999CE03BC62EEA149DD7DE8543AC6DE59B5C5D2 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method) { return (( Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, const RuntimeMethod*))List_1_GetEnumerator_m7999CE03BC62EEA149DD7DE8543AC6DE59B5C5D2_gshared)(__this, method); } // !0 System.Collections.Generic.List`1/Enumerator::get_Current() inline JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_inline (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB * __this, const RuntimeMethod* method) { return (( JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A (*) (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB *, const RuntimeMethod*))Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_gshared_inline)(__this, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_m0EF8171318EDFF8175FE837221D5C16801540660 (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB * __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB *, const RuntimeMethod*))Enumerator_MoveNext_m0EF8171318EDFF8175FE837221D5C16801540660_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mF800A536024103B2C23F62E49145D5C03B8FE332 (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB * __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB *, const RuntimeMethod*))Enumerator_Dispose_mF800A536024103B2C23F62E49145D5C03B8FE332_gshared)(__this, method); } // System.String System.Environment::get_NewLine() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4 (const RuntimeMethod* method); // System.Boolean System.String::EndsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864 (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_m3FEC641D7046124B7F381701903B50B5171DE0A2 (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_m6FC01C84F3118887A568BB4FBE2DF010F95D2074 (String_t* ___source0, Il2CppChar ___value1, const RuntimeMethod* method); // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Utilities.ConvertUtils::GetTypeCode(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7 (Type_t * ___t0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::set_TypeCode(Newtonsoft.Json.Utilities.PrimitiveTypeCode) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonPrimitiveContract_set_TypeCode_mC400A566DC3ED2195AA91F8302423EA00BC5898F_inline (JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * __this, int32_t ___value0, const RuntimeMethod* method); // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(!0,!1&) inline bool Dictionary_2_TryGetValue_mB0D66E877E1A1260EC0D410059A4221776B964E6 (Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * __this, Type_t * ___key0, int32_t* ___value1, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC *, Type_t *, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m5C9EFF6BB2F43485D24677940B63BF3ECE15D7E2_gshared)(__this, ___key0, ___value1, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m9464845AF71FDCBFA1B5366AD4EA8DA6D4C72DF1 (Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC *, const RuntimeMethod*))Dictionary_2__ctor_mDD94B092289B595591F7BFA6575667F3FCD66B00_gshared)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(!0,!1) inline void Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5 (Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * __this, Type_t * ___key0, int32_t ___value1, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC *, Type_t *, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m4496B9601D8A8C68D07911E87D4C6CB0723BFB18_gshared)(__this, ___key0, ___value1, method); } // System.Boolean Newtonsoft.Json.Utilities.JavaScriptUtils::ShouldEscapeJavaScriptString(System.String,System.Boolean[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JavaScriptUtils_ShouldEscapeJavaScriptString_mB22ED650CCB389F31922358027D872C1970895D4 (String_t* ___s0, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___charEscapeFlags1, const RuntimeMethod* method); // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_PropertyType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_PropertyType_mA8189F0E90030BC557BA04E69C7C7B9FDE22158D_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Object Newtonsoft.Json.Utilities.ReflectionUtils::GetDefaultValue(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ReflectionUtils_GetDefaultValue_mBDDA7D5EB81537EE3840C3B1867D35C442E72927 (Type_t * ___type0, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_inline (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_mC4D51CF728650AEC34C28BC9DC87DA1B6BA43536_inline (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.String Newtonsoft.Json.Serialization.JsonProperty::get_PropertyName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.KeyedCollection`2::.ctor(System.Collections.Generic.IEqualityComparer`1) inline void KeyedCollection_2__ctor_mB38F6B0C9A766590641C103B4C7FCC662E535135 (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method) { (( void (*) (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 *, RuntimeObject*, const RuntimeMethod*))KeyedCollection_2__ctor_mF3EF0AC1BF3046932E321DBF158C63BFB422A3DB_gshared)(__this, ___comparer0, method); } // System.Collections.Generic.IList`1 System.Collections.ObjectModel.Collection`1::get_Items() inline RuntimeObject* Collection_1_get_Items_m27FA8AC87CA4C3B4BB3BDF6C2C85C024B2E62F28_inline (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D *, const RuntimeMethod*))Collection_1_get_Items_m90D4AEBA43ED5FE8C8B6158569E798658AE2C08F_gshared_inline)(__this, method); } // System.Boolean System.Collections.ObjectModel.KeyedCollection`2::Contains(!0) inline bool KeyedCollection_2_Contains_mA8A3FFCF2A8E6285617CA80B8CFF9574D5182324 (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( bool (*) (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 *, String_t*, const RuntimeMethod*))KeyedCollection_2_Contains_mA907EF226D4340597A2EDA502D4D5FB7B28F04FD_gshared)(__this, ___key0, method); } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Ignored() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_Ignored_m01CFD3C673171DB008F1D7AA6BD52A8C6617CEE8_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // !1 System.Collections.ObjectModel.KeyedCollection`2::get_Item(!0) inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * KeyedCollection_2_get_Item_mEF21BC0927412DC970E105E0769911E735F80C45 (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 * __this, String_t* ___key0, const RuntimeMethod* method) { return (( JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * (*) (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 *, String_t*, const RuntimeMethod*))KeyedCollection_2_get_Item_mF4857927EB024900C155687301403547DF769A4F_gshared)(__this, ___key0, method); } // System.Boolean System.Collections.ObjectModel.Collection`1::Remove(!0) inline bool Collection_1_Remove_m7F6D0F2334E9EBE7E3B09CA4916EB2DCE56E0337 (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___item0, const RuntimeMethod* method) { return (( bool (*) (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D *, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *, const RuntimeMethod*))Collection_1_Remove_mFFB5C5DECC3633A1765699433770C859ED764AEA_gshared)(__this, ___item0, method); } // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_DeclaringType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.TypeExtensions::ImplementInterface(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TypeExtensions_ImplementInterface_m959AF4C81832013C19D1377F0476215865D5F7E3 (Type_t * ___type0, Type_t * ___interfaceType1, const RuntimeMethod* method); // System.Void System.Collections.ObjectModel.Collection`1::Add(!0) inline void Collection_1_Add_m8DF285B4AEB703E3D1FF91555490D9A0C639D5D3 (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___item0, const RuntimeMethod* method) { (( void (*) (Collection_1_t80BE29BCB903EC8BAEAF959C537707E0CB7BEE1D *, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *, const RuntimeMethod*))Collection_1_Add_mCB43D5D807A1C7B24C789CC82EF55EBEBA045182_gshared)(__this, ___item0, method); } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetProperty(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * JsonPropertyCollection_GetProperty_m8A75953BF42F4D06CD800A1E873DE88454CA801B (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, String_t* ___propertyName0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Collections.Generic.IDictionary`2 System.Collections.ObjectModel.KeyedCollection`2::get_Dictionary() inline RuntimeObject* KeyedCollection_2_get_Dictionary_m68D47AF5C186BE23EC415AFCA99DC49905EF5186_inline (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (KeyedCollection_2_t70DC7C67C3CD7D518E400453E46F784F19F4E464 *, const RuntimeMethod*))KeyedCollection_2_get_Dictionary_m3CE6C6FBF3653B3B0036E616E6AD4E0443F0A80E_gshared_inline)(__this, method); } // System.Boolean Newtonsoft.Json.Serialization.JsonPropertyCollection::TryGetValue(System.String,Newtonsoft.Json.Serialization.JsonProperty&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPropertyCollection_TryGetValue_mFAE5832EBDBB5AF2C8045AFAE86B0ED5844F2CC1 (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, String_t* ___key0, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** ___item1, const RuntimeMethod* method); // !0 System.Collections.Generic.List`1::get_Item(System.Int32) inline JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * List_1_get_Item_mCED79031609030921C28D66AEEB3E9116DB85B68_inline (List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * __this, int32_t ___index0, const RuntimeMethod* method) { return (( JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * (*) (List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 *, int32_t, const RuntimeMethod*))List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline)(__this, ___index0, method); } // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m9F4EFDAD1E9EBD182CDFA96128154BFC82FE6F93_inline (List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 *, const RuntimeMethod*))List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline)(__this, method); } // System.Boolean Newtonsoft.Json.Utilities.JsonTokenUtils::IsStartToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonTokenUtils_IsStartToken_m5A83098412B0ABABE4995D3716392287590A0486 (int32_t ___token0, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A , const RuntimeMethod*))Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.JsonReader::set_CloseInput(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_CloseInput_m64F0E74600999FED53AAF37BC94032A112300D03_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, bool ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::UpdateScopeWithFinishedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_UpdateScopeWithFinishedValue_m0026054429C354875B302E727E016CCF0CD2E21A (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::RemoveAt(System.Int32) inline void List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method) { (( void (*) (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *, int32_t, const RuntimeMethod*))List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_gshared)(__this, ___index0, method); } // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::GetContentToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, 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_m91056EA9CA00F200C74A57944B0866183FC3452B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___newToken0, RuntimeObject * ___value1, bool ___updateIndex2, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadInt32String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonReader_ReadInt32String_m241E4FF95FC6222BA903B9D563F369E8BBC9A9E6 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___s0, const RuntimeMethod* method); // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_m006085C3B9AC64929E893942EF7A55328FDAE090 (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_m4396C2BB487CEC938F4EEC59C53C0BDF8F72EB0F (int32_t ___token0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::ReadIntoWrappedTypeObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadIntoWrappedTypeObject_mD531D84D3842329588FAB3666617D214BDDC681B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::ReaderReadAndAssert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReaderReadAndAssert_mC990E3530531FFFDACE7EC419B8726E38F0F8847 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.ConvertUtils::TryConvertGuid(System.String,System.Guid&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConvertUtils_TryConvertGuid_m6407FC5DAE151CAA6A31C1FE13261C6999EE098B (String_t* ___s0, Guid_t * ___g1, const RuntimeMethod* method); // System.Byte[] System.Guid::ToByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Guid_ToByteArray_mFD26B992E49518AE955F1FE244A9464A5E347E0A (Guid_t * __this, const RuntimeMethod* method); // System.Byte[] System.Convert::FromBase64String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8 (String_t* ___s0, const RuntimeMethod* method); // System.Byte[] Newtonsoft.Json.JsonReader::ReadArrayIntoByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* JsonReader_ReadArrayIntoByteArray_m453E3BA75FF4D078C59A30094A359C7799BC0DA9 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void System.Collections.Generic.List`1::.ctor() inline void List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778 (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { (( void (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1::Add(!0) inline void List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, uint8_t ___item0, const RuntimeMethod* method) { (( void (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, uint8_t, const RuntimeMethod*))List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_gshared)(__this, ___item0, method); } // !0[] System.Collections.Generic.List`1::ToArray() inline ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * __this, const RuntimeMethod* method) { return (( ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* (*) (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *, const RuntimeMethod*))List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_gshared)(__this, method); } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDoubleString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 JsonReader_ReadDoubleString_m01EC3D33CE23EF2807C80A19B95B2AE80D3943CF (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_mE740D7083AC52793A9634067C4F032570FFBF61E (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, double* ___result3, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadBooleanString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonReader_ReadBooleanString_m998D6921BCA3EEC65EA1D7DD2AFC0148774C6203 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_m083F8EB6F0A07B24C26310648CB2380C3D3AAEE7 (String_t* ___value0, bool* ___result1, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDecimalString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E JsonReader_ReadDecimalString_mCF97D3A26C5A87A23A4E188126E2DAD58D0E4977 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_m33A509B1E4659C190D496FFCFD4494D8B0DCFCAA (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 * ___result3, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D JsonReader_ReadDateTimeString_m247F86C9E5CC7EC4938C0424B3705AA6C93D2B49 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_mD4CDAE4B70AEF627B730050371E76DF03D85AA2E (String_t* ___s0, int32_t ___dateTimeZoneHandling1, String_t* ___dateFormatString2, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture3, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___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_m355F24554F4721CBB8055BCD638DFFBCF2CE7641 (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 * ___result3, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeOffsetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 JsonReader_ReadDateTimeOffsetString_m6D7DC0DF38660A1841B7428B7713CE169C80F9D1 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_m897C8372ED1E1537E51C1E1135DFE1ABB62E4FC7 (String_t* ___s0, String_t* ___dateFormatString1, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___culture2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___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_mCB611A2A0D88EAF01D846287D8D52DF076C21479 (String_t* ___input0, RuntimeObject* ___formatProvider1, int32_t ___styles2, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 * ___result3, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReader::CreateUnexpectedEndException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReader_CreateUnexpectedEndException_m2B2FD292C4D0A93BE6F6C3CEEBAB6524E6D13D71 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Boolean System.String::StartsWith(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::Push(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Push_mE631FDAA728547741765EAA86B6687EFA7AFA315 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_mC29C9307AF96EDAA4B095A2EC90F7156D8F6BDA3 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___endToken0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetPostValueState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetPostValueState_mBBE40EE10F5C478C49AED7CD5BAB1674A4AE40FC (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, bool ___updateIndex0, const RuntimeMethod* method); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Peek_m72E5AC6AA0CCA5D8249CB75A4E70542968067167 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::SetFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetFinished_m727ACF7589AD4C81D82FAF4FCA0D0899157D95A0 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Pop_m5281B5CA4372F88DBC890923CA4114C2AB5C785B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::GetTypeForCloseToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetTypeForCloseToken_mAD289260793FC33C6591C760106313A8FF49C81D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___token0, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.JsonReader::get_SupportMultipleContent() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_mA0C1CF6F9F76F9F0264C1BA6ED94E6851BC82E1C_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555 (RuntimeObject * ___obj0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m4B89CC156A90FEB6590293B8345A29C4A3AF2F61 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mEA891D09EA66922D82EA420BC5C3A5EA1CD34429 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReaderException::set_Path(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReaderException_set_Path_m6B817BB33F36B9E8A46FB5E1BF5A9870C07D52F7_inline (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReaderException::set_LineNumber(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReaderException_set_LineNumber_m58D7F78EDF8E50EF1FABED396E0937E90FEB80E0_inline (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReaderException::set_LinePosition(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReaderException_set_LinePosition_mCA678F4B877AA9280AABE8360DC6FDF7A9767E35_inline (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReaderException_Create_m785CC1EA2CBB4B7DBB386ACDE459E35AF16A4578 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReaderException_Create_mA5943063A731BCB5236B473BB1AC072EFF047E03 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t * ___ex3, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonPosition::FormatMessage(Newtonsoft.Json.IJsonLineInfo,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_FormatMessage_m67B75B828B5C6B8607C660494A4E03746A7E49C7 (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.String,System.Exception,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_mD43CD8B54C34BC62AFEAA8E35DC1C3D7C718E0FF (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_mCF8746FC844DE08A48F21AA2FBB051BBECE58228 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, Exception_t * ___ex2, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_m163D03CFC17934D8181072F94DE5D8FBC674847E (RuntimeObject* ___lineInfo0, String_t* ___path1, String_t* ___message2, Exception_t * ___ex3, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m4B135F45D0D5B7340A79511A46B89E0C6028E8F5 (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method); // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55 (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_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4 (Delegate_t * ___source0, Delegate_t * ___value1, const RuntimeMethod* method); // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283 (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonConverterCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverterCollection__ctor_mAB670A818B8439ADBF061CFA546139E16F323999 (JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * __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_mA523B467C8E9CBF3304FF0B4D98E79F40731A381_inline (const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_inline (Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_inline (Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.JsonSerializer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer__ctor_m0913ACE6CF06014B5A2431243D42205F803A54C6 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method); // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_Create_m343A80A2583E9C591E032DC8D16A28D2262F3FE9 (const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::ApplySerializerSettings(Newtonsoft.Json.JsonSerializer,Newtonsoft.Json.JsonSerializerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_ApplySerializerSettings_mB017C3FC163387EC018E84E6F0FEE2F83A5E7D7B (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer0, JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings1, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * Func_1_Invoke_mE91913C083F58F1ADCAD6FEDA941964733C580F1 (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * __this, const RuntimeMethod* method) { return (( JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * (*) (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A *, const RuntimeMethod*))Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared)(__this, method); } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create(Newtonsoft.Json.JsonSerializerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_Create_mA5B10CA3D061D3D447A6EEAAB8551013CD8C2D1A (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings0, const RuntimeMethod* method); // System.Collections.Generic.IList`1 Newtonsoft.Json.JsonSerializerSettings::get_Converters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_Converters_mA00CF4ADB3030560B25C39E09CB4E60959686B54_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean Newtonsoft.Json.Utilities.CollectionUtils::IsNullOrEmpty(System.Collections.Generic.ICollection`1) inline bool CollectionUtils_IsNullOrEmpty_TisJsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_m07713FEC9DB4746D759D630F16A9E280BA0CF0D9 (RuntimeObject* ___collection0, const RuntimeMethod* method) { return (( bool (*) (RuntimeObject*, const RuntimeMethod*))CollectionUtils_IsNullOrEmpty_TisRuntimeObject_mD72EDFB59ECB69FA4CF022CF5B9E518CD2050F25_gshared)(___collection0, method); } // System.Void System.Collections.ObjectModel.Collection`1::Insert(System.Int32,!0) inline void Collection_1_Insert_m26C35A847C4DC38A2D73BE4515029193630EF08A (Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63 * __this, int32_t ___index0, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___item1, const RuntimeMethod* method) { (( void (*) (Collection_1_tED76CB518C43A470BB47960B62FEEEE3FCE51C63 *, int32_t, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *, const RuntimeMethod*))Collection_1_Insert_m02F554553EC2786B50D688BFF8D87E72E4CE3229_gshared)(__this, ___index0, ___item1, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_inline (Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.TypeNameHandling Newtonsoft.Json.JsonSerializerSettings::get_TypeNameHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameHandling_m4CB08F2D2E4CF379CFEBB3A5E686525C73DF33F3 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m46A00CDDE2E720EBA5C1397A2D616087DF9CD326_inline (Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializerSettings::get_MetadataPropertyHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MetadataPropertyHandling_m1979A9CBD9D1AA8B8A7C018A901DB13E2F730755 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mA59F0340FABAB8E22CF30D94832D2DD3BC0A1140_inline (Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Runtime.Serialization.Formatters.FormatterAssemblyStyle Newtonsoft.Json.JsonSerializerSettings::get_TypeNameAssemblyFormat() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_TypeNameAssemblyFormat_mE170FB6EE981C3B047B5372E8226F9DB2B42186C (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m7579138774EF2DD21B449FDD4DB80E514666BC7E_inline (Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.PreserveReferencesHandling Newtonsoft.Json.JsonSerializerSettings::get_PreserveReferencesHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_PreserveReferencesHandling_m40AD87AF8549E3D4DF02321CC09D969CE331D6D2 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_inline (Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.ReferenceLoopHandling Newtonsoft.Json.JsonSerializerSettings::get_ReferenceLoopHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ReferenceLoopHandling_mE0AC27809ED641B0E18CC9E536E9CD5B42CDAA4C (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m27DA9BF8CD761075EBCC1EA5C258944D1007E23E_inline (Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.MissingMemberHandling Newtonsoft.Json.JsonSerializerSettings::get_MissingMemberHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_MissingMemberHandling_m6385A7576D28D9D9277816476A37769C9B27667E (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_inline (Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializerSettings::get_ObjectCreationHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ObjectCreationHandling_mEC581687287DADA94F0AA0545ABDAE18949D84A5 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_inline (Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.NullValueHandling Newtonsoft.Json.JsonSerializerSettings::get_NullValueHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_NullValueHandling_m1D1AC290FF9F4F390128B2327ED3F81EE979B7C2 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // Newtonsoft.Json.DefaultValueHandling Newtonsoft.Json.JsonSerializerSettings::get_DefaultValueHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_DefaultValueHandling_mD2EAE09E6A671F812DDEA60DB23BCB9377534F9D (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m5DC71178677F76D05BF35254A52842687B28464D_inline (Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // Newtonsoft.Json.ConstructorHandling Newtonsoft.Json.JsonSerializerSettings::get_ConstructorHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializerSettings_get_ConstructorHandling_mF191C558F9D3DD3E6F16D1CA697A19D317983E62 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_inline (Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 *, const RuntimeMethod*))Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_gshared_inline)(__this, method); } // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializerSettings::get_Context() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 JsonSerializerSettings_get_Context_m9ACE6D1551F69B989DCB35A6BAAE8F036C02DAA7 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.EventHandler`1 Newtonsoft.Json.JsonSerializerSettings::get_Error() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * JsonSerializerSettings_get_Error_mB587C84D7EA7E875E78FF03979FF29325877B5F0_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializerSettings::get_ContractResolver() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ContractResolver_mBD4B6EB0FF6E4D2AD555D608DB4F1CC61FB008B0_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Func`1 Newtonsoft.Json.JsonSerializerSettings::get_ReferenceResolverProvider() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * JsonSerializerSettings_get_ReferenceResolverProvider_m85D17CA36AF71116F9D42BB35A61CAD4D6DEEC8A_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // !0 System.Func`1::Invoke() inline RuntimeObject* Func_1_Invoke_m3E4F3443DE65627284A33F170ACD890BE5DF03CB (Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (Func_1_t9049701827C812EFD7155F64BD593E9D455106DD *, const RuntimeMethod*))Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_gshared)(__this, method); } // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializerSettings::get_TraceWriter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_TraceWriter_m77632A4CC8BEAE58EC2A46E9A68B6DD3381E374B_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Collections.IEqualityComparer Newtonsoft.Json.JsonSerializerSettings::get_EqualityComparer() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_EqualityComparer_m99252972A34785A2C5DD3E6A511B1EF1A888D308_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Runtime.Serialization.SerializationBinder Newtonsoft.Json.JsonSerializerSettings::get_Binder() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * JsonSerializerSettings_get_Binder_m1621198D4CA03E3E4ED0D8E8C55D1A1265D25E72_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method); // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_inline (Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_inline (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_inline (Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_inline (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Boolean System.Nullable`1::get_HasValue() inline bool Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_inline (Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * __this, const RuntimeMethod* method) { return (( bool (*) (Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *, const RuntimeMethod*))Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline)(__this, method); } // System.Void Newtonsoft.Json.JsonSerializer::SetupReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_SetupReader_m935C0F8122F3D44AB3BC9B29641AA12A0FB27310 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** ___previousCulture1, Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * ___previousDateTimeZoneHandling2, Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * ___previousDateParseHandling3, Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * ___previousFloatParseHandling4, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * ___previousMaxDepth5, String_t** ___previousDateFormatString6, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.TraceJsonReader::.ctor(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonReader__ctor_m7AFF0629970B5C3EDF27A86E188214E818BE9B37 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___innerReader0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalReader::.ctor(Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerInternalReader__ctor_m9DACB01CB633FF3EEC4C7D4B258525BE6506C677 (JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * __this, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___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_m07F213FF7404357508701D7C9FF2D431A9A67311 (JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method); // System.String Newtonsoft.Json.Serialization.TraceJsonReader::GetDeserializedJsonMessage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* TraceJsonReader_GetDeserializedJsonMessage_m25D29E496537624A1281CC1396FE1C22B9B6CE54 (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonSerializer::ResetReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_ResetReader_m5B78E38B42AAAE44A6258DD42EADB3CE83C62789 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___previousCulture1, Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 ___previousDateTimeZoneHandling2, Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 ___previousDateParseHandling3, Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 ___previousFloatParseHandling4, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___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_m16DFFFB210E3254DD51BE773ABE174A1A3D2969A (JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___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_mAF4C2967EC24FB1ED928136610AFDA204EEE715C_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_inline (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4 (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.JsonReader::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateTimeZoneHandling_mB7395F060FAE13042375F808471D829F5BD3B78C (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_mF03602DC0001F690202783AFEC907821E8EC5A9B_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_inline (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m0529653926F0FF16D2E1D27F7F6CA43B9D02F5F8 (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.JsonReader::set_DateParseHandling(Newtonsoft.Json.DateParseHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateParseHandling_m7DFBEDC3F1D148580848E7DA5D1D6896DCD34DFC (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_m7C53D98F88660340A0AF9842095A63664FC2AE90_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_inline (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m467C083BC2D949428EDF419BC6B93DBB1BE60A8B (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.JsonReader::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_FloatParseHandling_m2E62EBC5DCA3F030C505E97A0DC12B66B15F6B68 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Nullable`1 Newtonsoft.Json.JsonReader::get_MaxDepth() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonReader_get_MaxDepth_mFE34316F52E4A76699B7B9E6439F3E8F564E7C88_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_MaxDepth(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_MaxDepth_m278051DCF6AF3982CD5F1F2FA6479E75D74D2EBA (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonReader::get_DateFormatString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_m83150543948622351B852EA3A62907F90B3D73E6_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method); // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2 (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonReader::set_DateFormatString(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_mA1C14FA75F97E6E4DF12C0258AA7F1D8C74B39E7_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___value0, const RuntimeMethod* method); // Newtonsoft.Json.Serialization.DefaultContractResolverState Newtonsoft.Json.Serialization.DefaultContractResolver::GetState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * DefaultContractResolver_GetState_m248977BF071A30F2CF65149D8E326EEF58D73158 (DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * __this, const RuntimeMethod* method); // Newtonsoft.Json.Formatting Newtonsoft.Json.JsonWriter::get_Formatting() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Formatting_mC18D9155ED938AFD5F1DCEF125118019457CD544_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mBF0FE77011DD8E17E8010CA0406875F0CFB3554A (Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // Newtonsoft.Json.DateFormatHandling Newtonsoft.Json.JsonWriter::get_DateFormatHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_inline (Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_m7835779CA418D37B8C693F6C4720DDD3362B5CCF (Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatHandling(Newtonsoft.Json.DateFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __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_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_inline (Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mA5E5F836661C8C09F707F570F5AD2EC4B59D274F (Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.JsonWriter::set_FloatFormatHandling(Newtonsoft.Json.FloatFormatHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // Newtonsoft.Json.StringEscapeHandling Newtonsoft.Json.JsonWriter::get_StringEscapeHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // !0 System.Nullable`1::GetValueOrDefault() inline int32_t Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_inline (Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * __this, const RuntimeMethod* method) { return (( int32_t (*) (Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *, const RuntimeMethod*))Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline)(__this, method); } // System.Void System.Nullable`1::.ctor(!0) inline void Nullable_1__ctor_mFFB25C2F4E29456578724A4751BA80DE308527BF (Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * __this, int32_t ___value0, const RuntimeMethod* method) { (( void (*) (Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *, int32_t, const RuntimeMethod*))Nullable_1__ctor_mAAECF4B4B80E3BA744302CA27DD0F2AE86DBAD2A_gshared)(__this, ___value0, method); } // System.Void Newtonsoft.Json.JsonWriter::set_StringEscapeHandling(Newtonsoft.Json.StringEscapeHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonWriter_set_StringEscapeHandling_m2CDFE1FCC0BEC2417F5DF10FC5CDFA046CD3497C (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, int32_t ___value0, const RuntimeMethod* method); // System.Globalization.CultureInfo Newtonsoft.Json.JsonWriter::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4 (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_Culture(System.Globalization.CultureInfo) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method); // System.String Newtonsoft.Json.JsonWriter::get_DateFormatString() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.JsonWriter::set_DateFormatString(System.String) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.TraceJsonWriter::.ctor(Newtonsoft.Json.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TraceJsonWriter__ctor_m5B7D770660090E6AF7C84A478456F35FEDFAB45E (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___innerWriter0, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.JsonSerializerInternalWriter::.ctor(Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializerInternalWriter__ctor_mD7292E391C20932E7B7D3C0821993300C11805B9 (JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * __this, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___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_m5CF99C46876EC006AE08EF6F70774C05352D7EBB (JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___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_mE1374279904FA737311526BB7A0DCFAA4181820F (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * __this, const RuntimeMethod* method); // System.Void Newtonsoft.Json.Serialization.DefaultReferenceResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultReferenceResolver__ctor_m4AA5B6BADDB120DDC5F16A1B2B15C45E3AF85757 (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * __this, const RuntimeMethod* method); // System.Void System.EventHandler`1::Invoke(System.Object,!0) inline void EventHandler_1_Invoke_m7DB2DA4E25E75F8FA859D2CA39D2EFC9213E5E16 (EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * __this, RuntimeObject * ___sender0, ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * ___e1, const RuntimeMethod* method) { (( void (*) (EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A *, RuntimeObject *, ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 *, const RuntimeMethod*))EventHandler_1_Invoke_m6146E375BDA235BCEABAD74EC6EC5DE71258097F_gshared)(__this, ___sender0, ___e1, method); } // System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929 (const RuntimeMethod* method); #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.IList`1 Newtonsoft.Json.Linq.JProperty::get_ChildrenTokens() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JProperty_get_ChildrenTokens_m1D9B59062020CAB7E337885811799E77FDD9ED7F (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { { JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_0 = __this->get__content_17(); return L_0; } } // System.String Newtonsoft.Json.Linq.JProperty::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_18(); return L_0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { { JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_0 = __this->get__content_17(); NullCheck(L_0); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = L_0->get__token_0(); return L_1; } } // System.Void Newtonsoft.Json.Linq.JProperty::set_Value(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_set_Value_mA3BDB16555227152B2979120D5EDCEDF99112B2E (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B2_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B1_0 = NULL; { JContainer_CheckReentrancy_m27A270AB53B9424A4AB78BE999A6A26CB0C31085(__this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0010; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2; L_2 = JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF(/*hidden argument*/NULL); G_B2_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(L_2)); } IL_0010: { V_0 = G_B2_0; JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_3 = __this->get__content_17(); NullCheck(L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = L_3->get__token_0(); if (L_4) { goto IL_0028; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = V_0; VirtualActionInvoker3< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, bool >::Invoke(72 /* System.Void Newtonsoft.Json.Linq.JContainer::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) */, __this, 0, L_5, (bool)0); return; } IL_0028: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = V_0; VirtualActionInvoker2< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(76 /* System.Void Newtonsoft.Json.Linq.JContainer::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) */, __this, 0, L_6); return; } } // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(Newtonsoft.Json.Linq.JProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty__ctor_m2D959A0252CF6CFCC7540906A5A55E37A2583AEF (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_0 = (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 *)il2cpp_codegen_object_new(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173_il2cpp_TypeInfo_var); JPropertyList__ctor_m63BD4D2D4FFEAAD459547F36CF2065452B042324(L_0, /*hidden argument*/NULL); __this->set__content_17(L_0); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_1 = ___other0; JContainer__ctor_mF69CACF53E411CB092CF59DE7F6824CBE5B90A81(__this, L_1, /*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_2 = ___other0; NullCheck(L_2); String_t* L_3; L_3 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_2, /*hidden argument*/NULL); __this->set__name_18(L_3); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::GetItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JProperty_GetItem_m8F8634BFC8A41DDD0FC2B2BFECC65FDC83BA644A (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; if (!L_0) { goto IL_0009; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_GetItem_m8F8634BFC8A41DDD0FC2B2BFECC65FDC83BA644A_RuntimeMethod_var))); } IL_0009: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(__this, /*hidden argument*/NULL); return L_2; } } // System.Void Newtonsoft.Json.Linq.JProperty::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_SetItem_m147344233F5A77DCA8D2CBBB155FEF17FEC6C844 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___index0; if (!L_0) { goto IL_0009; } } { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_1 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m81CEEF1FCB5EFBBAA39071F48BCFBC16AED0C915(L_1, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_SetItem_m147344233F5A77DCA8D2CBBB155FEF17FEC6C844_RuntimeMethod_var))); } IL_0009: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(__this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___item1; bool L_4; L_4 = JContainer_IsTokenUnchanged_mF1D03C6D37BD93A9F6C78EA12B66EBC9246022AD(L_2, L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_0018; } } { return; } IL_0018: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5; L_5 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(__this, /*hidden argument*/NULL); if (!L_5) { goto IL_0031; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_6; L_6 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(__this, /*hidden argument*/NULL); NullCheck(((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_6, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var))); JObject_InternalPropertyChanging_m5AAAB727E5485BFB58AEE7DD6C707C999209B22F(((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_6, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var)), __this, /*hidden argument*/NULL); } IL_0031: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___item1; JContainer_SetItem_mF1EE45E33AAE97CB8B042D2D3B6B9D02D4BDF5A9(__this, 0, L_7, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_8; L_8 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(__this, /*hidden argument*/NULL); if (!L_8) { goto IL_0052; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_9; L_9 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(__this, /*hidden argument*/NULL); NullCheck(((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_9, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var))); JObject_InternalPropertyChanged_mD71E38678812D721847A45DA36E50E9341142366(((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_9, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var)), __this, /*hidden argument*/NULL); } IL_0052: { return; } } // System.Boolean Newtonsoft.Json.Linq.JProperty::RemoveItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JProperty_RemoveItem_m3A21F2B32184EBAFB03CCE4B7B4B2CE4858CBF0C (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05ADFE4BAD2EE45BC63FB572FB6C91EC6D1B0087)), L_0, L_2, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_4 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_RemoveItem_m3A21F2B32184EBAFB03CCE4B7B4B2CE4858CBF0C_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Linq.JProperty::RemoveItemAt(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_RemoveItemAt_m732393F0677A5DF19C8892064A49E68FD14E9124 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, int32_t ___index0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05ADFE4BAD2EE45BC63FB572FB6C91EC6D1B0087)), L_0, L_2, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_4 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_RemoveItemAt_m732393F0677A5DF19C8892064A49E68FD14E9124_RuntimeMethod_var))); } } // System.Int32 Newtonsoft.Json.Linq.JProperty::IndexOfItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JProperty_IndexOfItem_m3271249FE819295CA5F2C231D08846B00741D81E (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_0 = __this->get__content_17(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0; NullCheck(L_0); int32_t L_2; L_2 = JPropertyList_IndexOf_m750A7A87FFB5F418EAAAE68B4AAC315861268917(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Newtonsoft.Json.Linq.JProperty::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_InsertItem_m8D86173EA0AF0E7D9A6B1932D7BAE92A8733D3D5 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, bool ___skipParentCheck2, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item1; if (!L_0) { goto IL_000d; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item1; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); if ((!(((uint32_t)L_2) == ((uint32_t)5)))) { goto IL_000d; } } { return; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3; L_3 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0034; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); String_t* L_7; L_7 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2F46FB99F5372C66234A20E3E5F3190C0FEE9814)), L_4, L_6, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_8 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_8, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_InsertItem_m8D86173EA0AF0E7D9A6B1932D7BAE92A8733D3D5_RuntimeMethod_var))); } IL_0034: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___item1; JContainer_InsertItem_m6238452B9828079E1197E716798B7C5B88907DA1(__this, 0, L_9, (bool)0, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JProperty::ContainsItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JProperty_ContainsItem_mE35D596EF1E2B7CECE0D38D4BA0933FDAA51E079 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0; L_0 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(__this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___item0; return (bool)((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_1))? 1 : 0); } } // System.Void Newtonsoft.Json.Linq.JProperty::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_ClearItems_mADE218CD57CD301EE3EAE6DB0DAA9474ADEDFD66 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_0_0_0_var))) }; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var))); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); String_t* L_3; L_3 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05ADFE4BAD2EE45BC63FB572FB6C91EC6D1B0087)), L_0, L_2, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_4 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_ClearItems_mADE218CD57CD301EE3EAE6DB0DAA9474ADEDFD66_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Linq.JProperty::DeepEquals(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JProperty_DeepEquals_m1C832DE5E2BDF2B87F6888051FCD792A100BF9F9 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___node0; V_0 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)IsInstClass((RuntimeObject*)L_0, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_1 = V_0; if (!L_1) { goto IL_0025; } } { String_t* L_2 = __this->get__name_18(); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_3, /*hidden argument*/NULL); bool L_5; L_5 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_2, L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0025; } } { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_6 = V_0; bool L_7; L_7 = JContainer_ContentsEqual_mDBB8F5F38989EEE3A962E746AB5C31B7DE84EEF2(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0025: { return (bool)0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JProperty::CloneToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JProperty_CloneToken_m03231880F3BCBD496C995F3C65228CA5EE30C26D (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_0 = (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)il2cpp_codegen_object_new(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); JProperty__ctor_m2D959A0252CF6CFCC7540906A5A55E37A2583AEF(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JProperty::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JProperty_get_Type_m353B8F70F0C7FFC5BBC051A82EA8ECDA49EFB308 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { { return (int32_t)(4); } } // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty__ctor_m12ECD4CE36C9400648F143806D545D70E2B5634C (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); s_Il2CppMethodInitialized = true; } { JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_0 = (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 *)il2cpp_codegen_object_new(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173_il2cpp_TypeInfo_var); JPropertyList__ctor_m63BD4D2D4FFEAAD459547F36CF2065452B042324(L_0, /*hidden argument*/NULL); __this->set__content_17(L_0); JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, /*hidden argument*/NULL); String_t* L_2 = ___name0; __this->set__name_18(L_2); return; } } // System.Void Newtonsoft.Json.Linq.JProperty::.ctor(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty__ctor_m4F3F0682B73D4C46950287AD595BEBE274F532A7 (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, String_t* ___name0, RuntimeObject * ___content1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F); s_Il2CppMethodInitialized = true; } JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * G_B2_0 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * G_B1_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B3_0 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * G_B3_1 = NULL; { JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 * L_0 = (JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173 *)il2cpp_codegen_object_new(JPropertyList_tB2C92F30593A7B50650C5328DEA55A1BA9907173_il2cpp_TypeInfo_var); JPropertyList__ctor_m63BD4D2D4FFEAAD459547F36CF2065452B042324(L_0, /*hidden argument*/NULL); __this->set__content_17(L_0); JContainer__ctor_m77F975A85A4100E67601AF0212336AEF2157E293(__this, /*hidden argument*/NULL); String_t* L_1 = ___name0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F, /*hidden argument*/NULL); String_t* L_2 = ___name0; __this->set__name_18(L_2); RuntimeObject * L_3 = ___content1; bool L_4; L_4 = JContainer_IsMultiContent_m5F1BDE325938E41337AC52B89AD71859AF2240EE(__this, L_3, /*hidden argument*/NULL); G_B1_0 = __this; if (L_4) { G_B2_0 = __this; goto IL_0035; } } { RuntimeObject * L_5 = ___content1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6; L_6 = JContainer_CreateFromContent_m14327B80380C4835EAB72F4DE19399280B3F33C6(L_5, /*hidden argument*/NULL); G_B3_0 = L_6; G_B3_1 = G_B1_0; goto IL_003b; } IL_0035: { RuntimeObject * L_7 = ___content1; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_8 = (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)il2cpp_codegen_object_new(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); JArray__ctor_mB3106162861C77EC2D96BED0E042C02C9D348721(L_8, L_7, /*hidden argument*/NULL); G_B3_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)(L_8)); G_B3_1 = G_B2_0; } IL_003b: { NullCheck(G_B3_1); JProperty_set_Value_mA3BDB16555227152B2979120D5EDCEDF99112B2E(G_B3_1, G_B3_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JProperty::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JProperty_WriteTo_m754601C5D3FCC1D0D04D25D89608844EC046416E (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method) { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___writer0; String_t* L_1 = __this->get__name_18(); NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_0, L_1); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(__this, /*hidden argument*/NULL); V_0 = L_2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = V_0; if (!L_3) { goto IL_001f; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = V_0; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_5 = ___writer0; JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_6 = ___converters1; NullCheck(L_4); VirtualActionInvoker2< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* >::Invoke(20 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, L_4, L_5, L_6); return; } IL_001f: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_7 = ___writer0; NullCheck(L_7); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_7); return; } } // System.Int32 Newtonsoft.Json.Linq.JProperty::GetDeepHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JProperty_GetDeepHashCode_m0CC0747152DD305AAEF30886B6556E320EBEA49F (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { String_t* L_0 = __this->get__name_18(); NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(__this, /*hidden argument*/NULL); G_B1_0 = L_1; if (L_2) { G_B2_0 = L_1; goto IL_0016; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0021; } IL_0016: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3; L_3 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(__this, /*hidden argument*/NULL); NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 Newtonsoft.Json.Linq.JToken::GetDeepHashCode() */, L_3); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0021: { return ((int32_t)((int32_t)G_B3_1^(int32_t)G_B3_0)); } } // Newtonsoft.Json.Linq.JProperty Newtonsoft.Json.Linq.JProperty::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * JProperty_Load_m48205DDF35A47B789BA485710F42791682260825 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if (L_1) { goto IL_001c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_2); if (L_3) { goto IL_001c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_5; L_5 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2AA6C57E304DE319A2D90F5CD76A0CD602D1AF4F)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_Load_m48205DDF35A47B789BA485710F42791682260825_RuntimeMethod_var))); } IL_001c: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; NullCheck(L_6); bool L_7; L_7 = JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF(L_6, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___reader0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); if ((((int32_t)L_9) == ((int32_t)4))) { goto IL_004d; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = ___reader0; NullCheck(L_12); int32_t L_13; L_13 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_12); int32_t L_14 = L_13; RuntimeObject * L_15 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_14); String_t* L_16; L_16 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral40F33D475CEDE5403541C0C772FD7895985BDCEE)), L_11, L_15, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_17; L_17 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_10, L_16, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JProperty_Load_m48205DDF35A47B789BA485710F42791682260825_RuntimeMethod_var))); } IL_004d: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_18 = ___reader0; NullCheck(L_18); RuntimeObject * L_19; L_19 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_18); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_20 = (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)il2cpp_codegen_object_new(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); JProperty__ctor_m12ECD4CE36C9400648F143806D545D70E2B5634C(L_20, ((String_t*)CastclassSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_21 = L_20; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_22 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_23 = ___settings1; NullCheck(L_21); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_21, ((RuntimeObject*)IsInst((RuntimeObject*)L_22, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)), L_23, /*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_24 = L_21; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_25 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_26 = ___settings1; NullCheck(L_24); JContainer_ReadTokenFrom_mF5EB04B347272C837DDE4158DD66610BAD00250F(L_24, L_25, L_26, /*hidden argument*/NULL); return L_24; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JPropertyDescriptor::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyDescriptor__ctor_m09AF4E883CBA010F1CE77036743FB5B55E63EACF (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, String_t* ___name0, const RuntimeMethod* method) { { String_t* L_0 = ___name0; PropertyDescriptor__ctor_m75229C6B90FE0810B721B1F6470D0A0A53E547DA(__this, L_0, (AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)(AttributeU5BU5D_t04604A91F55E7DFF76B9AF6150E6597D2EBCDCD4*)NULL, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Linq.JObject Newtonsoft.Json.Linq.JPropertyDescriptor::CastInstance(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * JPropertyDescriptor_CastInstance_m3A5B473387EDF4C0AED554652421098A9693C518 (RuntimeObject * ___instance0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___instance0; return ((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)CastclassClass((RuntimeObject*)L_0, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var)); } } // System.Boolean Newtonsoft.Json.Linq.JPropertyDescriptor::CanResetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyDescriptor_CanResetValue_m877A6563E66DEE7A378A04C443C6A26B82D892A3 (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { { return (bool)0; } } // System.Object Newtonsoft.Json.Linq.JPropertyDescriptor::GetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JPropertyDescriptor_GetValue_m248CD8346CE78D89074F6E263BCC0002B0D95420 (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___component0; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_1; L_1 = JPropertyDescriptor_CastInstance_m3A5B473387EDF4C0AED554652421098A9693C518(L_0, /*hidden argument*/NULL); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); NullCheck(L_1); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3; L_3 = JObject_get_Item_m80363C48702BA72846A041E62E790E9E7392B0F3(L_1, L_2, /*hidden argument*/NULL); return L_3; } } // System.Void Newtonsoft.Json.Linq.JPropertyDescriptor::ResetValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyDescriptor_ResetValue_m3B17AB4AE529D0073321ED55CBDED5D474DBB44D (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { { return; } } // System.Void Newtonsoft.Json.Linq.JPropertyDescriptor::SetValue(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyDescriptor_SetValue_mDAFFD8AD2C653D6DDAC2A350C0ABD5B9D0B56043 (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, RuntimeObject * ___component0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * G_B3_0 = NULL; { RuntimeObject * L_0 = ___value1; if (((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)IsInstClass((RuntimeObject*)L_0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))) { goto IL_0010; } } { RuntimeObject * L_1 = ___value1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B(L_2, L_1, /*hidden argument*/NULL); G_B3_0 = L_2; goto IL_0016; } IL_0010: { RuntimeObject * L_3 = ___value1; G_B3_0 = ((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)(((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)CastclassClass((RuntimeObject*)L_3, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var)))); } IL_0016: { V_0 = G_B3_0; RuntimeObject * L_4 = ___component0; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_5; L_5 = JPropertyDescriptor_CastInstance_m3A5B473387EDF4C0AED554652421098A9693C518(L_4, /*hidden argument*/NULL); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.ComponentModel.MemberDescriptor::get_Name() */, __this); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = V_0; NullCheck(L_5); JObject_set_Item_m079791F9D444829F3FC1A8E698AE3BC0B3799023(L_5, L_6, L_7, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyDescriptor::ShouldSerializeValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyDescriptor_ShouldSerializeValue_mEA7198D95CF1C1590FB1AB58C5BBBA164D75C315 (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, RuntimeObject * ___component0, const RuntimeMethod* method) { { return (bool)0; } } // System.Type Newtonsoft.Json.Linq.JPropertyDescriptor::get_ComponentType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JPropertyDescriptor_get_ComponentType_mD5FF1837C56B5E71370CF1C9FDB2EAAF76EB5981 (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyDescriptor::get_IsReadOnly() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyDescriptor_get_IsReadOnly_m60E1E65E71764AACA8F968AEFF3ADC9F92176D29 (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Type Newtonsoft.Json.Linq.JPropertyDescriptor::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JPropertyDescriptor_get_PropertyType_m6CE3A1A064F6C7647759249F39865F0C4328F73C (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_0 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_1; L_1 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_0, /*hidden argument*/NULL); return L_1; } } // System.Int32 Newtonsoft.Json.Linq.JPropertyDescriptor::get_NameHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JPropertyDescriptor_get_NameHashCode_m0BB1BC25D5790FCCC44A72862F2905C4C0342B54 (JPropertyDescriptor_t87751F2B27E2EB3537A7CC62C195C86892CA1F6B * __this, const RuntimeMethod* method) { { int32_t L_0; L_0 = MemberDescriptor_get_NameHashCode_mBDD666D3285D201DE8C075E48804DC34C46B4198_inline(__this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection__ctor_m2271DB77C116549739556CC423E6C093E15C0631 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1__ctor_mEEA1A49A0200BF0A3D0A1BA886440E083194DACB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 * L_0 = (List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)il2cpp_codegen_object_new(List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006(L_0, /*hidden argument*/List_1__ctor_mA1EAE85AFC2D93710A23265D80FAD91C46C83006_RuntimeMethod_var); Collection_1__ctor_mEEA1A49A0200BF0A3D0A1BA886440E083194DACB(__this, L_0, /*hidden argument*/Collection_1__ctor_mEEA1A49A0200BF0A3D0A1BA886440E083194DACB_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::AddKey(System.String,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_AddKey_mEE9D222E064EF65670294217AE072F20C02A8878 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_EnsureDictionary_m447B701FA5EFCED3B0B73E7FE78F3998B07155DF(__this, /*hidden argument*/NULL); Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_0 = __this->get__dictionary_3(); String_t* L_1 = ___key0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___item1; NullCheck(L_0); Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E(L_0, L_1, L_2, /*hidden argument*/Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::ClearItems() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_ClearItems_m17B4A043B84B5D0261DD29578C2F989729958C10 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_ClearItems_m9D4D572449431F401BAB8B9B29342317EE187331_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Clear_mCEB16A182F4E57EF2440D437E36579DB6E5FE03C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Collection_1_ClearItems_m9D4D572449431F401BAB8B9B29342317EE187331(__this, /*hidden argument*/Collection_1_ClearItems_m9D4D572449431F401BAB8B9B29342317EE187331_RuntimeMethod_var); Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_0 = __this->get__dictionary_3(); if (!L_0) { goto IL_0019; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_1 = __this->get__dictionary_3(); NullCheck(L_1); Dictionary_2_Clear_mCEB16A182F4E57EF2440D437E36579DB6E5FE03C(L_1, /*hidden argument*/Dictionary_2_Clear_mCEB16A182F4E57EF2440D437E36579DB6E5FE03C_RuntimeMethod_var); } IL_0019: { return; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Contains(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Contains_m0E0B909D3C60358B58FAABCC6278E87E7B000A9A (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mEEC496B93EA4D192F6D86E2CC1114EB379D52FE6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___key0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D028CCE3B6E7B61AE2C752D7AE970DA04AB7C6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JPropertyKeyedCollection_Contains_m0E0B909D3C60358B58FAABCC6278E87E7B000A9A_RuntimeMethod_var))); } IL_000e: { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_2 = __this->get__dictionary_3(); if (!L_2) { goto IL_0023; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_3 = __this->get__dictionary_3(); String_t* L_4 = ___key0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_ContainsKey_mEEC496B93EA4D192F6D86E2CC1114EB379D52FE6(L_3, L_4, /*hidden argument*/Dictionary_2_ContainsKey_mEEC496B93EA4D192F6D86E2CC1114EB379D52FE6_RuntimeMethod_var); return L_5; } IL_0023: { return (bool)0; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::EnsureDictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_EnsureDictionary_m447B701FA5EFCED3B0B73E7FE78F3998B07155DF (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mD69F8C58E6F7EF4915730975CF44AC296634A536_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_0 = __this->get__dictionary_3(); if (L_0) { goto IL_0018; } } { IL2CPP_RUNTIME_CLASS_INIT(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); RuntimeObject* L_1 = ((JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields*)il2cpp_codegen_static_fields_for(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var))->get_Comparer_2(); Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_2 = (Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 *)il2cpp_codegen_object_new(Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447_il2cpp_TypeInfo_var); Dictionary_2__ctor_mD69F8C58E6F7EF4915730975CF44AC296634A536(L_2, L_1, /*hidden argument*/Dictionary_2__ctor_mD69F8C58E6F7EF4915730975CF44AC296634A536_RuntimeMethod_var); __this->set__dictionary_3(L_2); } IL_0018: { return; } } // System.String Newtonsoft.Json.Linq.JPropertyKeyedCollection::GetKeyForItem(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JPropertyKeyedCollection_GetKeyForItem_m012BD1293751F2AF1C49F84A4DA4EACAB010BBAD (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item0; NullCheck(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_0, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var))); String_t* L_1; L_1 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_0, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_1; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::InsertItem(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_InsertItem_mF71A3CA4CFF94D790BA1EADF08F53AA710357AF2 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_InsertItem_mF53484D876B06B8ECA2F59FD548055A0FDDC755D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item1; String_t* L_1; L_1 = JPropertyKeyedCollection_GetKeyForItem_m012BD1293751F2AF1C49F84A4DA4EACAB010BBAD(__this, L_0, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___item1; JPropertyKeyedCollection_AddKey_mEE9D222E064EF65670294217AE072F20C02A8878(__this, L_1, L_2, /*hidden argument*/NULL); int32_t L_3 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___item1; Collection_1_InsertItem_mF53484D876B06B8ECA2F59FD548055A0FDDC755D(__this, L_3, L_4, /*hidden argument*/Collection_1_InsertItem_mF53484D876B06B8ECA2F59FD548055A0FDDC755D_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::RemoveItem(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_RemoveItem_m73E4CE3D9913DBE3092AD70299252F210C74BDFB (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, int32_t ___index0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_RemoveItem_m1F3F6137150A3DBBB30F5FF7A850A815D3F495E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { RuntimeObject* L_0; L_0 = Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_inline(__this, /*hidden argument*/Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_RuntimeMethod_var); int32_t L_1 = ___index0; NullCheck(L_0); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_0, L_1); String_t* L_3; L_3 = JPropertyKeyedCollection_GetKeyForItem_m012BD1293751F2AF1C49F84A4DA4EACAB010BBAD(__this, L_2, /*hidden argument*/NULL); V_0 = L_3; String_t* L_4 = V_0; JPropertyKeyedCollection_RemoveKey_mB6DEC2A6E4990B7FA59F4B7E27757E6ED4CC60D0(__this, L_4, /*hidden argument*/NULL); int32_t L_5 = ___index0; Collection_1_RemoveItem_m1F3F6137150A3DBBB30F5FF7A850A815D3F495E2(__this, L_5, /*hidden argument*/Collection_1_RemoveItem_m1F3F6137150A3DBBB30F5FF7A850A815D3F495E2_RuntimeMethod_var); return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::RemoveKey(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_RemoveKey_mB6DEC2A6E4990B7FA59F4B7E27757E6ED4CC60D0 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m34C85D2405D0FBAA47D58CB9ED449399E2DC7A68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_0 = __this->get__dictionary_3(); if (!L_0) { goto IL_0015; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_1 = __this->get__dictionary_3(); String_t* L_2 = ___key0; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_Remove_m34C85D2405D0FBAA47D58CB9ED449399E2DC7A68(L_1, L_2, /*hidden argument*/Dictionary_2_Remove_m34C85D2405D0FBAA47D58CB9ED449399E2DC7A68_RuntimeMethod_var); } IL_0015: { return; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::SetItem(System.Int32,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection_SetItem_m28E2DE685AE82889FCB5733179615AA927D1E17D (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, int32_t ___index0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_SetItem_m73C6B8012BCCC0E96519834180EC5F2E48EEE945_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___item1; String_t* L_1; L_1 = JPropertyKeyedCollection_GetKeyForItem_m012BD1293751F2AF1C49F84A4DA4EACAB010BBAD(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject* L_2; L_2 = Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_inline(__this, /*hidden argument*/Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_RuntimeMethod_var); int32_t L_3 = ___index0; NullCheck(L_2); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = InterfaceFuncInvoker1< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, L_2, L_3); String_t* L_5; L_5 = JPropertyKeyedCollection_GetKeyForItem_m012BD1293751F2AF1C49F84A4DA4EACAB010BBAD(__this, L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_RUNTIME_CLASS_INIT(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); RuntimeObject* L_6 = ((JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields*)il2cpp_codegen_static_fields_for(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var))->get_Comparer_2(); String_t* L_7 = V_1; String_t* L_8 = V_0; NullCheck(L_6); bool L_9; L_9 = InterfaceFuncInvoker2< bool, String_t*, String_t* >::Invoke(0 /* System.Boolean System.Collections.Generic.IEqualityComparer`1::Equals(!0,!0) */, IEqualityComparer_1_tE6A65C5E45E33FD7D9849FD0914DE3AD32B68050_il2cpp_TypeInfo_var, L_6, L_7, L_8); if (!L_9) { goto IL_0040; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_10 = __this->get__dictionary_3(); if (!L_10) { goto IL_0052; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_11 = __this->get__dictionary_3(); String_t* L_12 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13 = ___item1; NullCheck(L_11); Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E(L_11, L_12, L_13, /*hidden argument*/Dictionary_2_set_Item_mFF0AF7E37DEF3AAF007B5D891A6A3D3C09402D4E_RuntimeMethod_var); goto IL_0052; } IL_0040: { String_t* L_14 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_15 = ___item1; JPropertyKeyedCollection_AddKey_mEE9D222E064EF65670294217AE072F20C02A8878(__this, L_14, L_15, /*hidden argument*/NULL); String_t* L_16 = V_1; if (!L_16) { goto IL_0052; } } { String_t* L_17 = V_1; JPropertyKeyedCollection_RemoveKey_mB6DEC2A6E4990B7FA59F4B7E27757E6ED4CC60D0(__this, L_17, /*hidden argument*/NULL); } IL_0052: { int32_t L_18 = ___index0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = ___item1; Collection_1_SetItem_m73C6B8012BCCC0E96519834180EC5F2E48EEE945(__this, L_18, L_19, /*hidden argument*/Collection_1_SetItem_m73C6B8012BCCC0E96519834180EC5F2E48EEE945_RuntimeMethod_var); return; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::TryGetValue(System.String,Newtonsoft.Json.Linq.JToken&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_TryGetValue_m20E12F57DCC60A7C75103FF8B0D516CE4647C6D9 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, String_t* ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_0 = __this->get__dictionary_3(); if (L_0) { goto IL_000d; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** L_1 = ___value1; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_000d: { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_2 = __this->get__dictionary_3(); String_t* L_3 = ___key0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 ** L_4 = ___value1; NullCheck(L_2); bool L_5; L_5 = Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53(L_2, L_3, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 **)L_4, /*hidden argument*/Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53_RuntimeMethod_var); return L_5; } } // System.Collections.Generic.ICollection`1 Newtonsoft.Json.Linq.JPropertyKeyedCollection::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JPropertyKeyedCollection_get_Keys_mC5819B8822C090703E5C7C5E781FA2C3F2288E59 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_mCCA53AB78686B185C3DBE7BF8ED096084EBAA71C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { JPropertyKeyedCollection_EnsureDictionary_m447B701FA5EFCED3B0B73E7FE78F3998B07155DF(__this, /*hidden argument*/NULL); Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_0 = __this->get__dictionary_3(); NullCheck(L_0); KeyCollection_t322580D3C8DD1584DDCBC63711165D5DB5235BB3 * L_1; L_1 = Dictionary_2_get_Keys_mCCA53AB78686B185C3DBE7BF8ED096084EBAA71C(L_0, /*hidden argument*/Dictionary_2_get_Keys_mCCA53AB78686B185C3DBE7BF8ED096084EBAA71C_RuntimeMethod_var); return L_1; } } // System.Int32 Newtonsoft.Json.Linq.JPropertyKeyedCollection::IndexOfReference(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JPropertyKeyedCollection_IndexOfReference_m99EA03F22122641DF3864E7613700B9460D165C1 (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_inline(__this, /*hidden argument*/Collection_1_get_Items_m965116DFC8ACE0844A683108EFF782E20AF87D96_RuntimeMethod_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___t0; int32_t L_2; L_2 = CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C(((List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393 *)CastclassClass((RuntimeObject*)L_0, List_1_t151F9AB2B0B27711474658747E99ECF3E91E5393_il2cpp_TypeInfo_var)), L_1, /*hidden argument*/CollectionUtils_IndexOfReference_TisJToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_mC78A553272C790BFD39CD935385FB076504BA08C_RuntimeMethod_var); return L_2; } } // System.Boolean Newtonsoft.Json.Linq.JPropertyKeyedCollection::Compare(Newtonsoft.Json.Linq.JPropertyKeyedCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JPropertyKeyedCollection_Compare_m0068ADFEEF0D2CC508FBA93912E00CFE00268A1D (JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * __this, JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_mF24F4915C36A2044023361235F2B80619F9302A7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m91E142CF5F911AFC2CC335A7FC9BC5A7715F8733_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m509C99FBE0AC5D45920770F24AE0FB206A152411_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mEC5DCF12331994985B76B84BD7677DBE55B6763E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * V_0 = NULL; Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * V_1 = NULL; Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F V_2; memset((&V_2), 0, sizeof(V_2)); KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 V_3; memset((&V_3), 0, sizeof(V_3)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_4 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_5 = NULL; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_6 = NULL; bool V_7 = false; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_0 = ___other0; if ((!(((RuntimeObject*)(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 *)__this) == ((RuntimeObject*)(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 *)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_1 = __this->get__dictionary_3(); V_0 = L_1; JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39 * L_2 = ___other0; NullCheck(L_2); Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_3 = L_2->get__dictionary_3(); V_1 = L_3; Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_4 = V_0; if (L_4) { goto IL_001c; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_5 = V_1; if (L_5) { goto IL_001c; } } { return (bool)1; } IL_001c: { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_6 = V_0; if (L_6) { goto IL_0029; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_7 = V_1; NullCheck(L_7); int32_t L_8; L_8 = Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3(L_7, /*hidden argument*/Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3_RuntimeMethod_var); return (bool)((((int32_t)L_8) == ((int32_t)0))? 1 : 0); } IL_0029: { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_9 = V_1; if (L_9) { goto IL_0036; } } { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_10 = V_0; NullCheck(L_10); int32_t L_11; L_11 = Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3(L_10, /*hidden argument*/Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3_RuntimeMethod_var); return (bool)((((int32_t)L_11) == ((int32_t)0))? 1 : 0); } IL_0036: { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_12 = V_0; NullCheck(L_12); int32_t L_13; L_13 = Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3(L_12, /*hidden argument*/Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3_RuntimeMethod_var); Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_14 = V_1; NullCheck(L_14); int32_t L_15; L_15 = Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3(L_14, /*hidden argument*/Dictionary_2_get_Count_m7816046141CF665F6AE87D4D6D2BB0D66780C0B3_RuntimeMethod_var); if ((((int32_t)L_13) == ((int32_t)L_15))) { goto IL_0046; } } { return (bool)0; } IL_0046: { Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_16 = V_0; NullCheck(L_16); Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F L_17; L_17 = Dictionary_2_GetEnumerator_mF24F4915C36A2044023361235F2B80619F9302A7(L_16, /*hidden argument*/Dictionary_2_GetEnumerator_mF24F4915C36A2044023361235F2B80619F9302A7_RuntimeMethod_var); V_2 = L_17; } IL_004d: try {// begin try (depth: 1) { goto IL_00b5; } IL_004f: { KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 L_18; L_18 = Enumerator_get_Current_mEC5DCF12331994985B76B84BD7677DBE55B6763E_inline((Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F *)(&V_2), /*hidden argument*/Enumerator_get_Current_mEC5DCF12331994985B76B84BD7677DBE55B6763E_RuntimeMethod_var); V_3 = L_18; Dictionary_2_tA0A5F3A980ED91AABDF9AAD9A666A7C378114447 * L_19 = V_1; String_t* L_20; L_20 = KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&V_3), /*hidden argument*/KeyValuePair_2_get_Key_m0A991C356FC73BDF70D51443C3D6B5D6AFA24DAB_RuntimeMethod_var); NullCheck(L_19); bool L_21; L_21 = Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53(L_19, L_20, (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 **)(&V_4), /*hidden argument*/Dictionary_2_TryGetValue_mA9F32156C51260C5A961892D2C4B926C32EEAF53_RuntimeMethod_var); if (L_21) { goto IL_006d; } } IL_0068: { V_7 = (bool)0; IL2CPP_LEAVE(0xD0, FINALLY_00c0); } IL_006d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_22; L_22 = KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_inline((KeyValuePair_2_t9585352F1262B05812137CD6E781AB5A20EE5F87 *)(&V_3), /*hidden argument*/KeyValuePair_2_get_Value_m9FA977B5C93222FF6A11780278EBEE74FDE1378C_RuntimeMethod_var); V_5 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_22, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_23 = V_4; V_6 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_23, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_24 = V_5; NullCheck(L_24); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_25; L_25 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_24, /*hidden argument*/NULL); if (L_25) { goto IL_009b; } } IL_008d: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_26 = V_6; NullCheck(L_26); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_27; L_27 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_26, /*hidden argument*/NULL); V_7 = (bool)((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_27) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0); IL2CPP_LEAVE(0xD0, FINALLY_00c0); } IL_009b: { JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_28 = V_5; NullCheck(L_28); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_29; L_29 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_28, /*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_30 = V_6; NullCheck(L_30); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_31; L_31 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(L_30, /*hidden argument*/NULL); NullCheck(L_29); bool L_32; L_32 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(11 /* System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken) */, L_29, L_31); if (L_32) { goto IL_00b5; } } IL_00b0: { V_7 = (bool)0; IL2CPP_LEAVE(0xD0, FINALLY_00c0); } IL_00b5: { bool L_33; L_33 = Enumerator_MoveNext_m509C99FBE0AC5D45920770F24AE0FB206A152411((Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F *)(&V_2), /*hidden argument*/Enumerator_MoveNext_m509C99FBE0AC5D45920770F24AE0FB206A152411_RuntimeMethod_var); if (L_33) { goto IL_004f; } } IL_00be: { IL2CPP_LEAVE(0xCE, FINALLY_00c0); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00c0; } FINALLY_00c0: {// begin finally (depth: 1) Enumerator_Dispose_m91E142CF5F911AFC2CC335A7FC9BC5A7715F8733((Enumerator_t98F57CEC24A1D2E1E989FF21A8ADDBC90BA68E2F *)(&V_2), /*hidden argument*/Enumerator_Dispose_m91E142CF5F911AFC2CC335A7FC9BC5A7715F8733_RuntimeMethod_var); IL2CPP_END_FINALLY(192) }// end finally (depth: 1) IL2CPP_CLEANUP(192) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xD0, IL_00d0) IL2CPP_JUMP_TBL(0xCE, IL_00ce) } IL_00ce: { return (bool)1; } IL_00d0: { bool L_34 = V_7; return L_34; } } // System.Void Newtonsoft.Json.Linq.JPropertyKeyedCollection::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JPropertyKeyedCollection__cctor_mC46B8292DD49129C3253A1AC3B4E7F1B3090A5C9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0; L_0 = StringComparer_get_Ordinal_mF3B6370BEBD77351DB5218C867DCD669C47B8812_inline(/*hidden argument*/NULL); ((JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_StaticFields*)il2cpp_codegen_static_fields_for(JPropertyKeyedCollection_t219F62CD15C1D6C625D656744FB107DDC5710E39_il2cpp_TypeInfo_var))->set_Comparer_2(L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JRaw::.ctor(Newtonsoft.Json.Linq.JRaw) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JRaw__ctor_m0C15E0FCD510E8B5BD3862491730D1FAA158BBA8 (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * __this, JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * ___other0, const RuntimeMethod* method) { { JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * L_0 = ___other0; JValue__ctor_m522D4B6EB93F27086CB92384657550E609A3167B(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JRaw::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JRaw__ctor_m9F35CC695B1A9423ECB6CE9D908BA895937B45BA (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * __this, RuntimeObject * ___rawJson0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___rawJson0; JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796(__this, L_0, ((int32_t)13), /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Linq.JRaw Newtonsoft.Json.Linq.JRaw::Create(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * JRaw_Create_mA849B3DCFA5DC6EE251212E595069E7DB280F7A7 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * V_0 = NULL; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * V_1 = NULL; JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_1 = (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 *)il2cpp_codegen_object_new(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); StringWriter__ctor_mDF4AB6FD46E8B9824F2F7A9C26EA086A2C1AE5CF(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000b: try {// begin try (depth: 1) { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_2 = V_0; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_3 = (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 *)il2cpp_codegen_object_new(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; } IL_0012: try {// begin try (depth: 2) JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_4 = V_1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; NullCheck(L_4); JsonWriter_WriteToken_mDB4120EA9CDDE4A793B0EC6CC00A0C2AA539258D(L_4, L_5, /*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_6 = V_0; NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * L_8 = (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 *)il2cpp_codegen_object_new(JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9_il2cpp_TypeInfo_var); JRaw__ctor_m9F35CC695B1A9423ECB6CE9D908BA895937B45BA(L_8, L_7, /*hidden argument*/NULL); V_2 = L_8; IL2CPP_LEAVE(0x3B, FINALLY_0027); }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0027; } FINALLY_0027: {// begin finally (depth: 2) { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_9 = V_1; if (!L_9) { goto IL_0030; } } IL_002a: { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_10 = V_1; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0030: { IL2CPP_END_FINALLY(39) } }// end finally (depth: 2) IL2CPP_CLEANUP(39) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_END_CLEANUP(0x3B, FINALLY_0031); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0031; } FINALLY_0031: {// begin finally (depth: 1) { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_11 = V_0; if (!L_11) { goto IL_003a; } } IL_0034: { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_12 = V_0; NullCheck(L_12); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_12); } IL_003a: { IL2CPP_END_FINALLY(49) } }// end finally (depth: 1) IL2CPP_CLEANUP(49) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3B, IL_003b) } IL_003b: { JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * L_13 = V_2; return L_13; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JRaw::CloneToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JRaw_CloneToken_mE4EA25DCCE8607F61C67A746D9AD49A20DC85126 (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * L_0 = (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 *)il2cpp_codegen_object_new(JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9_il2cpp_TypeInfo_var); JRaw__ctor_m0C15E0FCD510E8B5BD3862491730D1FAA158BBA8(L_0, __this, /*hidden argument*/NULL); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JContainer Newtonsoft.Json.Linq.JToken::get_Parent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_0(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::set_Parent(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_set_Parent_m94681C41A4BF5A88AFB6202CF0EB85E9DB37C6C0 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___value0, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = ___value0; __this->set__parent_0(L_0); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Root() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Root_mE526DA2686E0BD42C4A3FA7F2ACC9423A08C1D14 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * V_0 = NULL; { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0; L_0 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(__this, /*hidden argument*/NULL); V_0 = L_0; JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_1 = V_0; if (L_1) { goto IL_0013; } } { return __this; } IL_000c: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2 = V_0; NullCheck(L_2); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_3; L_3 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_2, /*hidden argument*/NULL); V_0 = L_3; } IL_0013: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_4 = V_0; NullCheck(L_4); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5; L_5 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_000c; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_6 = V_0; return L_6; } } // System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_DeepEquals_mFE3F9E2138F788E6C01E86CDE5AB248039D9BF9C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t10, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t21, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___t10; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___t21; if ((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_1))) { goto IL_0014; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___t10; if (!L_2) { goto IL_0012; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___t21; if (!L_3) { goto IL_0012; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___t10; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = ___t21; NullCheck(L_4); bool L_6; L_6 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(11 /* System.Boolean Newtonsoft.Json.Linq.JToken::DeepEquals(Newtonsoft.Json.Linq.JToken) */, L_4, L_5); return L_6; } IL_0012: { return (bool)0; } IL_0014: { return (bool)1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Next() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Next_m44ABBA6AFA7E2ABEEBAF36D1DFC86B4233F92609 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__next_2(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::set_Next(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_set_Next_m96AA1C89A407E117CFBCBF74273585ADFD4DA3C1 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; __this->set__next_2(L_0); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Previous() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Previous_m53C5EB9DF6DAF5BE72D7AB4DBC63DA5D762D5525 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__previous_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::set_Previous(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_set_Previous_m0898C6221FA388B7F31ADBAD05E14671F5D65108 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; __this->set__previous_1(L_0); return; } } // System.String Newtonsoft.Json.Linq.JToken::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_get_Path_m5F6A7644954DECFC78755CD1C1D8B5CE88B85A73 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Reverse_mC76A2C148E13847ACB902B884729E2142D1EF0F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_1 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_2 = NULL; int32_t V_3 = 0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * V_4 = NULL; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A V_5; memset((&V_5), 0, sizeof(V_5)); int32_t V_6 = 0; Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C V_7; memset((&V_7), 0, sizeof(V_7)); { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0; L_0 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_2 = (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *)il2cpp_codegen_object_new(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var); List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E(L_2, /*hidden argument*/List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var); V_0 = L_2; V_1 = (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL; V_2 = __this; goto IL_0092; } IL_001a: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = V_2; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_3); V_3 = L_4; int32_t L_5 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_5, (int32_t)2))) { case 0: { goto IL_005f; } case 1: { goto IL_005f; } case 2: { goto IL_0037; } } } { goto IL_0089; } IL_0037: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = V_2; V_4 = ((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_6, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_7 = V_0; JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A *)(&V_5), 1, /*hidden argument*/NULL); JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_8 = V_4; NullCheck(L_8); String_t* L_9; L_9 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(L_8, /*hidden argument*/NULL); (&V_5)->set_PropertyName_3(L_9); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_10 = V_5; NullCheck(L_7); List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1(L_7, L_10, /*hidden argument*/List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var); goto IL_0089; } IL_005f: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11 = V_1; if (!L_11) { goto IL_0089; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_12 = V_2; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13 = V_1; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_12, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var))); int32_t L_14; L_14 = InterfaceFuncInvoker1< int32_t, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(2 /* System.Int32 System.Collections.Generic.IList`1::IndexOf(!0) */, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_12, IList_1_t1B835ABED4DA8CA5CC72CD36C380226D95A35AFA_il2cpp_TypeInfo_var)), L_13); V_6 = L_14; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_15 = V_0; JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A *)(&V_5), 2, /*hidden argument*/NULL); int32_t L_16 = V_6; (&V_5)->set_Position_2(L_16); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_17 = V_5; NullCheck(L_15); List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1(L_15, L_17, /*hidden argument*/List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var); } IL_0089: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_18 = V_2; V_1 = L_18; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = V_2; NullCheck(L_19); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_20; L_20 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_19, /*hidden argument*/NULL); V_2 = L_20; } IL_0092: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_21 = V_2; if (L_21) { goto IL_001a; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_22 = V_0; NullCheck(L_22); List_1_Reverse_mC76A2C148E13847ACB902B884729E2142D1EF0F1(L_22, /*hidden argument*/List_1_Reverse_mC76A2C148E13847ACB902B884729E2142D1EF0F1_RuntimeMethod_var); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_23 = V_0; il2cpp_codegen_initobj((&V_7), sizeof(Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C )); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_24 = V_7; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); String_t* L_25; L_25 = JsonPosition_BuildPath_mD1C39DF63A6A7B523814601A0AE397050B997099(L_23, L_24, /*hidden argument*/NULL); return L_25; } } // System.Void Newtonsoft.Json.Linq.JToken::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken__ctor_m9A33E190E3C706DAAE8855FE59F7FD6138730A23 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Item(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Item_m4508A72C96C1C66F8C7EC215C0C723F89C46632A (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, RuntimeObject * ___key0, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7FBC556EF5B037D33CDCF1F900DD313CAA9FEE4)), L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_get_Item_m4508A72C96C1C66F8C7EC215C0C723F89C46632A_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.Linq.JToken::set_Item(System.Object,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_set_Item_mD3ECA751B669009F027A5B4F3F91B05B2189CD4C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, RuntimeObject * ___key0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value1, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAB206184711D67E79B2842F8262F689143A2DE94)), L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_set_Item_mD3ECA751B669009F027A5B4F3F91B05B2189CD4C_RuntimeMethod_var))); } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_First() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_First_m35FC03384D6D3BB03FF927106B43EAA3849D3A9A (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7FBC556EF5B037D33CDCF1F900DD313CAA9FEE4)), L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_get_First_m35FC03384D6D3BB03FF927106B43EAA3849D3A9A_RuntimeMethod_var))); } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Last_m5ED6C283D197095C527BC16E830508E150ECF87C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_1; L_1 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(__this, /*hidden argument*/NULL); String_t* L_2; L_2 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC7FBC556EF5B037D33CDCF1F900DD313CAA9FEE4)), L_0, L_1, /*hidden argument*/NULL); InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_3 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_3, L_2, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_get_Last_m5ED6C283D197095C527BC16E830508E150ECF87C_RuntimeMethod_var))); } } // Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 JToken_Children_m4CA11C47EF29671EBF3985DCE33F7B4B25BC63B5 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_il2cpp_TypeInfo_var); JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 L_0 = ((JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_StaticFields*)il2cpp_codegen_static_fields_for(JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87_il2cpp_TypeInfo_var))->get_Empty_0(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::Remove() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_Remove_mB38D4289F80AB38649500BA72BD8200D5E5714BC (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_0(); if (L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral763B440B89C2BEAB56B575C7128AED7D0BF0D02D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_Remove_mB38D4289F80AB38649500BA72BD8200D5E5714BC_RuntimeMethod_var))); } IL_0013: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2 = __this->get__parent_0(); NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker1< bool, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(74 /* System.Boolean Newtonsoft.Json.Linq.JContainer::RemoveItem(Newtonsoft.Json.Linq.JToken) */, L_2, __this); return; } } // System.Void Newtonsoft.Json.Linq.JToken::Replace(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_Replace_m83831E295B24F26ECA37DF56400004390AD5DFF8 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_0(); if (L_0) { goto IL_0013; } } { InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB * L_1 = (InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t10D3EE59AD28EC641ACEE05BCA4271A527E5ECAB_il2cpp_TypeInfo_var))); InvalidOperationException__ctor_mC012CE552988309733C896F3FEA8249171E4402E(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral763B440B89C2BEAB56B575C7128AED7D0BF0D02D)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_Replace_m83831E295B24F26ECA37DF56400004390AD5DFF8_RuntimeMethod_var))); } IL_0013: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2 = __this->get__parent_0(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___value0; NullCheck(L_2); VirtualActionInvoker2< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(78 /* System.Void Newtonsoft.Json.Linq.JContainer::ReplaceItem(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) */, L_2, __this, L_3); return; } } // System.String Newtonsoft.Json.Linq.JToken::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_ToString_m731E8FCC3BF4A1B3D705D478A8B621BE3EE20468 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_0 = (JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4*)(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4*)SZArrayNew(JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4_il2cpp_TypeInfo_var, (uint32_t)0); String_t* L_1; L_1 = JToken_ToString_m9E53ED75AB4A3EF07D4C3EB0D7D44383D89F58BA(__this, 1, L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Linq.JToken::ToString(Newtonsoft.Json.Formatting,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_ToString_m9E53ED75AB4A3EF07D4C3EB0D7D44383D89F58BA (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, int32_t ___formatting0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * V_0 = NULL; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * V_1 = NULL; String_t* V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_1 = (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 *)il2cpp_codegen_object_new(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); StringWriter__ctor_mDF4AB6FD46E8B9824F2F7A9C26EA086A2C1AE5CF(L_1, L_0, /*hidden argument*/NULL); V_0 = L_1; } IL_000b: try {// begin try (depth: 1) StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_2 = V_0; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_3 = (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 *)il2cpp_codegen_object_new(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A(L_3, L_2, /*hidden argument*/NULL); V_1 = L_3; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_4 = V_1; int32_t L_5 = ___formatting0; NullCheck(L_4); JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44(L_4, L_5, /*hidden argument*/NULL); JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_6 = V_1; JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_7 = ___converters1; VirtualActionInvoker2< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* >::Invoke(20 /* System.Void Newtonsoft.Json.Linq.JToken::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) */, __this, L_6, L_7); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_8 = V_0; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); V_2 = L_9; IL2CPP_LEAVE(0x34, FINALLY_002a); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002a; } FINALLY_002a: {// begin finally (depth: 1) { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_10 = V_0; if (!L_10) { goto IL_0033; } } IL_002d: { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0033: { IL2CPP_END_FINALLY(42) } }// end finally (depth: 1) IL2CPP_CLEANUP(42) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x34, IL_0034) } IL_0034: { String_t* L_12 = V_2; return L_12; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JToken::EnsureValue(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3_RuntimeMethod_var))); } IL_000e: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; if (!((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)IsInstClass((RuntimeObject*)L_2, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var))) { goto IL_0023; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___value0; NullCheck(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_3, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var))); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_3, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___value0 = L_4; } IL_0023: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = ___value0; return ((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)IsInstClass((RuntimeObject*)L_5, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)); } } // System.String Newtonsoft.Json.Linq.JToken::GetType(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___token0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___token0; if (!((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)IsInstClass((RuntimeObject*)L_1, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var))) { goto IL_0020; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___token0; NullCheck(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_2, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var))); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3; L_3 = JProperty_get_Value_m6E4A8DB7DF48E5C9AEB1DF22A36FC70F5B63DFB7(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_2, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); ___token0 = L_3; } IL_0020: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = ___token0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_4); V_0 = L_5; RuntimeObject * L_6 = Box(JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var, (&V_0)); NullCheck(L_6); String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_6); V_0 = *(int32_t*)UnBox(L_6); return L_7; } } // System.Boolean Newtonsoft.Json.Linq.JToken::ValidateToken(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JTokenType[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___o0, JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* ___validTypes1, bool ___nullable2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisJTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_m89027FDE78B37D1F4BD727B05E47577E150CD9DC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_0 = ___validTypes1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___o0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_1); int32_t L_3; L_3 = Array_IndexOf_TisJTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_m89027FDE78B37D1F4BD727B05E47577E150CD9DC(L_0, L_2, /*hidden argument*/Array_IndexOf_TisJTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_m89027FDE78B37D1F4BD727B05E47577E150CD9DC_RuntimeMethod_var); if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_002b; } } { bool L_4 = ___nullable2; if (!L_4) { goto IL_0029; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = ___o0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_5); if ((((int32_t)L_6) == ((int32_t)((int32_t)10)))) { goto IL_0027; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___o0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_7); return (bool)((((int32_t)L_8) == ((int32_t)((int32_t)11)))? 1 : 0); } IL_0027: { return (bool)1; } IL_0029: { return (bool)0; } IL_002b: { return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_op_Explicit_mB151E43F59905323634A640F2324C2C775B34661 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_BooleanTypes_4(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC4725DD136EE22B092A23EE74B30092209CC02E)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mB151E43F59905323634A640F2324C2C775B34661_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_14; L_14 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.DateTimeOffset Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 JToken_op_Explicit_mDD6DCA9D08C1C324D5A0C27568447CFCE8EE4C29 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48EAEF86840EA0DE92EA431D402FFF3D3E7F5C82)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mDD6DCA9D08C1C324D5A0C27568447CFCE8EE4C29_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_004c; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); return ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_14, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); } IL_004c: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16; L_16 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_15, /*hidden argument*/NULL); if (!((String_t*)IsInstSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var))) { goto IL_006f; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_17 = V_0; NullCheck(L_17); RuntimeObject * L_18; L_18 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_17, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19; L_19 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_20; L_20 = DateTimeOffset_Parse_mEAC1F90F2294A19A5DC107BD74A3C50FBE5D3D56(((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var)), L_19, /*hidden argument*/NULL); return L_20; } IL_006f: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22; L_22 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_21, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_23; L_23 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_24; L_24 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_22, L_23, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_25; memset((&L_25), 0, sizeof(L_25)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_25), L_24, /*hidden argument*/NULL); return L_25; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JToken_op_Explicit_m2F30DFABCECACB7AB712BE62217C201C61DD572C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_BooleanTypes_4(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC4725DD136EE22B092A23EE74B30092209CC02E)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m2F30DFABCECACB7AB712BE62217C201C61DD572C_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_19; L_19 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); return L_20; } } // System.Int64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JToken_op_Explicit_m4E7617246CBC1C0E00D1F248C1C02ED1B25D6DEA (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8881DC49C95430A1180DDEE93C62F2AFE11B204E)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m4E7617246CBC1C0E00D1F248C1C02ED1B25D6DEA_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_14; L_14 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D JToken_op_Explicit_m1782351556514AF927F616EA733E969AA5EC9A8C (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D V_1; memset((&V_1), 0, sizeof(V_1)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_2; memset((&V_2), 0, sizeof(V_2)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D )); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDE90696F8F73CDABA9D44788D89BD38BB739310)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m1782351556514AF927F616EA733E969AA5EC9A8C_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_14, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_0066; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_15 = V_0; NullCheck(L_15); RuntimeObject * L_16; L_16 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_15, /*hidden argument*/NULL); V_2 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_16, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_17; L_17 = DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_2), /*hidden argument*/NULL); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_18; memset((&L_18), 0, sizeof(L_18)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_18), L_17, /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); return L_18; } IL_0066: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_19 = V_0; NullCheck(L_19); RuntimeObject * L_20; L_20 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_19, /*hidden argument*/NULL); if (L_20) { goto IL_0078; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D )); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_21 = V_1; return L_21; } IL_0078: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23; L_23 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_22, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_24; L_24 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25; L_25 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_23, L_24, /*hidden argument*/NULL); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_26; memset((&L_26), 0, sizeof(L_26)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_26), L_25, /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); return L_26; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 JToken_op_Explicit_m6C40F0E59766F9219D60212D2D330602820780F8 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 )); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral48EAEF86840EA0DE92EA431D402FFF3D3E7F5C82)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m6C40F0E59766F9219D60212D2D330602820780F8_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 )); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_006b; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19; L_19 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_18, /*hidden argument*/NULL); void* L_20 = alloca(sizeof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 )); UnBoxNullable(L_19, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, L_20); return ((*(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *)((Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 *)L_20))); } IL_006b: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22; L_22 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_21, /*hidden argument*/NULL); if (!((String_t*)IsInstSealed((RuntimeObject*)L_22, String_t_il2cpp_TypeInfo_var))) { goto IL_0093; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24; L_24 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_23, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25; L_25 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_26; L_26 = DateTimeOffset_Parse_mEAC1F90F2294A19A5DC107BD74A3C50FBE5D3D56(((String_t*)CastclassSealed((RuntimeObject*)L_24, String_t_il2cpp_TypeInfo_var)), L_25, /*hidden argument*/NULL); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_27; memset((&L_27), 0, sizeof(L_27)); Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763((&L_27), L_26, /*hidden argument*/Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); return L_27; } IL_0093: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_28 = V_0; NullCheck(L_28); RuntimeObject * L_29; L_29 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_28, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_30; L_30 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_31; L_31 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_29, L_30, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_32; memset((&L_32), 0, sizeof(L_32)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_32), L_31, /*hidden argument*/NULL); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_33; memset((&L_33), 0, sizeof(L_33)); Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763((&L_33), L_32, /*hidden argument*/Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); return L_33; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E JToken_op_Explicit_m91E7B6CEB4DB81BE2CE97D42C5D9ED0235A1BF31 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E )); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE524209FD7852D4BFC6F56FA4030DA350A8D53F2)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m91E7B6CEB4DB81BE2CE97D42C5D9ED0235A1BF31_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E )); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_19; L_19 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_17, L_18, /*hidden argument*/NULL); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 JToken_op_Explicit_m916EDCDE86ABE1AC4F6B458BF40362582941ED90 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 )); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43B80911D18946C7FE345661DF97BD5515EB199A)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m916EDCDE86ABE1AC4F6B458BF40362582941ED90_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 )); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_19; L_19 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 JToken_op_Explicit_mAA1F8A93F7F7EB1C4233246406815B04225CE918 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 )); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_CharTypes_10(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D1965A6A91AFB48D7FBE01C9B7E846038FBFC29)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mAA1F8A93F7F7EB1C4233246406815B04225CE918_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 )); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Il2CppChar L_19; L_19 = Convert_ToChar_m0C160282A8831A0BA4A9AD022E9F16FD33944D13(L_17, L_18, /*hidden argument*/NULL); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m1EB62BB33CD8233011F3DB0706358F80889D48DE_RuntimeMethod_var); return L_20; } } // System.Int32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JToken_op_Explicit_m8375005A9901DF69721432BA14A6244191A70BF9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCEA286560B5DBC370A8FA58530CA20FCB6665CC)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m8375005A9901DF69721432BA14A6244191A70BF9_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_14; L_14 = Convert_ToInt32_mCDD3456A0F07EF72C62EF668CF9141937D0EB041(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Int16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t JToken_op_Explicit_m5204A020C1CA93FA7A823997187A4CC8EAB6FFDF (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF3629043199020600B6B5ADAA1AD503127E95D4)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m5204A020C1CA93FA7A823997187A4CC8EAB6FFDF_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_14; L_14 = Convert_ToInt16_m965BCD158D36866DB719B5BECDE5CF2063270B1D(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.UInt16 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t JToken_op_Explicit_m87EA6319EA3E3E1B98C1ED7424F43B238E4F987E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA68121A7DD250F5946C3F1FD9C67B806D40CC9B8)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m87EA6319EA3E3E1B98C1ED7424F43B238E4F987E_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_14; L_14 = Convert_ToUInt16_m5D8C37C605ABD7DFB52EB26E9C00CA6C490CC99A(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Char Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JToken_op_Explicit_m0590FD1039A9915EA8B693238BC461158C42529E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_CharTypes_10(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9D1965A6A91AFB48D7FBE01C9B7E846038FBFC29)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m0590FD1039A9915EA8B693238BC461158C42529E_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Il2CppChar L_14; L_14 = Convert_ToChar_m0C160282A8831A0BA4A9AD022E9F16FD33944D13(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Byte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t JToken_op_Explicit_m5E49DBB5487D233239300D290AA67F3312547899 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral799D5178AA79F4C1159DAB078A4ADE8922F44A9E)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m5E49DBB5487D233239300D290AA67F3312547899_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_14; L_14 = Convert_ToByte_mEFC842B4E919DD42974ABF5F64D20603E6BC536B(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.SByte Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t JToken_op_Explicit_m3C2674D8BCCF2148736AAF2F4CE8D80C81986941 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral71B677FAEF6AE08781DAC0FF7D705F7818645612)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m3C2674D8BCCF2148736AAF2F4CE8D80C81986941_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_14; L_14 = Convert_ToSByte_m0D150AF2219315ECE7DD905DA5B71DD2D79024E3(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JToken_op_Explicit_m4FEF9B3DBAC7F99F365CC6D9612F6B467ADA4BCF (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCEA286560B5DBC370A8FA58530CA20FCB6665CC)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m4FEF9B3DBAC7F99F365CC6D9612F6B467ADA4BCF_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_19; L_19 = Convert_ToInt32_mCDD3456A0F07EF72C62EF668CF9141937D0EB041(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 JToken_op_Explicit_m0A23DF8E211CBF20F2D107B9DA8E2B6DD77DD081 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 )); Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF3629043199020600B6B5ADAA1AD503127E95D4)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m0A23DF8E211CBF20F2D107B9DA8E2B6DD77DD081_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 )); Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int16_t L_19; L_19 = Convert_ToInt16_m965BCD158D36866DB719B5BECDE5CF2063270B1D(L_17, L_18, /*hidden argument*/NULL); Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m5B97107C16070160682CC9A92A63BD81D5EFE230_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE JToken_op_Explicit_m57A0E69DB74E588DF9A080B627E951B2185DE59E (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE )); Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA68121A7DD250F5946C3F1FD9C67B806D40CC9B8)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m57A0E69DB74E588DF9A080B627E951B2185DE59E_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE )); Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint16_t L_19; L_19 = Convert_ToUInt16_m5D8C37C605ABD7DFB52EB26E9C00CA6C490CC99A(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mD3DA9D9DDF3A934924ADBFA90B86245BA46D0BE9_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A JToken_op_Explicit_mC9E25F54EFBEBCCCC9C90E7706E8729BD88FE019 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A )); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral799D5178AA79F4C1159DAB078A4ADE8922F44A9E)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mC9E25F54EFBEBCCCC9C90E7706E8729BD88FE019_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A )); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_19; L_19 = Convert_ToByte_mEFC842B4E919DD42974ABF5F64D20603E6BC536B(L_17, L_18, /*hidden argument*/NULL); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m7D2D32C0C070709352BF29717ADA833D30D530D8_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 JToken_op_Explicit_m14D75EE97D98C9C5691B089A98248F9419FC822F (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 )); Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral71B677FAEF6AE08781DAC0FF7D705F7818645612)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m14D75EE97D98C9C5691B089A98248F9419FC822F_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 )); Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int8_t L_19; L_19 = Convert_ToSByte_m0D150AF2219315ECE7DD905DA5B71DD2D79024E3(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m80427DFC9A9EAE68C52A1F3B344ED5786B03D4C8_RuntimeMethod_var); return L_20; } } // System.DateTime Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 JToken_op_Explicit_mC2EA977CBD292133B27E38447FED7B79347B1D7D (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_DateTimeTypes_11(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDDE90696F8F73CDABA9D44788D89BD38BB739310)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mC2EA977CBD292133B27E38447FED7B79347B1D7D_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_0054; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); V_1 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_14, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_15; L_15 = DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_1), /*hidden argument*/NULL); return L_15; } IL_0054: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19; L_19 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_17, L_18, /*hidden argument*/NULL); return L_19; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F JToken_op_Explicit_mCC010FBC79F64CEC66EF02127D29F6B766DCAB69 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8881DC49C95430A1180DDEE93C62F2AFE11B204E)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mCC010FBC79F64CEC66EF02127D29F6B766DCAB69_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F )); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_19; L_19 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mB95BCE5E95EE768D22CA0FB9E8C9D41350AAE2C8_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A JToken_op_Explicit_m54ACA327F16469B6847601927A1EDDDA20FF940F (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A )); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2DE96E3C49CC21A8EAA43FDE8A1F1EE30904D510)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m54ACA327F16469B6847601927A1EDDDA20FF940F_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A )); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); float L_19; L_19 = Convert_ToSingle_m7F9762A76B5E4BB263CA6FE972114426B554F02E(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_mC71F3D8AB5E7FDF5364242B7E3500ADABF98AA6F_RuntimeMethod_var); return L_20; } } // System.Decimal Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 JToken_op_Explicit_m01D0834AA83423E14AA675F1379AACABA3FEFD10 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE524209FD7852D4BFC6F56FA4030DA350A8D53F2)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m01D0834AA83423E14AA675F1379AACABA3FEFD10_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_14; L_14 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 JToken_op_Explicit_mF8B3B58C0BE99BA4A281EF0DDFE378E8102D91F5 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 )); Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBA09CFA18EFBE0AA769B111CBC99DD9EDF05E13)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mF8B3B58C0BE99BA4A281EF0DDFE378E8102D91F5_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 )); Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_19; L_19 = Convert_ToUInt32_m1BB648A7C83181E903CE4B085D5C1B0632B4F26C(L_17, L_18, /*hidden argument*/NULL); Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m180FA4D167446E0995733E0D7A5133A40E5701F6_RuntimeMethod_var); return L_20; } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C JToken_op_Explicit_mF1F831B5190980344F6053A81BFC4284551861C0 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C V_1; memset((&V_1), 0, sizeof(V_1)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C )); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99E8AFCC00169DFFC0A572C9D9B1C2CADEC13267)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mF1F831B5190980344F6053A81BFC4284551861C0_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C )); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_19; L_19 = Convert_ToUInt64_m37E5BD172BE585136D4A89ABA321EDD5C4BB8E5B(L_17, L_18, /*hidden argument*/NULL); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_20; memset((&L_20), 0, sizeof(L_20)); Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702((&L_20), L_19, /*hidden argument*/Nullable_1__ctor_m360E0EA188B52673703A424D066961A8CC539702_RuntimeMethod_var); return L_20; } } // System.Double Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JToken_op_Explicit_mF0B4A4DE59F877B04AB2AAFAB95A36B463263626 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral43B80911D18946C7FE345661DF97BD5515EB199A)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mF0B4A4DE59F877B04AB2AAFAB95A36B463263626_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_14; L_14 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Single Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JToken_op_Explicit_mD4DD55C6987A1966CB844AB222140C0BA6322C46 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2DE96E3C49CC21A8EAA43FDE8A1F1EE30904D510)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mD4DD55C6987A1966CB844AB222140C0BA6322C46_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); float L_14; L_14 = Convert_ToSingle_m7F9762A76B5E4BB263CA6FE972114426B554F02E(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.String Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JToken_op_Explicit_m18EEEE9F461F450D7F7E5A49C642AA40D9CFF3C9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2; L_2 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_1, /*hidden argument*/NULL); V_0 = L_2; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_5 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_StringTypes_6(); bool L_6; L_6 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_4, L_5, (bool)1, /*hidden argument*/NULL); if (L_6) { goto IL_0038; } } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA32848F898F4A6B651C6921CA590EDBD1702DC2D)), L_7, L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m18EEEE9F461F450D7F7E5A49C642AA40D9CFF3C9_RuntimeMethod_var))); } IL_0038: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13; L_13 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0042; } } { return (String_t*)NULL; } IL_0042: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15; L_15 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_14, /*hidden argument*/NULL); if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_15, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0060; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_18; L_18 = Convert_ToBase64String_mE6E1FE504EF1E99DB2F8B92180A82A5F1512EF6A(((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_17, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_18; } IL_0060: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_19 = V_0; NullCheck(L_19); RuntimeObject * L_20; L_20 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_19, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_22; L_22 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_20, L_21, /*hidden argument*/NULL); return L_22; } } // System.UInt32 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t JToken_op_Explicit_m985B22F3DA346F51A6F582E21AB83ACC25D4A394 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDBA09CFA18EFBE0AA769B111CBC99DD9EDF05E13)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m985B22F3DA346F51A6F582E21AB83ACC25D4A394_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint32_t L_14; L_14 = Convert_ToUInt32_m1BB648A7C83181E903CE4B085D5C1B0632B4F26C(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.UInt64 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t JToken_op_Explicit_m06B72D4DB16DC1EE4D0D5BE85D6E140219E18976 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_NumberTypes_5(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99E8AFCC00169DFFC0A572C9D9B1C2CADEC13267)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m06B72D4DB16DC1EE4D0D5BE85D6E140219E18976_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint64_t L_14; L_14 = Convert_ToUInt64_m37E5BD172BE585136D4A89ABA321EDD5C4BB8E5B(L_12, L_13, /*hidden argument*/NULL); return L_14; } } // System.Guid Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t JToken_op_Explicit_m8CBCBF71355B4B848B42C6F07E664D4F01F5A427 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_GuidTypes_7(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32DB7F07C26C7CE47E0088B5212B53D76498CEC5)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m8CBCBF71355B4B848B42C6F07E664D4F01F5A427_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_12, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0051; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); Guid_t L_15; memset((&L_15), 0, sizeof(L_15)); Guid__ctor_mF8AE01C2F4776B1E3055CFE1243A01AFC242E5FB((&L_15), ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_14, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_15; } IL_0051: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0074; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19; L_19 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20; L_20 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_21; L_21 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_19, L_20, /*hidden argument*/NULL); Guid_t L_22; memset((&L_22), 0, sizeof(L_22)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_22), L_21, /*hidden argument*/NULL); return L_22; } IL_0074: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24; L_24 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_23, /*hidden argument*/NULL); return ((*(Guid_t *)((Guid_t *)UnBox(L_24, Guid_t_il2cpp_TypeInfo_var)))); } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE JToken_op_Explicit_m2E5E5BAFAF2F3FCF4A65BB9D822F53332B85CB19 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE V_1; memset((&V_1), 0, sizeof(V_1)); Guid_t G_B12_0; memset((&G_B12_0), 0, sizeof(G_B12_0)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE )); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_GuidTypes_7(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32DB7F07C26C7CE47E0088B5212B53D76498CEC5)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m2E5E5BAFAF2F3FCF4A65BB9D822F53332B85CB19_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE )); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_17, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_0075; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19; L_19 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_18, /*hidden argument*/NULL); Guid_t L_20; memset((&L_20), 0, sizeof(L_20)); Guid__ctor_mF8AE01C2F4776B1E3055CFE1243A01AFC242E5FB((&L_20), ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_19, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_21; memset((&L_21), 0, sizeof(L_21)); Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE((&L_21), L_20, /*hidden argument*/Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_RuntimeMethod_var); return L_21; } IL_0075: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_22 = V_0; NullCheck(L_22); RuntimeObject * L_23; L_23 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_22, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_23, Guid_t_il2cpp_TypeInfo_var))) { goto IL_0099; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_24 = V_0; NullCheck(L_24); RuntimeObject * L_25; L_25 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_24, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26; L_26 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_27; L_27 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_25, L_26, /*hidden argument*/NULL); Guid_t L_28; memset((&L_28), 0, sizeof(L_28)); Guid__ctor_mF80313305B9CD2AD39B621E1CEC5C7DFDFFBDE66((&L_28), L_27, /*hidden argument*/NULL); G_B12_0 = L_28; goto IL_00a4; } IL_0099: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_29 = V_0; NullCheck(L_29); RuntimeObject * L_30; L_30 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_29, /*hidden argument*/NULL); G_B12_0 = ((*(Guid_t *)((Guid_t *)UnBox(L_30, Guid_t_il2cpp_TypeInfo_var)))); } IL_00a4: { Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_31; memset((&L_31), 0, sizeof(L_31)); Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE((&L_31), G_B12_0, /*hidden argument*/Nullable_1__ctor_m4B5365897362163C5641156C29AC87825804CFDE_RuntimeMethod_var); return L_31; } } // System.TimeSpan Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 JToken_op_Explicit_m54FA346024FF931A676EFD4F1987C90C35CB62B0 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1; L_1 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_0, /*hidden argument*/NULL); V_0 = L_1; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0018; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_TimeSpanTypes_8(); bool L_5; L_5 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_3, L_4, (bool)0, /*hidden argument*/NULL); if (L_5) { goto IL_0033; } } IL_0018: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_8; L_8 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_7, /*hidden argument*/NULL); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8AAF04E4BB5DCF25FE64750FA93D15C567F233E9)), L_6, L_8, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_10 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_10, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m54FA346024FF931A676EFD4F1987C90C35CB62B0_RuntimeMethod_var))); } IL_0033: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11 = V_0; NullCheck(L_11); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_11, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_0056; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_16; L_16 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_14, L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_17; L_17 = ConvertUtils_ParseTimeSpan_m9E697B3AB3DB73C76A1FC1BA18D7ED949B9DAFB8(L_16, /*hidden argument*/NULL); return L_17; } IL_0056: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19; L_19 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_18, /*hidden argument*/NULL); return ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_19, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); } } // System.Nullable`1 Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F JToken_op_Explicit_mFA8ADA35CB594687E9F0113ED09EC6D74F17E236 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_1; memset((&V_1), 0, sizeof(V_1)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 G_B10_0; memset((&G_B10_0), 0, sizeof(G_B10_0)); { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_000d; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_1 = V_1; return L_1; } IL_000d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3; L_3 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_2, /*hidden argument*/NULL); V_0 = L_3; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; if (!L_4) { goto IL_0025; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_5 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_TimeSpanTypes_8(); bool L_7; L_7 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_5, L_6, (bool)1, /*hidden argument*/NULL); if (L_7) { goto IL_0040; } } IL_0025: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_10; L_10 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_9, /*hidden argument*/NULL); String_t* L_11; L_11 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8AAF04E4BB5DCF25FE64750FA93D15C567F233E9)), L_8, L_10, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_12 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_12, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_mFA8ADA35CB594687E9F0113ED09EC6D74F17E236_RuntimeMethod_var))); } IL_0040: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_13 = V_0; NullCheck(L_13); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_13, /*hidden argument*/NULL); if (L_14) { goto IL_0052; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_15 = V_1; return L_15; } IL_0052: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_0076; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_18 = V_0; NullCheck(L_18); RuntimeObject * L_19; L_19 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_18, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20; L_20 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_21; L_21 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_19, L_20, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_22; L_22 = ConvertUtils_ParseTimeSpan_m9E697B3AB3DB73C76A1FC1BA18D7ED949B9DAFB8(L_21, /*hidden argument*/NULL); G_B10_0 = L_22; goto IL_0081; } IL_0076: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_23 = V_0; NullCheck(L_23); RuntimeObject * L_24; L_24 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_23, /*hidden argument*/NULL); G_B10_0 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_24, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); } IL_0081: { Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_25; memset((&L_25), 0, sizeof(L_25)); Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392((&L_25), G_B10_0, /*hidden argument*/Nullable_1__ctor_mDC3C6780EE7DE0F8B588FD0822A4FA0ED6B40392_RuntimeMethod_var); return L_25; } } // System.Uri Newtonsoft.Json.Linq.JToken::op_Explicit(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * JToken_op_Explicit_m524E51255C189ACEF140E6512CD59A3BB6F6F05B (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_0005: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2; L_2 = JToken_EnsureValue_mD9BF1931F2D2620F5766223BD28FBFCB494FD7F3(L_1, /*hidden argument*/NULL); V_0 = L_2; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; if (!L_3) { goto IL_001d; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_5 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->get_UriTypes_9(); bool L_6; L_6 = JToken_ValidateToken_m7320423DEF172C307C11350320BBAEEE1ECD60F9(L_4, L_5, (bool)1, /*hidden argument*/NULL); if (L_6) { goto IL_0038; } } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_9; L_9 = JToken_GetType_m06519AC13F6EA239FC499AE26A1695A2B9B5A298(L_8, /*hidden argument*/NULL); String_t* L_10; L_10 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9B3E94A9F0780F6A24D8E6C4582D68280C505B54)), L_7, L_9, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_11 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_11, L_10, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_op_Explicit_m524E51255C189ACEF140E6512CD59A3BB6F6F05B_RuntimeMethod_var))); } IL_0038: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_12 = V_0; NullCheck(L_12); RuntimeObject * L_13; L_13 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_0042; } } { return (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)NULL; } IL_0042: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_14 = V_0; NullCheck(L_14); RuntimeObject * L_15; L_15 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_14, /*hidden argument*/NULL); if (((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)IsInstClass((RuntimeObject*)L_15, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))) { goto IL_0065; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_16 = V_0; NullCheck(L_16); RuntimeObject * L_17; L_17 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_16, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_19; L_19 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_17, L_18, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_20 = (Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)il2cpp_codegen_object_new(Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); Uri__ctor_m7724F43B1525624FFF97A774B6B909B075714D5C(L_20, L_19, /*hidden argument*/NULL); return L_20; } IL_0065: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_21 = V_0; NullCheck(L_21); RuntimeObject * L_22; L_22 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_21, /*hidden argument*/NULL); return ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_22, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)); } } // System.Collections.IEnumerator Newtonsoft.Json.Linq.JToken::System.Collections.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JToken_System_Collections_IEnumerable_GetEnumerator_m95599D039968E3B90C1997E6EE537C820D81BD58 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t9DF74D741578F090EC2B64A9F94C72146C743F50_il2cpp_TypeInfo_var, __this); return L_0; } } // System.Collections.Generic.IEnumerator`1 Newtonsoft.Json.Linq.JToken::System.Collections.Generic.IEnumerable.GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JToken_System_Collections_Generic_IEnumerableU3CNewtonsoft_Json_Linq_JTokenU3E_GetEnumerator_m2F61612844C6A3DB9929667F95984D857BD8825F (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 V_0; memset((&V_0), 0, sizeof(V_0)); { JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 L_0; L_0 = VirtualFuncInvoker0< JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 >::Invoke(19 /* Newtonsoft.Json.Linq.JEnumerable`1 Newtonsoft.Json.Linq.JToken::Children() */, __this); V_0 = L_0; RuntimeObject* L_1; L_1 = JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93((JEnumerable_1_tA4813FA930C0C38C20F890E7FC8843DA3ADFFC87 *)(&V_0), /*hidden argument*/JEnumerable_1_GetEnumerator_mFA70FA10465C0A7566F7D560B6413BD17BAF1B93_RuntimeMethod_var); return L_1; } } // Newtonsoft.Json.JsonReader Newtonsoft.Json.Linq.JToken::CreateReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * JToken_CreateReader_m534B2D3BA2D5414584D4D85247D915D3304D71A9 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_0 = (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F *)il2cpp_codegen_object_new(JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F_il2cpp_TypeInfo_var); JTokenReader__ctor_m03B413BB58E3DDA88F4E3CD3EBE6F62E7E1ED8ED(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::FromObjectInternal(System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_FromObjectInternal_m776ECF83B95502D00BAB95CD86112ACBA43B4009 (RuntimeObject * ___o0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral592908E89FB7FA98394EFE855F9E890258274D8D); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject * L_0 = ___o0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral10682F3387EA548C626C08591967BD5D821B3ACA, /*hidden argument*/NULL); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_1 = ___jsonSerializer1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteral592908E89FB7FA98394EFE855F9E890258274D8D, /*hidden argument*/NULL); JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * L_2 = (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 *)il2cpp_codegen_object_new(JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41_il2cpp_TypeInfo_var); JTokenWriter__ctor_m3DBD4A5D531475B3267741A19B747604FE85770D(L_2, /*hidden argument*/NULL); V_1 = L_2; } IL_001c: try {// begin try (depth: 1) JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_3 = ___jsonSerializer1; JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * L_4 = V_1; RuntimeObject * L_5 = ___o0; NullCheck(L_3); JsonSerializer_Serialize_m9EA64D9079D4A2844D377A556D7D815B301BBC1D(L_3, L_4, L_5, /*hidden argument*/NULL); JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * L_6 = V_1; NullCheck(L_6); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7; L_7 = JTokenWriter_get_Token_m4339546A43E2B6ABE374211ED99558CA4863EC2B(L_6, /*hidden argument*/NULL); V_0 = L_7; IL2CPP_LEAVE(0x37, FINALLY_002d); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) { JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * L_8 = V_1; if (!L_8) { goto IL_0036; } } IL_0030: { JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * L_9 = V_1; NullCheck(L_9); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_9); } IL_0036: { IL2CPP_END_FINALLY(45) } }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10 = V_0; return L_10; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::FromObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_FromObject_m6FF17C857F570212A7A76D5621D7372210960DAF (RuntimeObject * ___o0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___o0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_1; L_1 = JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JToken_FromObjectInternal_m776ECF83B95502D00BAB95CD86112ACBA43B4009(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_mA45387A7E152199DAD85F9E8D6B8C1110C3BF74D (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, Type_t * ___objectType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; RuntimeObject * V_2 = NULL; Exception_t * V_3 = NULL; Type_t * V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; il2cpp::utils::ExceptionSupportStack __leave_targets; Type_t * G_B7_0 = NULL; Type_t * G_B12_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_0; L_0 = JsonConvert_get_DefaultSettings_m45F17C3434357C179C0A48E5AB5F9914AD8DDC82_inline(/*hidden argument*/NULL); if (L_0) { goto IL_02e0; } } { Type_t * L_1 = ___objectType0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_2; L_2 = ConvertUtils_GetTypeCode_m24C505D250D4660941EF7F67200DAADAE9CE900A(L_1, (bool*)(&V_0), /*hidden argument*/NULL); V_1 = L_2; bool L_3 = V_0; if (!L_3) { goto IL_0093; } } { int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, __this); if ((!(((uint32_t)L_4) == ((uint32_t)8)))) { goto IL_0068; } } IL_001f: try {// begin try (depth: 1) Type_t * L_5 = ___objectType0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_6; L_6 = JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629(/*hidden argument*/NULL); RuntimeObject * L_7; L_7 = JToken_ToObject_m6A061F56639FF4FFDAACBE4EA1CE51F881369E11(__this, L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; goto IL_02ed; }// 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Exception) { V_3 = ((Exception_t *)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t *)); Type_t * L_8 = ___objectType0; bool L_9; L_9 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(L_8, /*hidden argument*/NULL); if (L_9) { goto IL_0042; } } IL_003a: { Type_t * L_10 = ___objectType0; Type_t * L_11; L_11 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_10, /*hidden argument*/NULL); G_B7_0 = L_11; goto IL_0043; } IL_0042: { Type_t * L_12 = ___objectType0; G_B7_0 = L_12; } IL_0043: { V_4 = G_B7_0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))); String_t* L_14; L_14 = JToken_op_Explicit_m18EEEE9F461F450D7F7E5A49C642AA40D9CFF3C9(__this, /*hidden argument*/NULL); Type_t * L_15 = V_4; NullCheck(L_15); String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Reflection.MemberInfo::get_Name() */, L_15); String_t* L_17; L_17 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9A54BB338C94DE9E34760447F2716453F9AB2B09)), L_13, L_14, L_16, /*hidden argument*/NULL); Exception_t * L_18 = V_3; ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_19 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D82228EC0D314063BFC7BB308A43927D1D76852(L_19, L_17, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_ToObject_mA45387A7E152199DAD85F9E8D6B8C1110C3BF74D_RuntimeMethod_var))); } }// end catch (depth: 1) IL_0068: { int32_t L_20; L_20 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, __this); if ((!(((uint32_t)L_20) == ((uint32_t)6)))) { goto IL_0093; } } { Type_t * L_21 = ___objectType0; bool L_22; L_22 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(L_21, /*hidden argument*/NULL); if (L_22) { goto IL_0081; } } { Type_t * L_23 = ___objectType0; Type_t * L_24; L_24 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_23, /*hidden argument*/NULL); G_B12_0 = L_24; goto IL_0082; } IL_0081: { Type_t * L_25 = ___objectType0; G_B12_0 = L_25; } IL_0082: { NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)__this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_26; L_26 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)__this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); RuntimeObject * L_27; L_27 = Enum_ToObject_m2A05590A0D581206AAEB48B89187FD175D5F0967(G_B12_0, L_26, /*hidden argument*/NULL); return L_27; } IL_0093: { int32_t L_28 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)2))) { case 0: { goto IL_015c; } case 1: { goto IL_0150; } case 2: { goto IL_0144; } case 3: { goto IL_0138; } case 4: { goto IL_0168; } case 5: { goto IL_0174; } case 6: { goto IL_01a4; } case 7: { goto IL_0198; } case 8: { goto IL_01bc; } case 9: { goto IL_01b0; } case 10: { goto IL_01d4; } case 11: { goto IL_01c8; } case 12: { goto IL_018c; } case 13: { goto IL_0180; } case 14: { goto IL_01ec; } case 15: { goto IL_01e0; } case 16: { goto IL_0204; } case 17: { goto IL_01f8; } case 18: { goto IL_021c; } case 19: { goto IL_0210; } case 20: { goto IL_0234; } case 21: { goto IL_0228; } case 22: { goto IL_024d; } case 23: { goto IL_0241; } case 24: { goto IL_027e; } case 25: { goto IL_0272; } case 26: { goto IL_0296; } case 27: { goto IL_028a; } case 28: { goto IL_0266; } case 29: { goto IL_025a; } case 30: { goto IL_02b5; } case 31: { goto IL_02a9; } case 32: { goto IL_02d4; } case 33: { goto IL_02c8; } case 34: { goto IL_02e0; } case 35: { goto IL_02e0; } case 36: { goto IL_02c1; } case 37: { goto IL_02a2; } } } { goto IL_02e0; } IL_0138: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_29; L_29 = JToken_op_Explicit_m2F30DFABCECACB7AB712BE62217C201C61DD572C(__this, /*hidden argument*/NULL); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_30 = L_29; RuntimeObject * L_31 = Box(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3_il2cpp_TypeInfo_var, &L_30); return L_31; } IL_0144: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); bool L_32; L_32 = JToken_op_Explicit_mB151E43F59905323634A640F2324C2C775B34661(__this, /*hidden argument*/NULL); bool L_33 = L_32; RuntimeObject * L_34 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_33); return L_34; } IL_0150: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_35; L_35 = JToken_op_Explicit_mAA1F8A93F7F7EB1C4233246406815B04225CE918(__this, /*hidden argument*/NULL); Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95 L_36 = L_35; RuntimeObject * L_37 = Box(Nullable_1_tFA8B8347F3975A7895A78FAE896D8D88E659AD95_il2cpp_TypeInfo_var, &L_36); return L_37; } IL_015c: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Il2CppChar L_38; L_38 = JToken_op_Explicit_m0590FD1039A9915EA8B693238BC461158C42529E(__this, /*hidden argument*/NULL); Il2CppChar L_39 = L_38; RuntimeObject * L_40 = Box(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var, &L_39); return L_40; } IL_0168: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 L_41; L_41 = JToken_op_Explicit_m14D75EE97D98C9C5691B089A98248F9419FC822F(__this, /*hidden argument*/NULL); Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50 L_42 = L_41; RuntimeObject * L_43 = Box(Nullable_1_t04E213ABB2426B928CDB26C0F69042DDF053BE50_il2cpp_TypeInfo_var, &L_42); return L_43; } IL_0174: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int8_t L_44; L_44 = JToken_op_Explicit_m3C2674D8BCCF2148736AAF2F4CE8D80C81986941(__this, /*hidden argument*/NULL); int8_t L_45 = L_44; RuntimeObject * L_46 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_45); return L_46; } IL_0180: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_47; L_47 = JToken_op_Explicit_mC9E25F54EFBEBCCCC9C90E7706E8729BD88FE019(__this, /*hidden argument*/NULL); Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A L_48 = L_47; RuntimeObject * L_49 = Box(Nullable_1_tB8731C5376343A257B20238BFA4DB19FB85B8C9A_il2cpp_TypeInfo_var, &L_48); return L_49; } IL_018c: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint8_t L_50; L_50 = JToken_op_Explicit_m5E49DBB5487D233239300D290AA67F3312547899(__this, /*hidden argument*/NULL); uint8_t L_51 = L_50; RuntimeObject * L_52 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_51); return L_52; } IL_0198: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 L_53; L_53 = JToken_op_Explicit_m0A23DF8E211CBF20F2D107B9DA8E2B6DD77DD081(__this, /*hidden argument*/NULL); Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7 L_54 = L_53; RuntimeObject * L_55 = Box(Nullable_1_tE5272D71CB92726F263FDE89B177492523CA87B7_il2cpp_TypeInfo_var, &L_54); return L_55; } IL_01a4: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int16_t L_56; L_56 = JToken_op_Explicit_m5204A020C1CA93FA7A823997187A4CC8EAB6FFDF(__this, /*hidden argument*/NULL); int16_t L_57 = L_56; RuntimeObject * L_58 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_57); return L_58; } IL_01b0: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE L_59; L_59 = JToken_op_Explicit_m57A0E69DB74E588DF9A080B627E951B2185DE59E(__this, /*hidden argument*/NULL); Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE L_60 = L_59; RuntimeObject * L_61 = Box(Nullable_1_t0443A135F582CD36E20D716DBE9BDFBC39A49CEE_il2cpp_TypeInfo_var, &L_60); return L_61; } IL_01bc: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint16_t L_62; L_62 = JToken_op_Explicit_m87EA6319EA3E3E1B98C1ED7424F43B238E4F987E(__this, /*hidden argument*/NULL); uint16_t L_63 = L_62; RuntimeObject * L_64 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_63); return L_64; } IL_01c8: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_65; L_65 = JToken_op_Explicit_m4FEF9B3DBAC7F99F365CC6D9612F6B467ADA4BCF(__this, /*hidden argument*/NULL); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_66 = L_65; RuntimeObject * L_67 = Box(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var, &L_66); return L_67; } IL_01d4: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int32_t L_68; L_68 = JToken_op_Explicit_m8375005A9901DF69721432BA14A6244191A70BF9(__this, /*hidden argument*/NULL); int32_t L_69 = L_68; RuntimeObject * L_70 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_69); return L_70; } IL_01e0: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 L_71; L_71 = JToken_op_Explicit_mF8B3B58C0BE99BA4A281EF0DDFE378E8102D91F5(__this, /*hidden argument*/NULL); Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9 L_72 = L_71; RuntimeObject * L_73 = Box(Nullable_1_tF836BDAF0600F260DE9037E2ABABEFBD4E091FF9_il2cpp_TypeInfo_var, &L_72); return L_73; } IL_01ec: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint32_t L_74; L_74 = JToken_op_Explicit_m985B22F3DA346F51A6F582E21AB83ACC25D4A394(__this, /*hidden argument*/NULL); uint32_t L_75 = L_74; RuntimeObject * L_76 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_75); return L_76; } IL_01f8: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_77; L_77 = JToken_op_Explicit_mCC010FBC79F64CEC66EF02127D29F6B766DCAB69(__this, /*hidden argument*/NULL); Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F L_78 = L_77; RuntimeObject * L_79 = Box(Nullable_1_t340361C8134256120F5769AC5A3F743DB6C11D1F_il2cpp_TypeInfo_var, &L_78); return L_79; } IL_0204: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int64_t L_80; L_80 = JToken_op_Explicit_m4E7617246CBC1C0E00D1F248C1C02ED1B25D6DEA(__this, /*hidden argument*/NULL); int64_t L_81 = L_80; RuntimeObject * L_82 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_81); return L_82; } IL_0210: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_83; L_83 = JToken_op_Explicit_mF1F831B5190980344F6053A81BFC4284551861C0(__this, /*hidden argument*/NULL); Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C L_84 = L_83; RuntimeObject * L_85 = Box(Nullable_1_t6D01EC45AFF535504EEB5FD3A877B3C71573F69C_il2cpp_TypeInfo_var, &L_84); return L_85; } IL_021c: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint64_t L_86; L_86 = JToken_op_Explicit_m06B72D4DB16DC1EE4D0D5BE85D6E140219E18976(__this, /*hidden argument*/NULL); uint64_t L_87 = L_86; RuntimeObject * L_88 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_87); return L_88; } IL_0228: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_89; L_89 = JToken_op_Explicit_m54ACA327F16469B6847601927A1EDDDA20FF940F(__this, /*hidden argument*/NULL); Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A L_90 = L_89; RuntimeObject * L_91 = Box(Nullable_1_t0C4AC2E457C437FA106160547FD9BA5B50B1888A_il2cpp_TypeInfo_var, &L_90); return L_91; } IL_0234: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); float L_92; L_92 = JToken_op_Explicit_mD4DD55C6987A1966CB844AB222140C0BA6322C46(__this, /*hidden argument*/NULL); float L_93 = ((float)((float)L_92)); RuntimeObject * L_94 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_93); return L_94; } IL_0241: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_95; L_95 = JToken_op_Explicit_m916EDCDE86ABE1AC4F6B458BF40362582941ED90(__this, /*hidden argument*/NULL); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_96 = L_95; RuntimeObject * L_97 = Box(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209_il2cpp_TypeInfo_var, &L_96); return L_97; } IL_024d: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); double L_98; L_98 = JToken_op_Explicit_mF0B4A4DE59F877B04AB2AAFAB95A36B463263626(__this, /*hidden argument*/NULL); double L_99 = ((double)((double)L_98)); RuntimeObject * L_100 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_99); return L_100; } IL_025a: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_101; L_101 = JToken_op_Explicit_m91E7B6CEB4DB81BE2CE97D42C5D9ED0235A1BF31(__this, /*hidden argument*/NULL); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_102 = L_101; RuntimeObject * L_103 = Box(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E_il2cpp_TypeInfo_var, &L_102); return L_103; } IL_0266: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_104; L_104 = JToken_op_Explicit_m01D0834AA83423E14AA675F1379AACABA3FEFD10(__this, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_105 = L_104; RuntimeObject * L_106 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_105); return L_106; } IL_0272: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_107; L_107 = JToken_op_Explicit_m1782351556514AF927F616EA733E969AA5EC9A8C(__this, /*hidden argument*/NULL); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_108 = L_107; RuntimeObject * L_109 = Box(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D_il2cpp_TypeInfo_var, &L_108); return L_109; } IL_027e: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_110; L_110 = JToken_op_Explicit_mC2EA977CBD292133B27E38447FED7B79347B1D7D(__this, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_111 = L_110; RuntimeObject * L_112 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_111); return L_112; } IL_028a: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_113; L_113 = JToken_op_Explicit_m6C40F0E59766F9219D60212D2D330602820780F8(__this, /*hidden argument*/NULL); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_114 = L_113; RuntimeObject * L_115 = Box(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7_il2cpp_TypeInfo_var, &L_114); return L_115; } IL_0296: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_116; L_116 = JToken_op_Explicit_mDD6DCA9D08C1C324D5A0C27568447CFCE8EE4C29(__this, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_117 = L_116; RuntimeObject * L_118 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_117); return L_118; } IL_02a2: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); String_t* L_119; L_119 = JToken_op_Explicit_m18EEEE9F461F450D7F7E5A49C642AA40D9CFF3C9(__this, /*hidden argument*/NULL); return L_119; } IL_02a9: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_120; L_120 = JToken_op_Explicit_m2E5E5BAFAF2F3FCF4A65BB9D822F53332B85CB19(__this, /*hidden argument*/NULL); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_121 = L_120; RuntimeObject * L_122 = Box(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE_il2cpp_TypeInfo_var, &L_121); return L_122; } IL_02b5: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Guid_t L_123; L_123 = JToken_op_Explicit_m8CBCBF71355B4B848B42C6F07E664D4F01F5A427(__this, /*hidden argument*/NULL); Guid_t L_124 = L_123; RuntimeObject * L_125 = Box(Guid_t_il2cpp_TypeInfo_var, &L_124); return L_125; } IL_02c1: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_126; L_126 = JToken_op_Explicit_m524E51255C189ACEF140E6512CD59A3BB6F6F05B(__this, /*hidden argument*/NULL); return L_126; } IL_02c8: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_127; L_127 = JToken_op_Explicit_mFA8ADA35CB594687E9F0113ED09EC6D74F17E236(__this, /*hidden argument*/NULL); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_128 = L_127; RuntimeObject * L_129 = Box(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F_il2cpp_TypeInfo_var, &L_128); return L_129; } IL_02d4: { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_130; L_130 = JToken_op_Explicit_m54FA346024FF931A676EFD4F1987C90C35CB62B0(__this, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_131 = L_130; RuntimeObject * L_132 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_131); return L_132; } IL_02e0: { Type_t * L_133 = ___objectType0; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_134; L_134 = JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629(/*hidden argument*/NULL); RuntimeObject * L_135; L_135 = JToken_ToObject_m6A061F56639FF4FFDAACBE4EA1CE51F881369E11(__this, L_133, L_134, /*hidden argument*/NULL); return L_135; } IL_02ed: { RuntimeObject * L_136 = V_2; return L_136; } } // System.Object Newtonsoft.Json.Linq.JToken::ToObject(System.Type,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_ToObject_m6A061F56639FF4FFDAACBE4EA1CE51F881369E11 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, Type_t * ___objectType0, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral592908E89FB7FA98394EFE855F9E890258274D8D); s_Il2CppMethodInitialized = true; } JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * V_0 = NULL; RuntimeObject * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_0 = ___jsonSerializer1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral592908E89FB7FA98394EFE855F9E890258274D8D, /*hidden argument*/NULL); JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_1 = (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F *)il2cpp_codegen_object_new(JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F_il2cpp_TypeInfo_var); JTokenReader__ctor_m03B413BB58E3DDA88F4E3CD3EBE6F62E7E1ED8ED(L_1, __this, /*hidden argument*/NULL); V_0 = L_1; } IL_0012: try {// begin try (depth: 1) JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_2 = ___jsonSerializer1; JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_3 = V_0; Type_t * L_4 = ___objectType0; NullCheck(L_2); RuntimeObject * L_5; L_5 = JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0(L_2, L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; IL2CPP_LEAVE(0x27, FINALLY_001d); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_001d; } FINALLY_001d: {// begin finally (depth: 1) { JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_6 = V_0; if (!L_6) { goto IL_0026; } } IL_0020: { JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_7 = V_0; NullCheck(L_7); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_7); } IL_0026: { IL2CPP_END_FINALLY(29) } }// end finally (depth: 1) IL2CPP_CLEANUP(29) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x27, IL_0027) } IL_0027: { RuntimeObject * L_8 = V_1; return L_8; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::ReadFrom(Newtonsoft.Json.JsonReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_ReadFrom_m2CD6041109ABCAF48F0182DC70F300DBF48CC955 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_ReadFrom_mBA166B8C1113108F91C919BA658546AD7CF996A4(L_0, (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::ReadFrom(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_ReadFrom_mBA166B8C1113108F91C919BA658546AD7CF996A4 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; bool G_B5_0 = false; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___reader0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_1); if (L_2) { goto IL_003a; } } { JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_3 = ___settings1; if (!L_3) { goto IL_001e; } } { JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_4 = ___settings1; NullCheck(L_4); int32_t L_5; L_5 = JsonLoadSettings_get_CommentHandling_m826835E5AE01E9F77464D74FED529372995B6D13_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0026; } } IL_001e: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_6); G_B5_0 = L_7; goto IL_002c; } IL_0026: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___reader0; NullCheck(L_8); bool L_9; L_9 = JsonReader_ReadAndMoveToContent_mF757D383C9D101224600F9C1583F0D0259A92D9A(L_8, /*hidden argument*/NULL); G_B5_0 = L_9; } IL_002c: { if (G_B5_0) { goto IL_003a; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_11; L_11 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB62EC9F5C392255359C0EEF8F3A4633819D3BFD7)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_ReadFrom_mBA166B8C1113108F91C919BA658546AD7CF996A4_RuntimeMethod_var))); } IL_003a: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = ___reader0; V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_13); V_1 = L_14; int32_t L_15 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)1))) { case 0: { goto IL_0096; } case 1: { goto IL_009e; } case 2: { goto IL_00a6; } case 3: { goto IL_00ae; } case 4: { goto IL_00ca; } case 5: { goto IL_00ff; } case 6: { goto IL_00b6; } case 7: { goto IL_00b6; } case 8: { goto IL_00b6; } case 9: { goto IL_00b6; } case 10: { goto IL_00e3; } case 11: { goto IL_00f1; } case 12: { goto IL_00ff; } case 13: { goto IL_00ff; } case 14: { goto IL_00ff; } case 15: { goto IL_00b6; } case 16: { goto IL_00b6; } } } { goto IL_00ff; } IL_0096: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_17 = ___settings1; JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_18; L_18 = JObject_Load_m23C5D243B879AC4B91FA887FDEB3E89C678835FE(L_16, L_17, /*hidden argument*/NULL); return L_18; } IL_009e: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_19 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_20 = ___settings1; JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_21; L_21 = JArray_Load_m69EDDA73070D77FBF88C38CC14C9160F0D0D6141(L_19, L_20, /*hidden argument*/NULL); return L_21; } IL_00a6: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_22 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_23 = ___settings1; JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_24; L_24 = JConstructor_Load_m39A3E97A1ACDD09183F689F5069B56D3E412793F(L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_00ae: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_25 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_26 = ___settings1; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_27; L_27 = JProperty_Load_m48205DDF35A47B789BA485710F42791682260825(L_25, L_26, /*hidden argument*/NULL); return L_27; } IL_00b6: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_28 = ___reader0; NullCheck(L_28); RuntimeObject * L_29; L_29 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_28); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_30 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B(L_30, L_29, /*hidden argument*/NULL); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_31 = L_30; RuntimeObject* L_32 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_33 = ___settings1; NullCheck(L_31); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_31, L_32, L_33, /*hidden argument*/NULL); return L_31; } IL_00ca: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_34 = ___reader0; NullCheck(L_34); RuntimeObject * L_35; L_35 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_34); NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_35); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_37; L_37 = JValue_CreateComment_mDAFAC915EC6456CF880ABF97E3E8D80679F82817(L_36, /*hidden argument*/NULL); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_38 = L_37; RuntimeObject* L_39 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_40 = ___settings1; NullCheck(L_38); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_38, L_39, L_40, /*hidden argument*/NULL); return L_38; } IL_00e3: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_41; L_41 = JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF(/*hidden argument*/NULL); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_42 = L_41; RuntimeObject* L_43 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_44 = ___settings1; NullCheck(L_42); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_42, L_43, L_44, /*hidden argument*/NULL); return L_42; } IL_00f1: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_45; L_45 = JValue_CreateUndefined_m5699186F23FE28BC8F92911F26A73D16396BD3FB(/*hidden argument*/NULL); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_46 = L_45; RuntimeObject* L_47 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_48 = ___settings1; NullCheck(L_46); JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13(L_46, L_47, L_48, /*hidden argument*/NULL); return L_46; } IL_00ff: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_49 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_50; L_50 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_51 = ___reader0; NullCheck(L_51); int32_t L_52; L_52 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_51); int32_t L_53 = L_52; RuntimeObject * L_54 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_53); String_t* L_55; L_55 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA76E0358BE64C9BB0E60402C572CC58B0EEB384)), L_50, L_54, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_56; L_56 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_49, L_55, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_ReadFrom_mBA166B8C1113108F91C919BA658546AD7CF996A4_RuntimeMethod_var))); } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::Parse(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_Parse_m57448B59A8948B627F3F743E66AC26966781EF30 (String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___json0; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = JToken_Parse_m7491AE9C92864A662F95BB39B009173EA7C6238C(L_0, (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 *)NULL, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::Parse(System.String,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_Parse_m7491AE9C92864A662F95BB39B009173EA7C6238C (String_t* ___json0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B4_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B2_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B3_0 = NULL; { String_t* L_0 = ___json0; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_1 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_1, L_0, /*hidden argument*/NULL); JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_2 = (JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B *)il2cpp_codegen_object_new(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); JsonTextReader__ctor_m4EA779A439E3279744CC5975F082A72FA7C4F9F6(L_2, L_1, /*hidden argument*/NULL); V_0 = L_2; } IL_000c: try {// begin try (depth: 1) { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_3 = V_0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_4 = ___settings1; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5; L_5 = JToken_Load_m3EB2168E3494B8E72CE77D82129041536F0D127D(L_3, L_4, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = V_0; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_6); G_B2_0 = L_5; if (!L_7) { G_B4_0 = L_5; goto IL_0030; } } IL_001b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = V_0; NullCheck(L_8); int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_8); G_B3_0 = G_B2_0; if ((((int32_t)L_9) == ((int32_t)5))) { G_B4_0 = G_B2_0; goto IL_0030; } } IL_0024: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = V_0; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_11; L_11 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22BBC8AC8F7E83A322126972FD6C21F254394BCB)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_Parse_m7491AE9C92864A662F95BB39B009173EA7C6238C_RuntimeMethod_var))); } IL_0030: { V_1 = G_B4_0; IL2CPP_LEAVE(0x3D, FINALLY_0033); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: {// begin finally (depth: 1) { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_12 = V_0; if (!L_12) { goto IL_003c; } } IL_0036: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = V_0; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_003c: { IL2CPP_END_FINALLY(51) } }// end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_14 = V_1; return L_14; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::Load(Newtonsoft.Json.JsonReader,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_Load_m3EB2168E3494B8E72CE77D82129041536F0D127D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_1 = ___settings1; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2; L_2 = JToken_ReadFrom_mBA166B8C1113108F91C919BA658546AD7CF996A4(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(Newtonsoft.Json.IJsonLineInfo,Newtonsoft.Json.Linq.JsonLoadSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_SetLineInfo_m21AB71057545EBC4F1EB71B59F15CF7D20DA0D13 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, RuntimeObject* ___lineInfo0, JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_0 = ___settings1; if (!L_0) { goto IL_000d; } } { JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * L_1 = ___settings1; NullCheck(L_1); int32_t L_2; L_2 = JsonLoadSettings_get_LineInfoHandling_mFC5C51D0F639F243E9E9FC0AD58065CF5F20DF18_inline(L_1, /*hidden argument*/NULL); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_000d; } } { return; } IL_000d: { RuntimeObject* L_3 = ___lineInfo0; if (!L_3) { goto IL_0018; } } { RuntimeObject* L_4 = ___lineInfo0; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0019; } } IL_0018: { return; } IL_0019: { RuntimeObject* L_6 = ___lineInfo0; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_6); RuntimeObject* L_8 = ___lineInfo0; NullCheck(L_8); int32_t L_9; L_9 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_8); JToken_SetLineInfo_mFCFC42EE32F895E71BB264CD716E4E250C2D3C7B(__this, L_7, L_9, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JToken::SetLineInfo(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_SetLineInfo_mFCFC42EE32F895E71BB264CD716E4E250C2D3C7B (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, int32_t ___lineNumber0, int32_t ___linePosition1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___lineNumber0; int32_t L_1 = ___linePosition1; LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_2 = (LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A *)il2cpp_codegen_object_new(LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_il2cpp_TypeInfo_var); LineInfoAnnotation__ctor_m45F8C31152F816EEC11212E29FCD281E0D038C34(L_2, L_0, L_1, /*hidden argument*/NULL); JToken_AddAnnotation_mA05083C7F9CEE5DC9573F8A9689468C78C13C098(__this, L_2, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JToken::Newtonsoft.Json.IJsonLineInfo.HasLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JToken_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_m5523954BC6B3E4489527D34FB10D8D9E870E24A1 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_0; L_0 = JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749(__this, /*hidden argument*/JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749_RuntimeMethod_var); return (bool)((!(((RuntimeObject*)(LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } } // System.Int32 Newtonsoft.Json.Linq.JToken::Newtonsoft.Json.IJsonLineInfo.get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JToken_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_mB5CCD2275608337DC599DDB2C3DB9F8F6D99C6D3 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * V_0 = NULL; { LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_0; L_0 = JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749(__this, /*hidden argument*/JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749_RuntimeMethod_var); V_0 = L_0; LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_1 = V_0; if (!L_1) { goto IL_0011; } } { LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_LineNumber_0(); return L_3; } IL_0011: { return 0; } } // System.Int32 Newtonsoft.Json.Linq.JToken::Newtonsoft.Json.IJsonLineInfo.get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JToken_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_mE5A62CD70197F1CE1BC66BFC5BC5EFD4D6C63ECB (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * V_0 = NULL; { LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_0; L_0 = JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749(__this, /*hidden argument*/JToken_Annotation_TisLineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A_mABF35355AB8014EB48AFB6314AC4AA2C6F9C6749_RuntimeMethod_var); V_0 = L_0; LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_1 = V_0; if (!L_1) { goto IL_0011; } } { LineInfoAnnotation_tB64712BA428235F77072DE132CE5D35F7AB5D52A * L_2 = V_0; NullCheck(L_2); int32_t L_3 = L_2->get_LinePosition_1(); return L_3; } IL_0011: { return 0; } } // System.Object Newtonsoft.Json.Linq.JToken::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JToken_System_ICloneable_Clone_m77B689765C32B02492561F1F46CF45B73883A206 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0; L_0 = JToken_DeepClone_m697FB5CDF28554CDCA8B1292DBC2925C65842FB4(__this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::DeepClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_DeepClone_m697FB5CDF28554CDCA8B1292DBC2925C65842FB4 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0; L_0 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(10 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::CloneToken() */, __this); return L_0; } } // System.Void Newtonsoft.Json.Linq.JToken::AddAnnotation(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken_AddAnnotation_mA05083C7F9CEE5DC9573F8A9689468C78C13C098 (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, RuntimeObject * ___annotation0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* V_0 = NULL; int32_t V_1 = 0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B5_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B4_0 = NULL; RuntimeObject * G_B6_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * G_B6_1 = NULL; { RuntimeObject * L_0 = ___annotation0; if (L_0) { goto IL_000e; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_m81AB157B93BFE2FBFDB08B88F84B444293042F97(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE22A9D4ABDB91B11D0EC930946AD81264F5C3FF9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JToken_AddAnnotation_mA05083C7F9CEE5DC9573F8A9689468C78C13C098_RuntimeMethod_var))); } IL_000e: { RuntimeObject * L_2 = __this->get__annotations_3(); if (L_2) { goto IL_0032; } } { RuntimeObject * L_3 = ___annotation0; G_B4_0 = __this; if (((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_3, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var))) { G_B5_0 = __this; goto IL_0022; } } { RuntimeObject * L_4 = ___annotation0; G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_002c; } IL_0022: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_5 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_6 = L_5; RuntimeObject * L_7 = ___annotation0; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject *)L_7); G_B6_0 = ((RuntimeObject *)(L_6)); G_B6_1 = G_B5_0; } IL_002c: { NullCheck(G_B6_1); G_B6_1->set__annotations_3(G_B6_0); return; } IL_0032: { RuntimeObject * L_8 = __this->get__annotations_3(); V_0 = ((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)IsInst((RuntimeObject*)L_8, ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var)); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9 = V_0; if (L_9) { goto IL_005b; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_10 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_11 = L_10; RuntimeObject * L_12 = __this->get__annotations_3(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject *)L_12); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_13 = L_11; RuntimeObject * L_14 = ___annotation0; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(1), (RuntimeObject *)L_14); __this->set__annotations_3((RuntimeObject *)L_13); return; } IL_005b: { V_1 = 0; goto IL_0063; } IL_005f: { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1)); } IL_0063: { int32_t L_16 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_17 = V_0; NullCheck(L_17); if ((((int32_t)L_16) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))) { goto IL_006e; } } { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = V_0; int32_t L_19 = V_1; NullCheck(L_18); int32_t L_20 = L_19; RuntimeObject * L_21 = (L_18)->GetAt(static_cast(L_20)); if (L_21) { goto IL_005f; } } IL_006e: { int32_t L_22 = V_1; ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_23 = V_0; NullCheck(L_23); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length))))))) { goto IL_0085; } } { int32_t L_24 = V_1; Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE**)(&V_0), ((int32_t)il2cpp_codegen_multiply((int32_t)L_24, (int32_t)2)), /*hidden argument*/Array_Resize_TisRuntimeObject_mCEF6B03A945BC4C6C42EE27083DBBFEE0F200D9F_RuntimeMethod_var); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_25 = V_0; __this->set__annotations_3((RuntimeObject *)L_25); } IL_0085: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_26 = V_0; int32_t L_27 = V_1; RuntimeObject * L_28 = ___annotation0; NullCheck(L_26); ArrayElementTypeCheck (L_26, L_28); (L_26)->SetAt(static_cast(L_27), (RuntimeObject *)L_28); return; } } // System.Void Newtonsoft.Json.Linq.JToken::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JToken__cctor_m53768410D48E08723E04C3E21E899C5FC7AF0BA9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_0 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)6); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (int32_t)6); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (int32_t)7); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_3 = L_2; NullCheck(L_3); (L_3)->SetAt(static_cast(2), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_4 = L_3; NullCheck(L_4); (L_4)->SetAt(static_cast(3), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_5 = L_4; NullCheck(L_5); (L_5)->SetAt(static_cast(4), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_6 = L_5; NullCheck(L_6); (L_6)->SetAt(static_cast(5), (int32_t)((int32_t)9)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_BooleanTypes_4(L_6); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_7 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)6); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_8 = L_7; NullCheck(L_8); (L_8)->SetAt(static_cast(0), (int32_t)6); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_9 = L_8; NullCheck(L_9); (L_9)->SetAt(static_cast(1), (int32_t)7); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_10 = L_9; NullCheck(L_10); (L_10)->SetAt(static_cast(2), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_11 = L_10; NullCheck(L_11); (L_11)->SetAt(static_cast(3), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_12 = L_11; NullCheck(L_12); (L_12)->SetAt(static_cast(4), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_13 = L_12; NullCheck(L_13); (L_13)->SetAt(static_cast(5), (int32_t)((int32_t)9)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_NumberTypes_5(L_13); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_14 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_15 = L_14; NullCheck(L_15); (L_15)->SetAt(static_cast(0), (int32_t)((int32_t)12)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(1), (int32_t)6); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_17 = L_16; NullCheck(L_17); (L_17)->SetAt(static_cast(2), (int32_t)7); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_18 = L_17; NullCheck(L_18); (L_18)->SetAt(static_cast(3), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_19 = L_18; NullCheck(L_19); (L_19)->SetAt(static_cast(4), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_20 = L_19; NullCheck(L_20); (L_20)->SetAt(static_cast(5), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_21 = L_20; NullCheck(L_21); (L_21)->SetAt(static_cast(6), (int32_t)((int32_t)9)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_22 = L_21; NullCheck(L_22); (L_22)->SetAt(static_cast(7), (int32_t)((int32_t)14)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_23 = L_22; NullCheck(L_23); (L_23)->SetAt(static_cast(8), (int32_t)((int32_t)15)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_24 = L_23; NullCheck(L_24); (L_24)->SetAt(static_cast(((int32_t)9)), (int32_t)((int32_t)17)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_25 = L_24; NullCheck(L_25); (L_25)->SetAt(static_cast(((int32_t)10)), (int32_t)((int32_t)16)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_StringTypes_6(L_25); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_26 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_27 = L_26; NullCheck(L_27); (L_27)->SetAt(static_cast(0), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_28 = L_27; NullCheck(L_28); (L_28)->SetAt(static_cast(1), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(2), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_30 = L_29; NullCheck(L_30); (L_30)->SetAt(static_cast(3), (int32_t)((int32_t)15)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_31 = L_30; NullCheck(L_31); (L_31)->SetAt(static_cast(4), (int32_t)((int32_t)14)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_GuidTypes_7(L_31); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_32 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)4); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_33 = L_32; NullCheck(L_33); (L_33)->SetAt(static_cast(0), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_34 = L_33; NullCheck(L_34); (L_34)->SetAt(static_cast(1), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_35 = L_34; NullCheck(L_35); (L_35)->SetAt(static_cast(2), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_36 = L_35; NullCheck(L_36); (L_36)->SetAt(static_cast(3), (int32_t)((int32_t)17)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_TimeSpanTypes_8(L_36); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_37 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)4); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_38 = L_37; NullCheck(L_38); (L_38)->SetAt(static_cast(0), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_39 = L_38; NullCheck(L_39); (L_39)->SetAt(static_cast(1), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_40 = L_39; NullCheck(L_40); (L_40)->SetAt(static_cast(2), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_41 = L_40; NullCheck(L_41); (L_41)->SetAt(static_cast(3), (int32_t)((int32_t)16)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_UriTypes_9(L_41); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_42 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_43 = L_42; NullCheck(L_43); (L_43)->SetAt(static_cast(0), (int32_t)6); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_44 = L_43; NullCheck(L_44); (L_44)->SetAt(static_cast(1), (int32_t)7); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_45 = L_44; NullCheck(L_45); (L_45)->SetAt(static_cast(2), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_46 = L_45; NullCheck(L_46); (L_46)->SetAt(static_cast(3), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_47 = L_46; NullCheck(L_47); (L_47)->SetAt(static_cast(4), (int32_t)((int32_t)13)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_CharTypes_10(L_47); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_48 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)4); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_49 = L_48; NullCheck(L_49); (L_49)->SetAt(static_cast(0), (int32_t)((int32_t)12)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_50 = L_49; NullCheck(L_50); (L_50)->SetAt(static_cast(1), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_51 = L_50; NullCheck(L_51); (L_51)->SetAt(static_cast(2), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_52 = L_51; NullCheck(L_52); (L_52)->SetAt(static_cast(3), (int32_t)((int32_t)13)); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_DateTimeTypes_11(L_52); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_53 = (JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE*)SZArrayNew(JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE_il2cpp_TypeInfo_var, (uint32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_54 = L_53; NullCheck(L_54); (L_54)->SetAt(static_cast(0), (int32_t)((int32_t)14)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_55 = L_54; NullCheck(L_55); (L_55)->SetAt(static_cast(1), (int32_t)8); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_56 = L_55; NullCheck(L_56); (L_56)->SetAt(static_cast(2), (int32_t)5); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_57 = L_56; NullCheck(L_57); (L_57)->SetAt(static_cast(3), (int32_t)((int32_t)13)); JTokenTypeU5BU5D_t03DB097DBD7548086F9F27181BE1DB7AA4E653BE* L_58 = L_57; NullCheck(L_58); (L_58)->SetAt(static_cast(4), (int32_t)6); ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_StaticFields*)il2cpp_codegen_static_fields_for(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var))->set_BytesTypes_12(L_58); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.Linq.JTokenEqualityComparer::Equals(Newtonsoft.Json.Linq.JToken,Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenEqualityComparer_Equals_m5654697807DB991A25B7B46695D00D779910F727 (JTokenEqualityComparer_t0E5DB261B004137A3EE94DB97E554351FC500AA0 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___x0, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___y1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___x0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___y1; IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); bool L_2; L_2 = JToken_DeepEquals_mFE3F9E2138F788E6C01E86CDE5AB248039D9BF9C(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 Newtonsoft.Json.Linq.JTokenEqualityComparer::GetHashCode(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JTokenEqualityComparer_GetHashCode_m2A9A5D7A0E13D632D1D5A4A98CDD7A7F3DBF792C (JTokenEqualityComparer_t0E5DB261B004137A3EE94DB97E554351FC500AA0 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___obj0, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return 0; } IL_0005: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___obj0; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 Newtonsoft.Json.Linq.JToken::GetDeepHashCode() */, L_1); return L_2; } } // System.Void Newtonsoft.Json.Linq.JTokenEqualityComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenEqualityComparer__ctor_m34ACE1D0D576A5E3BB9E08155157BBE964A3C229 (JTokenEqualityComparer_t0E5DB261B004137A3EE94DB97E554351FC500AA0 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenReader::get_CurrentToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JTokenReader_get_CurrentToken_mF456F06D9F95D3570D0BB62D6F5AF6355F01F894 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__current_18(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JTokenReader::.ctor(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenReader__ctor_m03B413BB58E3DDA88F4E3CD3EBE6F62E7E1ED8ED (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306); s_Il2CppMethodInitialized = true; } { JsonReader__ctor_mD15B973149B223A450420E1E3EC7C5648FF3070D(__this, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___token0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral3988471A2015D5CC894E22E1A900B66E97CD4306, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = ___token0; __this->set__root_15(L_1); return; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_Read_m748D26282AE65102F373E319ECEC3EEE49FF9900 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * V_0 = NULL; { int32_t L_0; L_0 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_003f; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = __this->get__current_18(); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = __this->get__current_18(); V_0 = ((JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)IsInstClass((RuntimeObject*)L_2, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4_il2cpp_TypeInfo_var)); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_3 = V_0; if (!L_3) { goto IL_0032; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4 = __this->get__parent_17(); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5 = V_0; if ((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_4) == ((RuntimeObject*)(JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)L_5))) { goto IL_0032; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_6 = V_0; bool L_7; L_7 = JTokenReader_ReadInto_m84585E70E03D85F14D1A2CA866777DDD21177F2D(__this, L_6, /*hidden argument*/NULL); return L_7; } IL_0032: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8 = __this->get__current_18(); bool L_9; L_9 = JTokenReader_ReadOver_m4E738C5F6D007B5A260077313669BFDF73E48FCB(__this, L_8, /*hidden argument*/NULL); return L_9; } IL_003f: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10 = __this->get__root_15(); __this->set__current_18(L_10); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11 = __this->get__current_18(); JTokenReader_SetToken_mE8FA946667E5628E25613CA79295733B82B88EED(__this, L_11, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadOver(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_ReadOver_m4E738C5F6D007B5A260077313669BFDF73E48FCB (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___t0, const RuntimeMethod* method) { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___t0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = __this->get__root_15(); if ((!(((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_0) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_1)))) { goto IL_0010; } } { bool L_2; L_2 = JTokenReader_ReadToEnd_m37F75C4362329E72A8A735F19F5C4640B991987F(__this, /*hidden argument*/NULL); return L_2; } IL_0010: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___t0; NullCheck(L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = JToken_get_Next_m44ABBA6AFA7E2ABEEBAF36D1DFC86B4233F92609_inline(L_3, /*hidden argument*/NULL); V_0 = L_4; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = V_0; if (!L_5) { goto IL_002c; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = V_0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___t0; if ((((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_6) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_7))) { goto IL_002c; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_8 = ___t0; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___t0; NullCheck(L_9); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_10; L_10 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11; L_11 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(18 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() */, L_10); if ((!(((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_8) == ((RuntimeObject*)(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)L_11)))) { goto IL_0048; } } IL_002c: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_12 = ___t0; NullCheck(L_12); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_13; L_13 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_12, /*hidden argument*/NULL); if (L_13) { goto IL_003b; } } { bool L_14; L_14 = JTokenReader_ReadToEnd_m37F75C4362329E72A8A735F19F5C4640B991987F(__this, /*hidden argument*/NULL); return L_14; } IL_003b: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_15 = ___t0; NullCheck(L_15); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_16; L_16 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_15, /*hidden argument*/NULL); bool L_17; L_17 = JTokenReader_SetEnd_mDF29F0E1263AEFE081561557AB4A1CEC7B989538(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0048: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_18 = V_0; __this->set__current_18(L_18); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = __this->get__current_18(); JTokenReader_SetToken_mE8FA946667E5628E25613CA79295733B82B88EED(__this, L_19, /*hidden argument*/NULL); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadToEnd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_ReadToEnd_m37F75C4362329E72A8A735F19F5C4640B991987F (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { { __this->set__current_18((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)NULL); JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 0, /*hidden argument*/NULL); return (bool)0; } } // System.Nullable`1 Newtonsoft.Json.Linq.JTokenReader::GetEndToken(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 JTokenReader_GetEndToken_m5A63E5A38757F7206247A217819F6DB442DA696A (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 V_1; memset((&V_1), 0, sizeof(V_1)); { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = ___c0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0021; } case 1: { goto IL_0029; } case 2: { goto IL_0031; } case 3: { goto IL_0039; } } } { goto IL_0043; } IL_0021: { Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 L_3; memset((&L_3), 0, sizeof(L_3)); Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F((&L_3), ((int32_t)13), /*hidden argument*/Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F_RuntimeMethod_var); return L_3; } IL_0029: { Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 L_4; memset((&L_4), 0, sizeof(L_4)); Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F((&L_4), ((int32_t)14), /*hidden argument*/Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F_RuntimeMethod_var); return L_4; } IL_0031: { Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F((&L_5), ((int32_t)15), /*hidden argument*/Nullable_1__ctor_m026A72325C533DD7FDFF3339D4604E6FC36A088F_RuntimeMethod_var); return L_5; } IL_0039: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 )); Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 L_6 = V_1; return L_6; } IL_0043: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_7 = ___c0; NullCheck(L_7); int32_t L_8; L_8 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_7); int32_t L_9 = L_8; RuntimeObject * L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var)), &L_9); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_11; L_11 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634)), L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral22410E165916C7DAEA29C224E604B8B6ED44BE50)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenReader_GetEndToken_m5A63E5A38757F7206247A217819F6DB442DA696A_RuntimeMethod_var))); } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::ReadInto(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_ReadInto_m84585E70E03D85F14D1A2CA866777DDD21177F2D (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___c0, const RuntimeMethod* method) { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = ___c0; NullCheck(L_0); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1; L_1 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(17 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_First() */, L_0); V_0 = L_1; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = V_0; if (L_2) { goto IL_0012; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_3 = ___c0; bool L_4; L_4 = JTokenReader_SetEnd_mDF29F0E1263AEFE081561557AB4A1CEC7B989538(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0012: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = V_0; JTokenReader_SetToken_mE8FA946667E5628E25613CA79295733B82B88EED(__this, L_5, /*hidden argument*/NULL); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_6 = V_0; __this->set__current_18(L_6); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_7 = ___c0; __this->set__parent_17(L_7); return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::SetEnd(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_SetEnd_mDF29F0E1263AEFE081561557AB4A1CEC7B989538 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___c0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m5B383B605EBADFA643E2FE0DE0517AB23144C786_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m29E49B1D5246C4EF3D21D7969D0F2893A2213304_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 V_0; memset((&V_0), 0, sizeof(V_0)); { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = ___c0; Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 L_1; L_1 = JTokenReader_GetEndToken_m5A63E5A38757F7206247A217819F6DB442DA696A(__this, L_0, /*hidden argument*/NULL); V_0 = L_1; bool L_2; L_2 = Nullable_1_get_HasValue_m29E49B1D5246C4EF3D21D7969D0F2893A2213304_inline((Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m29E49B1D5246C4EF3D21D7969D0F2893A2213304_RuntimeMethod_var); if (!L_2) { goto IL_002e; } } { int32_t L_3; L_3 = Nullable_1_GetValueOrDefault_m5B383B605EBADFA643E2FE0DE0517AB23144C786_inline((Nullable_1_t27C0EA59C50E89232F176D63E845C1BFCC46A3C6 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m5B383B605EBADFA643E2FE0DE0517AB23144C786_RuntimeMethod_var); JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, L_3, /*hidden argument*/NULL); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_4 = ___c0; __this->set__current_18(L_4); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5 = ___c0; __this->set__parent_17(L_5); return (bool)1; } IL_002e: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_6 = ___c0; bool L_7; L_7 = JTokenReader_ReadOver_m4E738C5F6D007B5A260077313669BFDF73E48FCB(__this, L_6, /*hidden argument*/NULL); return L_7; } } // System.Void Newtonsoft.Json.Linq.JTokenReader::SetToken(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenReader_SetToken_mE8FA946667E5628E25613CA79295733B82B88EED (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___token0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; RuntimeObject * V_1 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___token0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_0058; } case 1: { goto IL_0060; } case 2: { goto IL_0068; } case 3: { goto IL_007b; } case 4: { goto IL_008e; } case 5: { goto IL_00a1; } case 6: { goto IL_00b4; } case 7: { goto IL_00c7; } case 8: { goto IL_00db; } case 9: { goto IL_00ef; } case 10: { goto IL_0103; } case 11: { goto IL_0117; } case 12: { goto IL_012b; } case 13: { goto IL_013e; } case 14: { goto IL_0152; } case 15: { goto IL_016c; } case 16: { goto IL_01a4; } } } { goto IL_01be; } IL_0058: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 1, /*hidden argument*/NULL); return; } IL_0060: { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 2, /*hidden argument*/NULL); return; } IL_0068: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_3 = ___token0; NullCheck(((JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F *)CastclassClass((RuntimeObject*)L_3, JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var))); String_t* L_4; L_4 = JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820_inline(((JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F *)CastclassClass((RuntimeObject*)L_3, JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 3, L_4, /*hidden argument*/NULL); return; } IL_007b: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = ___token0; NullCheck(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_5, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var))); String_t* L_6; L_6 = JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline(((JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)CastclassClass((RuntimeObject*)L_5, JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 4, L_6, /*hidden argument*/NULL); return; } IL_008e: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_7 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_7, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_8; L_8 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_7, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 5, L_8, /*hidden argument*/NULL); return; } IL_00a1: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_9 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_9, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_10; L_10 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_9, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 7, L_10, /*hidden argument*/NULL); return; } IL_00b4: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_11, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_12; L_12 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_11, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 8, L_12, /*hidden argument*/NULL); return; } IL_00c7: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_13 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_13, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_14; L_14 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_13, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_14, /*hidden argument*/NULL); return; } IL_00db: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_15 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_15, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_16; L_16 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_15, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)10), L_16, /*hidden argument*/NULL); return; } IL_00ef: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_17 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_17, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_18; L_18 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_17, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)11), L_18, /*hidden argument*/NULL); return; } IL_0103: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_19 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_19, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_20; L_20 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_19, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)12), L_20, /*hidden argument*/NULL); return; } IL_0117: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_21 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_21, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_22; L_22 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_21, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)16), L_22, /*hidden argument*/NULL); return; } IL_012b: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_23 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_23, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_24; L_24 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_23, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, 6, L_24, /*hidden argument*/NULL); return; } IL_013e: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_25 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_25, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_26; L_26 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_25, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)17), L_26, /*hidden argument*/NULL); return; } IL_0152: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_27 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_27, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_28; L_28 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_27, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_29; L_29 = JTokenReader_SafeToString_m25174BD36EEE455D7CFD5E6059F2544E344E87E4(__this, L_28, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_29, /*hidden argument*/NULL); return; } IL_016c: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_30 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_30, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_31; L_31 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_30, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_31; RuntimeObject * L_32 = V_1; if (!((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)IsInstClass((RuntimeObject*)L_32, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))) { goto IL_0194; } } { RuntimeObject * L_33 = V_1; NullCheck(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_33, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); String_t* L_34; L_34 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_33, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_34, /*hidden argument*/NULL); return; } IL_0194: { RuntimeObject * L_35 = V_1; String_t* L_36; L_36 = JTokenReader_SafeToString_m25174BD36EEE455D7CFD5E6059F2544E344E87E4(__this, L_35, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_36, /*hidden argument*/NULL); return; } IL_01a4: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_37 = ___token0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_37, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_38; L_38 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_37, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); String_t* L_39; L_39 = JTokenReader_SafeToString_m25174BD36EEE455D7CFD5E6059F2544E344E87E4(__this, L_38, /*hidden argument*/NULL); JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114(__this, ((int32_t)9), L_39, /*hidden argument*/NULL); return; } IL_01be: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_40 = ___token0; NullCheck(L_40); int32_t L_41; L_41 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_40); int32_t L_42 = L_41; RuntimeObject * L_43 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var)), &L_42); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_44; L_44 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634)), L_43, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD02E6369B6D9C6D8B976B7D348BE4C18CCF820C8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenReader_SetToken_mE8FA946667E5628E25613CA79295733B82B88EED_RuntimeMethod_var))); } } // System.String Newtonsoft.Json.Linq.JTokenReader::SafeToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JTokenReader_SafeToString_m25174BD36EEE455D7CFD5E6059F2544E344E87E4 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { RuntimeObject * L_1 = ___value0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1); return L_2; } } // System.Boolean Newtonsoft.Json.Linq.JTokenReader::Newtonsoft.Json.IJsonLineInfo.HasLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JTokenReader_Newtonsoft_Json_IJsonLineInfo_HasLineInfo_mD4AE46E111467A0A743BF072E0C318AF50E741BB (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { int32_t L_0; L_0 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = __this->get__current_18(); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_001b; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_3); return L_4; } IL_001b: { return (bool)0; } } // System.Int32 Newtonsoft.Json.Linq.JTokenReader::Newtonsoft.Json.IJsonLineInfo.get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LineNumber_mEFF7D34C961B9E9D02906A433EE0387199F02B51 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { int32_t L_0; L_0 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = __this->get__current_18(); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_001b; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LineNumber() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_3); return L_4; } IL_001b: { return 0; } } // System.Int32 Newtonsoft.Json.Linq.JTokenReader::Newtonsoft.Json.IJsonLineInfo.get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JTokenReader_Newtonsoft_Json_IJsonLineInfo_get_LinePosition_mF6ECBB3E4DB2F6E4FF280C067BB67C3C7AC6014A (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { int32_t L_0; L_0 = JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_1 = __this->get__current_18(); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_001b; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 Newtonsoft.Json.IJsonLineInfo::get_LinePosition() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_3); return L_4; } IL_001b: { return 0; } } // System.String Newtonsoft.Json.Linq.JTokenReader::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JTokenReader_get_Path_m8DEF37297BEDD79297B46E3148197A1C36FB61B3 (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { String_t* L_0; L_0 = JsonReader_get_Path_m7694F5F8581904EF1CC9B30CCBBD346FDBFD5305(__this, /*hidden argument*/NULL); V_0 = L_0; String_t* L_1 = __this->get__initialPath_16(); if (L_1) { goto IL_0020; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = __this->get__root_15(); NullCheck(L_2); String_t* L_3; L_3 = JToken_get_Path_m5F6A7644954DECFC78755CD1C1D8B5CE88B85A73(L_2, /*hidden argument*/NULL); __this->set__initialPath_16(L_3); } IL_0020: { String_t* L_4 = __this->get__initialPath_16(); bool L_5; L_5 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_4, /*hidden argument*/NULL); if (L_5) { goto IL_0067; } } { String_t* L_6 = V_0; bool L_7; L_7 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_6, /*hidden argument*/NULL); if (!L_7) { goto IL_003c; } } { String_t* L_8 = __this->get__initialPath_16(); return L_8; } IL_003c: { String_t* L_9 = V_0; bool L_10; L_10 = StringUtils_StartsWith_mBAC5E0DBF7C1136DAA94EDD25F6CD2D51699F0E8(L_9, ((int32_t)91), /*hidden argument*/NULL); if (!L_10) { goto IL_0055; } } { String_t* L_11 = __this->get__initialPath_16(); String_t* L_12 = V_0; String_t* L_13; L_13 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_11, L_12, /*hidden argument*/NULL); V_0 = L_13; goto IL_0067; } IL_0055: { String_t* L_14 = __this->get__initialPath_16(); String_t* L_15 = V_0; String_t* L_16; L_16 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_14, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_15, /*hidden argument*/NULL); V_0 = L_16; } IL_0067: { String_t* L_17 = V_0; return L_17; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JTokenWriter::get_Token() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JTokenWriter_get_Token_m4339546A43E2B6ABE374211ED99558CA4863EC2B (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__token_13(); if (!L_0) { goto IL_000f; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_1 = __this->get__token_13(); return L_1; } IL_000f: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = __this->get__value_15(); return L_2; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter__ctor_m3DBD4A5D531475B3267741A19B747604FE85770D (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94_il2cpp_TypeInfo_var); JsonWriter__ctor_m33E6C940737895931A28DA2F07D78F0997612340(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_Close_m0F0DDBCD1164196E02FB5A176AC0828619134C5F (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { { JsonWriter_Close_mBA7ED54867CFF21151735D1666E706A085331904(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteStartObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteStartObject_m3079C0AD6847D204F5CDFEE8F618EBB4F8FCE1FB (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_WriteStartObject_mA8E43167628604D813212CAFF32D9B7CD3EB4913(__this, /*hidden argument*/NULL); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_0 = (JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)il2cpp_codegen_object_new(JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); JObject__ctor_mC2ABF535613F5B0CCD040EA2133F29AA868F84B6(L_0, /*hidden argument*/NULL); JTokenWriter_AddParent_m8D51379E851C957F7AA3210A302C96CEAAAEF6CF(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddParent(Newtonsoft.Json.Linq.JContainer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_AddParent_m8D51379E851C957F7AA3210A302C96CEAAAEF6CF (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * ___container0, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_14(); if (L_0) { goto IL_0011; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_1 = ___container0; __this->set__token_13(L_1); goto IL_001d; } IL_0011: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2 = __this->get__parent_14(); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_3 = ___container0; NullCheck(L_2); JContainer_AddAndSkipParentCheck_m990C8350B9021ED43798E0958FF662B7F7BB3259(L_2, L_3, /*hidden argument*/NULL); } IL_001d: { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_4 = ___container0; __this->set__parent_14(L_4); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5 = ___container0; __this->set__current_16(L_5); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::RemoveParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_RemoveParent_mBD0EB71E203C0749E649C881DF04EB91674C3233 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_14(); __this->set__current_16(L_0); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_1 = __this->get__parent_14(); NullCheck(L_1); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_2; L_2 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_1, /*hidden argument*/NULL); __this->set__parent_14(L_2); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_3 = __this->get__parent_14(); if (!L_3) { goto IL_0044; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_4 = __this->get__parent_14(); NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_4); if ((!(((uint32_t)L_5) == ((uint32_t)4)))) { goto IL_0044; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_6 = __this->get__parent_14(); NullCheck(L_6); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_7; L_7 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_6, /*hidden argument*/NULL); __this->set__parent_14(L_7); } IL_0044: { return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteStartArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteStartArray_mA0EA19B391935F6C34041EEA36028A09654A8E42 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonWriter_WriteStartArray_m55F6DCD1D2575341B2A76BCDFA8527221C10EC4D(__this, /*hidden argument*/NULL); JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 * L_0 = (JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873 *)il2cpp_codegen_object_new(JArray_t24C117AED3E50A9FCD0E175B0285E6684F3C8873_il2cpp_TypeInfo_var); JArray__ctor_m51883217505C9A06E7CFEFF7E7F5AE9172281F0F(L_0, /*hidden argument*/NULL); JTokenWriter_AddParent_m8D51379E851C957F7AA3210A302C96CEAAAEF6CF(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteStartConstructor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteStartConstructor_m08BCD914D3C466255B81ED98252353F392F5CAE2 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___name0; JsonWriter_WriteStartConstructor_m20481E29ACCAE010A24BA2926E18E52D09A3727F(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___name0; JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * L_2 = (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F *)il2cpp_codegen_object_new(JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F_il2cpp_TypeInfo_var); JConstructor__ctor_m3A59ED81616B52047AB5ECE65C6D762AD1BA1178(L_2, L_1, /*hidden argument*/NULL); JTokenWriter_AddParent_m8D51379E851C957F7AA3210A302C96CEAAAEF6CF(__this, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteEnd(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteEnd_mC8D31C955168398F63C9DC8A8A17555E71D727AD (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, int32_t ___token0, const RuntimeMethod* method) { { JTokenWriter_RemoveParent_mBD0EB71E203C0749E649C881DF04EB91674C3233(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WritePropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WritePropertyName_mB36B9CC19329BCD18F9DA7BD4E2136C84A4BE965 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, String_t* ___name0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * V_0 = NULL; { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_14(); V_0 = ((JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 *)IsInstClass((RuntimeObject*)L_0, JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34_il2cpp_TypeInfo_var)); JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_1 = V_0; if (!L_1) { goto IL_0017; } } { JObject_tD2FCDDA48CACDBCB702BAF49B7C649084F6FDA34 * L_2 = V_0; String_t* L_3 = ___name0; NullCheck(L_2); bool L_4; L_4 = JObject_Remove_mA783B0CD5AD9875E541A86815E7E85111863374D(L_2, L_3, /*hidden argument*/NULL); } IL_0017: { String_t* L_5 = ___name0; JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * L_6 = (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA *)il2cpp_codegen_object_new(JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA_il2cpp_TypeInfo_var); JProperty__ctor_m12ECD4CE36C9400648F143806D545D70E2B5634C(L_6, L_5, /*hidden argument*/NULL); JTokenWriter_AddParent_m8D51379E851C957F7AA3210A302C96CEAAAEF6CF(__this, L_6, /*hidden argument*/NULL); String_t* L_7 = ___name0; JsonWriter_WritePropertyName_m6282FE6332B919E03C780BE412456BF75A6FC7C8(__this, L_7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddValue(System.Object,Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, RuntimeObject * ___value0, int32_t ___token1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B(L_1, L_0, /*hidden argument*/NULL); int32_t L_2 = ___token1; JTokenWriter_AddValue_mEDE595D38B4FC137A4FE8B40845D1D53C826C865(__this, L_1, L_2, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::AddValue(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_AddValue_mEDE595D38B4FC137A4FE8B40845D1D53C826C865 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___value0, int32_t ___token1, const RuntimeMethod* method) { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * G_B5_0 = NULL; JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * G_B5_1 = NULL; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * G_B4_0 = NULL; JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * G_B4_1 = NULL; { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_14(); if (!L_0) { goto IL_0045; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_1 = __this->get__parent_14(); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = ___value0; NullCheck(L_1); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_1, L_2); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_3 = __this->get__parent_14(); NullCheck(L_3); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_4; L_4 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(18 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() */, L_3); __this->set__current_16(L_4); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_5 = __this->get__parent_14(); NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)4)))) { goto IL_0061; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_7 = __this->get__parent_14(); NullCheck(L_7); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_8; L_8 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_7, /*hidden argument*/NULL); __this->set__parent_14(L_8); return; } IL_0045: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_9 = ___value0; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_10 = L_9; G_B4_0 = L_10; G_B4_1 = __this; if (L_10) { G_B5_0 = L_10; G_B5_1 = __this; goto IL_0050; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_11; L_11 = JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF(/*hidden argument*/NULL); G_B5_0 = L_11; G_B5_1 = G_B4_1; } IL_0050: { NullCheck(G_B5_1); G_B5_1->set__value_15(G_B5_0); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_12 = __this->get__value_15(); __this->set__current_16(L_12); } IL_0061: { return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_mA603632FF6A05B21938D592DCBA01909363C2B39 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { RuntimeObject * L_0 = ___value0; JsonWriter_WriteValue_m2C50EEBAAC598756A7D400689FDEACBA83EE9077(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteNull_m556C4AF5879A101A7F81C831621EB3E195E193C3 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { { JsonWriter_WriteNull_m5C6B7A818F167C7AD5846C0B66634444624C7294(__this, /*hidden argument*/NULL); JTokenWriter_AddValue_mEDE595D38B4FC137A4FE8B40845D1D53C826C865(__this, (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)NULL, ((int32_t)11), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteUndefined_m6EB69DE962FDD9EE16FC609693A961F326D27AD7 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, const RuntimeMethod* method) { { JsonWriter_WriteUndefined_mFE1DC4B2CFD5992C2D39D7B138E76918FDFA886C(__this, /*hidden argument*/NULL); JTokenWriter_AddValue_mEDE595D38B4FC137A4FE8B40845D1D53C826C865(__this, (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)NULL, ((int32_t)12), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteRaw_mDCC9DAA08DA0F39F412AB16690E271CFC92C235C (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, String_t* ___json0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___json0; JsonWriter_WriteRaw_mEB4130437F7C7FFDAD095A67CB948524A7F651B5(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___json0; JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 * L_2 = (JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9 *)il2cpp_codegen_object_new(JRaw_tD9BE8594DC338C27E1A653A00B4029FAA66F73E9_il2cpp_TypeInfo_var); JRaw__ctor_m9F35CC695B1A9423ECB6CE9D908BA895937B45BA(L_2, L_1, /*hidden argument*/NULL); JTokenWriter_AddValue_mEDE595D38B4FC137A4FE8B40845D1D53C826C865(__this, L_2, 6, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteComment_mB1DD3F92EAA174C7D49520E2CF490C15A8FC7038 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, String_t* ___text0, const RuntimeMethod* method) { { String_t* L_0 = ___text0; JsonWriter_WriteComment_m0D55F7EE368A992D6BB35051A3FACD07708FF2A8(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___text0; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2; L_2 = JValue_CreateComment_mDAFAC915EC6456CF880ABF97E3E8D80679F82817(L_1, /*hidden argument*/NULL); JTokenWriter_AddValue_mEDE595D38B4FC137A4FE8B40845D1D53C826C865(__this, L_2, 5, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m5D80467F3FC2C5A3D66E3A12AD8E90303922F816 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; JsonWriter_WriteValue_mCEEBA5B0C394500340F6C32E24FEBD327ED85006(__this, L_0, /*hidden argument*/NULL); String_t* L_1 = ___value0; JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_1, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m7BD6E2565E649A0390E87611F05E3031810FDE5C (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___value0; JsonWriter_WriteValue_m3272CDA2D49600CEDC28BCA9655D967F0F2A58F8(__this, L_0, /*hidden argument*/NULL); int32_t L_1 = ___value0; int32_t L_2 = L_1; RuntimeObject * L_3 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m28948BA71BC661F6F6D9DD6EB6A9E32E6DEE089E (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, uint32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint32_t L_0 = ___value0; JsonWriter_WriteValue_mAA9CA5579DEB1985F70702C9D714A208977CCD63(__this, L_0, /*hidden argument*/NULL); uint32_t L_1 = ___value0; uint32_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_mBA1646433C99714F23DE8B5723E98965E1592EBA (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, int64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int64_t L_0 = ___value0; JsonWriter_WriteValue_m56B6607C1D74A21FB75945C92B57D83FD4419E1C(__this, L_0, /*hidden argument*/NULL); int64_t L_1 = ___value0; int64_t L_2 = L_1; RuntimeObject * L_3 = Box(Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m0BC100A64ACDD000814E1BF2CE0D34C8077A21F4 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, uint64_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint64_t L_0 = ___value0; JsonWriter_WriteValue_m7307E600DEE61DC628FE0A25124E55635AE81B31(__this, L_0, /*hidden argument*/NULL); uint64_t L_1 = ___value0; uint64_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_mDB9523A1909DB5915E7B752EF184F75B249131AB (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, float ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; JsonWriter_WriteValue_mE37191ACB24107E7C88B4EBDA034418AAF7E7A71(__this, L_0, /*hidden argument*/NULL); float L_1 = ___value0; float L_2 = L_1; RuntimeObject * L_3 = Box(Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m20E8AFF1FF865EBFB013D33698675B6EC2D9E3D3 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, double ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; JsonWriter_WriteValue_mC64B161E67A79957FE19EE209CA9543F3CB02267(__this, L_0, /*hidden argument*/NULL); double L_1 = ___value0; double L_2 = L_1; RuntimeObject * L_3 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_mA20C4C4A488BF53E3257211E7A0E948F6B80EC65 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; JsonWriter_WriteValue_mA6C47BFFF0A3BD4367BAC58A59711A873F44B2D8(__this, L_0, /*hidden argument*/NULL); bool L_1 = ___value0; bool L_2 = L_1; RuntimeObject * L_3 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, ((int32_t)10), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_mB7FEC8DEF4D115807DAC8AAFEC1D61E675AA90D3 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, int16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int16_t L_0 = ___value0; JsonWriter_WriteValue_m7573324F0A6837B35CA08BD12695B59BDAF319A0(__this, L_0, /*hidden argument*/NULL); int16_t L_1 = ___value0; int16_t L_2 = L_1; RuntimeObject * L_3 = Box(Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m39629D3870736167B8768832D3671A624EAF4522 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, uint16_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint16_t L_0 = ___value0; JsonWriter_WriteValue_m86E02F18462B68408F56664160AA8EE14FBCB847(__this, L_0, /*hidden argument*/NULL); uint16_t L_1 = ___value0; uint16_t L_2 = L_1; RuntimeObject * L_3 = Box(UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m3D66950E1570A261E7C81C687111F5796182B540 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Il2CppChar L_0 = ___value0; JsonWriter_WriteValue_m3E13762ABAA97E3B6E5512719A9C20110690867B(__this, L_0, /*hidden argument*/NULL); V_0 = (String_t*)NULL; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_2; L_2 = Char_ToString_m06BE905F629AFE67313D613EC0ABFA8572CAEFC2((Il2CppChar*)(&___value0), L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = V_0; JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m9C59CA5A105A082A7A40D9377766DAF31F16CFF0 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, uint8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { uint8_t L_0 = ___value0; JsonWriter_WriteValue_mCA89BB907A0514BB3C7CF72A3B5DBEB80B601D8B(__this, L_0, /*hidden argument*/NULL); uint8_t L_1 = ___value0; uint8_t L_2 = L_1; RuntimeObject * L_3 = Box(Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m6A5983A4D2DD496616C3B05E1A5C3757F95DAFCA (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, int8_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int8_t L_0 = ___value0; JsonWriter_WriteValue_mFB2A849F1CB5FDC6B1A0228F0DCB93CE92F6A974(__this, L_0, /*hidden argument*/NULL); int8_t L_1 = ___value0; int8_t L_2 = L_1; RuntimeObject * L_3 = Box(SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 7, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_mC2474B8730CCC3B5ECDAAB9E2DC61D1F66628451 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0 = ___value0; JsonWriter_WriteValue_mD5F5DD5F9A475E329A9F63DF6E2610C9E4CA5E47(__this, L_0, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_1 = ___value0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_2 = L_1; RuntimeObject * L_3 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, 8, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m07A7E9074529551651D63021C2C1459488062A29 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0 = ___value0; JsonWriter_WriteValue_m88A4103C8515DDFFBFAD5F2C27CAC3192CDAA667(__this, L_0, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_1 = ___value0; int32_t L_2; L_2 = JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_3; L_3 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_1, L_2, /*hidden argument*/NULL); ___value0 = L_3; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_4 = ___value0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_5 = L_4; RuntimeObject * L_6 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_5); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_6, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_mEED75F6B643D9D2C91E4AF9B66A85F0958B65A1C (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_0 = ___value0; JsonWriter_WriteValue_m33E9E1916850836BA29C86ADE3FECA716729AB60(__this, L_0, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_1 = ___value0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_2 = L_1; RuntimeObject * L_3 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, ((int32_t)16), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2409F919FFF23EFE2D583A9D7370E9C4D0E9DBF4 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* ___value0, const RuntimeMethod* method) { { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_0 = ___value0; JsonWriter_WriteValue_mD3F58DE13B6A261C21A09EDAF057E80B2B465239(__this, L_0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_1 = ___value0; JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, (RuntimeObject *)(RuntimeObject *)L_1, ((int32_t)17), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m058BEEC0C0B462A518F27CA12723853C00201C0F (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_0 = ___value0; JsonWriter_WriteValue_mD4355674521311D84F4B8CBC86DA96C39C338622(__this, L_0, /*hidden argument*/NULL); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_1 = ___value0; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_2 = L_1; RuntimeObject * L_3 = Box(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m2600983EEF3050B91FE22C62B9234CA51F4BB447 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, Guid_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Guid_t L_0 = ___value0; JsonWriter_WriteValue_m9191D561BCBFD43DDEE7E237191C20371C411DC8(__this, L_0, /*hidden argument*/NULL); Guid_t L_1 = ___value0; Guid_t L_2 = L_1; RuntimeObject * L_3 = Box(Guid_t_il2cpp_TypeInfo_var, &L_2); JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_3, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteValue(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteValue_m598A544D5A2D0D13EF039AF30F5E0C6D73E981E1 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * ___value0, const RuntimeMethod* method) { { Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_0 = ___value0; JsonWriter_WriteValue_mFA34221E6FC1DAA2AEB96B267A29701DF84A4593(__this, L_0, /*hidden argument*/NULL); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_1 = ___value0; JTokenWriter_AddValue_m971936C741F9FD2347EF8383835C9A62F6E2EC9D(__this, L_1, ((int32_t)9), /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JTokenWriter::WriteToken(Newtonsoft.Json.JsonReader,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JTokenWriter_WriteToken_mB432246F6938A1E91B8D80A0E2FCA7D4B3A2E092 (JTokenWriter_t56EDFB8D8BD7B9A2F42DB7B8DEABF1D61BC85B41 * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, bool ___writeChildren1, bool ___writeDateConstructorAsDate2, bool ___writeComments3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * V_0 = NULL; JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_1 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; V_0 = ((JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F *)IsInstClass((RuntimeObject*)L_0, JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F_il2cpp_TypeInfo_var)); JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_1 = V_0; bool L_2 = ___writeChildren1; bool L_3 = ___writeDateConstructorAsDate2; bool L_4 = ___writeComments3; if (!((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((!(((RuntimeObject*)(JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F *)L_1) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)&(int32_t)L_2))&(int32_t)L_3))&(int32_t)L_4))) { goto IL_00b8; } } { JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_5 = V_0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_5); if (L_6) { goto IL_0028; } } { JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_7); if (L_8) { goto IL_0028; } } { return; } IL_0028: { JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_9 = V_0; NullCheck(L_9); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_10; L_10 = JTokenReader_get_CurrentToken_mF456F06D9F95D3570D0BB62D6F5AF6355F01F894_inline(L_9, /*hidden argument*/NULL); NullCheck(L_10); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_11; L_11 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(10 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::CloneToken() */, L_10); V_1 = L_11; JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_12 = __this->get__parent_14(); if (!L_12) { goto IL_0082; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_13 = __this->get__parent_14(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_14 = V_1; NullCheck(L_13); VirtualActionInvoker1< RuntimeObject * >::Invoke(82 /* System.Void Newtonsoft.Json.Linq.JContainer::Add(System.Object) */, L_13, L_14); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_15 = __this->get__parent_14(); NullCheck(L_15); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_16; L_16 = VirtualFuncInvoker0< JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * >::Invoke(18 /* Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JToken::get_Last() */, L_15); __this->set__current_16(L_16); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_17 = __this->get__parent_14(); NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_17); if ((!(((uint32_t)L_18) == ((uint32_t)4)))) { goto IL_00b1; } } { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_19 = __this->get__parent_14(); NullCheck(L_19); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_20; L_20 = JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline(L_19, /*hidden argument*/NULL); __this->set__parent_14(L_20); JsonWriter_InternalWriteValue_m12C7E66156140AAA2282D4855008FCB93CD65FCA(__this, ((int32_t)11), /*hidden argument*/NULL); goto IL_00b1; } IL_0082: { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_21 = V_1; __this->set__current_16(L_21); JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_22 = __this->get__token_13(); if (L_22) { goto IL_00b1; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_23 = __this->get__value_15(); if (L_23) { goto IL_00b1; } } { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_24 = V_1; __this->set__token_13(((JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 *)IsInstClass((RuntimeObject*)L_24, JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4_il2cpp_TypeInfo_var))); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_25 = V_1; __this->set__value_15(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)IsInstClass((RuntimeObject*)L_25, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); } IL_00b1: { JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * L_26 = V_0; NullCheck(L_26); JsonReader_Skip_m4269EDBD8AA592F523D6CD9A11E92B389713F717(L_26, /*hidden argument*/NULL); return; } IL_00b8: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_27 = ___reader0; bool L_28 = ___writeChildren1; bool L_29 = ___writeDateConstructorAsDate2; bool L_30 = ___writeComments3; JsonWriter_WriteToken_mE0EE772566A273EB906D47F9FA1A6221DFB14DFA(__this, L_27, L_28, L_29, L_30, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object,Newtonsoft.Json.Linq.JTokenType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject * ___value0, int32_t ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); JToken__ctor_m9A33E190E3C706DAAE8855FE59F7FD6138730A23(__this, /*hidden argument*/NULL); RuntimeObject * L_0 = ___value0; __this->set__value_14(L_0); int32_t L_1 = ___type1; __this->set__valueType_13(L_1); return; } } // System.Void Newtonsoft.Json.Linq.JValue::.ctor(Newtonsoft.Json.Linq.JValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue__ctor_m522D4B6EB93F27086CB92384657550E609A3167B (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___other0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_0 = ___other0; NullCheck(L_0); RuntimeObject * L_1; L_1 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(L_0, /*hidden argument*/NULL); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = ___other0; NullCheck(L_2); IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JToken::get_Type() */, L_2); JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796(__this, L_1, L_3, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.Linq.JValue::.ctor(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue__ctor_mC889FB1AA1B4DC300F7033A0043E065CF50AC94B (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 V_0; memset((&V_0), 0, sizeof(V_0)); { RuntimeObject * L_0 = ___value0; il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 )); Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 L_1 = V_0; RuntimeObject * L_2 = ___value0; int32_t L_3; L_3 = JValue_GetValueType_mD4C0C87715186C2CAE9563E1D1FFA1E816F9A1DF(L_1, L_2, /*hidden argument*/NULL); JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796(__this, L_0, L_3, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Linq.JValue::DeepEquals(Newtonsoft.Json.Linq.JToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_DeepEquals_m41CA0C8B5683A179448CAD010C2014CC047B878B (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * ___node0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = ___node0; V_0 = ((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)IsInstClass((RuntimeObject*)L_0, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1 = V_0; if (L_1) { goto IL_000c; } } { return (bool)0; } IL_000c: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if ((!(((RuntimeObject*)(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)L_2) == ((RuntimeObject*)(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)__this)))) { goto IL_0012; } } { return (bool)1; } IL_0012: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; bool L_4; L_4 = JValue_ValuesEquals_m5C86A23594A50215B2D8FFDAE8EE422615976B18(__this, L_3, /*hidden argument*/NULL); return L_4; } } // System.Boolean Newtonsoft.Json.Linq.JValue::get_HasValues() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_get_HasValues_m6F254ED7F002D5176A396420F6E9B590B52CEF85 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 Newtonsoft.Json.Linq.JValue::Compare(Newtonsoft.Json.Linq.JTokenType,System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2 (int32_t ___valueType0, RuntimeObject * ___objA1, RuntimeObject * ___objB2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Comparer_1_get_Default_mCCD7C77B86458B6487C16639E4738F561AD9B3E8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; bool V_1 = false; bool V_2 = false; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_4 = NULL; Guid_t V_5; memset((&V_5), 0, sizeof(V_5)); Guid_t V_6; memset((&V_6), 0, sizeof(V_6)); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_7 = NULL; Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * V_8 = NULL; TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_9; memset((&V_9), 0, sizeof(V_9)); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 V_10; memset((&V_10), 0, sizeof(V_10)); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_11; memset((&V_11), 0, sizeof(V_11)); int64_t V_12 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_13; memset((&V_13), 0, sizeof(V_13)); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_14; memset((&V_14), 0, sizeof(V_14)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_15; memset((&V_15), 0, sizeof(V_15)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_16; memset((&V_16), 0, sizeof(V_16)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_17; memset((&V_17), 0, sizeof(V_17)); { RuntimeObject * L_0 = ___objA1; if (L_0) { goto IL_0008; } } { RuntimeObject * L_1 = ___objB2; if (L_1) { goto IL_0008; } } { return 0; } IL_0008: { RuntimeObject * L_2 = ___objA1; if (!L_2) { goto IL_0010; } } { RuntimeObject * L_3 = ___objB2; if (L_3) { goto IL_0010; } } { return 1; } IL_0010: { RuntimeObject * L_4 = ___objA1; if (L_4) { goto IL_0018; } } { RuntimeObject * L_5 = ___objB2; if (!L_5) { goto IL_0018; } } { return (-1); } IL_0018: { int32_t L_6 = ___valueType0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)5))) { case 0: { goto IL_00e9; } case 1: { goto IL_0059; } case 2: { goto IL_00e1; } case 3: { goto IL_00e9; } case 4: { goto IL_0107; } case 5: { goto IL_026c; } case 6: { goto IL_026c; } case 7: { goto IL_0128; } case 8: { goto IL_00e9; } case 9: { goto IL_01a0; } case 10: { goto IL_01d6; } case 11: { goto IL_0203; } case 12: { goto IL_023f; } } } { goto IL_026c; } IL_0059: { RuntimeObject * L_7 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))) { goto IL_0079; } } { RuntimeObject * L_8 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))) { goto IL_0079; } } { RuntimeObject * L_9 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_0079; } } { RuntimeObject * L_10 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_0099; } } IL_0079: { RuntimeObject * L_11 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_13; L_13 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_11, L_12, /*hidden argument*/NULL); V_11 = L_13; RuntimeObject * L_14 = ___objB2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_16; L_16 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_14, L_15, /*hidden argument*/NULL); int32_t L_17; L_17 = Decimal_CompareTo_m39627B9D7CA040928FCF2CE324430D50694FC049((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_11), L_16, /*hidden argument*/NULL); return L_17; } IL_0099: { RuntimeObject * L_18 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_18, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_19 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_20 = ___objA1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_20, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_00b9; } } { RuntimeObject * L_21 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_00c1; } } IL_00b9: { RuntimeObject * L_22 = ___objA1; RuntimeObject * L_23 = ___objB2; int32_t L_24; L_24 = JValue_CompareFloat_m3F6454CE20D33466B6EDB828011907BD88200C1B(L_22, L_23, /*hidden argument*/NULL); return L_24; } IL_00c1: { RuntimeObject * L_25 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_26; L_26 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_27; L_27 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_25, L_26, /*hidden argument*/NULL); V_12 = L_27; RuntimeObject * L_28 = ___objB2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_29; L_29 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int64_t L_30; L_30 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_28, L_29, /*hidden argument*/NULL); int32_t L_31; L_31 = Int64_CompareTo_m279CC69D4B5B5F32B648DD217FCA3F727BB9EA51((int64_t*)(&V_12), L_30, /*hidden argument*/NULL); return L_31; } IL_00e1: { RuntimeObject * L_32 = ___objA1; RuntimeObject * L_33 = ___objB2; int32_t L_34; L_34 = JValue_CompareFloat_m3F6454CE20D33466B6EDB828011907BD88200C1B(L_32, L_33, /*hidden argument*/NULL); return L_34; } IL_00e9: { RuntimeObject * L_35 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_36; L_36 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); String_t* L_37; L_37 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_35, L_36, /*hidden argument*/NULL); RuntimeObject * L_38 = ___objB2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39; L_39 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_40; L_40 = Convert_ToString_m76907E327BF16DC37142EAE2D8F461CECD6DE4EB(L_38, L_39, /*hidden argument*/NULL); V_0 = L_40; String_t* L_41 = V_0; int32_t L_42; L_42 = String_CompareOrdinal_m1C7F94040504F35C89EBC8826D77FEA81B9C2C0E(L_37, L_41, /*hidden argument*/NULL); return L_42; } IL_0107: { RuntimeObject * L_43 = ___objA1; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_44; L_44 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_45; L_45 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_43, L_44, /*hidden argument*/NULL); V_1 = L_45; RuntimeObject * L_46 = ___objB2; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_47; L_47 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); bool L_48; L_48 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_46, L_47, /*hidden argument*/NULL); V_2 = L_48; bool L_49 = V_2; int32_t L_50; L_50 = Boolean_CompareTo_m943C460E56A1EC6692C0A066760BA2008A698725((bool*)(&V_1), L_49, /*hidden argument*/NULL); return L_50; } IL_0128: { RuntimeObject * L_51 = ___objA1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_51, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_016a; } } { RuntimeObject * L_52 = ___objA1; V_13 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_52, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); RuntimeObject * L_53 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_53, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_0153; } } { RuntimeObject * L_54 = ___objB2; V_15 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_54, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_55; L_55 = DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_15), /*hidden argument*/NULL); V_14 = L_55; goto IL_0160; } IL_0153: { RuntimeObject * L_56 = ___objB2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_57; L_57 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_58; L_58 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_56, L_57, /*hidden argument*/NULL); V_14 = L_58; } IL_0160: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59 = V_14; int32_t L_60; L_60 = DateTime_CompareTo_m2864B0ABAE4B8748D4092D1D16AE56EE0B248F93((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_13), L_59, /*hidden argument*/NULL); return L_60; } IL_016a: { RuntimeObject * L_61 = ___objA1; V_16 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_61, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); RuntimeObject * L_62 = ___objB2; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_62, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_0184; } } { RuntimeObject * L_63 = ___objB2; V_17 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_63, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); goto IL_0196; } IL_0184: { RuntimeObject * L_64 = ___objB2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_65; L_65 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_66; L_66 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_64, L_65, /*hidden argument*/NULL); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_17), L_66, /*hidden argument*/NULL); } IL_0196: { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_67 = V_17; int32_t L_68; L_68 = DateTimeOffset_CompareTo_mD0C7682036AD9BFA54BE1CFBD2E402B56F33180B((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_16), L_67, /*hidden argument*/NULL); return L_68; } IL_01a0: { RuntimeObject * L_69 = ___objB2; if (((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_69, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_01b3; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_70 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_70, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF5345374D2EE6D7018F3D0A480142CED6A7D20B9)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_70, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2_RuntimeMethod_var))); } IL_01b3: { RuntimeObject * L_71 = ___objA1; V_3 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_71, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); RuntimeObject * L_72 = ___objB2; V_4 = ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_72, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_73 = V_3; if (L_73) { goto IL_01c7; } } { return (-1); } IL_01c7: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_74 = V_4; if (L_74) { goto IL_01cd; } } { return 1; } IL_01cd: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_75 = V_3; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_76 = V_4; int32_t L_77; L_77 = MiscellaneousUtils_ByteArrayCompare_m8CE377C6213B857025B57C4C46F4B21E49CC77EC(L_75, L_76, /*hidden argument*/NULL); return L_77; } IL_01d6: { RuntimeObject * L_78 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_78, Guid_t_il2cpp_TypeInfo_var))) { goto IL_01e9; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_79 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_79, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79294896B344DA6D3E23E5F85AEAFF2896B95EC4)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_79, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2_RuntimeMethod_var))); } IL_01e9: { RuntimeObject * L_80 = ___objA1; V_5 = ((*(Guid_t *)((Guid_t *)UnBox(L_80, Guid_t_il2cpp_TypeInfo_var)))); RuntimeObject * L_81 = ___objB2; V_6 = ((*(Guid_t *)((Guid_t *)UnBox(L_81, Guid_t_il2cpp_TypeInfo_var)))); Guid_t L_82 = V_6; int32_t L_83; L_83 = Guid_CompareTo_m165AEC7E78C38A826B834C8DA0171464EE8472B3((Guid_t *)(&V_5), L_82, /*hidden argument*/NULL); return L_83; } IL_0203: { RuntimeObject * L_84 = ___objB2; if (((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)IsInstClass((RuntimeObject*)L_84, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))) { goto IL_0216; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_85 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_85, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEBA4817F4BED863CE5C4C84E7269E3B6BBA6D072)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_85, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2_RuntimeMethod_var))); } IL_0216: { RuntimeObject * L_86 = ___objA1; V_7 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_86, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)); RuntimeObject * L_87 = ___objB2; V_8 = ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_87, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)); Comparer_1_t6D7CDAB188F8439361EFE41DC157262DD68765A6 * L_88; L_88 = Comparer_1_get_Default_mCCD7C77B86458B6487C16639E4738F561AD9B3E8(/*hidden argument*/Comparer_1_get_Default_mCCD7C77B86458B6487C16639E4738F561AD9B3E8_RuntimeMethod_var); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_89 = V_7; NullCheck(L_89); String_t* L_90; L_90 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_89); Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * L_91 = V_8; NullCheck(L_91); String_t* L_92; L_92 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_91); NullCheck(L_88); int32_t L_93; L_93 = VirtualFuncInvoker2< int32_t, String_t*, String_t* >::Invoke(6 /* System.Int32 System.Collections.Generic.Comparer`1::Compare(!0,!0) */, L_88, L_90, L_92); return L_93; } IL_023f: { RuntimeObject * L_94 = ___objB2; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_94, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_0252; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_95 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_95, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB73816C7EC5EF793B0215232E15C27BD262C3B35)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_95, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2_RuntimeMethod_var))); } IL_0252: { RuntimeObject * L_96 = ___objA1; V_9 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_96, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); RuntimeObject * L_97 = ___objB2; V_10 = ((*(TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)UnBox(L_97, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var)))); TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 L_98 = V_10; int32_t L_99; L_99 = TimeSpan_CompareTo_m5B811E4E0F9BB45CDBF9E46558E4B0A56BDDBBEF((TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203 *)(&V_9), L_98, /*hidden argument*/NULL); return L_99; } IL_026c: { int32_t L_100 = ___valueType0; int32_t L_101 = L_100; RuntimeObject * L_102 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var)), &L_101); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_103; L_103 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_104 = ___valueType0; int32_t L_105 = L_104; RuntimeObject * L_106 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var)), &L_105); String_t* L_107; L_107 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB32EE30D8BE0EAC169777AAFF5FCE78526DD4DE8)), L_103, L_106, /*hidden argument*/NULL); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_108; L_108 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30092B6436D4FA341FAC9998C41E433F4B342C2E)), L_102, L_107, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_108, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2_RuntimeMethod_var))); } } // System.Int32 Newtonsoft.Json.Linq.JValue::CompareFloat(System.Object,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_CompareFloat_m3F6454CE20D33466B6EDB828011907BD88200C1B (RuntimeObject * ___objA0, RuntimeObject * ___objB1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; double V_1 = 0.0; { RuntimeObject * L_0 = ___objA0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_2; L_2 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; RuntimeObject * L_3 = ___objB1; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); double L_5; L_5 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_3, L_4, /*hidden argument*/NULL); V_1 = L_5; double L_6 = V_0; double L_7 = V_1; bool L_8; L_8 = MathUtils_ApproxEquals_mB0A475E4963DE685D914DE0AF9992A6456863989(L_6, L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_0023; } } { return 0; } IL_0023: { double L_9 = V_1; int32_t L_10; L_10 = Double_CompareTo_m93107F1616A67C9CDB540738E0115A5E668FBBBE((double*)(&V_0), L_9, /*hidden argument*/NULL); return L_10; } } // Newtonsoft.Json.Linq.JToken Newtonsoft.Json.Linq.JValue::CloneToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JValue_CloneToken_mA6AE62DEE2E4496CDDFB417387B582705FF186E4 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_0 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_m522D4B6EB93F27086CB92384657550E609A3167B(L_0, __this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateComment_mDAFAC915EC6456CF880ABF97E3E8D80679F82817 (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796(L_1, L_0, 5, /*hidden argument*/NULL); return L_1; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateNull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateNull_m2230973FB1BB08630C9D248E8B6BFF8615F5B7DF (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_0 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796(L_0, NULL, ((int32_t)10), /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JValue Newtonsoft.Json.Linq.JValue::CreateUndefined() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * JValue_CreateUndefined_m5699186F23FE28BC8F92911F26A73D16396BD3FB (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_0 = (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)il2cpp_codegen_object_new(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); JValue__ctor_m979A5EE1A72F45F5CAF6D76EEDD0990D69E00796(L_0, NULL, ((int32_t)11), /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetValueType(System.Nullable`1,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_GetValueType_mD4C0C87715186C2CAE9563E1D1FFA1E816F9A1DF (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 ___current0, RuntimeObject * ___value1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value1; if (L_0) { goto IL_0006; } } { return (int32_t)(((int32_t)10)); } IL_0006: { RuntimeObject * L_1 = ___value1; IL2CPP_RUNTIME_CLASS_INIT(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var); DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 * L_2 = ((DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28_il2cpp_TypeInfo_var))->get_Value_0(); if ((!(((RuntimeObject*)(RuntimeObject *)L_1) == ((RuntimeObject*)(DBNull_t0CFB3A03916C4AE0938C140E6A5487CEC8169C28 *)L_2)))) { goto IL_0011; } } { return (int32_t)(((int32_t)10)); } IL_0011: { RuntimeObject * L_3 = ___value1; if (!((String_t*)IsInstSealed((RuntimeObject*)L_3, String_t_il2cpp_TypeInfo_var))) { goto IL_0020; } } { Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 L_4 = ___current0; int32_t L_5; L_5 = JValue_GetStringValueType_m0E0A9AFD650634041917D5917810EB9AD1A6D6D7(L_4, /*hidden argument*/NULL); return L_5; } IL_0020: { RuntimeObject * L_6 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_6, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_7 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_8 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, Int16_tD0F031114106263BB459DA1F099FF9F42691295A_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_9 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_9, SByte_t928712DD662DC29BA4FAAE8CE2230AFB23447F0B_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_10 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_10, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_11 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_11, UInt32_tE60352A06233E4E69DD198BCC67142159F686B15_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_12 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_12, UInt16_t894EA9D4FB7C799B244E7BBF2DF0EEEDBC77A8BD_il2cpp_TypeInfo_var))) { goto IL_0060; } } { RuntimeObject * L_13 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_13, Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_il2cpp_TypeInfo_var))) { goto IL_0062; } } IL_0060: { return (int32_t)(6); } IL_0062: { RuntimeObject * L_14 = ___value1; if (!((Enum_t23B90B40F60E677A8025267341651C94AE079CDA *)IsInstClass((RuntimeObject*)L_14, Enum_t23B90B40F60E677A8025267341651C94AE079CDA_il2cpp_TypeInfo_var))) { goto IL_006c; } } { return (int32_t)(6); } IL_006c: { RuntimeObject * L_15 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_15, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_0084; } } { RuntimeObject * L_16 = ___value1; if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_16, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_0084; } } { RuntimeObject * L_17 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_17, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_0086; } } IL_0084: { return (int32_t)(7); } IL_0086: { RuntimeObject * L_18 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_18, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_0091; } } { return (int32_t)(((int32_t)12)); } IL_0091: { RuntimeObject * L_19 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_19, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_009c; } } { return (int32_t)(((int32_t)12)); } IL_009c: { RuntimeObject * L_20 = ___value1; if (!((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)IsInst((RuntimeObject*)L_20, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))) { goto IL_00a7; } } { return (int32_t)(((int32_t)14)); } IL_00a7: { RuntimeObject * L_21 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_21, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var))) { goto IL_00b2; } } { return (int32_t)(((int32_t)9)); } IL_00b2: { RuntimeObject * L_22 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_22, Guid_t_il2cpp_TypeInfo_var))) { goto IL_00bd; } } { return (int32_t)(((int32_t)15)); } IL_00bd: { RuntimeObject * L_23 = ___value1; if (!((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)IsInstClass((RuntimeObject*)L_23, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))) { goto IL_00c8; } } { return (int32_t)(((int32_t)16)); } IL_00c8: { RuntimeObject * L_24 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_24, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var))) { goto IL_00d3; } } { return (int32_t)(((int32_t)17)); } IL_00d3: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_25; L_25 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); RuntimeObject * L_26 = ___value1; NullCheck(L_26); Type_t * L_27; L_27 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_26, /*hidden argument*/NULL); String_t* L_28; L_28 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFCC3347B44687C171F65F055125F5C0AE402A636)), L_25, L_27, /*hidden argument*/NULL); ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_29 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m2D35EAD113C2ADC99EB17B940A2097A93FD23EFC(L_29, L_28, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JValue_GetValueType_mD4C0C87715186C2CAE9563E1D1FFA1E816F9A1DF_RuntimeMethod_var))); } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::GetStringValueType(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_GetStringValueType_m0E0A9AFD650634041917D5917810EB9AD1A6D6D7 (Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 ___current0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m08CF9771BBA7045AF7B9C1F7C863511C2C7CDA75_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m6A59275412671C0F779B951269B78E0EE82478D7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = Nullable_1_get_HasValue_m6A59275412671C0F779B951269B78E0EE82478D7_inline((Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 *)(&___current0), /*hidden argument*/Nullable_1_get_HasValue_m6A59275412671C0F779B951269B78E0EE82478D7_RuntimeMethod_var); if (L_0) { goto IL_000b; } } { return (int32_t)(8); } IL_000b: { int32_t L_1; L_1 = Nullable_1_GetValueOrDefault_m08CF9771BBA7045AF7B9C1F7C863511C2C7CDA75_inline((Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 *)(&___current0), /*hidden argument*/Nullable_1_GetValueOrDefault_m08CF9771BBA7045AF7B9C1F7C863511C2C7CDA75_RuntimeMethod_var); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0020; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)8))) { goto IL_0020; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)13))))) { goto IL_0028; } } IL_0020: { int32_t L_5; L_5 = Nullable_1_GetValueOrDefault_m08CF9771BBA7045AF7B9C1F7C863511C2C7CDA75_inline((Nullable_1_t1070F5FBBC761533AF1628C045910D302EE99F57 *)(&___current0), /*hidden argument*/Nullable_1_GetValueOrDefault_m08CF9771BBA7045AF7B9C1F7C863511C2C7CDA75_RuntimeMethod_var); return L_5; } IL_0028: { return (int32_t)(8); } } // Newtonsoft.Json.Linq.JTokenType Newtonsoft.Json.Linq.JValue::get_Type() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_get_Type_m1BC54272E1DEEBB23EC875D4F8B07B64EF926051 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__valueType_13(); return L_0; } } // System.Object Newtonsoft.Json.Linq.JValue::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_14(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JValue::WriteTo(Newtonsoft.Json.JsonWriter,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JValue_WriteTo_m8B1DEEB90C4CF72AB25E3E9F90347F34A94C2A0A (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * V_0 = NULL; int32_t V_1 = 0; Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE V_2; memset((&V_2), 0, sizeof(V_2)); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F V_3; memset((&V_3), 0, sizeof(V_3)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B10_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B9_0 = NULL; String_t* G_B11_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B11_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B14_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B13_0 = NULL; String_t* G_B15_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B15_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B34_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B33_0 = NULL; String_t* G_B35_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B35_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B43_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B42_0 = NULL; Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE G_B44_0; memset((&G_B44_0), 0, sizeof(G_B44_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B44_1 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B47_0 = NULL; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B46_0 = NULL; Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F G_B48_0; memset((&G_B48_0), 0, sizeof(G_B48_0)); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * G_B48_1 = NULL; { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_0 = ___converters1; if (!L_0) { goto IL_003f; } } { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_1 = ___converters1; NullCheck(L_1); if (!(((RuntimeArray*)L_1)->max_length)) { goto IL_003f; } } { RuntimeObject * L_2 = __this->get__value_14(); if (!L_2) { goto IL_003f; } } { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_3 = ___converters1; RuntimeObject * L_4 = __this->get__value_14(); NullCheck(L_4); Type_t * L_5; L_5 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_4, /*hidden argument*/NULL); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_6; L_6 = JsonSerializer_GetMatchingConverter_mC76FD1596C5E0534C45A05F3A5CFB8585C35C962((RuntimeObject*)(RuntimeObject*)L_3, L_5, /*hidden argument*/NULL); V_0 = L_6; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_7 = V_0; if (!L_7) { goto IL_003f; } } { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean Newtonsoft.Json.JsonConverter::get_CanWrite() */, L_8); if (!L_9) { goto IL_003f; } } { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_10 = V_0; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_11 = ___writer0; RuntimeObject * L_12 = __this->get__value_14(); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_13; L_13 = JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629(/*hidden argument*/NULL); NullCheck(L_10); VirtualActionInvoker3< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, RuntimeObject *, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * >::Invoke(4 /* System.Void Newtonsoft.Json.JsonConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) */, L_10, L_11, L_12, L_13); return; } IL_003f: { int32_t L_14 = __this->get__valueType_13(); V_1 = L_14; int32_t L_15 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)5))) { case 0: { goto IL_0087; } case 1: { goto IL_00cf; } case 2: { goto IL_0143; } case 3: { goto IL_01b7; } case 4: { goto IL_01d4; } case 5: { goto IL_00c1; } case 6: { goto IL_00c8; } case 7: { goto IL_01eb; } case 8: { goto IL_00a4; } case 9: { goto IL_0221; } case 10: { goto IL_0233; } case 11: { goto IL_027d; } case 12: { goto IL_0258; } } } { goto IL_028f; } IL_0087: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_16 = ___writer0; RuntimeObject * L_17 = __this->get__value_14(); G_B9_0 = L_16; if (L_17) { G_B10_0 = L_16; goto IL_0093; } } { G_B11_0 = ((String_t*)(NULL)); G_B11_1 = G_B9_0; goto IL_009e; } IL_0093: { RuntimeObject * L_18 = __this->get__value_14(); NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18); G_B11_0 = L_19; G_B11_1 = G_B10_0; } IL_009e: { NullCheck(G_B11_1); VirtualActionInvoker1< String_t* >::Invoke(63 /* System.Void Newtonsoft.Json.JsonWriter::WriteComment(System.String) */, G_B11_1, G_B11_0); return; } IL_00a4: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_20 = ___writer0; RuntimeObject * L_21 = __this->get__value_14(); G_B13_0 = L_20; if (L_21) { G_B14_0 = L_20; goto IL_00b0; } } { G_B15_0 = ((String_t*)(NULL)); G_B15_1 = G_B13_0; goto IL_00bb; } IL_00b0: { RuntimeObject * L_22 = __this->get__value_14(); NullCheck(L_22); String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_22); G_B15_0 = L_23; G_B15_1 = G_B14_0; } IL_00bb: { NullCheck(G_B15_1); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void Newtonsoft.Json.JsonWriter::WriteRawValue(System.String) */, G_B15_1, G_B15_0); return; } IL_00c1: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_24 = ___writer0; NullCheck(L_24); VirtualActionInvoker0::Invoke(21 /* System.Void Newtonsoft.Json.JsonWriter::WriteNull() */, L_24); return; } IL_00c8: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_25 = ___writer0; NullCheck(L_25); VirtualActionInvoker0::Invoke(22 /* System.Void Newtonsoft.Json.JsonWriter::WriteUndefined() */, L_25); return; } IL_00cf: { RuntimeObject * L_26 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_26, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_00ee; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_27 = ___writer0; RuntimeObject * L_28 = __this->get__value_14(); NullCheck(L_27); VirtualActionInvoker1< int32_t >::Invoke(26 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int32) */, L_27, ((*(int32_t*)((int32_t*)UnBox(L_28, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))))); return; } IL_00ee: { RuntimeObject * L_29 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_29, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))) { goto IL_010d; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_30 = ___writer0; RuntimeObject * L_31 = __this->get__value_14(); NullCheck(L_30); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_30, ((*(int64_t*)((int64_t*)UnBox(L_31, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var))))); return; } IL_010d: { RuntimeObject * L_32 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_32, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))) { goto IL_012c; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_33 = ___writer0; RuntimeObject * L_34 = __this->get__value_14(); NullCheck(L_33); VirtualActionInvoker1< uint64_t >::Invoke(29 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.UInt64) */, L_33, ((*(uint64_t*)((uint64_t*)UnBox(L_34, UInt64_tEC57511B3E3CA2DBA1BEBD434C6983E31C943281_il2cpp_TypeInfo_var))))); return; } IL_012c: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_35 = ___writer0; RuntimeObject * L_36 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_37; L_37 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int64_t L_38; L_38 = Convert_ToInt64_mBDCF8D07F1BB34AD1C90BF073FCBB400F2F4770C(L_36, L_37, /*hidden argument*/NULL); NullCheck(L_35); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_35, L_38); return; } IL_0143: { RuntimeObject * L_39 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_39, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_0162; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_40 = ___writer0; RuntimeObject * L_41 = __this->get__value_14(); NullCheck(L_40); VirtualActionInvoker1< Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 >::Invoke(38 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Decimal) */, L_40, ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_41, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))))); return; } IL_0162: { RuntimeObject * L_42 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_42, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_0181; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_43 = ___writer0; RuntimeObject * L_44 = __this->get__value_14(); NullCheck(L_43); VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_43, ((*(double*)((double*)UnBox(L_44, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))))); return; } IL_0181: { RuntimeObject * L_45 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_45, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))) { goto IL_01a0; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_46 = ___writer0; RuntimeObject * L_47 = __this->get__value_14(); NullCheck(L_46); VirtualActionInvoker1< float >::Invoke(30 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Single) */, L_46, ((*(float*)((float*)UnBox(L_47, Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_il2cpp_TypeInfo_var))))); return; } IL_01a0: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_48 = ___writer0; RuntimeObject * L_49 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_50; L_50 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_51; L_51 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_49, L_50, /*hidden argument*/NULL); NullCheck(L_48); VirtualActionInvoker1< double >::Invoke(31 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Double) */, L_48, L_51); return; } IL_01b7: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_52 = ___writer0; RuntimeObject * L_53 = __this->get__value_14(); G_B33_0 = L_52; if (L_53) { G_B34_0 = L_52; goto IL_01c3; } } { G_B35_0 = ((String_t*)(NULL)); G_B35_1 = G_B33_0; goto IL_01ce; } IL_01c3: { RuntimeObject * L_54 = __this->get__value_14(); NullCheck(L_54); String_t* L_55; L_55 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_54); G_B35_0 = L_55; G_B35_1 = G_B34_0; } IL_01ce: { NullCheck(G_B35_1); VirtualActionInvoker1< String_t* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.String) */, G_B35_1, G_B35_0); return; } IL_01d4: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_56 = ___writer0; RuntimeObject * L_57 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_58; L_58 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_59; L_59 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_57, L_58, /*hidden argument*/NULL); NullCheck(L_56); VirtualActionInvoker1< bool >::Invoke(32 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Boolean) */, L_56, L_59); return; } IL_01eb: { RuntimeObject * L_60 = __this->get__value_14(); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_60, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_020a; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_61 = ___writer0; RuntimeObject * L_62 = __this->get__value_14(); NullCheck(L_61); VirtualActionInvoker1< DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 >::Invoke(40 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTimeOffset) */, L_61, ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_62, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))))); return; } IL_020a: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_63 = ___writer0; RuntimeObject * L_64 = __this->get__value_14(); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_65; L_65 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_66; L_66 = Convert_ToDateTime_mDAD88B91C9B837391F601BBBAFE7A6A77AAC2E07(L_64, L_65, /*hidden argument*/NULL); NullCheck(L_63); VirtualActionInvoker1< DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 >::Invoke(39 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.DateTime) */, L_63, L_66); return; } IL_0221: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_67 = ___writer0; RuntimeObject * L_68 = __this->get__value_14(); NullCheck(L_67); VirtualActionInvoker1< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(60 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Byte[]) */, L_67, ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_68, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var))); return; } IL_0233: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_69 = ___writer0; RuntimeObject * L_70 = __this->get__value_14(); G_B42_0 = L_69; if (L_70) { G_B43_0 = L_69; goto IL_0247; } } { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE )); Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE L_71 = V_2; G_B44_0 = L_71; G_B44_1 = G_B42_0; goto IL_0252; } IL_0247: { RuntimeObject * L_72 = __this->get__value_14(); void* L_73 = alloca(sizeof(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE )); UnBoxNullable(L_72, Guid_t_il2cpp_TypeInfo_var, L_73); G_B44_0 = ((*(Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *)((Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE *)L_73))); G_B44_1 = G_B43_0; } IL_0252: { NullCheck(G_B44_1); VirtualActionInvoker1< Nullable_1_t8491EC19F037EC6CA76E82707D7605A42E102EFE >::Invoke(58 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B44_1, G_B44_0); return; } IL_0258: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_74 = ___writer0; RuntimeObject * L_75 = __this->get__value_14(); G_B46_0 = L_74; if (L_75) { G_B47_0 = L_74; goto IL_026c; } } { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F L_76 = V_3; G_B48_0 = L_76; G_B48_1 = G_B46_0; goto IL_0277; } IL_026c: { RuntimeObject * L_77 = __this->get__value_14(); void* L_78 = alloca(sizeof(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F )); UnBoxNullable(L_77, TimeSpan_t4F6A0E13E703B65365CFCAB58E05EE0AF3EE6203_il2cpp_TypeInfo_var, L_78); G_B48_0 = ((*(Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)((Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F *)L_78))); G_B48_1 = G_B47_0; } IL_0277: { NullCheck(G_B48_1); VirtualActionInvoker1< Nullable_1_tCFBE5FE1DB8A702D620FFC81D556C8E8AD5B871F >::Invoke(59 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Nullable`1) */, G_B48_1, G_B48_0); return; } IL_027d: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_79 = ___writer0; RuntimeObject * L_80 = __this->get__value_14(); NullCheck(L_79); VirtualActionInvoker1< Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 * >::Invoke(61 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Uri) */, L_79, ((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_80, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); return; } IL_028f: { int32_t L_81 = __this->get__valueType_13(); int32_t L_82 = L_81; RuntimeObject * L_83 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JTokenType_t97C0F61EDBCE241C5CE52E0C80CC7177CA2BDAD0_il2cpp_TypeInfo_var)), &L_82); ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_84; L_84 = MiscellaneousUtils_CreateArgumentOutOfRangeException_m3ABA61F92D22277F24C19EA1D9B8E0EC56D955DE(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral847762D7D1E932EAA49F2B664B2A0975A3DCE423)), L_83, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB317A491A918E5501692248F501D9DF2AFAA2426)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JValue_WriteTo_m8B1DEEB90C4CF72AB25E3E9F90347F34A94C2A0A_RuntimeMethod_var))); } } // System.Int32 Newtonsoft.Json.Linq.JValue::GetDeepHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_GetDeepHashCode_m16D6824D213F2407B93880EF0F216FEFDC54DA98 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B3_0 = 0; { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { RuntimeObject * L_1 = __this->get__value_14(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); G_B3_0 = L_2; } IL_0016: { V_0 = G_B3_0; int32_t L_3 = __this->get__valueType_13(); V_1 = L_3; int32_t L_4; L_4 = Int32_GetHashCode_mEDD3F492A5F7CF021125AE3F38E2B8F8743FC667((int32_t*)(&V_1), /*hidden argument*/NULL); int32_t L_5 = V_0; return ((int32_t)((int32_t)L_4^(int32_t)L_5)); } } // System.Boolean Newtonsoft.Json.Linq.JValue::ValuesEquals(Newtonsoft.Json.Linq.JValue,Newtonsoft.Json.Linq.JValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_ValuesEquals_m5C86A23594A50215B2D8FFDAE8EE422615976B18 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___v10, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___v21, const RuntimeMethod* method) { { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_0 = ___v10; JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1 = ___v21; if ((((RuntimeObject*)(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)L_0) == ((RuntimeObject*)(JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)L_1))) { goto IL_002f; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = ___v10; NullCheck(L_2); int32_t L_3 = L_2->get__valueType_13(); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_4 = ___v21; NullCheck(L_4); int32_t L_5 = L_4->get__valueType_13(); if ((!(((uint32_t)L_3) == ((uint32_t)L_5)))) { goto IL_002d; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_6 = ___v10; NullCheck(L_6); int32_t L_7 = L_6->get__valueType_13(); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_8 = ___v10; NullCheck(L_8); RuntimeObject * L_9 = L_8->get__value_14(); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_10 = ___v21; NullCheck(L_10); RuntimeObject * L_11 = L_10->get__value_14(); int32_t L_12; L_12 = JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2(L_7, L_9, L_11, /*hidden argument*/NULL); return (bool)((((int32_t)L_12) == ((int32_t)0))? 1 : 0); } IL_002d: { return (bool)0; } IL_002f: { return (bool)1; } } // System.Boolean Newtonsoft.Json.Linq.JValue::Equals(Newtonsoft.Json.Linq.JValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_Equals_mD2988D82A7D6D842082198F6F55006923080F811 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * ___other0, const RuntimeMethod* method) { { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_0 = ___other0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_1 = ___other0; bool L_2; L_2 = JValue_ValuesEquals_m5C86A23594A50215B2D8FFDAE8EE422615976B18(__this, L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean Newtonsoft.Json.Linq.JValue::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_Equals_mC937C670D8C1C5487124A902610BE435E2D6F270 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * V_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { RuntimeObject * L_1 = ___obj0; V_0 = ((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)IsInstClass((RuntimeObject*)L_1, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)); JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_2 = V_0; if (!L_2) { goto IL_0017; } } { JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * L_3 = V_0; bool L_4; L_4 = JValue_Equals_mD2988D82A7D6D842082198F6F55006923080F811(__this, L_3, /*hidden argument*/NULL); return L_4; } IL_0017: { RuntimeObject * L_5 = ___obj0; bool L_6; L_6 = Object_Equals_m6E8965587E01BDEC1CDF25DE69A64253CD97EF85(__this, L_5, /*hidden argument*/NULL); return L_6; } } // System.Int32 Newtonsoft.Json.Linq.JValue::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_GetHashCode_m41B4033241EAC5E45950EC39692370035ECEA59D (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000a; } } { return 0; } IL_000a: { RuntimeObject * L_1 = __this->get__value_14(); NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1); return L_2; } } // System.String Newtonsoft.Json.Linq.JValue::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JValue_ToString_mDF25D0D9D445164C38661DD2377661884D0D412C (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __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 = __this->get__value_14(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { RuntimeObject * L_2 = __this->get__value_14(); NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2); return L_3; } } // System.String Newtonsoft.Json.Linq.JValue::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JValue_ToString_m6D3A36E8CABE09921695EB6902BA424AF4F60903 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___formatProvider0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___formatProvider0; String_t* L_1; L_1 = JValue_ToString_mAD6013DAADD1BFF3D2C9DA3F2CE3BC6183960318(__this, (String_t*)NULL, L_0, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.Linq.JValue::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JValue_ToString_mAD6013DAADD1BFF3D2C9DA3F2CE3BC6183960318 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, String_t* ___format0, RuntimeObject* ___formatProvider1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000e; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_1; } IL_000e: { RuntimeObject * L_2 = __this->get__value_14(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_0; if (!L_3) { goto IL_0026; } } { RuntimeObject* L_4 = V_0; String_t* L_5 = ___format0; RuntimeObject* L_6 = ___formatProvider1; NullCheck(L_4); String_t* L_7; L_7 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var, L_4, L_5, L_6); return L_7; } IL_0026: { RuntimeObject * L_8 = __this->get__value_14(); NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8); return L_9; } } // System.Int32 Newtonsoft.Json.Linq.JValue::System.IComparable.CompareTo(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_System_IComparable_CompareTo_mE3FBD4020398C2945F761704E6A47CD5A8BFCD87 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject * V_0 = NULL; RuntimeObject * G_B5_0 = NULL; { RuntimeObject * L_0 = ___obj0; if (L_0) { goto IL_0005; } } { return 1; } IL_0005: { RuntimeObject * L_1 = ___obj0; if (((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)IsInstClass((RuntimeObject*)L_1, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))) { goto IL_0010; } } { RuntimeObject * L_2 = ___obj0; G_B5_0 = L_2; goto IL_001b; } IL_0010: { RuntimeObject * L_3 = ___obj0; NullCheck(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_3, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var))); RuntimeObject * L_4; L_4 = JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline(((JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 *)CastclassClass((RuntimeObject*)L_3, JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); G_B5_0 = L_4; } IL_001b: { V_0 = G_B5_0; int32_t L_5 = __this->get__valueType_13(); RuntimeObject * L_6 = __this->get__value_14(); RuntimeObject * L_7 = V_0; int32_t L_8; L_8 = JValue_Compare_m01C87856578C73242F1A8083A4FC9D70E78761E2(L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.TypeCode Newtonsoft.Json.Linq.JValue::System.IConvertible.GetTypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_System_IConvertible_GetTypeCode_mFB78B5C9E772F5ADA3DDB3654452DC83EA853847 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject * L_0 = __this->get__value_14(); if (L_0) { goto IL_000a; } } { return (int32_t)(0); } IL_000a: { RuntimeObject * L_1 = __this->get__value_14(); V_0 = ((RuntimeObject*)IsInst((RuntimeObject*)L_1, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var)); RuntimeObject* L_2 = V_0; if (L_2) { goto IL_001b; } } { return (int32_t)(1); } IL_001b: { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.TypeCode System.IConvertible::GetTypeCode() */, IConvertible_t40D9E38816544BF71E97F48AB3C47C9A2B7E9BE4_il2cpp_TypeInfo_var, L_3); return L_4; } } // System.Boolean Newtonsoft.Json.Linq.JValue::System.IConvertible.ToBoolean(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JValue_System_IConvertible_ToBoolean_mCA575F28663AE8FDCC11981604812A8D140B563F (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); bool L_0; L_0 = JToken_op_Explicit_mB151E43F59905323634A640F2324C2C775B34661(__this, /*hidden argument*/NULL); return L_0; } } // System.Char Newtonsoft.Json.Linq.JValue::System.IConvertible.ToChar(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar JValue_System_IConvertible_ToChar_m6D8C8573B926D4877A78B01950A9F79D8F7B1B7D (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Il2CppChar L_0; L_0 = JToken_op_Explicit_m0590FD1039A9915EA8B693238BC461158C42529E(__this, /*hidden argument*/NULL); return L_0; } } // System.SByte Newtonsoft.Json.Linq.JValue::System.IConvertible.ToSByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t JValue_System_IConvertible_ToSByte_m196E8B186CA7966F53154370F6754E749699D564 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int8_t L_0; L_0 = JToken_op_Explicit_m3C2674D8BCCF2148736AAF2F4CE8D80C81986941(__this, /*hidden argument*/NULL); return L_0; } } // System.Byte Newtonsoft.Json.Linq.JValue::System.IConvertible.ToByte(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t JValue_System_IConvertible_ToByte_m63386F8EF1561A410CB5248FAFE760DDD6A37177 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint8_t L_0; L_0 = JToken_op_Explicit_m5E49DBB5487D233239300D290AA67F3312547899(__this, /*hidden argument*/NULL); return L_0; } } // System.Int16 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t JValue_System_IConvertible_ToInt16_m8D22EA36E2663E6108A594C9CC86D93D35778D82 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int16_t L_0; L_0 = JToken_op_Explicit_m5204A020C1CA93FA7A823997187A4CC8EAB6FFDF(__this, /*hidden argument*/NULL); return L_0; } } // System.UInt16 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToUInt16(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t JValue_System_IConvertible_ToUInt16_mC87EF6A9FCA8A4BBE38F19F4AEBEB3D5B7B42AC1 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint16_t L_0; L_0 = JToken_op_Explicit_m87EA6319EA3E3E1B98C1ED7424F43B238E4F987E(__this, /*hidden argument*/NULL); return L_0; } } // System.Int32 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JValue_System_IConvertible_ToInt32_m87238F888B1F16024E0CF6A1755D6FE00BE6A028 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int32_t L_0; L_0 = JToken_op_Explicit_m8375005A9901DF69721432BA14A6244191A70BF9(__this, /*hidden argument*/NULL); return L_0; } } // System.UInt32 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToUInt32(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t JValue_System_IConvertible_ToUInt32_m9FC52D511B9F5D8C1E3D0622008CA941EAC148E3 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint32_t L_0; L_0 = JToken_op_Explicit_m985B22F3DA346F51A6F582E21AB83ACC25D4A394(__this, /*hidden argument*/NULL); return L_0; } } // System.Int64 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JValue_System_IConvertible_ToInt64_m37A400738C3E681B248623FB49F78EE49E250304 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); int64_t L_0; L_0 = JToken_op_Explicit_m4E7617246CBC1C0E00D1F248C1C02ED1B25D6DEA(__this, /*hidden argument*/NULL); return L_0; } } // System.UInt64 Newtonsoft.Json.Linq.JValue::System.IConvertible.ToUInt64(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t JValue_System_IConvertible_ToUInt64_m6E87A583D697A6137736CF49C2C8EE985FC354EC (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); uint64_t L_0; L_0 = JToken_op_Explicit_m06B72D4DB16DC1EE4D0D5BE85D6E140219E18976(__this, /*hidden argument*/NULL); return L_0; } } // System.Single Newtonsoft.Json.Linq.JValue::System.IConvertible.ToSingle(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JValue_System_IConvertible_ToSingle_m03A634324657E9B61AD2BEBCB75973F4121F82E5 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); float L_0; L_0 = JToken_op_Explicit_mD4DD55C6987A1966CB844AB222140C0BA6322C46(__this, /*hidden argument*/NULL); return ((float)((float)L_0)); } } // System.Double Newtonsoft.Json.Linq.JValue::System.IConvertible.ToDouble(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double JValue_System_IConvertible_ToDouble_mE7A0CE8AB12C343D0467848B6202C1CEC4058185 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); double L_0; L_0 = JToken_op_Explicit_mF0B4A4DE59F877B04AB2AAFAB95A36B463263626(__this, /*hidden argument*/NULL); return ((double)((double)L_0)); } } // System.Decimal Newtonsoft.Json.Linq.JValue::System.IConvertible.ToDecimal(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 JValue_System_IConvertible_ToDecimal_m5FC9282C0F2B409F941D92D65D3D59D92F0C1520 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_0; L_0 = JToken_op_Explicit_m01D0834AA83423E14AA675F1379AACABA3FEFD10(__this, /*hidden argument*/NULL); return L_0; } } // System.DateTime Newtonsoft.Json.Linq.JValue::System.IConvertible.ToDateTime(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 JValue_System_IConvertible_ToDateTime_m32B8B6610A6171003CC26AA0B37C971D8B8F0C31 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, RuntimeObject* ___provider0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_0; L_0 = JToken_op_Explicit_mC2EA977CBD292133B27E38447FED7B79347B1D7D(__this, /*hidden argument*/NULL); return L_0; } } // System.Object Newtonsoft.Json.Linq.JValue::System.IConvertible.ToType(System.Type,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JValue_System_IConvertible_ToType_mCB030FC240AD4252274309D7A769E28528A60185 (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, Type_t * ___conversionType0, RuntimeObject* ___provider1, const RuntimeMethod* method) { { Type_t * L_0 = ___conversionType0; RuntimeObject * L_1; L_1 = JToken_ToObject_mA45387A7E152199DAD85F9E8D6B8C1110C3BF74D(__this, L_0, /*hidden argument*/NULL); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Converters.JavaScriptDateTimeConverter::WriteJson(Newtonsoft.Json.JsonWriter,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptDateTimeConverter_WriteJson_mA34AEDE37E8496974D0EEAAF82F27AF22E4469C7 (JavaScriptDateTimeConverter_t76312AA0A7BEC564636E6E5667B8421DA670D45B * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, RuntimeObject * ___value1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03); s_Il2CppMethodInitialized = true; } int64_t V_0 = 0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_1; memset((&V_1), 0, sizeof(V_1)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_2; memset((&V_2), 0, sizeof(V_2)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_3; memset((&V_3), 0, sizeof(V_3)); { RuntimeObject * L_0 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_0, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_001e; } } { RuntimeObject * L_1 = ___value1; V_1 = ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_1, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_2; L_2 = DateTime_ToUniversalTime_mB5FB50E0AD0D9A2A917893A1655F51B174C7A6B3((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_1), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_3; L_3 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m9529F1BB601C2BAADFB2DC9CF539D74C1D066A3D(L_2, /*hidden argument*/NULL); V_0 = L_3; goto IL_004f; } IL_001e: { RuntimeObject * L_4 = ___value1; if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_0044; } } { RuntimeObject * L_5 = ___value1; V_2 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_5, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_6; L_6 = DateTimeOffset_ToUniversalTime_mF1D7DE4B578E2B2AF8FC2C4D2162407A469D9FE6((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_2), /*hidden argument*/NULL); V_3 = L_6; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_7; L_7 = DateTimeOffset_get_UtcDateTime_m262924656B3DD43C1E51E4C5B2BEB8EC8AAB6833((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_3), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); int64_t L_8; L_8 = DateTimeUtils_ConvertDateTimeToJavaScriptTicks_m9529F1BB601C2BAADFB2DC9CF539D74C1D066A3D(L_7, /*hidden argument*/NULL); V_0 = L_8; goto IL_004f; } IL_0044: { JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_9 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1C9DB51E75B79012CC31BED25D60BE03402CA0F3)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JavaScriptDateTimeConverter_WriteJson_mA34AEDE37E8496974D0EEAAF82F27AF22E4469C7_RuntimeMethod_var))); } IL_004f: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___writer0; NullCheck(L_10); VirtualActionInvoker1< String_t* >::Invoke(11 /* System.Void Newtonsoft.Json.JsonWriter::WriteStartConstructor(System.String) */, L_10, _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_11 = ___writer0; int64_t L_12 = V_0; NullCheck(L_11); VirtualActionInvoker1< int64_t >::Invoke(28 /* System.Void Newtonsoft.Json.JsonWriter::WriteValue(System.Int64) */, L_11, L_12); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_13 = ___writer0; NullCheck(L_13); VirtualActionInvoker0::Invoke(12 /* System.Void Newtonsoft.Json.JsonWriter::WriteEndConstructor() */, L_13); return; } } // System.Object Newtonsoft.Json.Converters.JavaScriptDateTimeConverter::ReadJson(Newtonsoft.Json.JsonReader,System.Type,System.Object,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JavaScriptDateTimeConverter_ReadJson_m4B86AAC4A496CA5C3812925A5DB7A6BB5E3BB9B3 (JavaScriptDateTimeConverter_t76312AA0A7BEC564636E6E5667B8421DA670D45B * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, RuntimeObject * ___existingValue2, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); Type_t * G_B14_0 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)11))))) { goto IL_002b; } } { Type_t * L_2 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_3; L_3 = ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0029; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_6 = ___objectType1; String_t* L_7; L_7 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral27D252BCBD1DF46C936D6761666B18C66CA086E0)), L_5, L_6, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_8; L_8 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_4, L_7, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JavaScriptDateTimeConverter_ReadJson_m4B86AAC4A496CA5C3812925A5DB7A6BB5E3BB9B3_RuntimeMethod_var))); } IL_0029: { return NULL; } IL_002b: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_9 = ___reader0; NullCheck(L_9); int32_t L_10; L_10 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_9); if ((!(((uint32_t)L_10) == ((uint32_t)3)))) { goto IL_004c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; NullCheck(L_11); RuntimeObject * L_12; L_12 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_11); NullCheck(L_12); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_12); bool L_14; L_14 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_13, _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03, 4, /*hidden argument*/NULL); if (L_14) { goto IL_0073; } } IL_004c: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_15 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_17 = ___reader0; NullCheck(L_17); int32_t L_18; L_18 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_17); int32_t L_19 = L_18; RuntimeObject * L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_19); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_21 = ___reader0; NullCheck(L_21); RuntimeObject * L_22; L_22 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_21); String_t* L_23; L_23 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5022307A18EB90B48243F2F5614A29A4CDB8D4AB)), L_16, L_20, L_22, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_24; L_24 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_15, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JavaScriptDateTimeConverter_ReadJson_m4B86AAC4A496CA5C3812925A5DB7A6BB5E3BB9B3_RuntimeMethod_var))); } IL_0073: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_25 = ___reader0; NullCheck(L_25); bool L_26; L_26 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_25); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_27 = ___reader0; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_27); if ((((int32_t)L_28) == ((int32_t)7))) { goto IL_00a4; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_29 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_30; L_30 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_31 = ___reader0; NullCheck(L_31); int32_t L_32; L_32 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_31); int32_t L_33 = L_32; RuntimeObject * L_34 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_33); String_t* L_35; L_35 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral02AD14F7D66AE0F4F2880F6C1EFA11F3CD3BF534)), L_30, L_34, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_36; L_36 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_29, L_35, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JavaScriptDateTimeConverter_ReadJson_m4B86AAC4A496CA5C3812925A5DB7A6BB5E3BB9B3_RuntimeMethod_var))); } IL_00a4: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_37 = ___reader0; NullCheck(L_37); RuntimeObject * L_38; L_38 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, L_37); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_39; L_39 = DateTimeUtils_ConvertJavaScriptTicksToDateTime_mF85E32259FE37728425C732C39889B16A73BE9D5(((*(int64_t*)((int64_t*)UnBox(L_38, Int64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); V_0 = L_39; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_40 = ___reader0; NullCheck(L_40); bool L_41; L_41 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, L_40); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_42 = ___reader0; NullCheck(L_42); int32_t L_43; L_43 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_42); if ((((int32_t)L_43) == ((int32_t)((int32_t)15)))) { goto IL_00e7; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_44 = ___reader0; IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_45; L_45 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_46 = ___reader0; NullCheck(L_46); int32_t L_47; L_47 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, L_46); int32_t L_48 = L_47; RuntimeObject * L_49 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_48); String_t* L_50; L_50 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB344685C9F5926A023E15AA872D5A5C5B6297827)), L_45, L_49, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_51; L_51 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(L_44, L_50, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_51, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JavaScriptDateTimeConverter_ReadJson_m4B86AAC4A496CA5C3812925A5DB7A6BB5E3BB9B3_RuntimeMethod_var))); } IL_00e7: { Type_t * L_52 = ___objectType1; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_53; L_53 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_52, /*hidden argument*/NULL); if (L_53) { goto IL_00f2; } } { Type_t * L_54 = ___objectType1; G_B14_0 = L_54; goto IL_00f8; } IL_00f2: { Type_t * L_55 = ___objectType1; Type_t * L_56; L_56 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_55, /*hidden argument*/NULL); G_B14_0 = L_56; } IL_00f8: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_57, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)G_B14_0) == ((RuntimeObject*)(Type_t *)L_58)))) { goto IL_0110; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_59 = V_0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_60; memset((&L_60), 0, sizeof(L_60)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_60), L_59, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_61 = L_60; RuntimeObject * L_62 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_61); return L_62; } IL_0110: { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_63 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_64 = L_63; RuntimeObject * L_65 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_64); return L_65; } } // System.Void Newtonsoft.Json.Converters.JavaScriptDateTimeConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptDateTimeConverter__ctor_m6FA01CAA6D68007B552C16B84D3CD33931EBA94A (JavaScriptDateTimeConverter_t76312AA0A7BEC564636E6E5667B8421DA670D45B * __this, const RuntimeMethod* method) { { DateTimeConverterBase__ctor_m7DD931943F1600E761A3F3A583564CDF68290A4C(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Utilities.JavaScriptUtils::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils__cctor_m38F1787BA34FE254C001E0871F1B8A47F53E93F1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t279C84C6E26447FCB987237160562DE753A402FB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t347D3779C79809CF27B13110F173902B29B53B07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mA3D73AEB11CF6BCA986CD72E179F420962C7F684_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2_FieldInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; int32_t V_1 = 0; RuntimeObject* V_2 = NULL; Il2CppChar V_3 = 0x0; Il2CppChar V_4 = 0x0; Il2CppChar V_5 = 0x0; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_0 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->set_SingleQuoteCharEscapeFlags_0(L_0); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_1 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->set_DoubleQuoteCharEscapeFlags_1(L_1); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = (BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C*)SZArrayNew(BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128)); ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->set_HtmlCharEscapeFlags_2(L_2); List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * L_3 = (List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE *)il2cpp_codegen_object_new(List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE_il2cpp_TypeInfo_var); List_1__ctor_mA3D73AEB11CF6BCA986CD72E179F420962C7F684(L_3, /*hidden argument*/List_1__ctor_mA3D73AEB11CF6BCA986CD72E179F420962C7F684_RuntimeMethod_var); List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * L_4 = L_3; NullCheck(L_4); List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8(L_4, ((int32_t)10), /*hidden argument*/List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var); List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * L_5 = L_4; NullCheck(L_5); List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8(L_5, ((int32_t)13), /*hidden argument*/List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var); List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * L_6 = L_5; NullCheck(L_6); List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8(L_6, ((int32_t)9), /*hidden argument*/List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var); List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * L_7 = L_6; NullCheck(L_7); List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8(L_7, ((int32_t)92), /*hidden argument*/List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var); List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * L_8 = L_7; NullCheck(L_8); List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8(L_8, ((int32_t)12), /*hidden argument*/List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var); List_1_tC466EC97F6208520EFC214F520D3CB9E72FD1EAE * L_9 = L_8; NullCheck(L_9); List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8(L_9, 8, /*hidden argument*/List_1_Add_mF4FAA06905A993891DB6E0A11590A0FB3DBDD9C8_RuntimeMethod_var); V_0 = (RuntimeObject*)L_9; V_1 = 0; goto IL_0072; } IL_0066: { RuntimeObject* L_10 = V_0; int32_t L_11 = V_1; NullCheck(L_10); InterfaceActionInvoker1< Il2CppChar >::Invoke(2 /* System.Void System.Collections.Generic.ICollection`1::Add(!0) */, ICollection_1_t279C84C6E26447FCB987237160562DE753A402FB_il2cpp_TypeInfo_var, L_10, ((int32_t)((uint16_t)L_11))); int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)); } IL_0072: { int32_t L_13 = V_1; if ((((int32_t)L_13) < ((int32_t)((int32_t)32)))) { goto IL_0066; } } { RuntimeObject* L_14 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_15 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_16 = L_15; NullCheck(L_16); (L_16)->SetAt(static_cast(0), (Il2CppChar)((int32_t)39)); RuntimeObject* L_17; L_17 = Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1(L_14, (RuntimeObject*)(RuntimeObject*)L_16, /*hidden argument*/Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1_RuntimeMethod_var); NullCheck(L_17); RuntimeObject* L_18; L_18 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3_il2cpp_TypeInfo_var, L_17); V_2 = L_18; } IL_008e: try {// begin try (depth: 1) { goto IL_009f; } IL_0090: { RuntimeObject* L_19 = V_2; NullCheck(L_19); Il2CppChar L_20; L_20 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t347D3779C79809CF27B13110F173902B29B53B07_il2cpp_TypeInfo_var, L_19); V_3 = L_20; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_21 = ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->get_SingleQuoteCharEscapeFlags_0(); Il2CppChar L_22 = V_3; NullCheck(L_21); (L_21)->SetAt(static_cast(L_22), (bool)1); } IL_009f: { RuntimeObject* L_23 = V_2; NullCheck(L_23); bool L_24; L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_23); if (L_24) { goto IL_0090; } } IL_00a7: { IL2CPP_LEAVE(0xB3, FINALLY_00a9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00a9; } FINALLY_00a9: {// begin finally (depth: 1) { RuntimeObject* L_25 = V_2; if (!L_25) { goto IL_00b2; } } IL_00ac: { RuntimeObject* L_26 = V_2; NullCheck(L_26); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_26); } IL_00b2: { IL2CPP_END_FINALLY(169) } }// end finally (depth: 1) IL2CPP_CLEANUP(169) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xB3, IL_00b3) } IL_00b3: { RuntimeObject* L_27 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_28 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)1); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = L_28; NullCheck(L_29); (L_29)->SetAt(static_cast(0), (Il2CppChar)((int32_t)34)); RuntimeObject* L_30; L_30 = Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1(L_27, (RuntimeObject*)(RuntimeObject*)L_29, /*hidden argument*/Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1_RuntimeMethod_var); NullCheck(L_30); RuntimeObject* L_31; L_31 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3_il2cpp_TypeInfo_var, L_30); V_2 = L_31; } IL_00ca: try {// begin try (depth: 1) { goto IL_00dd; } IL_00cc: { RuntimeObject* L_32 = V_2; NullCheck(L_32); Il2CppChar L_33; L_33 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t347D3779C79809CF27B13110F173902B29B53B07_il2cpp_TypeInfo_var, L_32); V_4 = L_33; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_34 = ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->get_DoubleQuoteCharEscapeFlags_1(); Il2CppChar L_35 = V_4; NullCheck(L_34); (L_34)->SetAt(static_cast(L_35), (bool)1); } IL_00dd: { RuntimeObject* L_36 = V_2; NullCheck(L_36); bool L_37; L_37 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_36); if (L_37) { goto IL_00cc; } } IL_00e5: { IL2CPP_LEAVE(0xF1, FINALLY_00e7); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00e7; } FINALLY_00e7: {// begin finally (depth: 1) { RuntimeObject* L_38 = V_2; if (!L_38) { goto IL_00f0; } } IL_00ea: { RuntimeObject* L_39 = V_2; NullCheck(L_39); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_39); } IL_00f0: { IL2CPP_END_FINALLY(231) } }// end finally (depth: 1) IL2CPP_CLEANUP(231) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xF1, IL_00f1) } IL_00f1: { RuntimeObject* L_40 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_41 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)5); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_42 = L_41; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_43 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____D40004AB0E92BF6C8DFE481B56BE3D04ABDA76EB_2_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_42, L_43, /*hidden argument*/NULL); RuntimeObject* L_44; L_44 = Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1(L_40, (RuntimeObject*)(RuntimeObject*)L_42, /*hidden argument*/Enumerable_Union_TisChar_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_m7EB11DC4940E4FBA93B784D216E433D266F5CBF1_RuntimeMethod_var); NullCheck(L_44); RuntimeObject* L_45; L_45 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_tA116A870C8332D2D64FD13D5449B11BC676AC3D3_il2cpp_TypeInfo_var, L_44); V_2 = L_45; } IL_010e: try {// begin try (depth: 1) { goto IL_0121; } IL_0110: { RuntimeObject* L_46 = V_2; NullCheck(L_46); Il2CppChar L_47; L_47 = InterfaceFuncInvoker0< Il2CppChar >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t347D3779C79809CF27B13110F173902B29B53B07_il2cpp_TypeInfo_var, L_46); V_5 = L_47; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_48 = ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->get_HtmlCharEscapeFlags_2(); Il2CppChar L_49 = V_5; NullCheck(L_48); (L_48)->SetAt(static_cast(L_49), (bool)1); } IL_0121: { RuntimeObject* L_50 = V_2; NullCheck(L_50); bool L_51; L_51 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_50); if (L_51) { goto IL_0110; } } IL_0129: { IL2CPP_LEAVE(0x135, FINALLY_012b); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_012b; } FINALLY_012b: {// begin finally (depth: 1) { RuntimeObject* L_52 = V_2; if (!L_52) { goto IL_0134; } } IL_012e: { RuntimeObject* L_53 = V_2; NullCheck(L_53); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_53); } IL_0134: { IL2CPP_END_FINALLY(299) } }// end finally (depth: 1) IL2CPP_CLEANUP(299) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x135, IL_0135) } IL_0135: { return; } } // System.Boolean[] Newtonsoft.Json.Utilities.JavaScriptUtils::GetCharEscapeFlags(Newtonsoft.Json.StringEscapeHandling,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* JavaScriptUtils_GetCharEscapeFlags_mF11B28D71DA1AEC43670A3D0380FF6151BD7E134 (int32_t ___stringEscapeHandling0, Il2CppChar ___quoteChar1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___stringEscapeHandling0; if ((!(((uint32_t)L_0) == ((uint32_t)2)))) { goto IL_000a; } } { IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_1 = ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->get_HtmlCharEscapeFlags_2(); return L_1; } IL_000a: { Il2CppChar L_2 = ___quoteChar1; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)34))))) { goto IL_0015; } } { IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_3 = ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->get_DoubleQuoteCharEscapeFlags_1(); return L_3; } IL_0015: { IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_4 = ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->get_SingleQuoteCharEscapeFlags_0(); return L_4; } } // System.Boolean Newtonsoft.Json.Utilities.JavaScriptUtils::ShouldEscapeJavaScriptString(System.String,System.Boolean[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JavaScriptUtils_ShouldEscapeJavaScriptString_mB22ED650CCB389F31922358027D872C1970895D4 (String_t* ___s0, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___charEscapeFlags1, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; { String_t* L_0 = ___s0; if (L_0) { goto IL_0005; } } { return (bool)0; } IL_0005: { String_t* L_1 = ___s0; V_0 = L_1; V_1 = 0; goto IL_0024; } IL_000b: { String_t* L_2 = V_0; int32_t L_3 = V_1; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_2, L_3, /*hidden argument*/NULL); V_2 = L_4; Il2CppChar L_5 = V_2; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_6 = ___charEscapeFlags1; NullCheck(L_6); if ((((int32_t)L_5) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))) { goto IL_001e; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_7 = ___charEscapeFlags1; Il2CppChar L_8 = V_2; NullCheck(L_7); Il2CppChar L_9 = L_8; uint8_t L_10 = (uint8_t)(L_7)->GetAt(static_cast(L_9)); if (!L_10) { goto IL_0020; } } IL_001e: { return (bool)1; } IL_0020: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)); } IL_0024: { int32_t L_12 = V_1; String_t* L_13 = V_0; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_13, /*hidden argument*/NULL); if ((((int32_t)L_12) < ((int32_t)L_14))) { goto IL_000b; } } { return (bool)0; } } // System.Void Newtonsoft.Json.Utilities.JavaScriptUtils::WriteEscapedJavaScriptString(System.IO.TextWriter,System.String,System.Char,System.Boolean,System.Boolean[],Newtonsoft.Json.StringEscapeHandling,Newtonsoft.Json.IArrayPool`1,System.Char[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JavaScriptUtils_WriteEscapedJavaScriptString_mF996F5B009DFE5F76A8F966BF531C9B1045A718B (TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * ___writer0, String_t* ___s1, Il2CppChar ___delimiter2, bool ___appendDelimiters3, BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* ___charEscapeFlags4, int32_t ___stringEscapeHandling5, RuntimeObject* ___bufferPool6, CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** ___writeBuffer7, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26624E47EFBA198B8A9D8F24D36ED1F5C840F72B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB78F235D4291950A7D101307609C259F3E1F033F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD489269E8E1F5DAC95F746BB35583B31B03CA894); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD132AF56450B39BE9268B0F2850CC239DB8CD67); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; String_t* V_3 = NULL; bool V_4 = false; int32_t V_5 = 0; int32_t V_6 = 0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_7 = NULL; int32_t V_8 = 0; int32_t G_B40_0 = 0; int32_t G_B39_0 = 0; int32_t G_B41_0 = 0; int32_t G_B41_1 = 0; int32_t G_B44_0 = 0; { bool L_0 = ___appendDelimiters3; if (!L_0) { goto IL_000a; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_1 = ___writer0; Il2CppChar L_2 = ___delimiter2; NullCheck(L_1); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_1, L_2); } IL_000a: { String_t* L_3 = ___s1; if (!L_3) { goto IL_0228; } } { V_0 = 0; V_1 = 0; goto IL_01d0; } IL_0019: { String_t* L_4 = ___s1; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_m9B1A5E4C8D70AA33A60F03735AF7B77AB9DBBA70(L_4, L_5, /*hidden argument*/NULL); V_2 = L_6; Il2CppChar L_7 = V_2; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_8 = ___charEscapeFlags4; NullCheck(L_8); if ((((int32_t)L_7) >= ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_8)->max_length)))))) { goto IL_0031; } } { BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_9 = ___charEscapeFlags4; Il2CppChar L_10 = V_2; NullCheck(L_9); Il2CppChar L_11 = L_10; uint8_t L_12 = (uint8_t)(L_9)->GetAt(static_cast(L_11)); if (!L_12) { goto IL_01cc; } } IL_0031: { Il2CppChar L_13 = V_2; if ((!(((uint32_t)L_13) <= ((uint32_t)((int32_t)92))))) { goto IL_005d; } } { Il2CppChar L_14 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)8))) { case 0: { goto IL_00a3; } case 1: { goto IL_0077; } case 2: { goto IL_0082; } case 3: { goto IL_00cb; } case 4: { goto IL_0098; } case 5: { goto IL_008d; } } } { Il2CppChar L_15 = V_2; if ((((int32_t)L_15) == ((int32_t)((int32_t)92)))) { goto IL_00ab; } } { goto IL_00cb; } IL_005d: { Il2CppChar L_16 = V_2; if ((((int32_t)L_16) == ((int32_t)((int32_t)133)))) { goto IL_00b3; } } { Il2CppChar L_17 = V_2; if ((((int32_t)L_17) == ((int32_t)((int32_t)8232)))) { goto IL_00bb; } } { Il2CppChar L_18 = V_2; if ((((int32_t)L_18) == ((int32_t)((int32_t)8233)))) { goto IL_00c3; } } { goto IL_00cb; } IL_0077: { V_3 = _stringLiteral7F3238CD8C342B06FB9AB185C610175C84625462; goto IL_0129; } IL_0082: { V_3 = _stringLiteral785F17F45C331C415D0A7458E6AAC36966399C51; goto IL_0129; } IL_008d: { V_3 = _stringLiteralB78F235D4291950A7D101307609C259F3E1F033F; goto IL_0129; } IL_0098: { V_3 = _stringLiteralA7C3FCA8C63E127B542B38A5CA5E3FEEDDD1B122; goto IL_0129; } IL_00a3: { V_3 = _stringLiteral5962E944D7340CE47999BF097B4AFD70C1501FB9; goto IL_0129; } IL_00ab: { V_3 = _stringLiteralF18840F490E42D3CE48CDCBF47229C1C240F8ABE; goto IL_0129; } IL_00b3: { V_3 = _stringLiteralDD132AF56450B39BE9268B0F2850CC239DB8CD67; goto IL_0129; } IL_00bb: { V_3 = _stringLiteralD489269E8E1F5DAC95F746BB35583B31B03CA894; goto IL_0129; } IL_00c3: { V_3 = _stringLiteral26624E47EFBA198B8A9D8F24D36ED1F5C840F72B; goto IL_0129; } IL_00cb: { Il2CppChar L_19 = V_2; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_20 = ___charEscapeFlags4; NullCheck(L_20); if ((((int32_t)L_19) < ((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))) { goto IL_00d7; } } { int32_t L_21 = ___stringEscapeHandling5; if ((!(((uint32_t)L_21) == ((uint32_t)1)))) { goto IL_0127; } } IL_00d7: { Il2CppChar L_22 = V_2; if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)39))))) { goto IL_00e9; } } { int32_t L_23 = ___stringEscapeHandling5; if ((((int32_t)L_23) == ((int32_t)2))) { goto IL_00e9; } } { V_3 = _stringLiteralB5B495EDB26BE29412F98C033B0AB96D0CF3DABC; goto IL_0129; } IL_00e9: { Il2CppChar L_24 = V_2; if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)34))))) { goto IL_00fb; } } { int32_t L_25 = ___stringEscapeHandling5; if ((((int32_t)L_25) == ((int32_t)2))) { goto IL_00fb; } } { V_3 = _stringLiteral848E5ED630B3142F565DD995C6E8D30187ED33CD; goto IL_0129; } IL_00fb: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_26 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_27 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_26); if (!L_27) { goto IL_0108; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_28 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_29 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_28); NullCheck(L_29); if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_29)->max_length)))) >= ((int32_t)6))) { goto IL_0116; } } IL_0108: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_30 = ___writeBuffer7; RuntimeObject* L_31 = ___bufferPool6; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_32 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_33 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_32); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_34; L_34 = BufferUtils_EnsureBufferSize_m422B0C50E181D98372CB02E1596FE80E845ED44D(L_31, 6, L_33, /*hidden argument*/NULL); *((RuntimeObject **)L_30) = (RuntimeObject *)L_34; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_30, (void*)(RuntimeObject *)L_34); } IL_0116: { Il2CppChar L_35 = V_2; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_36 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_37 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_36); StringUtils_ToCharAsUnicode_m08ECAC8F4B2F09E569C3DAABB3DBC8245A410E58(L_35, L_37, /*hidden argument*/NULL); V_3 = _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46; goto IL_0129; } IL_0127: { V_3 = (String_t*)NULL; } IL_0129: { String_t* L_38 = V_3; if (!L_38) { goto IL_01cc; } } { String_t* L_39 = V_3; bool L_40; L_40 = String_Equals_mAFC6038D294F341434D9D67D7EADC7F97C556C9B(L_39, _stringLiteral15196F05B117690F3E12E56AA0C43803EA0D2A46, /*hidden argument*/NULL); V_4 = L_40; int32_t L_41 = V_1; int32_t L_42 = V_0; if ((((int32_t)L_41) <= ((int32_t)L_42))) { goto IL_01b0; } } { int32_t L_43 = V_1; int32_t L_44 = V_0; bool L_45 = V_4; G_B39_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)); if (L_45) { G_B40_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_43, (int32_t)L_44)); goto IL_014a; } } { G_B41_0 = 0; G_B41_1 = G_B39_0; goto IL_014b; } IL_014a: { G_B41_0 = 6; G_B41_1 = G_B40_0; } IL_014b: { V_5 = ((int32_t)il2cpp_codegen_add((int32_t)G_B41_1, (int32_t)G_B41_0)); bool L_46 = V_4; if (L_46) { goto IL_0155; } } { G_B44_0 = 0; goto IL_0156; } IL_0155: { G_B44_0 = 6; } IL_0156: { V_6 = G_B44_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_47 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_48 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_47); if (!L_48) { goto IL_0166; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_49 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_50 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_49); NullCheck(L_50); int32_t L_51 = V_5; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_50)->max_length)))) >= ((int32_t)L_51))) { goto IL_018f; } } IL_0166: { RuntimeObject* L_52 = ___bufferPool6; int32_t L_53 = V_5; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_54; L_54 = BufferUtils_RentBuffer_mAA330DE168C66ECDC06B75C6832C4B2FEFF31BEF(L_52, L_53, /*hidden argument*/NULL); V_7 = L_54; bool L_55 = V_4; if (!L_55) { goto IL_0180; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_56 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_57 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_56); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_58 = V_7; Array_Copy_m40103AA97DC582C557B912CF4BBE86A4D166F803((RuntimeArray *)(RuntimeArray *)L_57, (RuntimeArray *)(RuntimeArray *)L_58, 6, /*hidden argument*/NULL); } IL_0180: { RuntimeObject* L_59 = ___bufferPool6; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_60 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_61 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_60); BufferUtils_ReturnBuffer_mD8347E5FB054A320D755A11EA92263A6E8BAC494(L_59, L_61, /*hidden argument*/NULL); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_62 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_63 = V_7; *((RuntimeObject **)L_62) = (RuntimeObject *)L_63; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_62, (void*)(RuntimeObject *)L_63); } IL_018f: { String_t* L_64 = ___s1; int32_t L_65 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_66 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_67 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_66); int32_t L_68 = V_6; int32_t L_69 = V_5; int32_t L_70 = V_6; NullCheck(L_64); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_64, L_65, L_67, L_68, ((int32_t)il2cpp_codegen_subtract((int32_t)L_69, (int32_t)L_70)), /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_71 = ___writer0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_72 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_73 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_72); int32_t L_74 = V_6; int32_t L_75 = V_5; int32_t L_76 = V_6; NullCheck(L_71); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_71, L_73, L_74, ((int32_t)il2cpp_codegen_subtract((int32_t)L_75, (int32_t)L_76))); } IL_01b0: { int32_t L_77 = V_1; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_77, (int32_t)1)); bool L_78 = V_4; if (L_78) { goto IL_01c1; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_79 = ___writer0; String_t* L_80 = V_3; NullCheck(L_79); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_79, L_80); goto IL_01cc; } IL_01c1: { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_81 = ___writer0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_82 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_83 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_82); NullCheck(L_81); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_81, L_83, 0, 6); } IL_01cc: { int32_t L_84 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_84, (int32_t)1)); } IL_01d0: { int32_t L_85 = V_1; String_t* L_86 = ___s1; NullCheck(L_86); int32_t L_87; L_87 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_86, /*hidden argument*/NULL); if ((((int32_t)L_85) < ((int32_t)L_87))) { goto IL_0019; } } { int32_t L_88 = V_0; if (L_88) { goto IL_01e8; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_89 = ___writer0; String_t* L_90 = ___s1; NullCheck(L_89); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.String) */, L_89, L_90); goto IL_0228; } IL_01e8: { String_t* L_91 = ___s1; NullCheck(L_91); int32_t L_92; L_92 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_91, /*hidden argument*/NULL); int32_t L_93 = V_0; V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_92, (int32_t)L_93)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_94 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_95 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_94); if (!L_95) { goto IL_0200; } } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_96 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_97 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_96); NullCheck(L_97); int32_t L_98 = V_8; if ((((int32_t)((int32_t)((int32_t)(((RuntimeArray*)L_97)->max_length)))) >= ((int32_t)L_98))) { goto IL_020f; } } IL_0200: { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_99 = ___writeBuffer7; RuntimeObject* L_100 = ___bufferPool6; int32_t L_101 = V_8; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_102 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_103 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_102); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_104; L_104 = BufferUtils_EnsureBufferSize_m422B0C50E181D98372CB02E1596FE80E845ED44D(L_100, L_101, L_103, /*hidden argument*/NULL); *((RuntimeObject **)L_99) = (RuntimeObject *)L_104; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_99, (void*)(RuntimeObject *)L_104); } IL_020f: { String_t* L_105 = ___s1; int32_t L_106 = V_0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_107 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_108 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_107); int32_t L_109 = V_8; NullCheck(L_105); String_CopyTo_mF77EF8D4E5ABBD2AB7F509FFE9C0C70DC15A27E1(L_105, L_106, L_108, 0, L_109, /*hidden argument*/NULL); TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_110 = ___writer0; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34** L_111 = ___writeBuffer7; CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_112 = *((CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)L_111); int32_t L_113 = V_8; NullCheck(L_110); VirtualActionInvoker3< CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*, int32_t, int32_t >::Invoke(14 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_110, L_112, 0, L_113); } IL_0228: { bool L_114 = ___appendDelimiters3; if (!L_114) { goto IL_0232; } } { TextWriter_t4CB195237F3B6CADD850FBC3604A049C7C564643 * L_115 = ___writer0; Il2CppChar L_116 = ___delimiter2; NullCheck(L_115); VirtualActionInvoker1< Il2CppChar >::Invoke(12 /* System.Void System.IO.TextWriter::Write(System.Char) */, L_115, L_116); } IL_0232: { return; } } // 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_mCCF653C43DCE50A3BF1A8EAC20422C22FC3BF56C (String_t* ___value0, Il2CppChar ___delimiter1, bool ___appendDelimiters2, int32_t ___stringEscapeHandling3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* V_0 = NULL; StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * V_1 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_2; memset((&V_2), 0, sizeof(V_2)); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* V_3 = NULL; String_t* V_4 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; int32_t G_B3_0 = 0; { int32_t L_0 = ___stringEscapeHandling3; Il2CppChar L_1 = ___delimiter1; IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2; L_2 = JavaScriptUtils_GetCharEscapeFlags_mF11B28D71DA1AEC43670A3D0380FF6151BD7E134(L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; String_t* L_3 = ___value0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_4; L_4 = StringUtils_GetLength_m5250F4258D52261B9967806CFF474853BC503760(L_3, /*hidden argument*/NULL); V_2 = L_4; bool L_5; L_5 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_2), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (L_5) { goto IL_001c; } } { G_B3_0 = ((int32_t)16); goto IL_0023; } IL_001c: { int32_t L_6; L_6 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); G_B3_0 = L_6; } IL_0023: { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_7; L_7 = StringUtils_CreateStringWriter_mCDE2FADE409388D61DD95C44D6ABC067D180B0D0(G_B3_0, /*hidden argument*/NULL); V_1 = L_7; } IL_0029: try {// begin try (depth: 1) V_3 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)NULL; StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_8 = V_1; String_t* L_9 = ___value0; Il2CppChar L_10 = ___delimiter1; bool L_11 = ___appendDelimiters2; BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_12 = V_0; int32_t L_13 = ___stringEscapeHandling3; IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); JavaScriptUtils_WriteEscapedJavaScriptString_mF996F5B009DFE5F76A8F966BF531C9B1045A718B(L_8, L_9, L_10, L_11, L_12, L_13, (RuntimeObject*)NULL, (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34**)(&V_3), /*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_14 = V_1; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14); V_4 = L_15; IL2CPP_LEAVE(0x4D, FINALLY_0043); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0043; } FINALLY_0043: {// begin finally (depth: 1) { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_16 = V_1; if (!L_16) { goto IL_004c; } } IL_0046: { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_17 = V_1; NullCheck(L_17); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_17); } IL_004c: { IL2CPP_END_FINALLY(67) } }// end finally (depth: 1) IL2CPP_CLEANUP(67) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x4D, IL_004d) } IL_004d: { String_t* L_18 = V_4; return L_18; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonArrayAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayAttribute__ctor_m3050D9FECB94B4CFC98B96544A2F809AC1812114 (JsonArrayAttribute_t1CD982ED67110BBE3C7ABC74F9D869A1E6A583B9 * __this, const RuntimeMethod* method) { { JsonContainerAttribute__ctor_mAA82866214D75C398CF712544390ED3CB61EB282(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.Serialization.JsonArrayContract::get_CollectionItemType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CCollectionItemTypeU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CollectionItemType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CCollectionItemTypeU3Ek__BackingField_27(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsMultidimensionalArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsMultidimensionalArray_m77B5B57593E4AD11FF9BD276C695E2FE4BE6507F (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsMultidimensionalArrayU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsMultidimensionalArray(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsMultidimensionalArray_mA55D34224E5FEA51CD59BF4AC74556D0C704E733 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsMultidimensionalArrayU3Ek__BackingField_28(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_IsArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsArray_m14EF8A42187D59A9883FAD499456080F81A55124 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsArrayU3Ek__BackingField_33(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_IsArray(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsArray_m3E4DEA93294EC3AAFD7147809DF576874E4FA709 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsArrayU3Ek__BackingField_33(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_ShouldCreateWrapper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayContract_get_ShouldCreateWrapper_m4484732675B96A4610566CFBD5A789C838E0D38B (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CShouldCreateWrapperU3Ek__BackingField_34(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_ShouldCreateWrapper(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CShouldCreateWrapperU3Ek__BackingField_34(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_CanDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayContract_get_CanDeserialize_m0DACE2FEB9B4F65909E2F327C6AAF8C381A9FFA7 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CCanDeserializeU3Ek__BackingField_35(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_CanDeserialize(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_CanDeserialize_m7D6073D8DAD68092D951ADC1DD1F8DAEDA4D6DC0 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCanDeserializeU3Ek__BackingField_35(L_0); return; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::get_ParameterizedCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * JsonArrayContract_get_ParameterizedCreator_m1C2B63A7855ED9BE487BC5FCB0AF10C658666EA1 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__parameterizedCreator_37(); if (L_0) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_1; L_1 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_2 = __this->get__parameterizedConstructor_36(); NullCheck(L_1); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_3; L_3 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_1, L_2); __this->set__parameterizedCreator_37(L_3); } IL_001e: { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_4 = __this->get__parameterizedCreator_37(); return L_4; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonArrayContract::get_OverrideCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * JsonArrayContract_get_OverrideCreator_m73B0CD796CFF0962928C44FBD24A27AE3FEF4A34 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__overrideCreator_38(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_OverrideCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_OverrideCreator_mFD1815C37617FDE228F9E3EA7AEDF446ED6FF9A1 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = ___value0; __this->set__overrideCreator_38(L_0); JsonArrayContract_set_CanDeserialize_m7D6073D8DAD68092D951ADC1DD1F8DAEDA4D6DC0_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreator_mB012930557F741C94C7772EF7B3AE379B9B0E6E3 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasParameterizedCreatorU3Ek__BackingField_39(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::set_HasParameterizedCreator(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract_set_HasParameterizedCreator_m80CE10D322AC9BD72426BFCBA0655AC715945CFD (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasParameterizedCreatorU3Ek__BackingField_39(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonArrayContract::get_HasParameterizedCreatorInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreatorInternal_m752BEE849B8912315429820CA092E58187D557B7 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0; L_0 = JsonArrayContract_get_HasParameterizedCreator_mB012930557F741C94C7772EF7B3AE379B9B0E6E3_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001a; } } { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_1 = __this->get__parameterizedCreator_37(); if (L_1) { goto IL_001a; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_2 = __this->get__parameterizedConstructor_36(); return (bool)((!(((RuntimeObject*)(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_001a: { return (bool)1; } } // System.Void Newtonsoft.Json.Serialization.JsonArrayContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonArrayContract__ctor_m3F1C09964B4D30DBAA46A7858FA8FCA491313852 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_tFF1617BDDB6CC1270F86427B15677A345318C114_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Type_t * V_1 = NULL; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * G_B3_0 = NULL; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * G_B2_0 = NULL; int32_t G_B4_0 = 0; JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * G_B4_1 = NULL; { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m48265CFFDF6A85E2DE51D6C25F9EC2277A47D8BB(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_ContractType_5(2); Type_t * L_1; L_1 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); bool L_2; L_2 = Type_get_IsArray_m15FE83DD8FAF090F9BDA924753C7750AAEA7CFD1(L_1, /*hidden argument*/NULL); JsonArrayContract_set_IsArray_m3E4DEA93294EC3AAFD7147809DF576874E4FA709_inline(__this, L_2, /*hidden argument*/NULL); bool L_3; L_3 = JsonArrayContract_get_IsArray_m14EF8A42187D59A9883FAD499456080F81A55124_inline(__this, /*hidden argument*/NULL); if (!L_3) { goto IL_0089; } } { Type_t * L_4; L_4 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = ReflectionUtils_GetCollectionItemType_m8EC46416C4FDC314E1B9B1C4059195A864C9F111(L_4, /*hidden argument*/NULL); JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E_inline(__this, L_5, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_IsReadOnlyOrFixedSize_6((bool)1); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_8; Type_t * L_10; L_10 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Type_t *)L_10); NullCheck(L_7); Type_t * L_11; L_11 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_7, L_9); __this->set__genericCollectionDefinitionType_29(L_11); V_0 = (bool)1; bool L_12; L_12 = JsonArrayContract_get_IsArray_m14EF8A42187D59A9883FAD499456080F81A55124_inline(__this, /*hidden argument*/NULL); G_B2_0 = __this; if (!L_12) { G_B3_0 = __this; goto IL_007e; } } { Type_t * L_13; L_13 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = VirtualFuncInvoker0< int32_t >::Invoke(30 /* System.Int32 System.Type::GetArrayRank() */, L_13); G_B4_0 = ((((int32_t)L_14) > ((int32_t)1))? 1 : 0); G_B4_1 = G_B2_0; goto IL_007f; } IL_007e: { G_B4_0 = 0; G_B4_1 = G_B3_0; } IL_007f: { NullCheck(G_B4_1); JsonArrayContract_set_IsMultidimensionalArray_mA55D34224E5FEA51CD59BF4AC74556D0C704E733_inline(G_B4_1, (bool)G_B4_0, /*hidden argument*/NULL); goto IL_02a7; } IL_0089: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); Type_t * L_17 = ___underlyingType0; NullCheck(L_16); bool L_18; L_18 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_16, L_17); if (!L_18) { goto IL_012b; } } { Type_t * L_19 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_20 = { reinterpret_cast (ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_21; L_21 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_20, /*hidden argument*/NULL); Type_t ** L_22 = __this->get_address_of__genericCollectionDefinitionType_29(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_23; L_23 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_19, L_21, (Type_t **)L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_00cb; } } { Type_t * L_24 = __this->get__genericCollectionDefinitionType_29(); NullCheck(L_24); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_25; L_25 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_24); NullCheck(L_25); int32_t L_26 = 0; Type_t * L_27 = (L_25)->GetAt(static_cast(L_26)); JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E_inline(__this, L_27, /*hidden argument*/NULL); goto IL_00d7; } IL_00cb: { Type_t * L_28 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = ReflectionUtils_GetCollectionItemType_m8EC46416C4FDC314E1B9B1C4059195A864C9F111(L_28, /*hidden argument*/NULL); JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E_inline(__this, L_29, /*hidden argument*/NULL); } IL_00d7: { Type_t * L_30 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (IList_tB15A9D6625D09661D6E47976BB626C703EC81910_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32; L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_31, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_32)))) { goto IL_00f4; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_33, /*hidden argument*/NULL); JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706(__this, L_34, /*hidden argument*/NULL); } IL_00f4: { Type_t * L_35; L_35 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); if (!L_35) { goto IL_010e; } } { Type_t * L_36 = ___underlyingType0; Type_t * L_37; L_37 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_38; L_38 = CollectionUtils_ResolveEnumerableCollectionConstructor_mF47E2465D637C2E2A546D64D1704AD3DEAFF690F(L_36, L_37, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_38); } IL_010e: { Type_t * L_39 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_40 = { reinterpret_cast (ReadOnlyCollection_1_tFF1617BDDB6CC1270F86427B15677A345318C114_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_41; L_41 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_40, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_42; L_42 = ReflectionUtils_InheritsGenericDefinition_mC48B0831A355520CA35E8A1F92B5E7F2AD6047C3(L_39, L_41, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_IsReadOnlyOrFixedSize_6(L_42); V_0 = (bool)1; goto IL_02a7; } IL_012b: { Type_t * L_43 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_44 = { reinterpret_cast (ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_45; L_45 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_44, /*hidden argument*/NULL); Type_t ** L_46 = __this->get_address_of__genericCollectionDefinitionType_29(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_47; L_47 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_43, L_45, (Type_t **)L_46, /*hidden argument*/NULL); if (!L_47) { goto IL_01be; } } { Type_t * L_48 = __this->get__genericCollectionDefinitionType_29(); NullCheck(L_48); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_49; L_49 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_48); NullCheck(L_49); int32_t L_50 = 0; Type_t * L_51 = (L_49)->GetAt(static_cast(L_50)); JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E_inline(__this, L_51, /*hidden argument*/NULL); Type_t * L_52 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_53 = { reinterpret_cast (ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_54; L_54 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_53, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_55; L_55 = ReflectionUtils_IsGenericDefinition_mA2F1D3F5BC69158AF227C5689CC39F5FDA2FC4E3(L_52, L_54, /*hidden argument*/NULL); if (L_55) { goto IL_017a; } } { Type_t * L_56 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_57 = { reinterpret_cast (IList_1_tCFBEF0BE66D2411D5AEA86FDF1C1E71F013AA724_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_58; L_58 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_57, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_59; L_59 = ReflectionUtils_IsGenericDefinition_mA2F1D3F5BC69158AF227C5689CC39F5FDA2FC4E3(L_56, L_58, /*hidden argument*/NULL); if (!L_59) { goto IL_019e; } } IL_017a: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_60 = { reinterpret_cast (List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_61; L_61 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_60, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_62 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_63 = L_62; Type_t * L_64; L_64 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); NullCheck(L_63); ArrayElementTypeCheck (L_63, L_64); (L_63)->SetAt(static_cast(0), (Type_t *)L_64); NullCheck(L_61); Type_t * L_65; L_65 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_61, L_63); JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706(__this, L_65, /*hidden argument*/NULL); } IL_019e: { Type_t * L_66 = ___underlyingType0; Type_t * L_67; L_67 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_68; L_68 = CollectionUtils_ResolveEnumerableCollectionConstructor_mF47E2465D637C2E2A546D64D1704AD3DEAFF690F(L_66, L_67, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_68); V_0 = (bool)1; JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E_inline(__this, (bool)1, /*hidden argument*/NULL); goto IL_02a7; } IL_01be: { Type_t * L_69 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_70 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_71; L_71 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_70, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_72; L_72 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_69, L_71, (Type_t **)(&V_1), /*hidden argument*/NULL); if (!L_72) { goto IL_029e; } } { Type_t * L_73 = V_1; NullCheck(L_73); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_74; L_74 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_73); NullCheck(L_74); int32_t L_75 = 0; Type_t * L_76 = (L_74)->GetAt(static_cast(L_75)); JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E_inline(__this, L_76, /*hidden argument*/NULL); Type_t * L_77; L_77 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_78 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_79; L_79 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_78, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_80; L_80 = ReflectionUtils_IsGenericDefinition_mA2F1D3F5BC69158AF227C5689CC39F5FDA2FC4E3(L_77, L_79, /*hidden argument*/NULL); if (!L_80) { goto IL_021e; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_81 = { reinterpret_cast (List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_82; L_82 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_81, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_83 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_84 = L_83; Type_t * L_85; L_85 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); NullCheck(L_84); ArrayElementTypeCheck (L_84, L_85); (L_84)->SetAt(static_cast(0), (Type_t *)L_85); NullCheck(L_82); Type_t * L_86; L_86 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_82, L_84); JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706(__this, L_86, /*hidden argument*/NULL); } IL_021e: { Type_t * L_87 = ___underlyingType0; Type_t * L_88; L_88 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_89; L_89 = CollectionUtils_ResolveEnumerableCollectionConstructor_mF47E2465D637C2E2A546D64D1704AD3DEAFF690F(L_87, L_88, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_89); Type_t * L_90 = ___underlyingType0; bool L_91; L_91 = TypeExtensions_IsGenericType_m7A76DBF2CA0DA4227470F876CB2502D75412B863(L_90, /*hidden argument*/NULL); if (!L_91) { goto IL_0263; } } { Type_t * L_92 = ___underlyingType0; NullCheck(L_92); Type_t * L_93; L_93 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_92); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_94 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_95; L_95 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_94, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_93) == ((RuntimeObject*)(Type_t *)L_95)))) { goto IL_0263; } } { Type_t * L_96 = V_1; __this->set__genericCollectionDefinitionType_29(L_96); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_IsReadOnlyOrFixedSize_6((bool)0); JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E_inline(__this, (bool)0, /*hidden argument*/NULL); V_0 = (bool)1; goto IL_02a7; } IL_0263: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_97 = { reinterpret_cast (List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_98; L_98 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_97, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_99 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_100 = L_99; Type_t * L_101; L_101 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); NullCheck(L_100); ArrayElementTypeCheck (L_100, L_101); (L_100)->SetAt(static_cast(0), (Type_t *)L_101); NullCheck(L_98); Type_t * L_102; L_102 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_98, L_100); __this->set__genericCollectionDefinitionType_29(L_102); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_IsReadOnlyOrFixedSize_6((bool)1); JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E_inline(__this, (bool)1, /*hidden argument*/NULL); bool L_103; L_103 = JsonArrayContract_get_HasParameterizedCreatorInternal_m752BEE849B8912315429820CA092E58187D557B7(__this, /*hidden argument*/NULL); V_0 = L_103; goto IL_02a7; } IL_029e: { V_0 = (bool)0; JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E_inline(__this, (bool)1, /*hidden argument*/NULL); } IL_02a7: { bool L_104 = V_0; JsonArrayContract_set_CanDeserialize_m7D6073D8DAD68092D951ADC1DD1F8DAEDA4D6DC0_inline(__this, L_104, /*hidden argument*/NULL); Type_t * L_105; L_105 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); if (!L_105) { goto IL_02f3; } } { Type_t * L_106; L_106 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_107; L_107 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_106, /*hidden argument*/NULL); if (!L_107) { goto IL_02f3; } } { Type_t * L_108; L_108 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_109 = { reinterpret_cast (List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_110; L_110 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_109, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_111; L_111 = ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A(L_108, L_110, (Type_t **)(&V_1), /*hidden argument*/NULL); if (L_111) { goto IL_02ec; } } { bool L_112; L_112 = JsonArrayContract_get_IsArray_m14EF8A42187D59A9883FAD499456080F81A55124_inline(__this, /*hidden argument*/NULL); if (!L_112) { goto IL_02f3; } } { bool L_113; L_113 = JsonArrayContract_get_IsMultidimensionalArray_m77B5B57593E4AD11FF9BD276C695E2FE4BE6507F_inline(__this, /*hidden argument*/NULL); if (L_113) { goto IL_02f3; } } IL_02ec: { JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E_inline(__this, (bool)1, /*hidden argument*/NULL); } IL_02f3: { return; } } // Newtonsoft.Json.Utilities.IWrappedCollection Newtonsoft.Json.Serialization.JsonArrayContract::CreateWrapper(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonArrayContract_CreateWrapper_mBAE632B061E0C835014B6A045D1A05BCBE5D6521 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, RuntimeObject * ___list0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionWrapper_1_t56FDF60B2C1B06FFDD89FCF3B3648CCB0CD41043_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWrappedCollection_t8B839A16FF2473D6DBCEEEC911DA0C23759CC4F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_1 = NULL; { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__genericWrapperCreator_31(); if (L_0) { goto IL_00ac; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (CollectionWrapper_1_t56FDF60B2C1B06FFDD89FCF3B3648CCB0CD41043_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; Type_t * L_5; L_5 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (Type_t *)L_5); NullCheck(L_2); Type_t * L_6; L_6 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_2, L_4); __this->set__genericWrapperType_30(L_6); Type_t * L_7 = __this->get__genericCollectionDefinitionType_29(); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_8 = { reinterpret_cast (List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var) }; Type_t * L_9; L_9 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_10; L_10 = ReflectionUtils_InheritsGenericDefinition_mC48B0831A355520CA35E8A1F92B5E7F2AD6047C3(L_7, L_9, /*hidden argument*/NULL); if (L_10) { goto IL_005d; } } { Type_t * L_11 = __this->get__genericCollectionDefinitionType_29(); NullCheck(L_11); Type_t * L_12; L_12 = VirtualFuncInvoker0< Type_t * >::Invoke(111 /* System.Type System.Type::GetGenericTypeDefinition() */, L_11); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (IEnumerable_1_t2DA210D3B033E1BEBFC81C153FA1C67749C6D264_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_12) == ((RuntimeObject*)(Type_t *)L_14)))) { goto IL_007e; } } IL_005d: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (ICollection_1_tEB9B83728C30BC3B050B777DF03B955050A4DDC3_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_17 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_18 = L_17; Type_t * L_19; L_19 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (Type_t *)L_19); NullCheck(L_16); Type_t * L_20; L_20 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_16, L_18); V_0 = L_20; goto IL_0085; } IL_007e: { Type_t * L_21 = __this->get__genericCollectionDefinitionType_29(); V_0 = L_21; } IL_0085: { Type_t * L_22 = __this->get__genericWrapperType_30(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_24 = L_23; Type_t * L_25 = V_0; NullCheck(L_24); ArrayElementTypeCheck (L_24, L_25); (L_24)->SetAt(static_cast(0), (Type_t *)L_25); NullCheck(L_22); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_26; L_26 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_22, L_24, /*hidden argument*/NULL); V_1 = L_26; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_27; L_27 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_28 = V_1; NullCheck(L_27); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_29; L_29 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_27, L_28); __this->set__genericWrapperCreator_31(L_29); } IL_00ac: { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_30 = __this->get__genericWrapperCreator_31(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_31 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_32 = L_31; RuntimeObject * L_33 = ___list0; NullCheck(L_32); ArrayElementTypeCheck (L_32, L_33); (L_32)->SetAt(static_cast(0), (RuntimeObject *)L_33); NullCheck(L_30); RuntimeObject * L_34; L_34 = ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF(L_30, L_32, /*hidden argument*/ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_34, IWrappedCollection_t8B839A16FF2473D6DBCEEEC911DA0C23759CC4F4_il2cpp_TypeInfo_var)); } } // System.Collections.IList Newtonsoft.Json.Serialization.JsonArrayContract::CreateTemporaryCollection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonArrayContract_CreateTemporaryCollection_m3BD33241ED5305EC0677EBD3D11B559BC0802081 (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * G_B5_0 = NULL; { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = __this->get__genericTemporaryCollectionCreator_32(); if (L_0) { goto IL_0056; } } { bool L_1; L_1 = JsonArrayContract_get_IsMultidimensionalArray_m77B5B57593E4AD11FF9BD276C695E2FE4BE6507F_inline(__this, /*hidden argument*/NULL); if (L_1) { goto IL_0020; } } { Type_t * L_2; L_2 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); if (!L_2) { goto IL_0020; } } { Type_t * L_3; L_3 = JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline(__this, /*hidden argument*/NULL); G_B5_0 = L_3; goto IL_002a; } IL_0020: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_4 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_5; L_5 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_4, /*hidden argument*/NULL); G_B5_0 = L_5; } IL_002a: { V_0 = G_B5_0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_6 = { reinterpret_cast (List_1_t2F377D93C74B8090B226DCC307AB5BB600181453_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_7; L_7 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_6, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_8 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = L_8; Type_t * L_10 = V_0; NullCheck(L_9); ArrayElementTypeCheck (L_9, L_10); (L_9)->SetAt(static_cast(0), (Type_t *)L_10); NullCheck(L_7); Type_t * L_11; L_11 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_7, L_9); V_1 = L_11; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_12; L_12 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); Type_t * L_13 = V_1; NullCheck(L_12); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_14; L_14 = GenericVirtualFuncInvoker1< Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var, L_12, L_13); __this->set__genericTemporaryCollectionCreator_32(L_14); } IL_0056: { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_15 = __this->get__genericTemporaryCollectionCreator_32(); NullCheck(L_15); RuntimeObject * L_16; L_16 = Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701(L_15, /*hidden argument*/Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_16, IList_tB15A9D6625D09661D6E47976BB626C703EC81910_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonConstructorAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConstructorAttribute__ctor_m190C7B9013A7CD5102CE05BCEA04B262EEC1D06E (JsonConstructorAttribute_t1631D1458AE9EBDBE0FF940FD3EE885E05C8ABBC * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonContainerAttribute_get_ItemConverterType_m77ADA5BB713A3B7B4F5F08A679FC5020DEAF8A6D (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CItemConverterTypeU3Ek__BackingField_0(); return L_0; } } // System.Object[] Newtonsoft.Json.JsonContainerAttribute::get_ItemConverterParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonContainerAttribute_get_ItemConverterParameters_m470D1EB8AF068AEA616D811A96D61F8CE2FFE4F6 (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_U3CItemConverterParametersU3Ek__BackingField_1(); return L_0; } } // System.Void Newtonsoft.Json.JsonContainerAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerAttribute__ctor_mAA82866214D75C398CF712544390ED3CB61EB282 (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemContract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * JsonContainerContract_get_ItemContract_mD598471E3E30734493C2D3718582CF2CE6DAF179 (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, const RuntimeMethod* method) { { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = __this->get__itemContract_21(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemContract(Newtonsoft.Json.Serialization.JsonContract) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemContract_m54ABE19CFE3130634FFA76C0A8FAF143015E0BDC (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___value0, const RuntimeMethod* method) { JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * G_B3_0 = NULL; JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * G_B2_0 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B4_0 = NULL; JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * G_B4_1 = NULL; { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = ___value0; __this->set__itemContract_21(L_0); JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_1 = __this->get__itemContract_21(); if (!L_1) { goto IL_0031; } } { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_2 = __this->get__itemContract_21(); NullCheck(L_2); Type_t * L_3; L_3 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(L_2, /*hidden argument*/NULL); bool L_4; L_4 = TypeExtensions_IsSealed_m1FF181A71CEE57C877BDCA959D0B088BC51E8205(L_3, /*hidden argument*/NULL); G_B2_0 = __this; if (L_4) { G_B3_0 = __this; goto IL_0025; } } { G_B4_0 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)(NULL)); G_B4_1 = G_B2_0; goto IL_002b; } IL_0025: { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_5 = __this->get__itemContract_21(); G_B4_0 = L_5; G_B4_1 = G_B3_0; } IL_002b: { NullCheck(G_B4_1); G_B4_1->set__finalItemContract_22(G_B4_0); return; } IL_0031: { __this->set__finalItemContract_22((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)NULL); return; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonContainerContract::get_FinalItemContract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * JsonContainerContract_get_FinalItemContract_m9A966EBCD362344DED8BD92BC9FDCD819CECB320 (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, const RuntimeMethod* method) { { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = __this->get__finalItemContract_22(); return L_0; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonContainerContract_get_ItemConverter_mFACA42EAFFCCBB01401B3FA24E7A4EC00F539347 (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CItemConverterU3Ek__BackingField_23(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemConverter(Newtonsoft.Json.JsonConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemConverter_mA1371FF652F4B551CDD5C458DF37F6D30F2E7890 (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CItemConverterU3Ek__BackingField_23(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemIsReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonContainerContract_get_ItemIsReference_m0E9C290FA2933C5566F26E530815B051F7797BC4 (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get_U3CItemIsReferenceU3Ek__BackingField_24(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemIsReference(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemIsReference_m663294207383D91A14CCF28A5FF79EFFDE87859B (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CItemIsReferenceU3Ek__BackingField_24(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemReferenceLoopHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 JsonContainerContract_get_ItemReferenceLoopHandling_m87CD2B46CB4168BC086A0BDACE1F7D29601FD6F1 (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = __this->get_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemReferenceLoopHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemReferenceLoopHandling_mF2F38DFBEC5893B28B696188AD578B2B10AA8C6F (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = ___value0; __this->set_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContainerContract::get_ItemTypeNameHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 JsonContainerContract_get_ItemTypeNameHandling_mB7435D8621891FCAFEC648199E0C68AFB49402FD (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = __this->get_U3CItemTypeNameHandlingU3Ek__BackingField_26(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::set_ItemTypeNameHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemTypeNameHandling_mC69F55CA9D424520C0640F1ABAC4B0E23DFDBB19 (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = ___value0; __this->set_U3CItemTypeNameHandlingU3Ek__BackingField_26(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContainerContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContainerContract__ctor_m48265CFFDF6A85E2DE51D6C25F9EC2277A47D8BB (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * V_0 = NULL; { Type_t * L_0 = ___underlyingType0; JsonContract__ctor_m619BFFA1C4ADB2EDB7C4614619134D23B671CA5D(__this, L_0, /*hidden argument*/NULL); Type_t * L_1 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_2; L_2 = JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305(L_1, /*hidden argument*/JsonTypeReflector_GetCachedAttribute_TisJsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210_m64734AA3673EC40DAEC5B5D6E072A8439D71E305_RuntimeMethod_var); V_0 = L_2; JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_3 = V_0; if (!L_3) { goto IL_0054; } } { JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_4 = V_0; NullCheck(L_4); Type_t * L_5; L_5 = JsonContainerAttribute_get_ItemConverterType_m77ADA5BB713A3B7B4F5F08A679FC5020DEAF8A6D_inline(L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_0030; } } { JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_6 = V_0; NullCheck(L_6); Type_t * L_7; L_7 = JsonContainerAttribute_get_ItemConverterType_m77ADA5BB713A3B7B4F5F08A679FC5020DEAF8A6D_inline(L_6, /*hidden argument*/NULL); JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_8 = V_0; NullCheck(L_8); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_9; L_9 = JsonContainerAttribute_get_ItemConverterParameters_m470D1EB8AF068AEA616D811A96D61F8CE2FFE4F6_inline(L_8, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_10; L_10 = JsonTypeReflector_CreateJsonConverterInstance_mDF0424F58E723B02AE2DBB3BA645999A29DA1663(L_7, L_9, /*hidden argument*/NULL); JsonContainerContract_set_ItemConverter_mA1371FF652F4B551CDD5C458DF37F6D30F2E7890_inline(__this, L_10, /*hidden argument*/NULL); } IL_0030: { JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_11 = V_0; NullCheck(L_11); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_12 = L_11->get__itemIsReference_3(); JsonContainerContract_set_ItemIsReference_m663294207383D91A14CCF28A5FF79EFFDE87859B_inline(__this, L_12, /*hidden argument*/NULL); JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_13 = V_0; NullCheck(L_13); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_14 = L_13->get__itemReferenceLoopHandling_4(); JsonContainerContract_set_ItemReferenceLoopHandling_mF2F38DFBEC5893B28B696188AD578B2B10AA8C6F_inline(__this, L_14, /*hidden argument*/NULL); JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * L_15 = V_0; NullCheck(L_15); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_16 = L_15->get__itemTypeNameHandling_5(); JsonContainerContract_set_ItemTypeNameHandling_mC69F55CA9D424520C0640F1ABAC4B0E23DFDBB19_inline(__this, L_16, /*hidden argument*/NULL); } IL_0054: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.Serialization.JsonContract::get_UnderlyingType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CUnderlyingTypeU3Ek__BackingField_15(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_UnderlyingType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_UnderlyingType_m5FA996DFD7944189FFB4A39769AFAC62531A1974 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CUnderlyingTypeU3Ek__BackingField_15(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonContract::get_CreatedType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__createdType_14(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_CreatedType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Type_t * ___value0, const RuntimeMethod* method) { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B2_0 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B1_0 = NULL; int32_t G_B3_0 = 0; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B3_1 = NULL; { Type_t * L_0 = ___value0; __this->set__createdType_14(L_0); Type_t * L_1 = __this->get__createdType_14(); bool L_2; L_2 = TypeExtensions_IsSealed_m1FF181A71CEE57C877BDCA959D0B088BC51E8205(L_1, /*hidden argument*/NULL); __this->set_IsSealed_7(L_2); Type_t * L_3 = __this->get__createdType_14(); bool L_4; L_4 = TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA(L_3, /*hidden argument*/NULL); G_B1_0 = __this; if (L_4) { G_B2_0 = __this; goto IL_0036; } } { Type_t * L_5 = __this->get__createdType_14(); bool L_6; L_6 = TypeExtensions_IsAbstract_m6A160B0ED4AE6632B36E4D780B1051F16525F9A0(L_5, /*hidden argument*/NULL); G_B3_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0); G_B3_1 = G_B1_0; goto IL_0037; } IL_0036: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_0037: { NullCheck(G_B3_1); G_B3_1->set_IsInstantiable_8((bool)G_B3_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonContract::get_IsReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonContract_get_IsReference_m4963062DFCD73CBC3EABBDB4CEFA62A4C574F748 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get_U3CIsReferenceU3Ek__BackingField_16(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_IsReference(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_IsReference_m647AD1AA63A19A316E5952A940375FF683203DD4 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CIsReferenceU3Ek__BackingField_16(L_0); return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::get_Converter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonContract_get_Converter_mC40FC145658D9B3F1FBFDB725A014C1F6CA395F2 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CConverterU3Ek__BackingField_17(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_Converter(Newtonsoft.Json.JsonConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_Converter_m42066557973B76FA60A5C1B169E2E051CA48E67F (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CConverterU3Ek__BackingField_17(L_0); return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonContract::get_InternalConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonContract_get_InternalConverter_m5B61143DF4001DB6DDE36A1557F75CFE1146AA17 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CInternalConverterU3Ek__BackingField_18(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_InternalConverter(Newtonsoft.Json.JsonConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_InternalConverter_mD6CF59AB4347754DC9CF40B5E815F6279C7E97CE (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CInternalConverterU3Ek__BackingField_18(L_0); return; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnDeserializedCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializedCallbacks_m136433782A70F48146D339B97CFB45EBD925EC6C (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_0 = __this->get__onDeserializedCallbacks_9(); if (L_0) { goto IL_0013; } } { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_1 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_1, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); __this->set__onDeserializedCallbacks_9(L_1); } IL_0013: { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_2 = __this->get__onDeserializedCallbacks_9(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnDeserializingCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnDeserializingCallbacks_m4303B7B38E9C06BBC04AD8F723B1F57B0F1477C1 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onDeserializingCallbacks_10(); if (L_0) { goto IL_0013; } } { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_1 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_1, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); __this->set__onDeserializingCallbacks_10(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onDeserializingCallbacks_10(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnSerializedCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializedCallbacks_mCA83E6C54200DB80FB4B4BBEE7BDA2294823FF65 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onSerializedCallbacks_11(); if (L_0) { goto IL_0013; } } { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_1 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_1, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); __this->set__onSerializedCallbacks_11(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onSerializedCallbacks_11(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnSerializingCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnSerializingCallbacks_mCF98CA2D34B5F11C62492C0C112A58A9B8F0CB32 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onSerializingCallbacks_12(); if (L_0) { goto IL_0013; } } { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_1 = (List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 *)il2cpp_codegen_object_new(List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23_il2cpp_TypeInfo_var); List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB(L_1, /*hidden argument*/List_1__ctor_m8F9C28BF8C26ED34D14FBF9994B978DD80444ECB_RuntimeMethod_var); __this->set__onSerializingCallbacks_12(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onSerializingCallbacks_12(); return L_2; } } // System.Collections.Generic.IList`1 Newtonsoft.Json.Serialization.JsonContract::get_OnErrorCallbacks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonContract_get_OnErrorCallbacks_m50AAA1748E89BC1F97C25904189E999BC03EB2A5 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__onErrorCallbacks_13(); if (L_0) { goto IL_0013; } } { List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 * L_1 = (List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753 *)il2cpp_codegen_object_new(List_1_tFE212E2F4A32DE28DF7CB7C45BD95542FAEE2753_il2cpp_TypeInfo_var); List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50(L_1, /*hidden argument*/List_1__ctor_m474764EA3F37007A5DBCDD7FFCF3A18AD84B7F50_RuntimeMethod_var); __this->set__onErrorCallbacks_13(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__onErrorCallbacks_13(); return L_2; } } // System.Func`1 Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * JsonContract_get_DefaultCreator_mAC359884E3D6135F81ACCE9FCC8CDE50BC4D7307 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = __this->get_U3CDefaultCreatorU3Ek__BackingField_19(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_DefaultCreator(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreator_m58A325FBB24631FED3600957D5FF1A17A22B6FE7 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * ___value0, const RuntimeMethod* method) { { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = ___value0; __this->set_U3CDefaultCreatorU3Ek__BackingField_19(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonContract::get_DefaultCreatorNonPublic() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonContract_get_DefaultCreatorNonPublic_m0C9C608E85A89198C900A2F7033BB06C02B6A3C9 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::set_DefaultCreatorNonPublic(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_set_DefaultCreatorNonPublic_m0FFB3F071DAC8B35694B33BDC7D589512E918018 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CDefaultCreatorNonPublicU3Ek__BackingField_20(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract__ctor_m619BFFA1C4ADB2EDB7C4614619134D23B671CA5D (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB319EFE938CFB49AEA87783FC6662D7CF8432B24); s_Il2CppMethodInitialized = true; } JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B2_0 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B1_0 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B3_0 = NULL; Type_t * G_B4_0 = NULL; JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * G_B4_1 = NULL; { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); Type_t * L_0 = ___underlyingType0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralB319EFE938CFB49AEA87783FC6662D7CF8432B24, /*hidden argument*/NULL); Type_t * L_1 = ___underlyingType0; JsonContract_set_UnderlyingType_m5FA996DFD7944189FFB4A39769AFAC62531A1974_inline(__this, L_1, /*hidden argument*/NULL); Type_t * L_2 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_3; L_3 = ReflectionUtils_IsNullable_m3314964E30F10876E7FD20D668ACA2F67323B2EE(L_2, /*hidden argument*/NULL); __this->set_IsNullable_0(L_3); bool L_4 = __this->get_IsNullable_0(); G_B1_0 = __this; if (!L_4) { G_B2_0 = __this; goto IL_0035; } } { Type_t * L_5 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_6; L_6 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_5, /*hidden argument*/NULL); G_B2_0 = G_B1_0; if (L_6) { G_B3_0 = G_B1_0; goto IL_0038; } } IL_0035: { Type_t * L_7 = ___underlyingType0; G_B4_0 = L_7; G_B4_1 = G_B2_0; goto IL_003e; } IL_0038: { Type_t * L_8 = ___underlyingType0; Type_t * L_9; L_9 = Nullable_GetUnderlyingType_mC5699E7E11E1AFE25365CAB564A48F0193318629(L_8, /*hidden argument*/NULL); G_B4_0 = L_9; G_B4_1 = G_B3_0; } IL_003e: { NullCheck(G_B4_1); G_B4_1->set_NonNullableUnderlyingType_3(G_B4_0); Type_t * L_10 = __this->get_NonNullableUnderlyingType_3(); JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706(__this, L_10, /*hidden argument*/NULL); Type_t * L_11 = __this->get_NonNullableUnderlyingType_3(); IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_12; L_12 = ConvertUtils_IsConvertible_m7846788DF4E430D8CB8816322DD72FBBF0A111B3(L_11, /*hidden argument*/NULL); __this->set_IsConvertable_1(L_12); Type_t * L_13 = __this->get_NonNullableUnderlyingType_3(); bool L_14; L_14 = TypeExtensions_IsEnum_m8CA2DB04CBF02DC0D062C6B0732EBA95D77FF7CD(L_13, /*hidden argument*/NULL); __this->set_IsEnum_2(L_14); __this->set_InternalReadType_4(0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnSerializing(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_InvokeOnSerializing_m247E44B94413E2FB9776BBF052C1F10F56E63DFA (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t2DA7E358AE119C8EBB224B3D713A98FB949AE650_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = __this->get__onSerializingCallbacks_12(); if (!L_0) { goto IL_0037; } } { RuntimeObject* L_1 = __this->get__onSerializingCallbacks_12(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0023; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_4; L_4 = InterfaceFuncInvoker0< SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2DA7E358AE119C8EBB224B3D713A98FB949AE650_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_6 = ___context1; NullCheck(L_4); SerializationCallback_Invoke_m4495BBA7CA0B4135976F01A835B56D229494EC42(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0016; } } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_002d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_0036; } } IL_0030: { RuntimeObject* L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0036: { IL2CPP_END_FINALLY(45) } }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnSerialized(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_InvokeOnSerialized_m6FB294150CF04E288FB96D33A5801099B6D522D4 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t2DA7E358AE119C8EBB224B3D713A98FB949AE650_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = __this->get__onSerializedCallbacks_11(); if (!L_0) { goto IL_0037; } } { RuntimeObject* L_1 = __this->get__onSerializedCallbacks_11(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0023; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_4; L_4 = InterfaceFuncInvoker0< SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2DA7E358AE119C8EBB224B3D713A98FB949AE650_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_6 = ___context1; NullCheck(L_4); SerializationCallback_Invoke_m4495BBA7CA0B4135976F01A835B56D229494EC42(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0016; } } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_002d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_0036; } } IL_0030: { RuntimeObject* L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0036: { IL2CPP_END_FINALLY(45) } }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnDeserializing(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_InvokeOnDeserializing_m8AABD483D7FDB54D48990A067BB8078A9EC1601F (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t2DA7E358AE119C8EBB224B3D713A98FB949AE650_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = __this->get__onDeserializingCallbacks_10(); if (!L_0) { goto IL_0037; } } { RuntimeObject* L_1 = __this->get__onDeserializingCallbacks_10(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t818AA2FCC9E3342AFF591A52ACA3EFDF002E7BA0_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0023; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_4; L_4 = InterfaceFuncInvoker0< SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t2DA7E358AE119C8EBB224B3D713A98FB949AE650_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_6 = ___context1; NullCheck(L_4); SerializationCallback_Invoke_m4495BBA7CA0B4135976F01A835B56D229494EC42(L_4, L_5, L_6, /*hidden argument*/NULL); } IL_0023: { RuntimeObject* L_7 = V_0; NullCheck(L_7); bool L_8; L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_7); if (L_8) { goto IL_0016; } } IL_002b: { IL2CPP_LEAVE(0x37, FINALLY_002d); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002d; } FINALLY_002d: {// begin finally (depth: 1) { RuntimeObject* L_9 = V_0; if (!L_9) { goto IL_0036; } } IL_0030: { RuntimeObject* L_10 = V_0; NullCheck(L_10); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_10); } IL_0036: { IL2CPP_END_FINALLY(45) } }// end finally (depth: 1) IL2CPP_CLEANUP(45) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x37, IL_0037) } IL_0037: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnDeserialized(System.Object,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_InvokeOnDeserialized_mEDB0C8FD5D88D4702C4178B3961C8A213EA44C0B (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mB43160009E4154CE2114D4A9FC5EF832A00F9C5E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mF8F5476E47800E2B16535A92D3F18BFE2E0F0179_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mE2AB8461A6771CDA3FC27232DA8C8129587E0669_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m652DA80090D2F7387387D9AF062A3CA006248375_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Enumerator_tB7E94937CD379660FEB24276598826EF59420501 V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_0 = __this->get__onDeserializedCallbacks_9(); if (!L_0) { goto IL_003d; } } { List_1_t4B164A4F5B3804E86FB70FE1AFAA2F934F7ACD23 * L_1 = __this->get__onDeserializedCallbacks_9(); NullCheck(L_1); Enumerator_tB7E94937CD379660FEB24276598826EF59420501 L_2; L_2 = List_1_GetEnumerator_m652DA80090D2F7387387D9AF062A3CA006248375(L_1, /*hidden argument*/List_1_GetEnumerator_m652DA80090D2F7387387D9AF062A3CA006248375_RuntimeMethod_var); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0024; } IL_0016: { SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_3; L_3 = Enumerator_get_Current_mE2AB8461A6771CDA3FC27232DA8C8129587E0669_inline((Enumerator_tB7E94937CD379660FEB24276598826EF59420501 *)(&V_0), /*hidden argument*/Enumerator_get_Current_mE2AB8461A6771CDA3FC27232DA8C8129587E0669_RuntimeMethod_var); RuntimeObject * L_4 = ___o0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_5 = ___context1; NullCheck(L_3); SerializationCallback_Invoke_m4495BBA7CA0B4135976F01A835B56D229494EC42(L_3, L_4, L_5, /*hidden argument*/NULL); } IL_0024: { bool L_6; L_6 = Enumerator_MoveNext_mF8F5476E47800E2B16535A92D3F18BFE2E0F0179((Enumerator_tB7E94937CD379660FEB24276598826EF59420501 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mF8F5476E47800E2B16535A92D3F18BFE2E0F0179_RuntimeMethod_var); if (L_6) { goto IL_0016; } } IL_002d: { IL2CPP_LEAVE(0x3D, FINALLY_002f); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002f; } FINALLY_002f: {// begin finally (depth: 1) Enumerator_Dispose_mB43160009E4154CE2114D4A9FC5EF832A00F9C5E((Enumerator_tB7E94937CD379660FEB24276598826EF59420501 *)(&V_0), /*hidden argument*/Enumerator_Dispose_mB43160009E4154CE2114D4A9FC5EF832A00F9C5E_RuntimeMethod_var); IL2CPP_END_FINALLY(47) }// end finally (depth: 1) IL2CPP_CLEANUP(47) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonContract::InvokeOnError(System.Object,System.Runtime.Serialization.StreamingContext,Newtonsoft.Json.Serialization.ErrorContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonContract_InvokeOnError_mF3594B4D652564F6609743EA297BCA1DD786DFF1 (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, RuntimeObject * ___o0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * ___errorContext2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t4A0777E390D7AD3E81DC4D4C0EAFB1C3B56952BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t3A60F4839CC7E10C1E2C29015259CA46D0906E42_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { RuntimeObject* L_0 = __this->get__onErrorCallbacks_13(); if (!L_0) { goto IL_0038; } } { RuntimeObject* L_1 = __this->get__onErrorCallbacks_13(); NullCheck(L_1); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1 System.Collections.Generic.IEnumerable`1::GetEnumerator() */, IEnumerable_1_t4A0777E390D7AD3E81DC4D4C0EAFB1C3B56952BC_il2cpp_TypeInfo_var, L_1); V_0 = L_2; } IL_0014: try {// begin try (depth: 1) { goto IL_0024; } IL_0016: { RuntimeObject* L_3 = V_0; NullCheck(L_3); SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * L_4; L_4 = InterfaceFuncInvoker0< SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_t3A60F4839CC7E10C1E2C29015259CA46D0906E42_il2cpp_TypeInfo_var, L_3); RuntimeObject * L_5 = ___o0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_6 = ___context1; ErrorContext_t32869E11E2BB954F39E06D87DCBF37EF887D87B0 * L_7 = ___errorContext2; NullCheck(L_4); SerializationErrorCallback_Invoke_mA86CDA7529D889C03FEF849E3BA468D6E66389EF(L_4, L_5, L_6, L_7, /*hidden argument*/NULL); } IL_0024: { RuntimeObject* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_8); if (L_9) { goto IL_0016; } } IL_002c: { IL2CPP_LEAVE(0x38, FINALLY_002e); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_002e; } FINALLY_002e: {// begin finally (depth: 1) { RuntimeObject* L_10 = V_0; if (!L_10) { goto IL_0037; } } IL_0031: { RuntimeObject* L_11 = V_0; NullCheck(L_11); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_11); } IL_0037: { IL2CPP_END_FINALLY(46) } }// end finally (depth: 1) IL2CPP_CLEANUP(46) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x38, IL_0038) } IL_0038: { return; } } // Newtonsoft.Json.Serialization.SerializationCallback Newtonsoft.Json.Serialization.JsonContract::CreateSerializationCallback(System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * JsonContract_CreateSerializationCallback_m6657696172BA44D3931A54C4E1F541D65C0F7016 (MethodInfo_t * ___callbackMethodInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m0CCC486045F01CB1ABC8F6D058C7AEB3FB9938B9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 * L_0 = (U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass73_0__ctor_mDE3BBA79D3D24F07C649FFFC6EA9050BAF9E0F1C(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass73_0_t7FA43FB052545BC1E43D4C07F04A468FACD1CC59 * L_1 = L_0; MethodInfo_t * L_2 = ___callbackMethodInfo0; NullCheck(L_1); L_1->set_callbackMethodInfo_0(L_2); SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 * L_3 = (SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449 *)il2cpp_codegen_object_new(SerializationCallback_tCB63B7D9DFE01F7AF6E6E9D3E90FC206DB24F449_il2cpp_TypeInfo_var); SerializationCallback__ctor_mDE4947F5981E7D67B975242ED555E26029137241(L_3, L_1, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass73_0_U3CCreateSerializationCallbackU3Eb__0_m0CCC486045F01CB1ABC8F6D058C7AEB3FB9938B9_RuntimeMethod_var), /*hidden argument*/NULL); return L_3; } } // Newtonsoft.Json.Serialization.SerializationErrorCallback Newtonsoft.Json.Serialization.JsonContract::CreateSerializationErrorCallback(System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * JsonContract_CreateSerializationErrorCallback_m692EAA81939A49A65DA726D5DA284F24C3926349 (MethodInfo_t * ___callbackMethodInfo0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m6FE49A01A57F2D55E9C05CD142AEB158F2F19452_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 * L_0 = (U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726_il2cpp_TypeInfo_var); U3CU3Ec__DisplayClass74_0__ctor_m2039C4E4C4667BFA834AF8CBA55F60AC674ED227(L_0, /*hidden argument*/NULL); U3CU3Ec__DisplayClass74_0_t2BFB41B91825532A3C9EBEE914AFBA98451E8726 * L_1 = L_0; MethodInfo_t * L_2 = ___callbackMethodInfo0; NullCheck(L_1); L_1->set_callbackMethodInfo_0(L_2); SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 * L_3 = (SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83 *)il2cpp_codegen_object_new(SerializationErrorCallback_tBD665DB96A4C64136133D79772AECCC75E178A83_il2cpp_TypeInfo_var); SerializationErrorCallback__ctor_mD91F59657130468C271499528953D1B881CC010B(L_3, L_1, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass74_0_U3CCreateSerializationErrorCallbackU3Eb__0_m6FE49A01A57F2D55E9C05CD142AEB158F2F19452_RuntimeMethod_var), /*hidden argument*/NULL); 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.Func`1 Newtonsoft.Json.JsonConvert::get_DefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * JsonConvert_get_DefaultSettings_m45F17C3434357C179C0A48E5AB5F9914AD8DDC82 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_0 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_U3CDefaultSettingsU3Ek__BackingField_0(); return L_0; } } // System.Void Newtonsoft.Json.JsonConvert::set_DefaultSettings(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConvert_set_DefaultSettings_m37450FF21FB1B80C0AD4AA04A66CD387EA8F455F (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_U3CDefaultSettingsU3Ek__BackingField_0(L_0); return; } } // System.Void Newtonsoft.Json.JsonConvert::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConvert__cctor_mF1FC074719ABB3F48F8F9AB0E78FC19B3B352D42 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1__ctor_m2267C007A43DCC9738410073CD65DFC9E596BB28_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_GetDefaultSettings_m2B67ED38FB0FBC26D71FEDB6EBF8D1BE78BBED4D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_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_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_True_1(_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_False_2(_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_Null_3(_stringLiteral5BEFD8CC60A79699B5BB00E37BAC5B62D371E174); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_Undefined_4(_stringLiteral6F45AE1F6DDDD4F0B29149B9126317C62C36E5A5); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_PositiveInfinity_5(_stringLiteral5B22DE498A248A5D137E9D01CFAA089B3CA784EA); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_NegativeInfinity_6(_stringLiteral70EEFAA66DA29FAC9E1A81759A5984878FB67ED3); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_NaN_7(_stringLiteral9CA8C44D8001E19877B2F2B86EC61A60048AF615); JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_0 = (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)il2cpp_codegen_object_new(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var); JsonSerializerSettings__ctor_m860202A96247500DEA27E99173C924933C9D14C5(L_0, /*hidden argument*/NULL); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_InitialSerializerSettings_8(L_0); Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_1 = (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A *)il2cpp_codegen_object_new(Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A_il2cpp_TypeInfo_var); Func_1__ctor_m2267C007A43DCC9738410073CD65DFC9E596BB28(L_1, NULL, (intptr_t)((intptr_t)JsonConvert_GetDefaultSettings_m2B67ED38FB0FBC26D71FEDB6EBF8D1BE78BBED4D_RuntimeMethod_var), /*hidden argument*/Func_1__ctor_m2267C007A43DCC9738410073CD65DFC9E596BB28_RuntimeMethod_var); JsonConvert_set_DefaultSettings_m37450FF21FB1B80C0AD4AA04A66CD387EA8F455F_inline(L_1, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.JsonSerializerSettings Newtonsoft.Json.JsonConvert::GetDefaultSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * JsonConvert_GetDefaultSettings_m2B67ED38FB0FBC26D71FEDB6EBF8D1BE78BBED4D (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_0 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_InitialSerializerSettings_8(); return L_0; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m7DCA3A15EA44561ED4ADADBB35765CA716CC336F (bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; if (L_0) { goto IL_0009; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_1 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_False_2(); return L_1; } IL_0009: { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_2 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_True_1(); return L_2; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mBE9774F36AB274A978D11A232C8579CF5F86CFDC (Il2CppChar ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Char_tFF60D8E7E89A20BE2294A003734341BD1DF43E14_il2cpp_TypeInfo_var); String_t* L_1; L_1 = Char_ToString_mCCD91C745EEDC81490566AAC095F5758F80077F7(L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_2; L_2 = JsonConvert_ToString_mD4A1E994E2E91E504564E6E3758DADCFC5D9404F(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.Single,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m36C5B34B7B524EEB5090F5633F11BC41AA73D8BD (float ___value0, int32_t ___floatFormatHandling1, Il2CppChar ___quoteChar2, bool ___nullable3, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } { float L_0 = ___value0; float L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_3; L_3 = Single_ToString_m7631D332703B4197EAA7DC0BA067CE7E16334D8B((float*)(&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_4; L_4 = JsonConvert_EnsureDecimalPlace_m936FEBF64E81CF7F992E2E3D3AAFC3C917AED8F5(((double)((double)L_1)), L_3, /*hidden argument*/NULL); int32_t L_5 = ___floatFormatHandling1; Il2CppChar L_6 = ___quoteChar2; bool L_7 = ___nullable3; String_t* L_8; L_8 = JsonConvert_EnsureFloatFormat_m96B4311693355E210F453D8680CA6229337236B3(((double)((double)L_0)), L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String Newtonsoft.Json.JsonConvert::EnsureFloatFormat(System.Double,System.String,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureFloatFormat_m96B4311693355E210F453D8680CA6229337236B3 (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*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_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; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_2; L_2 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_1, /*hidden argument*/NULL); if (L_2) { goto IL_0016; } } { double L_3 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_4; L_4 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0016; } } IL_0014: { String_t* L_5 = ___text1; return L_5; } IL_0016: { int32_t L_6 = ___floatFormatHandling2; if ((!(((uint32_t)L_6) == ((uint32_t)2)))) { goto IL_002a; } } { bool L_7 = ___nullable4; if (!L_7) { goto IL_0024; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_8 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_Null_3(); return L_8; } IL_0024: { return _stringLiteralC008E503687BA2A627379D4E257787AEA3506830; } IL_002a: { String_t* L_9; L_9 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&___quoteChar3), /*hidden argument*/NULL); String_t* L_10 = ___text1; String_t* L_11; L_11 = Char_ToString_mE0DE433463C56FD30A4F0A50539553B17147C2F8((Il2CppChar*)(&___quoteChar3), /*hidden argument*/NULL); String_t* L_12; L_12 = String_Concat_m89EAB4C6A96B0E5C3F87300D6BE78D386B9EFC44(L_9, L_10, L_11, /*hidden argument*/NULL); return L_12; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.Double,Newtonsoft.Json.FloatFormatHandling,System.Char,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m1D2BB94ABF6D69865A24C2C2D1A6F3038C6BA800 (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_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; double L_1 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_3; L_3 = Double_ToString_mFF1DAF2003FC7096C54C5A2685F85082220E330B((double*)(&___value0), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_2, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_4; L_4 = JsonConvert_EnsureDecimalPlace_m936FEBF64E81CF7F992E2E3D3AAFC3C917AED8F5(L_1, L_3, /*hidden argument*/NULL); int32_t L_5 = ___floatFormatHandling1; Il2CppChar L_6 = ___quoteChar2; bool L_7 = ___nullable3; String_t* L_8; L_8 = JsonConvert_EnsureFloatFormat_m96B4311693355E210F453D8680CA6229337236B3(L_0, L_4, L_5, L_6, L_7, /*hidden argument*/NULL); return L_8; } } // System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.Double,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m936FEBF64E81CF7F992E2E3D3AAFC3C917AED8F5 (double ___value0, String_t* ___text1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA); s_Il2CppMethodInitialized = true; } { double L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_1; L_1 = Double_IsNaN_m94415C98C2D7DCAA32A82E1911AC13958AAD4347(L_0, /*hidden argument*/NULL); if (L_1) { goto IL_0031; } } { double L_2 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_3; L_3 = Double_IsInfinity_mEA460DCA490F45C8AB5179BFFE48D3E06965381B(L_2, /*hidden argument*/NULL); if (L_3) { goto IL_0031; } } { String_t* L_4 = ___text1; NullCheck(L_4); int32_t L_5; L_5 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_4, ((int32_t)46), /*hidden argument*/NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0031; } } { String_t* L_6 = ___text1; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_6, ((int32_t)69), /*hidden argument*/NULL); if ((!(((uint32_t)L_7) == ((uint32_t)(-1))))) { goto IL_0031; } } { String_t* L_8 = ___text1; NullCheck(L_8); int32_t L_9; L_9 = String_IndexOf_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_8, ((int32_t)101), /*hidden argument*/NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0033; } } IL_0031: { String_t* L_10 = ___text1; return L_10; } IL_0033: { String_t* L_11 = ___text1; String_t* L_12; L_12 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_11, _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA, /*hidden argument*/NULL); return L_12; } } // System.String Newtonsoft.Json.JsonConvert::EnsureDecimalPlace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_EnsureDecimalPlace_m221E2EA48EB5335E07BD64CC99E42A5F4E90C7EA (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_mEE2D2F738175E3FF05580366D6226DBD673CA2BE(L_0, ((int32_t)46), /*hidden argument*/NULL); if ((((int32_t)L_1) == ((int32_t)(-1)))) { goto IL_000d; } } { String_t* L_2 = ___text0; return L_2; } IL_000d: { String_t* L_3 = ___text0; String_t* L_4; L_4 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_3, _stringLiteralC31E66F919D06AD2730738EF7F884271E99BB7DA, /*hidden argument*/NULL); return L_4; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m3FC09486E5A8EE6ECB029D0555F8AF30F82F237D (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0; L_0 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_1; L_1 = Decimal_ToString_mAE4B0A4A23F50206FD8B0D4E0D965619963D24EF((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&___value0), (String_t*)NULL, L_0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_2; L_2 = JsonConvert_EnsureDecimalPlace_m221E2EA48EB5335E07BD64CC99E42A5F4E90C7EA(L_1, /*hidden argument*/NULL); return L_2; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_mD4A1E994E2E91E504564E6E3758DADCFC5D9404F (String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_1; L_1 = JsonConvert_ToString_m172304687C39A3C677D02356412D882024DE3905(L_0, ((int32_t)34), /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.JsonConvert::ToString(System.String,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_ToString_m172304687C39A3C677D02356412D882024DE3905 (String_t* ___value0, Il2CppChar ___delimiter1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; Il2CppChar L_1 = ___delimiter1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_2; L_2 = JsonConvert_ToString_mB43B2CA1ACF2E179563334C501659EF8995D8A02(L_0, L_1, 0, /*hidden argument*/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_mB43B2CA1ACF2E179563334C501659EF8995D8A02 (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_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_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_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_2 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEA684F3EFC323E6BBAB839483D825C367D7BC511)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral683CA1B8E9B788512A00D071449A6FA87D813606)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonConvert_ToString_mB43B2CA1ACF2E179563334C501659EF8995D8A02_RuntimeMethod_var))); } IL_001a: { String_t* L_3 = ___value0; Il2CppChar L_4 = ___delimiter1; int32_t L_5 = ___stringEscapeHandling2; IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); String_t* L_6; L_6 = JavaScriptUtils_ToEscapedJavaScriptString_mCCF653C43DCE50A3BF1A8EAC20422C22FC3BF56C(L_3, L_4, (bool)1, L_5, /*hidden argument*/NULL); return L_6; } } // System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mA1CE7826146AD4F03BAEC589ED87E3DB5C2182F0 (RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_1; L_1 = JsonConvert_SerializeObject_m6E40D5192A03BE76571C14398BABBBB1C0F317C4(L_0, (Type_t *)NULL, (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)NULL, /*hidden argument*/NULL); return L_1; } } // System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,Newtonsoft.Json.JsonConverter[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_mB6325BCF37763104414D86846714425CFEBC564E (RuntimeObject * ___value0, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * V_0 = NULL; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * G_B4_0 = NULL; { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_0 = ___converters1; if (!L_0) { goto IL_0007; } } { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_1 = ___converters1; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000a; } } IL_0007: { G_B4_0 = ((JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)(NULL)); goto IL_0016; } IL_000a: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_2 = (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)il2cpp_codegen_object_new(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var); JsonSerializerSettings__ctor_m860202A96247500DEA27E99173C924933C9D14C5(L_2, /*hidden argument*/NULL); JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_3 = L_2; JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_4 = ___converters1; NullCheck(L_3); JsonSerializerSettings_set_Converters_mF0693DE4BF4F0B7A8C46166C005CEEBEAF2F5020_inline(L_3, (RuntimeObject*)(RuntimeObject*)L_4, /*hidden argument*/NULL); G_B4_0 = L_3; } IL_0016: { V_0 = G_B4_0; RuntimeObject * L_5 = ___value0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_6 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_7; L_7 = JsonConvert_SerializeObject_m6E40D5192A03BE76571C14398BABBBB1C0F317C4(L_5, (Type_t *)NULL, L_6, /*hidden argument*/NULL); return L_7; } } // System.String Newtonsoft.Json.JsonConvert::SerializeObject(System.Object,System.Type,Newtonsoft.Json.JsonSerializerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObject_m6E40D5192A03BE76571C14398BABBBB1C0F317C4 (RuntimeObject * ___value0, Type_t * ___type1, JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * V_0 = NULL; { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_0 = ___settings2; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_1; L_1 = JsonSerializer_CreateDefault_mB0A448158979A4FDBA636DCBAFA44F4AC7A97A77(L_0, /*hidden argument*/NULL); V_0 = L_1; RuntimeObject * L_2 = ___value0; Type_t * L_3 = ___type1; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_4 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); String_t* L_5; L_5 = JsonConvert_SerializeObjectInternal_m889EAF72D828AC857B24141B816E3F888996CBCE(L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // System.String Newtonsoft.Json.JsonConvert::SerializeObjectInternal(System.Object,System.Type,Newtonsoft.Json.JsonSerializer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonConvert_SerializeObjectInternal_m889EAF72D828AC857B24141B816E3F888996CBCE (RuntimeObject * ___value0, Type_t * ___type1, JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___jsonSerializer2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * V_0 = NULL; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * V_1 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_0, ((int32_t)256), /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_2 = (StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 *)il2cpp_codegen_object_new(StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839_il2cpp_TypeInfo_var); StringWriter__ctor_mB18BB8248DA5C0677EF9312B26C16D06898E9165(L_2, L_0, L_1, /*hidden argument*/NULL); V_0 = L_2; StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * L_3 = V_0; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_4 = (JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 *)il2cpp_codegen_object_new(JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7_il2cpp_TypeInfo_var); JsonTextWriter__ctor_mA83D58BF6519B55B57C479F293E3643EA6935D3A(L_4, L_3, /*hidden argument*/NULL); V_1 = L_4; } IL_001c: try {// begin try (depth: 1) JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_5 = V_1; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_6 = ___jsonSerializer2; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(28 /* Newtonsoft.Json.Formatting Newtonsoft.Json.JsonSerializer::get_Formatting() */, L_6); NullCheck(L_5); JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44(L_5, L_7, /*hidden argument*/NULL); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_8 = ___jsonSerializer2; JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_9 = V_1; RuntimeObject * L_10 = ___value0; Type_t * L_11 = ___type1; NullCheck(L_8); JsonSerializer_Serialize_m9D15A1412E5150796621B32F4A591FAA10BB76F1(L_8, L_9, L_10, L_11, /*hidden argument*/NULL); IL2CPP_LEAVE(0x3D, FINALLY_0033); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0033; } FINALLY_0033: {// begin finally (depth: 1) { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_12 = V_1; if (!L_12) { goto IL_003c; } } IL_0036: { JsonTextWriter_tCC75490CFD13BB92CA87E9D66F02BDBE434CDAA7 * L_13 = V_1; NullCheck(L_13); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_13); } IL_003c: { IL2CPP_END_FINALLY(51) } }// end finally (depth: 1) IL2CPP_CLEANUP(51) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x3D, IL_003d) } IL_003d: { StringWriter_t7BEF6B06B35BC25817D8BE28593FB52F0525B839 * 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,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonConvert_DeserializeObject_m58127A8F506810479AC68C5172DD493619DDE112 (String_t* ___value0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; Type_t * L_1 = ___type1; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RuntimeObject * L_2; L_2 = JsonConvert_DeserializeObject_m5F3A17B1C9501B1BB69FFD846811A2DC1A34455B(L_0, L_1, (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)NULL, /*hidden argument*/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_mA831B6913A754DED6786870F4B9AA10351A39D12 (String_t* ___value0, Type_t * ___type1, JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* ___converters2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * V_0 = NULL; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * G_B4_0 = NULL; { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_0 = ___converters2; if (!L_0) { goto IL_0007; } } { JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_1 = ___converters2; NullCheck(L_1); if ((((RuntimeArray*)L_1)->max_length)) { goto IL_000a; } } IL_0007: { G_B4_0 = ((JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)(NULL)); goto IL_0016; } IL_000a: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_2 = (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)il2cpp_codegen_object_new(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var); JsonSerializerSettings__ctor_m860202A96247500DEA27E99173C924933C9D14C5(L_2, /*hidden argument*/NULL); JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_3 = L_2; JsonConverterU5BU5D_t4D765C7F069D72FC9554EFAF354FBDC0CA2F7BC4* L_4 = ___converters2; NullCheck(L_3); JsonSerializerSettings_set_Converters_mF0693DE4BF4F0B7A8C46166C005CEEBEAF2F5020_inline(L_3, (RuntimeObject*)(RuntimeObject*)L_4, /*hidden argument*/NULL); G_B4_0 = L_3; } IL_0016: { V_0 = G_B4_0; String_t* L_5 = ___value0; Type_t * L_6 = ___type1; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_7 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); RuntimeObject * L_8; L_8 = JsonConvert_DeserializeObject_m5F3A17B1C9501B1BB69FFD846811A2DC1A34455B(L_5, L_6, L_7, /*hidden argument*/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_m5F3A17B1C9501B1BB69FFD846811A2DC1A34455B (String_t* ___value0, Type_t * ___type1, JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * V_0 = NULL; JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * V_1 = NULL; RuntimeObject * V_2 = NULL; Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { String_t* L_0 = ___value0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_1 = ___settings2; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_2; L_2 = JsonSerializer_CreateDefault_mB0A448158979A4FDBA636DCBAFA44F4AC7A97A77(L_1, /*hidden argument*/NULL); V_0 = L_2; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = JsonSerializer_IsCheckAdditionalContentSet_m9C86FC26E84A54AA3795898DB49433F8192044B4(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0021; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_5 = V_0; NullCheck(L_5); VirtualActionInvoker1< bool >::Invoke(30 /* System.Void Newtonsoft.Json.JsonSerializer::set_CheckAdditionalContent(System.Boolean) */, L_5, (bool)1); } IL_0021: { String_t* L_6 = ___value0; StringReader_t74E352C280EAC22C878867444978741F19E1F895 * L_7 = (StringReader_t74E352C280EAC22C878867444978741F19E1F895 *)il2cpp_codegen_object_new(StringReader_t74E352C280EAC22C878867444978741F19E1F895_il2cpp_TypeInfo_var); StringReader__ctor_m7CC29D8E83F4813395ACA9CF4F756B1BCE09A7EE(L_7, L_6, /*hidden argument*/NULL); JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_8 = (JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B *)il2cpp_codegen_object_new(JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); JsonTextReader__ctor_m4EA779A439E3279744CC5975F082A72FA7C4F9F6(L_8, L_7, /*hidden argument*/NULL); V_1 = L_8; } IL_002d: try {// begin try (depth: 1) JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_9 = V_0; JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_10 = V_1; Type_t * L_11 = ___type1; NullCheck(L_9); RuntimeObject * L_12; L_12 = JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0(L_9, L_10, L_11, /*hidden argument*/NULL); V_2 = L_12; IL2CPP_LEAVE(0x42, FINALLY_0038); }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0038; } FINALLY_0038: {// begin finally (depth: 1) { JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_13 = V_1; if (!L_13) { goto IL_0041; } } IL_003b: { JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_14 = V_1; NullCheck(L_14); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_14); } IL_0041: { IL2CPP_END_FINALLY(56) } }// end finally (depth: 1) IL2CPP_CLEANUP(56) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x42, IL_0042) } IL_0042: { RuntimeObject * L_15 = V_2; return L_15; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.JsonConverter::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonConverter_get_CanRead_mE27FF46F007AF1F5D8AEEFA0776951CA82162072 (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Boolean Newtonsoft.Json.JsonConverter::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonConverter_get_CanWrite_mB4CAC742067B226F7C64D921FC94F53A31C9E571 (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void Newtonsoft.Json.JsonConverter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverter__ctor_m1A367AC36D92A6AD8CD5709145E88E0AA1571CAD (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.JsonConverterAttribute::get_ConverterType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonConverterAttribute_get_ConverterType_m4493352ECD33A4991AEA2B90BE9B1A8A397A90EC (JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__converterType_0(); return L_0; } } // System.Object[] Newtonsoft.Json.JsonConverterAttribute::get_ConverterParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonConverterAttribute_get_ConverterParameters_mC2C4BD4D4E90D3646D571C7B0F2D6EFFB93C95DA (JsonConverterAttribute_tCD2E66DAB6B78A9EF64AB28D5C47CA0831AE03C4 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_U3CConverterParametersU3Ek__BackingField_1(); return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonConverterCollection::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonConverterCollection__ctor_mAB670A818B8439ADBF061CFA546139E16F323999 (JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1__ctor_m1AF8DFD6ACE8A7EF5D8F1A4B60D1A36B91A0DA15_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Collection_1__ctor_m1AF8DFD6ACE8A7EF5D8F1A4B60D1A36B91A0DA15(__this, /*hidden argument*/Collection_1__ctor_m1AF8DFD6ACE8A7EF5D8F1A4B60D1A36B91A0DA15_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_m9579A51EBA886F9E50CE29F037B0F7E3CBDCED31 (JsonDictionaryAttribute_tCED1FC7B8119352E00D9CAC56A28660D252C42DC * __this, const RuntimeMethod* method) { { JsonContainerAttribute__ctor_mAA82866214D75C398CF712544390ED3CB61EB282(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Func`2 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * JsonDictionaryContract_get_DictionaryKeyResolver_m9225A525A1C6A753AB9522BFF818561E892BAAD8 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * L_0 = __this->get_U3CDictionaryKeyResolverU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryKeyResolver(System.Func`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyResolver_m019490E4A2A00A3C8A7D2315AC19031B87FC31BB (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * ___value0, const RuntimeMethod* method) { { Func_2_t5FF29EF71496B6AFA2C5B7FF601B0EFA1C47A41A * L_0 = ___value0; __this->set_U3CDictionaryKeyResolverU3Ek__BackingField_27(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryKeyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryKeyTypeU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryKeyType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyType_m0F83C007A6211881A50529082104B52CA20AA8D6 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDictionaryKeyTypeU3Ek__BackingField_28(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonDictionaryContract::get_DictionaryValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryValueTypeU3Ek__BackingField_29(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_DictionaryValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryValueType_mCEA92A7854F7961668048449778E4CEE1D3E124F (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDictionaryValueTypeU3Ek__BackingField_29(L_0); return; } } // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonDictionaryContract::get_KeyContract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * JsonDictionaryContract_get_KeyContract_m06A90ADAEBBBC7EF992EA3823733301448E61332 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = __this->get_U3CKeyContractU3Ek__BackingField_30(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_KeyContract(Newtonsoft.Json.Serialization.JsonContract) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_KeyContract_m83E7AC51A330E5E28E4F2EF51FF48B6771133AFE (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___value0, const RuntimeMethod* method) { { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = ___value0; __this->set_U3CKeyContractU3Ek__BackingField_30(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_ShouldCreateWrapper() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_ShouldCreateWrapper_m9EA26FC10FE48F17280E7F1530A4F3EBA1D6BD38 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CShouldCreateWrapperU3Ek__BackingField_35(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_ShouldCreateWrapper(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_ShouldCreateWrapper_mA3D0E15FE2E7847519192FF16A50EA819D66A890 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CShouldCreateWrapperU3Ek__BackingField_35(L_0); return; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_ParameterizedCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * JsonDictionaryContract_get_ParameterizedCreator_m933AC2CD9EF35EF03C1F5CC3E3B3DE0AE33042B7 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__parameterizedCreator_38(); if (L_0) { goto IL_001e; } } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_1; L_1 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_2 = __this->get__parameterizedConstructor_36(); NullCheck(L_1); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_3; L_3 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_1, L_2); __this->set__parameterizedCreator_38(L_3); } IL_001e: { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_4 = __this->get__parameterizedCreator_38(); return L_4; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonDictionaryContract::get_OverrideCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * JsonDictionaryContract_get_OverrideCreator_m5B50A78FA760B48BFB6439797E70446E50265FE5 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__overrideCreator_37(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_OverrideCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_OverrideCreator_m273980C81B3AE9E0857B378AD1F0C9BABBF55AD5 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = ___value0; __this->set__overrideCreator_37(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_HasParameterizedCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreator_m658DB0958B4E3300EBEE1E0887A86DCB11AAC91D (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasParameterizedCreatorU3Ek__BackingField_39(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::set_HasParameterizedCreator(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_HasParameterizedCreator_m1F1CFE2190BAEF14F221CB7C4D545BCD770B1563 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasParameterizedCreatorU3Ek__BackingField_39(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonDictionaryContract::get_HasParameterizedCreatorInternal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreatorInternal_m11406714825D90112221DE61151E1B08CD4A5E6A (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = JsonDictionaryContract_get_HasParameterizedCreator_m658DB0958B4E3300EBEE1E0887A86DCB11AAC91D_inline(__this, /*hidden argument*/NULL); if (L_0) { goto IL_001a; } } { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_1 = __this->get__parameterizedCreator_38(); if (L_1) { goto IL_001a; } } { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_2 = __this->get__parameterizedConstructor_36(); return (bool)((!(((RuntimeObject*)(ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B *)L_2) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0); } IL_001a: { return (bool)1; } } // System.Void Newtonsoft.Json.Serialization.JsonDictionaryContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonDictionaryContract__ctor_m2448E2CCF89D8776D1613AE6D9A688FE0961FCA2 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m48265CFFDF6A85E2DE51D6C25F9EC2277A47D8BB(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_ContractType_5(5); Type_t * L_1 = ___underlyingType0; RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); Type_t ** L_4 = __this->get_address_of__genericCollectionDefinitionType_31(); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_5; L_5 = ReflectionUtils_ImplementsGenericDefinition_m348F17ADEBDFF0EFE2B1C14356A9487DA04E53A8(L_1, L_3, (Type_t **)L_4, /*hidden argument*/NULL); if (!L_5) { goto IL_007e; } } { Type_t * L_6 = __this->get__genericCollectionDefinitionType_31(); NullCheck(L_6); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_7; L_7 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_6); NullCheck(L_7); int32_t L_8 = 0; Type_t * L_9 = (L_7)->GetAt(static_cast(L_8)); V_0 = L_9; Type_t * L_10 = __this->get__genericCollectionDefinitionType_31(); NullCheck(L_10); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11; L_11 = VirtualFuncInvoker0< TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(109 /* System.Type[] System.Type::GetGenericArguments() */, L_10); NullCheck(L_11); int32_t L_12 = 1; Type_t * L_13 = (L_11)->GetAt(static_cast(L_12)); V_1 = L_13; Type_t * L_14; L_14 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_15 = { reinterpret_cast (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_16; L_16 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_15, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_17; L_17 = ReflectionUtils_IsGenericDefinition_mA2F1D3F5BC69158AF227C5689CC39F5FDA2FC4E3(L_14, L_16, /*hidden argument*/NULL); if (!L_17) { goto IL_00af; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_18 = { reinterpret_cast (Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_19; L_19 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_18, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_20 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_21 = L_20; Type_t * L_22 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, L_22); (L_21)->SetAt(static_cast(0), (Type_t *)L_22); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_23 = L_21; Type_t * L_24 = V_1; NullCheck(L_23); ArrayElementTypeCheck (L_23, L_24); (L_23)->SetAt(static_cast(1), (Type_t *)L_24); NullCheck(L_19); Type_t * L_25; L_25 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_19, L_23); JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706(__this, L_25, /*hidden argument*/NULL); goto IL_00af; } IL_007e: { Type_t * L_26; L_26 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); ReflectionUtils_GetDictionaryKeyValueTypes_mB9EBB6B6470ADED2CD2EEA6AC2A1AB37EC98DC39(L_26, (Type_t **)(&V_0), (Type_t **)(&V_1), /*hidden argument*/NULL); Type_t * L_27; L_27 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_28 = { reinterpret_cast (IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_29; L_29 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_28, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_27) == ((RuntimeObject*)(Type_t *)L_29)))) { goto IL_00af; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_30 = { reinterpret_cast (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_31; L_31 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_30, /*hidden argument*/NULL); JsonContract_set_CreatedType_m804529BD33FCA51AA61694C36D820F544C975706(__this, L_31, /*hidden argument*/NULL); } IL_00af: { Type_t * L_32 = V_0; if (!L_32) { goto IL_0100; } } { Type_t * L_33 = V_1; if (!L_33) { goto IL_0100; } } { Type_t * L_34; L_34 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_35 = { reinterpret_cast (KeyValuePair_2_t4451D0958080362C54F19A3F39A254682CE0D1D5_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_36; L_36 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_35, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_37 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_38 = L_37; Type_t * L_39 = V_0; NullCheck(L_38); ArrayElementTypeCheck (L_38, L_39); (L_38)->SetAt(static_cast(0), (Type_t *)L_39); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_40 = L_38; Type_t * L_41 = V_1; NullCheck(L_40); ArrayElementTypeCheck (L_40, L_41); (L_40)->SetAt(static_cast(1), (Type_t *)L_41); NullCheck(L_36); Type_t * L_42; L_42 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_36, L_40); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_43 = { reinterpret_cast (IDictionary_2_t2C2074B0821BAD300B43C061B5CED76258A70C1E_0_0_0_var) }; Type_t * L_44; L_44 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_43, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_45 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_46 = L_45; Type_t * L_47 = V_0; NullCheck(L_46); ArrayElementTypeCheck (L_46, L_47); (L_46)->SetAt(static_cast(0), (Type_t *)L_47); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_48 = L_46; Type_t * L_49 = V_1; NullCheck(L_48); ArrayElementTypeCheck (L_48, L_49); (L_48)->SetAt(static_cast(1), (Type_t *)L_49); NullCheck(L_44); Type_t * L_50; L_50 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_44, L_48); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_51; L_51 = CollectionUtils_ResolveEnumerableCollectionConstructor_m9A580D7686D6FF8EF47068D66850BF97018F25D0(L_34, L_42, L_50, /*hidden argument*/NULL); __this->set__parameterizedConstructor_36(L_51); } IL_0100: { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_52 = { reinterpret_cast (IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_53; L_53 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_52, /*hidden argument*/NULL); Type_t * L_54; L_54 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(__this, /*hidden argument*/NULL); NullCheck(L_53); bool L_55; L_55 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_53, L_54); JsonDictionaryContract_set_ShouldCreateWrapper_mA3D0E15FE2E7847519192FF16A50EA819D66A890_inline(__this, (bool)((((int32_t)L_55) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL); Type_t * L_56 = V_0; JsonDictionaryContract_set_DictionaryKeyType_m0F83C007A6211881A50529082104B52CA20AA8D6_inline(__this, L_56, /*hidden argument*/NULL); Type_t * L_57 = V_1; JsonDictionaryContract_set_DictionaryValueType_mCEA92A7854F7961668048449778E4CEE1D3E124F_inline(__this, L_57, /*hidden argument*/NULL); Type_t * L_58; L_58 = JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline(__this, /*hidden argument*/NULL); if (!L_58) { goto IL_0161; } } { Type_t * L_59; L_59 = JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_60; L_60 = ReflectionUtils_IsNullableType_m76171BDB57C5ABC45FA8E149B6B5688ED314E8F5(L_59, /*hidden argument*/NULL); if (!L_60) { goto IL_0161; } } { Type_t * L_61; L_61 = JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline(__this, /*hidden argument*/NULL); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_62 = { reinterpret_cast (Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_63; L_63 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_62, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); bool L_64; L_64 = ReflectionUtils_InheritsGenericDefinition_m8276B12C2F328359F88CE33F496A8EEA62B18C9A(L_61, L_63, (Type_t **)(&V_2), /*hidden argument*/NULL); if (!L_64) { goto IL_0161; } } { JsonDictionaryContract_set_ShouldCreateWrapper_mA3D0E15FE2E7847519192FF16A50EA819D66A890_inline(__this, (bool)1, /*hidden argument*/NULL); } IL_0161: { return; } } // Newtonsoft.Json.Utilities.IWrappedDictionary Newtonsoft.Json.Serialization.JsonDictionaryContract::CreateWrapper(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonDictionaryContract_CreateWrapper_m25273B5BB59F9FD254C6C76FD0C33C0602A85985 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, RuntimeObject * ___dictionary0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DictionaryWrapper_2_tD3CB532DD26E2F17B2D0CF7C4269C367D5C01B4C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWrappedDictionary_t03ACC39D837C7164565A84D73DC20F21795FD81F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * V_0 = NULL; { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__genericWrapperCreator_33(); if (L_0) { goto IL_0061; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (DictionaryWrapper_2_tD3CB532DD26E2F17B2D0CF7C4269C367D5C01B4C_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; Type_t * L_5; L_5 = JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline(__this, /*hidden argument*/NULL); NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (Type_t *)L_5); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_6 = L_4; Type_t * L_7; L_7 = JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(1), (Type_t *)L_7); NullCheck(L_2); Type_t * L_8; L_8 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, L_2, L_6); __this->set__genericWrapperType_32(L_8); Type_t * L_9 = __this->get__genericWrapperType_32(); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_10 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)1); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_11 = L_10; Type_t * L_12 = __this->get__genericCollectionDefinitionType_31(); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (Type_t *)L_12); NullCheck(L_9); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_13; L_13 = Type_GetConstructor_m98D609FCFA8EB6E54A9FF705D77EEE16603B278C(L_9, L_11, /*hidden argument*/NULL); V_0 = L_13; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_14; L_14 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_15 = V_0; NullCheck(L_14); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_16; L_16 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_14, L_15); __this->set__genericWrapperCreator_33(L_16); } IL_0061: { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_17 = __this->get__genericWrapperCreator_33(); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_18 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)SZArrayNew(ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_19 = L_18; RuntimeObject * L_20 = ___dictionary0; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(0), (RuntimeObject *)L_20); NullCheck(L_17); RuntimeObject * L_21; L_21 = ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF(L_17, L_19, /*hidden argument*/ObjectConstructor_1_Invoke_mEEF983DDB5478D9BCD05FD278D91FB596D6700CF_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_21, IWrappedDictionary_t03ACC39D837C7164565A84D73DC20F21795FD81F_il2cpp_TypeInfo_var)); } } // System.Collections.IDictionary Newtonsoft.Json.Serialization.JsonDictionaryContract::CreateTemporaryDictionary() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonDictionaryContract_CreateTemporaryDictionary_m2A4CC03FFCDD8B141FD8ED7FB61D82984FD02ED6 (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * G_B3_0 = NULL; int32_t G_B3_1 = 0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B3_2 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B3_3 = NULL; Type_t * G_B3_4 = NULL; Type_t * G_B2_0 = NULL; int32_t G_B2_1 = 0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B2_2 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B2_3 = NULL; Type_t * G_B2_4 = NULL; Type_t * G_B5_0 = NULL; int32_t G_B5_1 = 0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B5_2 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B5_3 = NULL; Type_t * G_B5_4 = NULL; Type_t * G_B4_0 = NULL; int32_t G_B4_1 = 0; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B4_2 = NULL; TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* G_B4_3 = NULL; Type_t * G_B4_4 = NULL; { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_0 = __this->get__genericTemporaryDictionaryCreator_34(); if (L_0) { goto IL_005d; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (Dictionary_2_t58021767EFD70313A4DB609BB2EC63167C586EDE_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_3 = (TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755*)SZArrayNew(TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755_il2cpp_TypeInfo_var, (uint32_t)2); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_4 = L_3; Type_t * L_5; L_5 = JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline(__this, /*hidden argument*/NULL); Type_t * L_6 = L_5; G_B2_0 = L_6; G_B2_1 = 0; G_B2_2 = L_4; G_B2_3 = L_4; G_B2_4 = L_2; if (L_6) { G_B3_0 = L_6; G_B3_1 = 0; G_B3_2 = L_4; G_B3_3 = L_4; G_B3_4 = L_2; goto IL_002e; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_7 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_8; L_8 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_7, /*hidden argument*/NULL); G_B3_0 = L_8; G_B3_1 = G_B2_1; G_B3_2 = G_B2_2; G_B3_3 = G_B2_3; G_B3_4 = G_B2_4; } IL_002e: { NullCheck(G_B3_2); ArrayElementTypeCheck (G_B3_2, G_B3_0); (G_B3_2)->SetAt(static_cast(G_B3_1), (Type_t *)G_B3_0); TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* L_9 = G_B3_3; Type_t * L_10; L_10 = JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline(__this, /*hidden argument*/NULL); Type_t * L_11 = L_10; G_B4_0 = L_11; G_B4_1 = 1; G_B4_2 = L_9; G_B4_3 = L_9; G_B4_4 = G_B3_4; if (L_11) { G_B5_0 = L_11; G_B5_1 = 1; G_B5_2 = L_9; G_B5_3 = L_9; G_B5_4 = G_B3_4; goto IL_0045; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_12 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_13; L_13 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_12, /*hidden argument*/NULL); G_B5_0 = L_13; G_B5_1 = G_B4_1; G_B5_2 = G_B4_2; G_B5_3 = G_B4_3; G_B5_4 = G_B4_4; } IL_0045: { NullCheck(G_B5_2); ArrayElementTypeCheck (G_B5_2, G_B5_0); (G_B5_2)->SetAt(static_cast(G_B5_1), (Type_t *)G_B5_0); NullCheck(G_B5_4); Type_t * L_14; L_14 = VirtualFuncInvoker1< Type_t *, TypeU5BU5D_t85B10489E46F06CEC7C4B1CCBD0E01FAB6649755* >::Invoke(105 /* System.Type System.Type::MakeGenericType(System.Type[]) */, G_B5_4, G_B5_3); V_0 = L_14; IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_15; L_15 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); Type_t * L_16 = V_0; NullCheck(L_15); Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_17; L_17 = GenericVirtualFuncInvoker1< Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 *, Type_t * >::Invoke(ReflectionDelegateFactory_CreateDefaultConstructor_TisRuntimeObject_mA941636F552DCA4F80F67F79EB3B2FC336C49688_RuntimeMethod_var, L_15, L_16); __this->set__genericTemporaryDictionaryCreator_34(L_17); } IL_005d: { Func_1_t807CEE610086E24A0167BAA97A64062016E09D49 * L_18 = __this->get__genericTemporaryDictionaryCreator_34(); NullCheck(L_18); RuntimeObject * L_19; L_19 = Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701(L_18, /*hidden argument*/Func_1_Invoke_m93C94FD300D841FFC12C9B8607F97CAEFC847701_RuntimeMethod_var); return ((RuntimeObject*)Castclass((RuntimeObject*)L_19, IDictionary_t99871C56B8EC2452AC5C4CF3831695E617B89D3A_il2cpp_TypeInfo_var)); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m4B89CC156A90FEB6590293B8345A29C4A3AF2F61 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __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_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0E9BEC861F6DBED197960E5BA23149543B1D7F5B(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __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_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m8ECDE8ACA7F2E0EF1144BD1200FB5DB2870B5F11(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { 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_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_mB842BA6E644CDB9DB058F5628BB90DF5EF22C080(__this, L_0, L_1, /*hidden argument*/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_mEA891D09EA66922D82EA420BC5C3A5EA1CD34429 (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___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_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; IL2CPP_RUNTIME_CLASS_INIT(Exception_t_il2cpp_TypeInfo_var); Exception__ctor_m0CD24092BF55B8EDE25AED989ACADB80298EF917(__this, L_0, L_1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_WriteData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_WriteData_m06EB62EA0887666777EEAB325DFDC0183AD29F8B (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_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_m0C68690434C00E441B94677723E5F3D5794AD077 (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CWriteDataU3Ek__BackingField_0(L_0); return; } } // System.Boolean Newtonsoft.Json.JsonExtensionDataAttribute::get_ReadData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonExtensionDataAttribute_get_ReadData_mE8CF73A938D31EE6D74642BAFB18263FAAE478EC (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_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_m12AB84F205B4B7B420544E13FEF72C72C284A22D (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CReadDataU3Ek__BackingField_1(L_0); return; } } // System.Void Newtonsoft.Json.JsonExtensionDataAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute__ctor_m3929383CA28F0702AFEFAFFCC04B8540ABB65A18 (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); JsonExtensionDataAttribute_set_WriteData_m0C68690434C00E441B94677723E5F3D5794AD077_inline(__this, (bool)1, /*hidden argument*/NULL); JsonExtensionDataAttribute_set_ReadData_m12AB84F205B4B7B420544E13FEF72C72C284A22D_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.JsonFormatterConverter::.ctor(Newtonsoft.Json.Serialization.JsonSerializerInternalReader,Newtonsoft.Json.Serialization.JsonISerializableContract,Newtonsoft.Json.Serialization.JsonProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonFormatterConverter__ctor_m146CC0BCD989ECBCA0DB94F0F898D1C0F7275D37 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * ___reader0, JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * ___contract1, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___member2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6EBBC5D8A8D6716CCA31BDF6DC15F27E63BCA37B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31, /*hidden argument*/NULL); JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_1 = ___contract1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteral6EBBC5D8A8D6716CCA31BDF6DC15F27E63BCA37B, /*hidden argument*/NULL); JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * L_2 = ___reader0; __this->set__reader_0(L_2); JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_3 = ___contract1; __this->set__contract_1(L_3); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_4 = ___member2; __this->set__member_2(L_4); return; } } // System.Object Newtonsoft.Json.Serialization.JsonFormatterConverter::Convert(System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonFormatterConverter_Convert_m121005D2680232FA8E91735481504753A24E8A3E (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, Type_t * ___type1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8); s_Il2CppMethodInitialized = true; } JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * V_0 = NULL; { RuntimeObject * L_0 = ___value0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8, /*hidden argument*/NULL); RuntimeObject * L_1 = ___value0; V_0 = ((JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 *)IsInstClass((RuntimeObject*)L_1, JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_il2cpp_TypeInfo_var)); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_2 = V_0; if (L_2) { goto IL_0025; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_3 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D3B64719B27270213CF565868F0844BFD9923D4)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonFormatterConverter_Convert_m121005D2680232FA8E91735481504753A24E8A3E_RuntimeMethod_var))); } IL_0025: { JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * L_4 = __this->get__reader_0(); JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_5 = V_0; Type_t * L_6 = ___type1; JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * L_7 = __this->get__contract_1(); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_8 = __this->get__member_2(); NullCheck(L_4); RuntimeObject * L_9; L_9 = JsonSerializerInternalReader_CreateISerializableItem_m041B4274C31E46A8C19D000395F75C0BE74B7FD6(L_4, L_5, L_6, L_7, L_8, /*hidden argument*/NULL); return L_9; } } // System.Boolean Newtonsoft.Json.Serialization.JsonFormatterConverter::ToBoolean(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonFormatterConverter_ToBoolean_m5D53A7D4C6082713F370A8774BE5E573AD7CDF4E (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonFormatterConverter_GetTokenValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m72C79A1A05F8E42B16A217909237F8DDD6208483_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; bool L_1; L_1 = JsonFormatterConverter_GetTokenValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m72C79A1A05F8E42B16A217909237F8DDD6208483(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisBoolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_m72C79A1A05F8E42B16A217909237F8DDD6208483_RuntimeMethod_var); return L_1; } } // System.Int32 Newtonsoft.Json.Serialization.JsonFormatterConverter::ToInt32(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonFormatterConverter_ToInt32_m73485AED91E0F0F2FF63D38BFBF5C5C6E877A2C7 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonFormatterConverter_GetTokenValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD6EE38F34A46EECAA41611CBE8D86B98F3F646A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int32_t L_1; L_1 = JsonFormatterConverter_GetTokenValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD6EE38F34A46EECAA41611CBE8D86B98F3F646A(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisInt32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_mFD6EE38F34A46EECAA41611CBE8D86B98F3F646A_RuntimeMethod_var); return L_1; } } // System.Int64 Newtonsoft.Json.Serialization.JsonFormatterConverter::ToInt64(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t JsonFormatterConverter_ToInt64_m9F77AC264FD61704CF352EF5761094B9093B7465 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonFormatterConverter_GetTokenValue_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m1B54D916C36826C62E952E1834A26A67F4636E20_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; int64_t L_1; L_1 = JsonFormatterConverter_GetTokenValue_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m1B54D916C36826C62E952E1834A26A67F4636E20(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisInt64_t378EE0D608BD3107E77238E85F30D2BBD46981F3_m1B54D916C36826C62E952E1834A26A67F4636E20_RuntimeMethod_var); return L_1; } } // System.Single Newtonsoft.Json.Serialization.JsonFormatterConverter::ToSingle(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float JsonFormatterConverter_ToSingle_m90077B8B5694657DAA61D82EFD79A6962EC33729 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonFormatterConverter_GetTokenValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mF90E101272C8CBD09866921457DCEB6981F2AE9A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; float L_1; L_1 = JsonFormatterConverter_GetTokenValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mF90E101272C8CBD09866921457DCEB6981F2AE9A(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisSingle_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_mF90E101272C8CBD09866921457DCEB6981F2AE9A_RuntimeMethod_var); return L_1; } } // System.String Newtonsoft.Json.Serialization.JsonFormatterConverter::ToString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonFormatterConverter_ToString_mC3493943218E47C48BE6C023BC3B234195516B22 (JsonFormatterConverter_t2CC26756ACFEBB831D9B7E493421A9B522D120EF * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonFormatterConverter_GetTokenValue_TisString_t_m88C2ED45A63308E5B1C241D2A8388FC0F3B3B016_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject * L_0 = ___value0; String_t* L_1; L_1 = JsonFormatterConverter_GetTokenValue_TisString_t_m88C2ED45A63308E5B1C241D2A8388FC0F3B3B016(__this, L_0, /*hidden argument*/JsonFormatterConverter_GetTokenValue_TisString_t_m88C2ED45A63308E5B1C241D2A8388FC0F3B3B016_RuntimeMethod_var); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonISerializableContract::get_ISerializableCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * JsonISerializableContract_get_ISerializableCreator_mADA185D9E95FCDA15996426673FD6E2F6C725190 (JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get_U3CISerializableCreatorU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonISerializableContract::set_ISerializableCreator(Newtonsoft.Json.Serialization.ObjectConstructor`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonISerializableContract_set_ISerializableCreator_m50D5769B5D94DE751572197CED0415AF7BBBB629 (JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * __this, ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * ___value0, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = ___value0; __this->set_U3CISerializableCreatorU3Ek__BackingField_27(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonISerializableContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonISerializableContract__ctor_m57B1A580FC0BDD3FC9B0143631D7BEE981714FC1 (JsonISerializableContract_t2E5F5A152D9F461BC5247B9C8BF2DEC60A19BF78 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m48265CFFDF6A85E2DE51D6C25F9EC2277A47D8BB(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_ContractType_5(7); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonIgnoreAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonIgnoreAttribute__ctor_m087D7BF8CFF19ADDFF923EE01EFCDD1140E102F7 (JsonIgnoreAttribute_tD1DFBF399A237A618998A41533FEE267AD3A3CA7 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.JsonLinqContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonLinqContract__ctor_m8BCAA67AF116E235712C5CFEFDD3C3D6102535DC (JsonLinqContract_t6FA0DD12C3CC0AE57276294D8FAE16AE255A1E7F * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { { Type_t * L_0 = ___underlyingType0; JsonContract__ctor_m619BFFA1C4ADB2EDB7C4614619134D23B671CA5D(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_ContractType_5(8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Linq.CommentHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_CommentHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_CommentHandling_m826835E5AE01E9F77464D74FED529372995B6D13 (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__commentHandling_0(); return L_0; } } // Newtonsoft.Json.Linq.LineInfoHandling Newtonsoft.Json.Linq.JsonLoadSettings::get_LineInfoHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_LineInfoHandling_mFC5C51D0F639F243E9E9FC0AD58065CF5F20DF18 (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__lineInfoHandling_1(); return L_0; } } // System.Void Newtonsoft.Json.Linq.JsonLoadSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonLoadSettings__ctor_mF71B78CB3ED1F95048307736970338D52B2E5A2C (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Linq.JsonMergeSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonMergeSettings__ctor_m6ACB9D8AC772EC69E2C26EBDA84B4271FA763093 (JsonMergeSettings_t3C55DBFA476AFE0A53539E32329A348450034822 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.JsonObjectAttribute::get_MemberSerialization() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonObjectAttribute_get_MemberSerialization_mC1251A664FD1EFFB430AE5935E20DEFC5B01543A (JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__memberSerialization_6(); return L_0; } } // System.Void Newtonsoft.Json.JsonObjectAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectAttribute__ctor_m68C59F07EF00388CD6146750EE8A6721D9BB4B3B (JsonObjectAttribute_tA3965B4E81B02E3CA85666CAD2148CC1CC431340 * __this, const RuntimeMethod* method) { { JsonContainerAttribute__ctor_mAA82866214D75C398CF712544390ED3CB61EB282(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.MemberSerialization Newtonsoft.Json.Serialization.JsonObjectContract::get_MemberSerialization() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonObjectContract_get_MemberSerialization_m1A3F6FC6C0539EA0B9110102D6234C3A2B229EF3 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CMemberSerializationU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_MemberSerialization(Newtonsoft.Json.MemberSerialization) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_MemberSerialization_mD9B050351BAD2F50F228CD304B0794051D91DF3D (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CMemberSerializationU3Ek__BackingField_27(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_ItemRequired() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A JsonObjectContract_get_ItemRequired_m6F8D026FFD2E17C94562660484489C53F9EF093C (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_0 = __this->get_U3CItemRequiredU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ItemRequired(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ItemRequired_mC242D99E863066A9AF7B0FFF2A47D51B098EA633 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A ___value0, const RuntimeMethod* method) { { Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_0 = ___value0; __this->set_U3CItemRequiredU3Ek__BackingField_28(L_0); return; } } // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_Properties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_0 = __this->get_U3CPropertiesU3Ek__BackingField_29(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_Properties(Newtonsoft.Json.Serialization.JsonPropertyCollection) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_Properties_m271758DCBDD95F1F27AF08E1770DE408FD868CA6 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ___value0, const RuntimeMethod* method) { { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_0 = ___value0; __this->set_U3CPropertiesU3Ek__BackingField_29(L_0); return; } } // Newtonsoft.Json.Serialization.JsonPropertyCollection Newtonsoft.Json.Serialization.JsonObjectContract::get_CreatorParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * JsonObjectContract_get_CreatorParameters_mB82FF8E05518A820AC46E8458586AA172FDD902F (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_0 = __this->get__creatorParameters_38(); if (L_0) { goto IL_0019; } } { Type_t * L_1; L_1 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_2 = (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 *)il2cpp_codegen_object_new(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_mC2AC668AE0D739537085835F4EE851C2A453A765(L_2, L_1, /*hidden argument*/NULL); __this->set__creatorParameters_38(L_2); } IL_0019: { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_3 = __this->get__creatorParameters_38(); return L_3; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_OverrideConstructor(System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_OverrideConstructor_m2D710816841306A19C76988A4B71E34EEB846AD0 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B2_0 = NULL; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B1_0 = NULL; ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * G_B3_0 = NULL; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B3_1 = NULL; { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_0 = ___value0; __this->set__overrideConstructor_35(L_0); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_1 = ___value0; G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_000e; } } { G_B3_0 = ((ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0019; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_2; L_2 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_3 = ___value0; NullCheck(L_2); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_4; L_4 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_2, L_3); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0019: { NullCheck(G_B3_1); G_B3_1->set__overrideCreator_36(G_B3_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ParametrizedConstructor(System.Reflection.ConstructorInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ParametrizedConstructor_m0260A9A40ADDC2C67005F60F74298B9D13E9DE58 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B2_0 = NULL; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B1_0 = NULL; ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * G_B3_0 = NULL; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B3_1 = NULL; { ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_0 = ___value0; __this->set__parametrizedConstructor_34(L_0); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_1 = ___value0; G_B1_0 = __this; if (L_1) { G_B2_0 = __this; goto IL_000e; } } { G_B3_0 = ((ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *)(NULL)); G_B3_1 = G_B1_0; goto IL_0019; } IL_000e: { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); ReflectionDelegateFactory_tA921B8AB108475BA7411A09164265D5725FEC7C9 * L_2; L_2 = JsonTypeReflector_get_ReflectionDelegateFactory_m51141B018BF3854A0C3236A7DD6247C719B868D0(/*hidden argument*/NULL); ConstructorInfo_t449AEC508DCA508EE46784C4F2716545488ACD5B * L_3 = ___value0; NullCheck(L_2); ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_4; L_4 = VirtualFuncInvoker1< ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 *, MethodBase_t * >::Invoke(5 /* Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Utilities.ReflectionDelegateFactory::CreateParameterizedConstructor(System.Reflection.MethodBase) */, L_2, L_3); G_B3_0 = L_4; G_B3_1 = G_B2_0; } IL_0019: { NullCheck(G_B3_1); G_B3_1->set__parameterizedCreator_37(G_B3_0); return; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_OverrideCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * JsonObjectContract_get_OverrideCreator_m157D862BED71DDEFEFBA9797EDAF488023FEB95E (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__overrideCreator_36(); return L_0; } } // Newtonsoft.Json.Serialization.ObjectConstructor`1 Newtonsoft.Json.Serialization.JsonObjectContract::get_ParameterizedCreator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * JsonObjectContract_get_ParameterizedCreator_mCE636445DC710675BA24F84ECA1564D57E19B14C (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { ObjectConstructor_1_t500064E9B42515401C2BD5EB2A16313527FFA1F3 * L_0 = __this->get__parameterizedCreator_37(); return L_0; } } // Newtonsoft.Json.Serialization.ExtensionDataSetter Newtonsoft.Json.Serialization.JsonObjectContract::get_ExtensionDataSetter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * JsonObjectContract_get_ExtensionDataSetter_mAA57BAED60DC7A3454CA2C6726082552F913FBF5 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * L_0 = __this->get_U3CExtensionDataSetterU3Ek__BackingField_30(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataSetter(Newtonsoft.Json.Serialization.ExtensionDataSetter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataSetter_m0569DC3D7CBA298C858F17DF14123A088EDFA1D8 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * ___value0, const RuntimeMethod* method) { { ExtensionDataSetter_t3B93F902220B644D39EA099BE3965D9088834DE4 * L_0 = ___value0; __this->set_U3CExtensionDataSetterU3Ek__BackingField_30(L_0); return; } } // Newtonsoft.Json.Serialization.ExtensionDataGetter Newtonsoft.Json.Serialization.JsonObjectContract::get_ExtensionDataGetter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * JsonObjectContract_get_ExtensionDataGetter_m93561BA532A7F0A6FE044EE23305DA08F6C93699 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * L_0 = __this->get_U3CExtensionDataGetterU3Ek__BackingField_31(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataGetter(Newtonsoft.Json.Serialization.ExtensionDataGetter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataGetter_m0D6330E331D0EA5B70BEFB451A6A754FFA0860FB (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * ___value0, const RuntimeMethod* method) { { ExtensionDataGetter_tCD5267EDA7F9EDCE5FF66A623786495BB514FAE6 * L_0 = ___value0; __this->set_U3CExtensionDataGetterU3Ek__BackingField_31(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::set_ExtensionDataValueType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract_set_ExtensionDataValueType_m7CAAB1515668A471D1B420212F505C5CF8624608 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, Type_t * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B2_0 = NULL; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B1_0 = NULL; int32_t G_B3_0 = 0; JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * G_B3_1 = NULL; { Type_t * L_0 = ___value0; __this->set__extensionDataValueType_39(L_0); Type_t * L_1 = ___value0; G_B1_0 = __this; if (!L_1) { G_B2_0 = __this; goto IL_001d; } } { RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_2 = { reinterpret_cast (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_3; L_3 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_2, /*hidden argument*/NULL); Type_t * L_4 = ___value0; NullCheck(L_3); bool L_5; L_5 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(121 /* System.Boolean System.Type::IsAssignableFrom(System.Type) */, L_3, L_4); G_B3_0 = ((int32_t)(L_5)); G_B3_1 = G_B1_0; goto IL_001e; } IL_001d: { G_B3_0 = 0; G_B3_1 = G_B2_0; } IL_001e: { NullCheck(G_B3_1); G_B3_1->set_ExtensionDataIsJToken_32((bool)G_B3_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonObjectContract::get_HasRequiredOrDefaultValueProperties() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonObjectContract_get_HasRequiredOrDefaultValueProperties_mEFA1F1A0ECCC748D0B4DBC81D55C3E3FC71AB68E (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_GetEnumerator_m40788D973976F9A2F7992F9A42912C6F9CE37887_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_tAC2B0836FBC3621CE4BEEF207F670D6765734C49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m1B1169E1D106FE76D4FB1B73374AA8985AB2C8ED_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mE19B9F26CB83357579523DED8003E87E61C2C604_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A V_0; memset((&V_0), 0, sizeof(V_0)); RuntimeObject* V_1 = NULL; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_2 = NULL; Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E V_5; memset((&V_5), 0, sizeof(V_5)); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E G_B9_0; memset((&G_B9_0), 0, sizeof(G_B9_0)); int32_t G_B12_0 = 0; { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of__hasRequiredOrDefaultValueProperties_33(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_00c3; } } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_2; memset((&L_2), 0, sizeof(L_2)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_2), (bool)0, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__hasRequiredOrDefaultValueProperties_33(L_2); Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_3; L_3 = JsonObjectContract_get_ItemRequired_m6F8D026FFD2E17C94562660484489C53F9EF093C_inline(__this, /*hidden argument*/NULL); V_0 = L_3; int32_t L_4; L_4 = Nullable_1_GetValueOrDefault_m1B1169E1D106FE76D4FB1B73374AA8985AB2C8ED((Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *)(&V_0), 0, /*hidden argument*/Nullable_1_GetValueOrDefault_m1B1169E1D106FE76D4FB1B73374AA8985AB2C8ED_RuntimeMethod_var); if (!L_4) { goto IL_003e; } } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_5; memset((&L_5), 0, sizeof(L_5)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_5), (bool)1, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__hasRequiredOrDefaultValueProperties_33(L_5); goto IL_00c3; } IL_003e: { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_6; L_6 = JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline(__this, /*hidden argument*/NULL); NullCheck(L_6); RuntimeObject* L_7; L_7 = Collection_1_GetEnumerator_m40788D973976F9A2F7992F9A42912C6F9CE37887(L_6, /*hidden argument*/Collection_1_GetEnumerator_m40788D973976F9A2F7992F9A42912C6F9CE37887_RuntimeMethod_var); V_1 = L_7; } IL_004a: try {// begin try (depth: 1) { goto IL_00af; } IL_004c: { RuntimeObject* L_8 = V_1; NullCheck(L_8); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_9; L_9 = InterfaceFuncInvoker0< JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1::get_Current() */, IEnumerator_1_tAC2B0836FBC3621CE4BEEF207F670D6765734C49_il2cpp_TypeInfo_var, L_8); V_2 = L_9; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_10 = V_2; NullCheck(L_10); int32_t L_11; L_11 = JsonProperty_get_Required_m7D663FFD03D0FFD660D0334F9CA9E4526ECF3D68(L_10, /*hidden argument*/NULL); if (L_11) { goto IL_00a1; } } IL_005b: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_12 = V_2; NullCheck(L_12); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_13; L_13 = JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860_inline(L_12, /*hidden argument*/NULL); V_5 = L_13; bool L_14; L_14 = Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_inline((Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *)(&V_5), /*hidden argument*/Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var); if (L_14) { goto IL_0078; } } IL_006c: { il2cpp_codegen_initobj((&V_6), sizeof(Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E )); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_15 = V_6; G_B9_0 = L_15; goto IL_0086; } IL_0078: { int32_t L_16; L_16 = Nullable_1_GetValueOrDefault_mE19B9F26CB83357579523DED8003E87E61C2C604_inline((Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *)(&V_5), /*hidden argument*/Nullable_1_GetValueOrDefault_mE19B9F26CB83357579523DED8003E87E61C2C604_RuntimeMethod_var); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_17; memset((&L_17), 0, sizeof(L_17)); Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31((&L_17), ((int32_t)((int32_t)L_16&(int32_t)2)), /*hidden argument*/Nullable_1__ctor_mFFE39D6FB57CE75D120FA0209033313449493E31_RuntimeMethod_var); G_B9_0 = L_17; } IL_0086: { V_3 = G_B9_0; V_4 = 2; int32_t L_18; L_18 = Nullable_1_GetValueOrDefault_mE19B9F26CB83357579523DED8003E87E61C2C604_inline((Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *)(&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_mE19B9F26CB83357579523DED8003E87E61C2C604_RuntimeMethod_var); int32_t L_19 = V_4; if ((((int32_t)L_18) == ((int32_t)L_19))) { goto IL_0098; } } IL_0095: { G_B12_0 = 0; goto IL_009f; } IL_0098: { bool L_20; L_20 = Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_inline((Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var); G_B12_0 = ((int32_t)(L_20)); } IL_009f: { if (!G_B12_0) { goto IL_00af; } } IL_00a1: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_21; memset((&L_21), 0, sizeof(L_21)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_21), (bool)1, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__hasRequiredOrDefaultValueProperties_33(L_21); IL2CPP_LEAVE(0xC3, FINALLY_00b9); } IL_00af: { RuntimeObject* L_22 = V_1; NullCheck(L_22); bool L_23; L_23 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t5956F3AFB7ECF1117E3BC5890E7FC7B7F7A04105_il2cpp_TypeInfo_var, L_22); if (L_23) { goto IL_004c; } } IL_00b7: { IL2CPP_LEAVE(0xC3, FINALLY_00b9); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_00b9; } FINALLY_00b9: {// begin finally (depth: 1) { RuntimeObject* L_24 = V_1; if (!L_24) { goto IL_00c2; } } IL_00bc: { RuntimeObject* L_25 = V_1; NullCheck(L_25); InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t099785737FC6A1E3699919A94109383715A8D807_il2cpp_TypeInfo_var, L_25); } IL_00c2: { IL2CPP_END_FINALLY(185) } }// end finally (depth: 1) IL2CPP_CLEANUP(185) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0xC3, IL_00c3) } IL_00c3: { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_26 = __this->get_address_of__hasRequiredOrDefaultValueProperties_33(); bool L_27; L_27 = Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_26, /*hidden argument*/Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); return L_27; } } // System.Void Newtonsoft.Json.Serialization.JsonObjectContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonObjectContract__ctor_mC60D6E7311D36564DD6D57B00FF789D67A25C643 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = ___underlyingType0; JsonContainerContract__ctor_m48265CFFDF6A85E2DE51D6C25F9EC2277A47D8BB(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_ContractType_5(1); Type_t * L_1; L_1 = JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline(__this, /*hidden argument*/NULL); JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_2 = (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 *)il2cpp_codegen_object_new(JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954_il2cpp_TypeInfo_var); JsonPropertyCollection__ctor_mC2AC668AE0D739537085835F4EE851C2A453A765(L_2, L_1, /*hidden argument*/NULL); JsonObjectContract_set_Properties_m271758DCBDD95F1F27AF08E1770DE408FD868CA6_inline(__this, L_2, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.Serialization.JsonObjectContract::GetUninitializedObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonObjectContract_GetUninitializedObject_m7F5FF3453D03F893AA58B6975DCC0EB36FDCED76 (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonTypeReflector_t50F18C1B9D80F37BF58A282F0C1B3B1F2DF91D76_il2cpp_TypeInfo_var); bool L_0; L_0 = JsonTypeReflector_get_FullyTrusted_m76F5CED9C892E1A74F1AE15DEA44F251E6B44EE7(/*hidden argument*/NULL); if (L_0) { goto IL_0022; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Type_t * L_2 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->get_NonNullableUnderlyingType_3(); String_t* L_3; L_3 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral81DE006E12E31AB52186061CBFDAA0D062442E56)), L_1, L_2, /*hidden argument*/NULL); JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 * L_4 = (JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonException_tAD70A6A2536289458F3B62300668BE56A4A50166_il2cpp_TypeInfo_var))); JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(L_4, L_3, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonObjectContract_GetUninitializedObject_m7F5FF3453D03F893AA58B6975DCC0EB36FDCED76_RuntimeMethod_var))); } IL_0022: { Type_t * L_5 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->get_NonNullableUnderlyingType_3(); IL2CPP_RUNTIME_CLASS_INIT(FormatterServices_t346CDF3874B4B34E7FFFCA2288D9AB1492F6A21C_il2cpp_TypeInfo_var); RuntimeObject * L_6; L_6 = FormatterServices_GetUninitializedObject_m1FF0BDED3B566135DCDA1FCF98DABC5C907C5EA7(L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: Newtonsoft.Json.JsonPosition IL2CPP_EXTERN_C void JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshal_pinvoke(const JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A& unmarshaled, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_pinvoke& marshaled) { marshaled.___Type_1 = unmarshaled.get_Type_1(); marshaled.___Position_2 = unmarshaled.get_Position_2(); marshaled.___PropertyName_3 = il2cpp_codegen_marshal_string(unmarshaled.get_PropertyName_3()); marshaled.___HasIndex_4 = static_cast(unmarshaled.get_HasIndex_4()); } IL2CPP_EXTERN_C void JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshal_pinvoke_back(const JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_pinvoke& marshaled, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A& unmarshaled) { int32_t unmarshaled_Type_temp_0 = 0; unmarshaled_Type_temp_0 = marshaled.___Type_1; unmarshaled.set_Type_1(unmarshaled_Type_temp_0); int32_t unmarshaled_Position_temp_1 = 0; unmarshaled_Position_temp_1 = marshaled.___Position_2; unmarshaled.set_Position_2(unmarshaled_Position_temp_1); unmarshaled.set_PropertyName_3(il2cpp_codegen_marshal_string_result(marshaled.___PropertyName_3)); bool unmarshaled_HasIndex_temp_3 = false; unmarshaled_HasIndex_temp_3 = static_cast(marshaled.___HasIndex_4); unmarshaled.set_HasIndex_4(unmarshaled_HasIndex_temp_3); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.JsonPosition IL2CPP_EXTERN_C void JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshal_pinvoke_cleanup(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_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_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshal_com(const JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A& unmarshaled, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_com& marshaled) { marshaled.___Type_1 = unmarshaled.get_Type_1(); marshaled.___Position_2 = unmarshaled.get_Position_2(); marshaled.___PropertyName_3 = il2cpp_codegen_marshal_bstring(unmarshaled.get_PropertyName_3()); marshaled.___HasIndex_4 = static_cast(unmarshaled.get_HasIndex_4()); } IL2CPP_EXTERN_C void JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshal_com_back(const JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshaled_com& marshaled, JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A& unmarshaled) { int32_t unmarshaled_Type_temp_0 = 0; unmarshaled_Type_temp_0 = marshaled.___Type_1; unmarshaled.set_Type_1(unmarshaled_Type_temp_0); int32_t unmarshaled_Position_temp_1 = 0; unmarshaled_Position_temp_1 = marshaled.___Position_2; unmarshaled.set_Position_2(unmarshaled_Position_temp_1); unmarshaled.set_PropertyName_3(il2cpp_codegen_marshal_bstring_result(marshaled.___PropertyName_3)); bool unmarshaled_HasIndex_temp_3 = false; unmarshaled_HasIndex_temp_3 = static_cast(marshaled.___HasIndex_4); unmarshaled.set_HasIndex_4(unmarshaled_HasIndex_temp_3); } // Conversion method for clean up from marshalling of: Newtonsoft.Json.JsonPosition IL2CPP_EXTERN_C void JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_marshal_com_cleanup(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_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_m4868A41B46D621B1AE7623D78E06D597F6927676 (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * __this, int32_t ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___type0; __this->set_Type_1(L_0); int32_t L_1 = ___type0; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); bool L_2; L_2 = JsonPosition_TypeHasIndex_m6B45E13F519BBBBF6625EDBA3EB7374B4A33B439(L_1, /*hidden argument*/NULL); __this->set_HasIndex_4(L_2); __this->set_Position_2((-1)); __this->set_PropertyName_3((String_t*)NULL); return; } } IL2CPP_EXTERN_C void JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676_AdjustorThunk (RuntimeObject * __this, int32_t ___type0, const RuntimeMethod* method) { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676(_thisAdjusted, ___type0, method); } // System.Int32 Newtonsoft.Json.JsonPosition::CalculateLength() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844 (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->get_Type_1(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_001d; } case 1: { goto IL_002b; } case 2: { goto IL_002b; } } } { goto IL_003a; } IL_001d: { String_t* L_2 = __this->get_PropertyName_3(); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_2, /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)5)); } IL_002b: { int32_t L_4 = __this->get_Position_2(); int32_t L_5; L_5 = MathUtils_IntLength_m3CA8B0EF3B9D2007346BB2F1199B4B689B241AE4(((int64_t)((int64_t)L_4)), /*hidden argument*/NULL); return ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)2)); } IL_003a: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_6 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA15CF7E1CEFBD0C475E3A89A80B5393D417F8634)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844_RuntimeMethod_var))); } } IL2CPP_EXTERN_C int32_t JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method) { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844(_thisAdjusted, method); return _returnValue; } // System.Void Newtonsoft.Json.JsonPosition::WriteTo(System.Text.StringBuilder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPosition_WriteTo_m6A3A496BA745EE52275BE810800B17DAB2B79140 (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral158765DAD906DF36B8505DD381B603F9A0F345A1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D64FD021538BBCA256D783E52916EC66D2582E4); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0 = __this->get_Type_1(); V_0 = L_0; int32_t L_1 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1))) { case 0: { goto IL_001c; } case 1: { goto IL_006d; } case 2: { goto IL_006d; } } } { return; } IL_001c: { String_t* L_2 = __this->get_PropertyName_3(); V_1 = L_2; String_t* L_3 = V_1; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_4 = ((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields*)il2cpp_codegen_static_fields_for(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var))->get_SpecialCharacters_0(); NullCheck(L_3); int32_t L_5; L_5 = String_IndexOfAny_m7E9204CF616E533528CC448D05BC8AF97A7D8038(L_3, L_4, /*hidden argument*/NULL); if ((((int32_t)L_5) == ((int32_t)(-1)))) { goto IL_0052; } } { StringBuilder_t * L_6 = ___sb0; NullCheck(L_6); StringBuilder_t * L_7; L_7 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_6, _stringLiteral9D64FD021538BBCA256D783E52916EC66D2582E4, /*hidden argument*/NULL); StringBuilder_t * L_8 = ___sb0; String_t* L_9 = V_1; NullCheck(L_8); StringBuilder_t * L_10; L_10 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_8, L_9, /*hidden argument*/NULL); StringBuilder_t * L_11 = ___sb0; NullCheck(L_11); StringBuilder_t * L_12; L_12 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_11, _stringLiteral158765DAD906DF36B8505DD381B603F9A0F345A1, /*hidden argument*/NULL); return; } IL_0052: { StringBuilder_t * L_13 = ___sb0; NullCheck(L_13); int32_t L_14; L_14 = StringBuilder_get_Length_m680500263C59ACFD9582BF2AEEED8E92C87FF5C0(L_13, /*hidden argument*/NULL); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_0064; } } { StringBuilder_t * L_15 = ___sb0; NullCheck(L_15); StringBuilder_t * L_16; L_16 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_15, ((int32_t)46), /*hidden argument*/NULL); } IL_0064: { StringBuilder_t * L_17 = ___sb0; String_t* L_18 = V_1; NullCheck(L_17); StringBuilder_t * L_19; L_19 = StringBuilder_Append_mD02AB0C74C6F55E3E330818C77EC147E22096FB1(L_17, L_18, /*hidden argument*/NULL); return; } IL_006d: { StringBuilder_t * L_20 = ___sb0; NullCheck(L_20); StringBuilder_t * L_21; L_21 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_20, ((int32_t)91), /*hidden argument*/NULL); StringBuilder_t * L_22 = ___sb0; int32_t L_23 = __this->get_Position_2(); NullCheck(L_22); StringBuilder_t * L_24; L_24 = StringBuilder_Append_m796285D173EEA5261E85B95FC79DD4F996CC93DD(L_22, L_23, /*hidden argument*/NULL); StringBuilder_t * L_25 = ___sb0; NullCheck(L_25); StringBuilder_t * L_26; L_26 = StringBuilder_Append_m1ADA3C16E40BF253BCDB5F9579B4DBA9C3E5B22E(L_25, ((int32_t)93), /*hidden argument*/NULL); return; } } IL2CPP_EXTERN_C void JsonPosition_WriteTo_m6A3A496BA745EE52275BE810800B17DAB2B79140_AdjustorThunk (RuntimeObject * __this, StringBuilder_t * ___sb0, const RuntimeMethod* method) { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); JsonPosition_WriteTo_m6A3A496BA745EE52275BE810800B17DAB2B79140(_thisAdjusted, ___sb0, method); } // System.Boolean Newtonsoft.Json.JsonPosition::TypeHasIndex(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPosition_TypeHasIndex_m6B45E13F519BBBBF6625EDBA3EB7374B4A33B439 (int32_t ___type0, const RuntimeMethod* method) { { int32_t L_0 = ___type0; if ((((int32_t)L_0) == ((int32_t)2))) { goto IL_0009; } } { int32_t L_1 = ___type0; return (bool)((((int32_t)L_1) == ((int32_t)3))? 1 : 0); } IL_0009: { return (bool)1; } } // System.String Newtonsoft.Json.JsonPosition::BuildPath(System.Collections.Generic.List`1,System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPosition_BuildPath_mD1C39DF63A6A7B523814601A0AE397050B997099 (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * ___positions0, Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C ___currentPosition1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mF800A536024103B2C23F62E49145D5C03B8FE332_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m0EF8171318EDFF8175FE837221D5C16801540660_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m7999CE03BC62EEA149DD7DE8543AC6DE59B5C5D2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_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; int32_t V_2 = 0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A V_3; memset((&V_3), 0, sizeof(V_3)); Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB V_4; memset((&V_4), 0, sizeof(V_4)); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t * __last_unhandled_exception = 0; il2cpp::utils::ExceptionSupportStack __leave_targets; { V_0 = 0; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_0 = ___positions0; if (!L_0) { goto IL_0028; } } { V_2 = 0; goto IL_001f; } IL_0009: { int32_t L_1 = V_0; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_2 = ___positions0; int32_t L_3 = V_2; NullCheck(L_2); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_4; L_4 = List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_inline(L_2, L_3, /*hidden argument*/List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); V_3 = L_4; int32_t L_5; L_5 = JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A *)(&V_3), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)L_5)); int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)); } IL_001f: { int32_t L_7 = V_2; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_8 = ___positions0; NullCheck(L_8); int32_t L_9; L_9 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_8, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0009; } } IL_0028: { bool L_10; L_10 = Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_inline((Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *)(&___currentPosition1), /*hidden argument*/Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_RuntimeMethod_var); if (!L_10) { goto IL_0043; } } { int32_t L_11 = V_0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_12; L_12 = Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_inline((Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *)(&___currentPosition1), /*hidden argument*/Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_RuntimeMethod_var); V_3 = L_12; int32_t L_13; L_13 = JsonPosition_CalculateLength_m96F71F2F79B8364BFA0C784570D6CE772D156844((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A *)(&V_3), /*hidden argument*/NULL); V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_13)); } IL_0043: { int32_t L_14 = V_0; StringBuilder_t * L_15 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); StringBuilder__ctor_mEDFFE2D378A15F6DAB54D52661C84C1B52E7BA2E(L_15, L_14, /*hidden argument*/NULL); V_1 = L_15; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_16 = ___positions0; if (!L_16) { goto IL_0081; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_17 = ___positions0; NullCheck(L_17); Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB L_18; L_18 = List_1_GetEnumerator_m7999CE03BC62EEA149DD7DE8543AC6DE59B5C5D2(L_17, /*hidden argument*/List_1_GetEnumerator_m7999CE03BC62EEA149DD7DE8543AC6DE59B5C5D2_RuntimeMethod_var); V_4 = L_18; } IL_0055: try {// begin try (depth: 1) { goto IL_0068; } IL_0057: { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_19; L_19 = Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_inline((Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB *)(&V_4), /*hidden argument*/Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_RuntimeMethod_var); V_5 = L_19; StringBuilder_t * L_20 = V_1; JsonPosition_WriteTo_m6A3A496BA745EE52275BE810800B17DAB2B79140((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A *)(&V_5), L_20, /*hidden argument*/NULL); } IL_0068: { bool L_21; L_21 = Enumerator_MoveNext_m0EF8171318EDFF8175FE837221D5C16801540660((Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB *)(&V_4), /*hidden argument*/Enumerator_MoveNext_m0EF8171318EDFF8175FE837221D5C16801540660_RuntimeMethod_var); if (L_21) { goto IL_0057; } } IL_0071: { IL2CPP_LEAVE(0x81, FINALLY_0073); } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __last_unhandled_exception = (Exception_t *)e.ex; goto FINALLY_0073; } FINALLY_0073: {// begin finally (depth: 1) Enumerator_Dispose_mF800A536024103B2C23F62E49145D5C03B8FE332((Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB *)(&V_4), /*hidden argument*/Enumerator_Dispose_mF800A536024103B2C23F62E49145D5C03B8FE332_RuntimeMethod_var); IL2CPP_END_FINALLY(115) }// end finally (depth: 1) IL2CPP_CLEANUP(115) { IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *) IL2CPP_JUMP_TBL(0x81, IL_0081) } IL_0081: { bool L_22; L_22 = Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_inline((Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *)(&___currentPosition1), /*hidden argument*/Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_RuntimeMethod_var); if (!L_22) { goto IL_009a; } } { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_23; L_23 = Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_inline((Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C *)(&___currentPosition1), /*hidden argument*/Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_RuntimeMethod_var); V_3 = L_23; StringBuilder_t * L_24 = V_1; JsonPosition_WriteTo_m6A3A496BA745EE52275BE810800B17DAB2B79140((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A *)(&V_3), L_24, /*hidden argument*/NULL); } IL_009a: { 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_m67B75B828B5C6B8607C660494A4E03746A7E49C7 (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_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_mD145C8EE917C986BAA7C5243DEFAF4D333C521B4(/*hidden argument*/NULL); NullCheck(L_0); bool L_2; L_2 = String_EndsWith_mB6E4F554EB12AF5BB822050E738AB867AF5C9864(L_0, L_1, 4, /*hidden argument*/NULL); if (L_2) { goto IL_003a; } } { String_t* L_3 = ___message2; NullCheck(L_3); String_t* L_4; L_4 = String_Trim_m3FEC641D7046124B7F381701903B50B5171DE0A2(L_3, /*hidden argument*/NULL); ___message2 = L_4; String_t* L_5 = ___message2; bool L_6; L_6 = StringUtils_EndsWith_m6FC01C84F3118887A568BB4FBE2DF010F95D2074(L_5, ((int32_t)46), /*hidden argument*/NULL); if (L_6) { goto IL_002d; } } { String_t* L_7 = ___message2; String_t* L_8; L_8 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_7, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/NULL); ___message2 = L_8; } IL_002d: { String_t* L_9 = ___message2; String_t* L_10; L_10 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_9, _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745, /*hidden argument*/NULL); ___message2 = L_10; } IL_003a: { String_t* L_11 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_13 = ___path1; String_t* L_14; L_14 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(_stringLiteralC430CC8B1BC8542E15779055224F947FCDA79CB6, L_12, L_13, /*hidden argument*/NULL); String_t* L_15; L_15 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_11, L_14, /*hidden argument*/NULL); ___message2 = L_15; RuntimeObject* L_16 = ___lineInfo0; if (!L_16) { goto IL_008a; } } { RuntimeObject* L_17 = ___lineInfo0; NullCheck(L_17); bool L_18; L_18 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_17); if (!L_18) { goto IL_008a; } } { String_t* L_19 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_20; L_20 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/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_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_21); int32_t L_23 = L_22; RuntimeObject * L_24 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_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_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_25); int32_t L_27 = L_26; RuntimeObject * L_28 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_27); String_t* L_29; L_29 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(_stringLiteral61632E42A0E229746520A210984ADA9A7D988192, L_20, L_24, L_28, /*hidden argument*/NULL); String_t* L_30; L_30 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_19, L_29, /*hidden argument*/NULL); ___message2 = L_30; } IL_008a: { String_t* L_31 = ___message2; String_t* L_32; L_32 = String_Concat_m4B4AB72618348C5DFBFBA8DED84B9E2EBDB55E1B(L_31, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, /*hidden argument*/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_m33A921E69823A75BF8DF1998564A2A000D4C97D9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____ADFD2E1C801C825415DD53F4F2F72A13B389313C_1_FieldInfo_var); s_Il2CppMethodInitialized = true; } { CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_0 = (CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34*)SZArrayNew(CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34_il2cpp_TypeInfo_var, (uint32_t)6); CharU5BU5D_t7B7FC5BC8091AA3B9CB0B29CDD80B5EE9254AA34* L_1 = L_0; RuntimeFieldHandle_t7BE65FC857501059EBAC9772C93B02CD413D9C96 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBDDDAF748211B5F54882C6CD1778DB6A688B4C7E____ADFD2E1C801C825415DD53F4F2F72A13B389313C_1_FieldInfo_var) }; RuntimeHelpers_InitializeArray_mE27238308FED781F2D6A719F0903F2E1311B058F((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL); ((JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_StaticFields*)il2cpp_codegen_static_fields_for(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var))->set_SpecialCharacters_0(L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Utilities.PrimitiveTypeCode Newtonsoft.Json.Serialization.JsonPrimitiveContract::get_TypeCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonPrimitiveContract_get_TypeCode_m9F938E411AFCC686F51591B8094111BE241D8CE4 (JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_U3CTypeCodeU3Ek__BackingField_21(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::set_TypeCode(Newtonsoft.Json.Utilities.PrimitiveTypeCode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPrimitiveContract_set_TypeCode_mC400A566DC3ED2195AA91F8302423EA00BC5898F (JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeCodeU3Ek__BackingField_21(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPrimitiveContract__ctor_m26C2556779C3B5C80DDCCDFE0B60A3294BD8D50A (JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * __this, Type_t * ___underlyingType0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_mB0D66E877E1A1260EC0D410059A4221776B964E6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { Type_t * L_0 = ___underlyingType0; JsonContract__ctor_m619BFFA1C4ADB2EDB7C4614619134D23B671CA5D(__this, L_0, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_ContractType_5(3); Type_t * L_1 = ___underlyingType0; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); int32_t L_2; L_2 = ConvertUtils_GetTypeCode_mA069AACCE3282593CE46A33C491380274F0855C7(L_1, /*hidden argument*/NULL); JsonPrimitiveContract_set_TypeCode_mC400A566DC3ED2195AA91F8302423EA00BC5898F_inline(__this, L_2, /*hidden argument*/NULL); ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_IsReadOnlyOrFixedSize_6((bool)1); IL2CPP_RUNTIME_CLASS_INIT(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var); Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_3 = ((JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_StaticFields*)il2cpp_codegen_static_fields_for(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var))->get_ReadTypeMap_22(); Type_t * L_4 = ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->get_NonNullableUnderlyingType_3(); NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_mB0D66E877E1A1260EC0D410059A4221776B964E6(L_3, L_4, (int32_t*)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_mB0D66E877E1A1260EC0D410059A4221776B964E6_RuntimeMethod_var); if (!L_5) { goto IL_003c; } } { int32_t L_6 = V_0; ((JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A *)__this)->set_InternalReadType_4(L_6); } IL_003c: { return; } } // System.Void Newtonsoft.Json.Serialization.JsonPrimitiveContract::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPrimitiveContract__cctor_mB70138F7F7EEB59DB608604CCA86BFCCB0A4366C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9464845AF71FDCBFA1B5366AD4EA8DA6D4C72DF1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Type_t * V_0 = NULL; Type_t * V_1 = NULL; Type_t * V_2 = NULL; Type_t * V_3 = NULL; Type_t * V_4 = NULL; Type_t * V_5 = NULL; Type_t * V_6 = NULL; Type_t * V_7 = NULL; Type_t * V_8 = NULL; Type_t * V_9 = NULL; Type_t * V_10 = NULL; { Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_0 = (Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC *)il2cpp_codegen_object_new(Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC_il2cpp_TypeInfo_var); Dictionary_2__ctor_m9464845AF71FDCBFA1B5366AD4EA8DA6D4C72DF1(L_0, /*hidden argument*/Dictionary_2__ctor_m9464845AF71FDCBFA1B5366AD4EA8DA6D4C72DF1_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_1 = { reinterpret_cast (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_2; L_2 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_1, /*hidden argument*/NULL); V_0 = L_2; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_3 = L_0; Type_t * L_4 = V_0; NullCheck(L_3); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_3, L_4, 2, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_5 = { reinterpret_cast (Byte_t0111FAB8B8685667EDDAF77683F0D8F86B659056_0_0_0_var) }; Type_t * L_6; L_6 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_5, /*hidden argument*/NULL); V_1 = L_6; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_7 = L_3; Type_t * L_8 = V_1; NullCheck(L_7); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_7, L_8, 1, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_9 = { reinterpret_cast (Int16_tD0F031114106263BB459DA1F099FF9F42691295A_0_0_0_var) }; Type_t * L_10; L_10 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_9, /*hidden argument*/NULL); V_2 = L_10; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_11 = L_7; Type_t * L_12 = V_2; NullCheck(L_11); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_11, L_12, 1, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_13 = { reinterpret_cast (Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_0_0_0_var) }; Type_t * L_14; L_14 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_13, /*hidden argument*/NULL); V_3 = L_14; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_15 = L_11; Type_t * L_16 = V_3; NullCheck(L_15); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_15, L_16, 1, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_17 = { reinterpret_cast (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_0_0_0_var) }; Type_t * L_18; L_18 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_17, /*hidden argument*/NULL); V_4 = L_18; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_19 = L_15; Type_t * L_20 = V_4; NullCheck(L_19); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_19, L_20, 4, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_21 = { reinterpret_cast (Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_0_0_0_var) }; Type_t * L_22; L_22 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_21, /*hidden argument*/NULL); V_5 = L_22; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_23 = L_19; Type_t * L_24 = V_5; NullCheck(L_23); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_23, L_24, 8, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_25 = { reinterpret_cast (String_t_0_0_0_var) }; Type_t * L_26; L_26 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_25, /*hidden argument*/NULL); V_6 = L_26; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_27 = L_23; Type_t * L_28 = V_6; NullCheck(L_27); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_27, L_28, 3, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_29 = { reinterpret_cast (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_0_0_0_var) }; Type_t * L_30; L_30 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_29, /*hidden argument*/NULL); V_7 = L_30; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_31 = L_27; Type_t * L_32 = V_7; NullCheck(L_31); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_31, L_32, 5, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_33 = { reinterpret_cast (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_0_0_0_var) }; Type_t * L_34; L_34 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_33, /*hidden argument*/NULL); V_8 = L_34; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_35 = L_31; Type_t * L_36 = V_8; NullCheck(L_35); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_35, L_36, 6, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_37 = { reinterpret_cast (Single_tE07797BA3C98D4CA9B5A19413C19A76688AB899E_0_0_0_var) }; Type_t * L_38; L_38 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_37, /*hidden argument*/NULL); V_9 = L_38; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_39 = L_35; Type_t * L_40 = V_9; NullCheck(L_39); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_39, L_40, 7, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_41 = { reinterpret_cast (Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_0_0_0_var) }; Type_t * L_42; L_42 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_41, /*hidden argument*/NULL); V_10 = L_42; Dictionary_2_t36B3DE79F04DB8346543EB3894A04EC55BEA5BAC * L_43 = L_39; Type_t * L_44 = V_10; NullCheck(L_43); Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5(L_43, L_44, 7, /*hidden argument*/Dictionary_2_set_Item_m7B561FE4F5702AE176E05F10286AC4C0FAED4CA5_RuntimeMethod_var); ((JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_StaticFields*)il2cpp_codegen_static_fields_for(JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA_il2cpp_TypeInfo_var))->set_ReadTypeMap_22(L_43); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.Serialization.JsonContract Newtonsoft.Json.Serialization.JsonProperty::get_PropertyContract() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * JsonProperty_get_PropertyContract_mE5C74515EB33A4F8325773FF4541BCACEABEF1C9 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = __this->get_U3CPropertyContractU3Ek__BackingField_7(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyContract(Newtonsoft.Json.Serialization.JsonContract) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyContract_mA2C3CEA87F72E86F7023B7E0D37AFB349DA2C2B3 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * ___value0, const RuntimeMethod* method) { { JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * L_0 = ___value0; __this->set_U3CPropertyContractU3Ek__BackingField_7(L_0); return; } } // System.String Newtonsoft.Json.Serialization.JsonProperty::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__propertyName_4(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyName_m0C03EC9AEA61A658F14F47E9A73CED7AFFA6EC94 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, String_t* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___value0; __this->set__propertyName_4(L_0); String_t* L_1 = __this->get__propertyName_4(); IL2CPP_RUNTIME_CLASS_INIT(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var); BooleanU5BU5D_tEC7BAF93C44F875016DAADC8696EE3A465644D3C* L_2 = ((JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_StaticFields*)il2cpp_codegen_static_fields_for(JavaScriptUtils_t3D242141EFE17393D0A23FC7159F6A7CF6DDEA42_il2cpp_TypeInfo_var))->get_HtmlCharEscapeFlags_2(); bool L_3; L_3 = JavaScriptUtils_ShouldEscapeJavaScriptString_mB22ED650CCB389F31922358027D872C1970895D4(L_1, L_2, /*hidden argument*/NULL); __this->set__skipPropertyNameEscape_5((bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0)); return; } } // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_DeclaringType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDeclaringTypeU3Ek__BackingField_8(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DeclaringType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_DeclaringType_m3B9596397413835A0BCBD40EF0D7C13D6DC174AA (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDeclaringTypeU3Ek__BackingField_8(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_Order() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonProperty_get_Order_m8DC4EBE07E682CD6208BD1A39A244DE3BAB93D2A (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = __this->get_U3COrderU3Ek__BackingField_9(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Order(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_Order_mA8B64035411AA95B804E37B0E4B3606C4774A531 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___value0, const RuntimeMethod* method) { { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = ___value0; __this->set_U3COrderU3Ek__BackingField_9(L_0); return; } } // System.String Newtonsoft.Json.Serialization.JsonProperty::get_UnderlyingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonProperty_get_UnderlyingName_mB4E3E77F581F6EB1AFB9911DF29D48D7FF3D286F (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CUnderlyingNameU3Ek__BackingField_10(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_UnderlyingName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_UnderlyingName_m54B7F3DC51324C6E7E665B4118283524D852F9CF (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CUnderlyingNameU3Ek__BackingField_10(L_0); return; } } // Newtonsoft.Json.Serialization.IValueProvider Newtonsoft.Json.Serialization.JsonProperty::get_ValueProvider() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonProperty_get_ValueProvider_m576A4EF4D1E1ED28C35389893FB16F0385BE2C74 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CValueProviderU3Ek__BackingField_11(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ValueProvider(Newtonsoft.Json.Serialization.IValueProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ValueProvider_m6AF812A711E436F0EF86E9440821EB49F8E0F305 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CValueProviderU3Ek__BackingField_11(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_AttributeProvider(Newtonsoft.Json.Serialization.IAttributeProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_AttributeProvider_m81B9C478B7AD414C11B9FE6B92A9992954054A4C (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CAttributeProviderU3Ek__BackingField_12(L_0); return; } } // System.Type Newtonsoft.Json.Serialization.JsonProperty::get_PropertyType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_PropertyType_mA8189F0E90030BC557BA04E69C7C7B9FDE22158D (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__propertyType_6(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_PropertyType(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_PropertyType_m4B0DA5746ADD7B8C0BB3C081AEF730BEBDE1BAE2 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__propertyType_6(); Type_t * L_1 = ___value0; if ((((RuntimeObject*)(Type_t *)L_0) == ((RuntimeObject*)(Type_t *)L_1))) { goto IL_0017; } } { Type_t * L_2 = ___value0; __this->set__propertyType_6(L_2); __this->set__hasGeneratedDefaultValue_3((bool)0); } IL_0017: { return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_Converter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonProperty_get_Converter_mF593A894B88EC9D726FAC393819855A76C44BA71 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CConverterU3Ek__BackingField_13(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Converter(Newtonsoft.Json.JsonConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_Converter_m78DBAB2EDD871626D34E10EC0576E8BE764C6EA6 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CConverterU3Ek__BackingField_13(L_0); return; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_MemberConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonProperty_get_MemberConverter_m0440F83951A37CD6E3011615B58DF2153105D5EF (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CMemberConverterU3Ek__BackingField_14(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_MemberConverter(Newtonsoft.Json.JsonConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_MemberConverter_m0CC95C7001339F065F8E0B4459A5E2978642AE80 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CMemberConverterU3Ek__BackingField_14(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Ignored() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonProperty_get_Ignored_m01CFD3C673171DB008F1D7AA6BD52A8C6617CEE8 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoredU3Ek__BackingField_15(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Ignored(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_Ignored_mF542BBDAEB126FCEA37EC52BB80A360E4693302F (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIgnoredU3Ek__BackingField_15(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Readable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonProperty_get_Readable_m9626EAB32A0CEB68C6B5D807C676FC4712381C99 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CReadableU3Ek__BackingField_16(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Readable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_Readable_m1E24E2B08629CC42CBBFEFF82A39BC7E8C0C194C (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CReadableU3Ek__BackingField_16(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_Writable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonProperty_get_Writable_m7968E6822DCD4501B182618778166C23A99A2680 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CWritableU3Ek__BackingField_17(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_Writable(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_Writable_mECE9F7D38A6EBC91A48EC1F2BE7B1F0F664A137E (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CWritableU3Ek__BackingField_17(L_0); return; } } // System.Boolean Newtonsoft.Json.Serialization.JsonProperty::get_HasMemberAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonProperty_get_HasMemberAttribute_m35D7AD307D8AB77E2FA067D509D301FD53200E8E (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasMemberAttributeU3Ek__BackingField_18(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_HasMemberAttribute(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_HasMemberAttribute_m0F180CF7D80EB359016487BEA18E9F410155EA70 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CHasMemberAttributeU3Ek__BackingField_18(L_0); return; } } // System.Object Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonProperty_get_DefaultValue_mB9C7CE821E89D2B6A883101E37C2CCBE687FF142 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get__hasExplicitDefaultValue_1(); if (L_0) { goto IL_000a; } } { return NULL; } IL_000a: { RuntimeObject * L_1 = __this->get__defaultValue_2(); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DefaultValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValue_mCF8C783AD2C0CF6E7F4177DE6CA0F48CDFAFD76F (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, RuntimeObject * ___value0, const RuntimeMethod* method) { { __this->set__hasExplicitDefaultValue_1((bool)1); RuntimeObject * L_0 = ___value0; __this->set__defaultValue_2(L_0); return; } } // System.Object Newtonsoft.Json.Serialization.JsonProperty::GetResolvedDefaultValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonProperty_GetResolvedDefaultValue_m7DA1F4D4DBC278A3C3B04EC95AF99B32E212649F (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t * L_0 = __this->get__propertyType_6(); if (L_0) { goto IL_000a; } } { return NULL; } IL_000a: { bool L_1 = __this->get__hasExplicitDefaultValue_1(); if (L_1) { goto IL_0032; } } { bool L_2 = __this->get__hasGeneratedDefaultValue_3(); if (L_2) { goto IL_0032; } } { Type_t * L_3; L_3 = JsonProperty_get_PropertyType_mA8189F0E90030BC557BA04E69C7C7B9FDE22158D_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(ReflectionUtils_t3816B11C589D1ACC171DB6CC6729C9B4935533F3_il2cpp_TypeInfo_var); RuntimeObject * L_4; L_4 = ReflectionUtils_GetDefaultValue_mBDDA7D5EB81537EE3840C3B1867D35C442E72927(L_3, /*hidden argument*/NULL); __this->set__defaultValue_2(L_4); __this->set__hasGeneratedDefaultValue_3((bool)1); } IL_0032: { RuntimeObject * L_5 = __this->get__defaultValue_2(); return L_5; } } // Newtonsoft.Json.Required Newtonsoft.Json.Serialization.JsonProperty::get_Required() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonProperty_get_Required_m7D663FFD03D0FFD660D0334F9CA9E4526ECF3D68 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mC4D51CF728650AEC34C28BC9DC87DA1B6BA43536_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A V_0; memset((&V_0), 0, sizeof(V_0)); { Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_0 = __this->get__required_0(); V_0 = L_0; bool L_1; L_1 = Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_inline((Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m82A12D8F00376F00AC664F0E93DBDD56A71E5218_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2; L_2 = Nullable_1_GetValueOrDefault_mC4D51CF728650AEC34C28BC9DC87DA1B6BA43536_inline((Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_mC4D51CF728650AEC34C28BC9DC87DA1B6BA43536_RuntimeMethod_var); return L_2; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_IsReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonProperty_get_IsReference_mFE510C42699FB154AF54E4A01F2FF9B6D29C687B (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get_U3CIsReferenceU3Ek__BackingField_19(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_IsReference(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_IsReference_m3287EA93B063AC7B3B881E0DAE3C661F99848617 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CIsReferenceU3Ek__BackingField_19(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_NullValueHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF JsonProperty_get_NullValueHandling_m1E5CD9BFF0ECF2BA724A76E76727BC968AD20D21 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_0 = __this->get_U3CNullValueHandlingU3Ek__BackingField_20(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_NullValueHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_NullValueHandling_mFEA55CC4E02A62C553F9F3E8FA30D2ABE38020BE (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF ___value0, const RuntimeMethod* method) { { Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF L_0 = ___value0; __this->set_U3CNullValueHandlingU3Ek__BackingField_20(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_DefaultValueHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_0 = __this->get_U3CDefaultValueHandlingU3Ek__BackingField_21(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_DefaultValueHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_DefaultValueHandling_m9391E3C05C6D95E5BE0A4A6F1919B3406874CE8D (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E ___value0, const RuntimeMethod* method) { { Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_0 = ___value0; __this->set_U3CDefaultValueHandlingU3Ek__BackingField_21(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ReferenceLoopHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 JsonProperty_get_ReferenceLoopHandling_mC496ABEDE0E6A4F529B597DDE618D9699D408E02 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = __this->get_U3CReferenceLoopHandlingU3Ek__BackingField_22(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ReferenceLoopHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ReferenceLoopHandling_mA35889121950D7FD01B6A122CE9701EC7FFE6D37 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = ___value0; __this->set_U3CReferenceLoopHandlingU3Ek__BackingField_22(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ObjectCreationHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 JsonProperty_get_ObjectCreationHandling_m141D6AAC67FABF3CA6A5D862F03A85B9DDCB4035 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_0 = __this->get_U3CObjectCreationHandlingU3Ek__BackingField_23(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ObjectCreationHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ObjectCreationHandling_mF4120F246285A07FE3A2CE6F848DC68BD57C47C2 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 ___value0, const RuntimeMethod* method) { { Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 L_0 = ___value0; __this->set_U3CObjectCreationHandlingU3Ek__BackingField_23(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_TypeNameHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 JsonProperty_get_TypeNameHandling_m2F9E3B5433A10E4CD72C92202DD1585CAD469CE1 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = __this->get_U3CTypeNameHandlingU3Ek__BackingField_24(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_TypeNameHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_TypeNameHandling_m3FADC60F2285A7ED7DE2E54C0B2494D9769B6818 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = ___value0; __this->set_U3CTypeNameHandlingU3Ek__BackingField_24(L_0); return; } } // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_ShouldSerialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * JsonProperty_get_ShouldSerialize_m19D4CEE618223380ED42C125E4D24AAEEC7C37F9 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_0 = __this->get_U3CShouldSerializeU3Ek__BackingField_25(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ShouldSerialize(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ShouldSerialize_m08D48F1C2D7C3892184861BFC8F3A1AF21171F65 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___value0, const RuntimeMethod* method) { { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_0 = ___value0; __this->set_U3CShouldSerializeU3Ek__BackingField_25(L_0); return; } } // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_ShouldDeserialize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * JsonProperty_get_ShouldDeserialize_m98852F15A8A81FF71DE9C9AE4176F8989474D926 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_0 = __this->get_U3CShouldDeserializeU3Ek__BackingField_26(); return L_0; } } // System.Predicate`1 Newtonsoft.Json.Serialization.JsonProperty::get_GetIsSpecified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * JsonProperty_get_GetIsSpecified_m98832BC1773557CFD71CCB2430D4EF109A6CEEE7 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_0 = __this->get_U3CGetIsSpecifiedU3Ek__BackingField_27(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_GetIsSpecified(System.Predicate`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_GetIsSpecified_m5524EC169BCF611A057633E87DBC3C8353F93F49 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * ___value0, const RuntimeMethod* method) { { Predicate_1_t5C96B81B31A697B11C4C3767E3298773AF25DFEB * L_0 = ___value0; __this->set_U3CGetIsSpecifiedU3Ek__BackingField_27(L_0); return; } } // System.Action`2 Newtonsoft.Json.Serialization.JsonProperty::get_SetIsSpecified() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * JsonProperty_get_SetIsSpecified_m7A84F2242BEB91E7B1DB338CC9E139039F01CE46 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_0 = __this->get_U3CSetIsSpecifiedU3Ek__BackingField_28(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_SetIsSpecified(System.Action`2) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_SetIsSpecified_mA3076D9595079E61942368A41AF0985C51B2BA60 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * ___value0, const RuntimeMethod* method) { { Action_2_t4FB8E5660AE634E13BF340904C61FEA9DCE9D52D * L_0 = ___value0; __this->set_U3CSetIsSpecifiedU3Ek__BackingField_28(L_0); return; } } // System.String Newtonsoft.Json.Serialization.JsonProperty::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonProperty_ToString_mB4F98FD132C640919152F33249EE708DB00D3AE3 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(__this, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.Serialization.JsonProperty::get_ItemConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonProperty_get_ItemConverter_m848F229776550F9D3338BDE53465F8456DE11BD8 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = __this->get_U3CItemConverterU3Ek__BackingField_29(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemConverter(Newtonsoft.Json.JsonConverter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ItemConverter_mC6A4177099B43B9E51CEC2A9DFBB1E0E3345D166 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CItemConverterU3Ek__BackingField_29(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemIsReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonProperty_get_ItemIsReference_mB4453D6036A58098DDF1A6A0CFD802433AC201D1 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get_U3CItemIsReferenceU3Ek__BackingField_30(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemIsReference(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ItemIsReference_mCDD468EA0E2D91F52B5A305D90E89D9F8C9A7AF4 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CItemIsReferenceU3Ek__BackingField_30(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemTypeNameHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 JsonProperty_get_ItemTypeNameHandling_m3173F46808E37A3CC6DB4970C2042347053FFEDD (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = __this->get_U3CItemTypeNameHandlingU3Ek__BackingField_31(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemTypeNameHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ItemTypeNameHandling_mFF4E69972F1A1F9BEE22D8544C95DB776716862C (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = ___value0; __this->set_U3CItemTypeNameHandlingU3Ek__BackingField_31(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.Serialization.JsonProperty::get_ItemReferenceLoopHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 JsonProperty_get_ItemReferenceLoopHandling_m6C4DB687F424B866C59DB0885A9A6CAD9EC53244 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = __this->get_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(); return L_0; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::set_ItemReferenceLoopHandling(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_set_ItemReferenceLoopHandling_m0C489B878D976FFB8D7C9C79ECBFBA4BD1334297 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = ___value0; __this->set_U3CItemReferenceLoopHandlingU3Ek__BackingField_32(L_0); return; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::WritePropertyName(Newtonsoft.Json.JsonWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty_WritePropertyName_m9D72E5BB782435EBD9EF33074F93C53037BFCF38 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___writer0, const RuntimeMethod* method) { { bool L_0 = __this->get__skipPropertyNameEscape_5(); if (!L_0) { goto IL_0016; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_1 = ___writer0; String_t* L_2; L_2 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(__this, /*hidden argument*/NULL); NullCheck(L_1); VirtualActionInvoker2< String_t*, bool >::Invoke(14 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String,System.Boolean) */, L_1, L_2, (bool)0); return; } IL_0016: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_3 = ___writer0; String_t* L_4; L_4 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(__this, /*hidden argument*/NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(13 /* System.Void Newtonsoft.Json.JsonWriter::WritePropertyName(System.String) */, L_3, L_4); return; } } // System.Void Newtonsoft.Json.Serialization.JsonProperty::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonProperty__ctor_mE37299FE12F57AA239ED22B3101BF3F8E6E9AC82 (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Type Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonPropertyAttribute_get_ItemConverterType_mAF933B5D8DDA82F16FA6C0C913011F51599225C4 (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CItemConverterTypeU3Ek__BackingField_11(); return L_0; } } // System.Object[] Newtonsoft.Json.JsonPropertyAttribute::get_ItemConverterParameters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonPropertyAttribute_get_ItemConverterParameters_m99B1731F2F52670ECF7AC47E89EDFB76FA2DFE06 (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_U3CItemConverterParametersU3Ek__BackingField_12(); return L_0; } } // System.String Newtonsoft.Json.JsonPropertyAttribute::get_PropertyName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPropertyAttribute_get_PropertyName_mDD706D7EC82D671615F110B8167E2319169FE175 (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get_U3CPropertyNameU3Ek__BackingField_13(); return L_0; } } // System.Void Newtonsoft.Json.JsonPropertyAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyAttribute__ctor_m370AFADE62BF3CFAB5E8E26112EC34EE95C3A242 (JsonPropertyAttribute_t35E179E9DED0A59D404DD69DD5157D6A7D321701 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.Serialization.JsonPropertyCollection::.ctor(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyCollection__ctor_mC2AC668AE0D739537085835F4EE851C2A453A765 (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, Type_t * ___type0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_get_Items_m27FA8AC87CA4C3B4BB3BDF6C2C85C024B2E62F28_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyedCollection_2__ctor_mB38F6B0C9A766590641C103B4C7FCC662E535135_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0; L_0 = StringComparer_get_Ordinal_mF3B6370BEBD77351DB5218C867DCD669C47B8812_inline(/*hidden argument*/NULL); KeyedCollection_2__ctor_mB38F6B0C9A766590641C103B4C7FCC662E535135(__this, L_0, /*hidden argument*/KeyedCollection_2__ctor_mB38F6B0C9A766590641C103B4C7FCC662E535135_RuntimeMethod_var); Type_t * L_1 = ___type0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteralF3C6C902DBF80139640F6554F0C3392016A8ADF7, /*hidden argument*/NULL); Type_t * L_2 = ___type0; __this->set__type_6(L_2); RuntimeObject* L_3; L_3 = Collection_1_get_Items_m27FA8AC87CA4C3B4BB3BDF6C2C85C024B2E62F28_inline(__this, /*hidden argument*/Collection_1_get_Items_m27FA8AC87CA4C3B4BB3BDF6C2C85C024B2E62F28_RuntimeMethod_var); __this->set__list_7(((List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 *)CastclassClass((RuntimeObject*)L_3, List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83_il2cpp_TypeInfo_var))); return; } } // System.String Newtonsoft.Json.Serialization.JsonPropertyCollection::GetKeyForItem(Newtonsoft.Json.Serialization.JsonProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonPropertyCollection_GetKeyForItem_m446CE128D27EB33E9C6222C50AB1393A4692B2EC (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___item0, const RuntimeMethod* method) { { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = ___item0; NullCheck(L_0); String_t* L_1; L_1 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_0, /*hidden argument*/NULL); return L_1; } } // System.Void Newtonsoft.Json.Serialization.JsonPropertyCollection::AddProperty(Newtonsoft.Json.Serialization.JsonProperty) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonPropertyCollection_AddProperty_mED53D52E7A02CE801B52BF0DA9B107E50ED68A19 (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * ___property0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_Add_m8DF285B4AEB703E3D1FF91555490D9A0C639D5D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_Remove_m7F6D0F2334E9EBE7E3B09CA4916EB2DCE56E0337_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyedCollection_2_Contains_mA8A3FFCF2A8E6285617CA80B8CFF9574D5182324_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyedCollection_2_get_Item_mEF21BC0927412DC970E105E0769911E735F80C45_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_0 = NULL; bool V_1 = false; { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_0 = ___property0; NullCheck(L_0); String_t* L_1; L_1 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_0, /*hidden argument*/NULL); bool L_2; L_2 = KeyedCollection_2_Contains_mA8A3FFCF2A8E6285617CA80B8CFF9574D5182324(__this, L_1, /*hidden argument*/KeyedCollection_2_Contains_mA8A3FFCF2A8E6285617CA80B8CFF9574D5182324_RuntimeMethod_var); if (!L_2) { goto IL_00e5; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_3 = ___property0; NullCheck(L_3); bool L_4; L_4 = JsonProperty_get_Ignored_m01CFD3C673171DB008F1D7AA6BD52A8C6617CEE8_inline(L_3, /*hidden argument*/NULL); if (!L_4) { goto IL_001a; } } { return; } IL_001a: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_5 = ___property0; NullCheck(L_5); String_t* L_6; L_6 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_5, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_7; L_7 = KeyedCollection_2_get_Item_mEF21BC0927412DC970E105E0769911E735F80C45(__this, L_6, /*hidden argument*/KeyedCollection_2_get_Item_mEF21BC0927412DC970E105E0769911E735F80C45_RuntimeMethod_var); V_0 = L_7; V_1 = (bool)1; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = JsonProperty_get_Ignored_m01CFD3C673171DB008F1D7AA6BD52A8C6617CEE8_inline(L_8, /*hidden argument*/NULL); if (!L_9) { goto IL_0040; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_10 = V_0; bool L_11; L_11 = Collection_1_Remove_m7F6D0F2334E9EBE7E3B09CA4916EB2DCE56E0337(__this, L_10, /*hidden argument*/Collection_1_Remove_m7F6D0F2334E9EBE7E3B09CA4916EB2DCE56E0337_RuntimeMethod_var); V_1 = (bool)0; goto IL_00c1; } IL_0040: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_12 = ___property0; NullCheck(L_12); Type_t * L_13; L_13 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_12, /*hidden argument*/NULL); if (!L_13) { goto IL_00c1; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_14 = V_0; NullCheck(L_14); Type_t * L_15; L_15 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_14, /*hidden argument*/NULL); if (!L_15) { goto IL_00c1; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_16 = ___property0; NullCheck(L_16); Type_t * L_17; L_17 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_16, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_18 = V_0; NullCheck(L_18); Type_t * L_19; L_19 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_18, /*hidden argument*/NULL); NullCheck(L_17); bool L_20; L_20 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(119 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_17, L_19); if (L_20) { goto IL_0083; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_21 = V_0; NullCheck(L_21); Type_t * L_22; L_22 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_21, /*hidden argument*/NULL); bool L_23; L_23 = TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA(L_22, /*hidden argument*/NULL); if (!L_23) { goto IL_008d; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_24 = ___property0; NullCheck(L_24); Type_t * L_25; L_25 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_24, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_26 = V_0; NullCheck(L_26); Type_t * L_27; L_27 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_26, /*hidden argument*/NULL); bool L_28; L_28 = TypeExtensions_ImplementInterface_m959AF4C81832013C19D1377F0476215865D5F7E3(L_25, L_27, /*hidden argument*/NULL); if (!L_28) { goto IL_008d; } } IL_0083: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_29 = V_0; bool L_30; L_30 = Collection_1_Remove_m7F6D0F2334E9EBE7E3B09CA4916EB2DCE56E0337(__this, L_29, /*hidden argument*/Collection_1_Remove_m7F6D0F2334E9EBE7E3B09CA4916EB2DCE56E0337_RuntimeMethod_var); V_1 = (bool)0; } IL_008d: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_31 = V_0; NullCheck(L_31); Type_t * L_32; L_32 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_31, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_33 = ___property0; NullCheck(L_33); Type_t * L_34; L_34 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_33, /*hidden argument*/NULL); NullCheck(L_32); bool L_35; L_35 = VirtualFuncInvoker1< bool, Type_t * >::Invoke(119 /* System.Boolean System.Type::IsSubclassOf(System.Type) */, L_32, L_34); if (L_35) { goto IL_00c0; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_36 = ___property0; NullCheck(L_36); Type_t * L_37; L_37 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_36, /*hidden argument*/NULL); bool L_38; L_38 = TypeExtensions_IsInterface_m70BD081C0C596FD1B176C55FD94D6245288599AA(L_37, /*hidden argument*/NULL); if (!L_38) { goto IL_00c1; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_39 = V_0; NullCheck(L_39); Type_t * L_40; L_40 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_39, /*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_41 = ___property0; NullCheck(L_41); Type_t * L_42; L_42 = JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline(L_41, /*hidden argument*/NULL); bool L_43; L_43 = TypeExtensions_ImplementInterface_m959AF4C81832013C19D1377F0476215865D5F7E3(L_40, L_42, /*hidden argument*/NULL); if (!L_43) { goto IL_00c1; } } IL_00c0: { return; } IL_00c1: { bool L_44 = V_1; if (!L_44) { goto IL_00e5; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_45; L_45 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_46 = ___property0; NullCheck(L_46); String_t* L_47; L_47 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_46, /*hidden argument*/NULL); Type_t * L_48 = __this->get__type_6(); String_t* L_49; L_49 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0420312213C14657051F4C980D6D83D64B825C02)), L_45, L_47, L_48, /*hidden argument*/NULL); JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_50 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var))); JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A(L_50, L_49, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonPropertyCollection_AddProperty_mED53D52E7A02CE801B52BF0DA9B107E50ED68A19_RuntimeMethod_var))); } IL_00e5: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_51 = ___property0; Collection_1_Add_m8DF285B4AEB703E3D1FF91555490D9A0C639D5D3(__this, L_51, /*hidden argument*/Collection_1_Add_m8DF285B4AEB703E3D1FF91555490D9A0C639D5D3_RuntimeMethod_var); return; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetClosestMatchProperty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * JsonPropertyCollection_GetClosestMatchProperty_m9F4FB841CB058642A7FF2BA1F75BA39083E8684C (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, String_t* ___propertyName0, const RuntimeMethod* method) { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_0 = NULL; { String_t* L_0 = ___propertyName0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_1; L_1 = JsonPropertyCollection_GetProperty_m8A75953BF42F4D06CD800A1E873DE88454CA801B(__this, L_0, 4, /*hidden argument*/NULL); V_0 = L_1; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_2 = V_0; if (L_2) { goto IL_0015; } } { String_t* L_3 = ___propertyName0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_4; L_4 = JsonPropertyCollection_GetProperty_m8A75953BF42F4D06CD800A1E873DE88454CA801B(__this, L_3, 5, /*hidden argument*/NULL); V_0 = L_4; } IL_0015: { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_5 = V_0; return L_5; } } // System.Boolean Newtonsoft.Json.Serialization.JsonPropertyCollection::TryGetValue(System.String,Newtonsoft.Json.Serialization.JsonProperty&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonPropertyCollection_TryGetValue_mFAE5832EBDBB5AF2C8045AFAE86B0ED5844F2CC1 (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, String_t* ___key0, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** ___item1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDictionary_2_t2D026730852124CFA742896100D441CFB3AED047_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyedCollection_2_get_Dictionary_m68D47AF5C186BE23EC415AFCA99DC49905EF5186_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = KeyedCollection_2_get_Dictionary_m68D47AF5C186BE23EC415AFCA99DC49905EF5186_inline(__this, /*hidden argument*/KeyedCollection_2_get_Dictionary_m68D47AF5C186BE23EC415AFCA99DC49905EF5186_RuntimeMethod_var); if (L_0) { goto IL_000d; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** L_1 = ___item1; *((RuntimeObject **)L_1) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL); return (bool)0; } IL_000d: { RuntimeObject* L_2; L_2 = KeyedCollection_2_get_Dictionary_m68D47AF5C186BE23EC415AFCA99DC49905EF5186_inline(__this, /*hidden argument*/KeyedCollection_2_get_Dictionary_m68D47AF5C186BE23EC415AFCA99DC49905EF5186_RuntimeMethod_var); String_t* L_3 = ___key0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** L_4 = ___item1; NullCheck(L_2); bool L_5; L_5 = InterfaceFuncInvoker2< bool, String_t*, JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 ** >::Invoke(7 /* System.Boolean System.Collections.Generic.IDictionary`2::TryGetValue(!0,!1&) */, IDictionary_2_t2D026730852124CFA742896100D441CFB3AED047_il2cpp_TypeInfo_var, L_2, L_3, (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 **)L_4); return L_5; } } // Newtonsoft.Json.Serialization.JsonProperty Newtonsoft.Json.Serialization.JsonPropertyCollection::GetProperty(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * JsonPropertyCollection_GetProperty_m8A75953BF42F4D06CD800A1E873DE88454CA801B (JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * __this, String_t* ___propertyName0, int32_t ___comparisonType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m9F4EFDAD1E9EBD182CDFA96128154BFC82FE6F93_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_mCED79031609030921C28D66AEEB3E9116DB85B68_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_0 = NULL; int32_t V_1 = 0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * V_2 = NULL; { int32_t L_0 = ___comparisonType1; if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_0013; } } { String_t* L_1 = ___propertyName0; bool L_2; L_2 = JsonPropertyCollection_TryGetValue_mFAE5832EBDBB5AF2C8045AFAE86B0ED5844F2CC1(__this, L_1, (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 **)(&V_0), /*hidden argument*/NULL); if (!L_2) { goto IL_0011; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_3 = V_0; return L_3; } IL_0011: { return (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)NULL; } IL_0013: { V_1 = 0; goto IL_0039; } IL_0017: { List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * L_4 = __this->get__list_7(); int32_t L_5 = V_1; NullCheck(L_4); JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_6; L_6 = List_1_get_Item_mCED79031609030921C28D66AEEB3E9116DB85B68_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mCED79031609030921C28D66AEEB3E9116DB85B68_RuntimeMethod_var); V_2 = L_6; String_t* L_7 = ___propertyName0; JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_8 = V_2; NullCheck(L_8); String_t* L_9; L_9 = JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline(L_8, /*hidden argument*/NULL); int32_t L_10 = ___comparisonType1; bool L_11; L_11 = String_Equals_mD65682B0BB7933CC7A8561AE34DED02E4F3BBBE5(L_7, L_9, L_10, /*hidden argument*/NULL); if (!L_11) { goto IL_0035; } } { JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * L_12 = V_2; return L_12; } IL_0035: { int32_t L_13 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)); } IL_0039: { int32_t L_14 = V_1; List_1_tE8D746CE2C6092CCC4FE55AFD9E7758884649B83 * L_15 = __this->get__list_7(); NullCheck(L_15); int32_t L_16; L_16 = List_1_get_Count_m9F4EFDAD1E9EBD182CDFA96128154BFC82FE6F93_inline(L_15, /*hidden argument*/List_1_get_Count_m9F4EFDAD1E9EBD182CDFA96128154BFC82FE6F93_RuntimeMethod_var); if ((((int32_t)L_14) < ((int32_t)L_16))) { goto IL_0017; } } { return (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 *)NULL; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Newtonsoft.Json.JsonReader/State Newtonsoft.Json.JsonReader::get_CurrentState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_3(); return L_0; } } // System.Boolean Newtonsoft.Json.JsonReader::get_CloseInput() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_get_CloseInput_mFC9D087DE0F24153A60267D29D68BC0029EE18CA (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_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_m64F0E74600999FED53AAF37BC94032A112300D03 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCloseInputU3Ek__BackingField_13(L_0); return; } } // System.Boolean Newtonsoft.Json.JsonReader::get_SupportMultipleContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_mA0C1CF6F9F76F9F0264C1BA6ED94E6851BC82E1C (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_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_mED9449233F147DC638CFAA3E5A5E61458141DF76 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CSupportMultipleContentU3Ek__BackingField_14(L_0); return; } } // Newtonsoft.Json.DateTimeZoneHandling Newtonsoft.Json.JsonReader::get_DateTimeZoneHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeZoneHandling_6(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_DateTimeZoneHandling(Newtonsoft.Json.DateTimeZoneHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateTimeZoneHandling_mB7395F060FAE13042375F808471D829F5BD3B78C (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)3))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_DateTimeZoneHandling_mB7395F060FAE13042375F808471D829F5BD3B78C_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateTimeZoneHandling_6(L_3); return; } } // Newtonsoft.Json.DateParseHandling Newtonsoft.Json.JsonReader::get_DateParseHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_mF03602DC0001F690202783AFEC907821E8EC5A9B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateParseHandling_9(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_DateParseHandling(Newtonsoft.Json.DateParseHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateParseHandling_m7DFBEDC3F1D148580848E7DA5D1D6896DCD34DFC (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_DateParseHandling_m7DFBEDC3F1D148580848E7DA5D1D6896DCD34DFC_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__dateParseHandling_9(L_3); return; } } // Newtonsoft.Json.FloatParseHandling Newtonsoft.Json.JsonReader::get_FloatParseHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m7C53D98F88660340A0AF9842095A63664FC2AE90 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__floatParseHandling_10(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_FloatParseHandling(Newtonsoft.Json.FloatParseHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_FloatParseHandling_m2E62EBC5DCA3F030C505E97A0DC12B66B15F6B68 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_FloatParseHandling_m2E62EBC5DCA3F030C505E97A0DC12B66B15F6B68_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__floatParseHandling_10(L_3); return; } } // System.String Newtonsoft.Json.JsonReader::get_DateFormatString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_m83150543948622351B852EA3A62907F90B3D73E6 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__dateFormatString_11(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_DateFormatString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_mA1C14FA75F97E6E4DF12C0258AA7F1D8C74B39E7 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__dateFormatString_11(L_0); return; } } // System.Nullable`1 Newtonsoft.Json.JsonReader::get_MaxDepth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonReader_get_MaxDepth_mFE34316F52E4A76699B7B9E6439F3E8F564E7C88 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = __this->get__maxDepth_7(); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::set_MaxDepth(System.Nullable`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_MaxDepth_m278051DCF6AF3982CD5F1F2FA6479E75D74D2EBA (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t V_1 = 0; int32_t G_B3_0 = 0; { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = ___value0; V_0 = L_0; V_1 = 0; int32_t L_1; L_1 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_2 = V_1; if ((((int32_t)L_1) <= ((int32_t)L_2))) { goto IL_0011; } } { G_B3_0 = 0; goto IL_0018; } IL_0011: { bool L_3; L_3 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B3_0 = ((int32_t)(L_3)); } IL_0018: { if (!G_B3_0) { goto IL_002a; } } { ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 * L_4 = (ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_t505FA8C11E883F2D96C797AD9D396490794DEE00_il2cpp_TypeInfo_var))); ArgumentException__ctor_m71044C2110E357B71A1C30D2561C3F861AF1DC0D(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36A2069F2EBB68A1BE4AF9D9FF3B475C9EE76A26)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_set_MaxDepth_m278051DCF6AF3982CD5F1F2FA6479E75D74D2EBA_RuntimeMethod_var))); } IL_002a: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_5 = ___value0; __this->set__maxDepth_7(L_5); return; } } // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_TokenType_mB0DF30D932B762B3ED6EC01EF3686AB73796BAC6 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__tokenType_0(); return L_0; } } // System.Object Newtonsoft.Json.JsonReader::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonReader_get_Value_m94A77F5DE81D7C5A2D397CF41FE760760C096B93 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); return L_0; } } // System.Type Newtonsoft.Json.JsonReader::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * JsonReader_get_ValueType_m649EE8EC7DD3848AAEB0576D4C6A52DBE01CC314 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_1(); if (L_0) { goto IL_000a; } } { return (Type_t *)NULL; } IL_000a: { RuntimeObject * L_1 = __this->get__value_1(); NullCheck(L_1); Type_t * L_2; L_2 = Object_GetType_m571FE8360C10B98C23AAF1F066D92C08CC94F45B(L_1, /*hidden argument*/NULL); return L_2; } } // System.Int32 Newtonsoft.Json.JsonReader::get_Depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_get_Depth_mB284B9E1E66D948D2ABA5CB3F9FBB5336441EF51 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t G_B3_0 = 0; { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_0 = __this->get__stack_12(); if (L_0) { goto IL_000b; } } { G_B3_0 = 0; goto IL_0016; } IL_000b: { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_1 = __this->get__stack_12(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_1, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); G_B3_0 = L_2; } IL_0016: { V_0 = G_B3_0; int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); bool L_4; L_4 = JsonTokenUtils_IsStartToken_m5A83098412B0ABABE4995D3716392287590A0486(L_3, /*hidden argument*/NULL); if (L_4) { goto IL_0031; } } { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_5 = __this->get_address_of__currentPosition_4(); int32_t L_6 = L_5->get_Type_1(); if (L_6) { goto IL_0033; } } IL_0031: { int32_t L_7 = V_0; return L_7; } IL_0033: { int32_t L_8 = V_0; return ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } } // System.String Newtonsoft.Json.JsonReader::get_Path() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReader_get_Path_m7694F5F8581904EF1CC9B30CCBBD346FDBFD5305 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C V_1; memset((&V_1), 0, sizeof(V_1)); int32_t G_B6_0 = 0; Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C G_B9_0; memset((&G_B9_0), 0, sizeof(G_B9_0)); { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_4(); int32_t L_1 = L_0->get_Type_1(); if (L_1) { goto IL_0013; } } { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5(); return L_2; } IL_0013: { int32_t L_3 = __this->get__currentState_3(); if ((((int32_t)L_3) == ((int32_t)5))) { goto IL_0034; } } { int32_t L_4 = __this->get__currentState_3(); if ((((int32_t)L_4) == ((int32_t)((int32_t)9)))) { goto IL_0034; } } { int32_t L_5 = __this->get__currentState_3(); G_B6_0 = ((((int32_t)((((int32_t)L_5) == ((int32_t)3))? 1 : 0)) == ((int32_t)0))? 1 : 0); goto IL_0035; } IL_0034: { G_B6_0 = 0; } IL_0035: { if (G_B6_0) { goto IL_0042; } } { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C )); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_6 = V_1; G_B9_0 = L_6; goto IL_004d; } IL_0042: { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_7 = __this->get__currentPosition_4(); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_8; memset((&L_8), 0, sizeof(L_8)); Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C((&L_8), L_7, /*hidden argument*/Nullable_1__ctor_mC9E27B71DDF2C5E9F398ED758B5CA1D9A192374C_RuntimeMethod_var); G_B9_0 = L_8; } IL_004d: { V_0 = G_B9_0; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_9 = __this->get__stack_12(); Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C L_10 = V_0; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); String_t* L_11; L_11 = JsonPosition_BuildPath_mD1C39DF63A6A7B523814601A0AE397050B997099(L_9, L_10, /*hidden argument*/NULL); return L_11; } } // System.Globalization.CultureInfo Newtonsoft.Json.JsonReader::get_Culture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B2_0 = NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * G_B1_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get__culture_5(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = L_0; G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_000f; } } { IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); G_B2_0 = L_2; } IL_000f: { return G_B2_0; } } // System.Void Newtonsoft.Json.JsonReader::set_Culture(System.Globalization.CultureInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_set_Culture_mAF4C2967EC24FB1ED928136610AFDA204EEE715C (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___value0; __this->set__culture_5(L_0); return; } } // Newtonsoft.Json.JsonPosition Newtonsoft.Json.JsonReader::GetPosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A JsonReader_GetPosition_m2BB5E5132A226A2D159A56323A439C9A71662E51 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_0 = __this->get__stack_12(); if (!L_0) { goto IL_0023; } } { int32_t L_1 = ___depth0; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_2 = __this->get__stack_12(); NullCheck(L_2); int32_t L_3; L_3 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_2, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0023; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_4 = __this->get__stack_12(); int32_t L_5 = ___depth0; NullCheck(L_4); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_6; L_6 = List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); return L_6; } IL_0023: { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_7 = __this->get__currentPosition_4(); return L_7; } } // System.Void Newtonsoft.Json.JsonReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader__ctor_mD15B973149B223A450420E1E3EC7C5648FF3070D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set__currentState_3(0); __this->set__dateTimeZoneHandling_6(3); __this->set__dateParseHandling_9(1); __this->set__floatParseHandling_10(0); JsonReader_set_CloseInput_m64F0E74600999FED53AAF37BC94032A112300D03_inline(__this, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::Push(Newtonsoft.Json.JsonContainerType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Push_mE631FDAA728547741765EAA86B6687EFA7AFA315 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_0; memset((&V_0), 0, sizeof(V_0)); int32_t G_B8_0 = 0; { JsonReader_UpdateScopeWithFinishedValue_m0026054429C354875B302E727E016CCF0CD2E21A(__this, /*hidden argument*/NULL); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_4(); int32_t L_1 = L_0->get_Type_1(); if (L_1) { goto IL_0020; } } { int32_t L_2 = ___value0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_3; memset((&L_3), 0, sizeof(L_3)); JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676((&L_3), L_2, /*hidden argument*/NULL); __this->set__currentPosition_4(L_3); return; } IL_0020: { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_4 = __this->get__stack_12(); if (L_4) { goto IL_0033; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_5 = (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC *)il2cpp_codegen_object_new(List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC_il2cpp_TypeInfo_var); List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E(L_5, /*hidden argument*/List_1__ctor_m9AC88B1F4EB94E179E246C374F2AA04744BD884E_RuntimeMethod_var); __this->set__stack_12(L_5); } IL_0033: { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_6 = __this->get__stack_12(); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_7 = __this->get__currentPosition_4(); NullCheck(L_6); List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1(L_6, L_7, /*hidden argument*/List_1_Add_m5E3C6EB3B1E2C860FDAFBF02718C7C5759161DB1_RuntimeMethod_var); int32_t L_8 = ___value0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_9; memset((&L_9), 0, sizeof(L_9)); JsonPosition__ctor_m4868A41B46D621B1AE7623D78E06D597F6927676((&L_9), L_8, /*hidden argument*/NULL); __this->set__currentPosition_4(L_9); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * L_10 = __this->get_address_of__maxDepth_7(); bool L_11; L_11 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)L_10, /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (!L_11) { goto IL_00b1; } } { int32_t L_12; L_12 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_13 = __this->get__maxDepth_7(); V_0 = L_13; int32_t L_14; L_14 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1))) > ((int32_t)L_14))) { goto IL_0078; } } { G_B8_0 = 0; goto IL_007f; } IL_0078: { bool L_15; L_15 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B8_0 = ((int32_t)(L_15)); } IL_007f: { if (!G_B8_0) { goto IL_00b1; } } { bool L_16 = __this->get__hasExceededMaxDepth_8(); if (L_16) { goto IL_00b1; } } { __this->set__hasExceededMaxDepth_8((bool)1); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17; L_17 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_18 = __this->get__maxDepth_7(); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_19 = L_18; RuntimeObject * L_20 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103_il2cpp_TypeInfo_var)), &L_19); String_t* L_21; L_21 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA1216524CEC07B2021B75BE715C2136F65EEF8CC)), L_17, L_20, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_22; L_22 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_21, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_Push_mE631FDAA728547741765EAA86B6687EFA7AFA315_RuntimeMethod_var))); } IL_00b1: { return; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Pop_m5281B5CA4372F88DBC890923CA4114C2AB5C785B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_1; memset((&V_1), 0, sizeof(V_1)); int32_t G_B8_0 = 0; { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_0 = __this->get__stack_12(); if (!L_0) { goto IL_0055; } } { List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_1 = __this->get__stack_12(); NullCheck(L_1); int32_t L_2; L_2 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_1, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0055; } } { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_3 = __this->get__currentPosition_4(); V_0 = L_3; List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_4 = __this->get__stack_12(); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_5 = __this->get__stack_12(); NullCheck(L_5); int32_t L_6; L_6 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_5, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); NullCheck(L_4); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_7; L_7 = List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_inline(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_RuntimeMethod_var); __this->set__currentPosition_4(L_7); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_8 = __this->get__stack_12(); List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * L_9 = __this->get__stack_12(); NullCheck(L_9); int32_t L_10; L_10 = List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_inline(L_9, /*hidden argument*/List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_RuntimeMethod_var); NullCheck(L_8); List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6(L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)), /*hidden argument*/List_1_RemoveAt_m09AEC26249838AB824C7ACA3D58A37C2911223F6_RuntimeMethod_var); goto IL_0068; } IL_0055: { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_11 = __this->get__currentPosition_4(); V_0 = L_11; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_12 = __this->get_address_of__currentPosition_4(); il2cpp_codegen_initobj(L_12, sizeof(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )); } IL_0068: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * L_13 = __this->get_address_of__maxDepth_7(); bool L_14; L_14 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)L_13, /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); if (!L_14) { goto IL_009e; } } { int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_16 = __this->get__maxDepth_7(); V_1 = L_16; int32_t L_17; L_17 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); if ((((int32_t)L_15) <= ((int32_t)L_17))) { goto IL_008e; } } { G_B8_0 = 0; goto IL_0095; } IL_008e: { bool L_18; L_18 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B8_0 = ((int32_t)(L_18)); } IL_0095: { if (!G_B8_0) { goto IL_009e; } } { __this->set__hasExceededMaxDepth_8((bool)0); } IL_009e: { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_19 = V_0; int32_t L_20 = L_19.get_Type_1(); return L_20; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::Peek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_Peek_m72E5AC6AA0CCA5D8249CB75A4E70542968067167 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_4(); int32_t L_1 = L_0->get_Type_1(); return L_1; } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsInt32() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonReader_ReadAsInt32_m4CFA54D7363F85EEDA2C5A45D01CF27972D5A0BA (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_0079; } case 3: { goto IL_008d; } case 4: { goto IL_0034; } case 5: { goto IL_008d; } case 6: { goto IL_008d; } case 7: { goto IL_0034; } } } { goto IL_008d; } IL_0034: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_3 = V_2; return L_3; } IL_003e: { RuntimeObject * L_4; L_4 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var))) { goto IL_0068; } } { RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); int32_t L_7; L_7 = Convert_ToInt32_mCDD3456A0F07EF72C62EF668CF9141937D0EB041(L_5, L_6, /*hidden argument*/NULL); int32_t L_8 = L_7; RuntimeObject * L_9 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, 7, L_9, (bool)0, /*hidden argument*/NULL); } IL_0068: { RuntimeObject * L_10; L_10 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_11), ((*(int32_t*)((int32_t*)UnBox(L_10, Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); return L_11; } IL_0079: { RuntimeObject * L_12; L_12 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)); String_t* L_13 = V_1; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_14; L_14 = JsonReader_ReadInt32String_m241E4FF95FC6222BA903B9D563F369E8BBC9A9E6(__this, L_13, /*hidden argument*/NULL); return L_14; } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_16 = V_0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_17); String_t* L_19; L_19 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79D571C2E0438A96561C6F47157F2572D1CCD56A)), L_15, L_18, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_20; L_20 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsInt32_m4CFA54D7363F85EEDA2C5A45D01CF27972D5A0BA_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadInt32String(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonReader_ReadInt32String_m241E4FF95FC6222BA903B9D563F369E8BBC9A9E6 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___s0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); bool L_5; L_5 = Int32_TryParse_m006085C3B9AC64929E893942EF7A55328FDAE090(L_3, 7, L_4, (int32_t*)(&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_0042; } } { int32_t L_6 = V_0; int32_t L_7 = L_6; RuntimeObject * L_8 = Box(Int32_tFDE5F8CD43D10453F6A2E0C77FE48C6CC7009046_il2cpp_TypeInfo_var, &L_7); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, 7, L_8, (bool)0, /*hidden argument*/NULL); int32_t L_9 = V_0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_10; memset((&L_10), 0, sizeof(L_10)); Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_mD5C83DE6764BE7391F906F32B36CCDF7598553AD_RuntimeMethod_var); return L_10; } IL_0042: { String_t* L_11 = ___s0; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)9), L_11, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_13 = ___s0; String_t* L_14; L_14 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB611668C4A625F042C90A7F3AC01E72247744D5D)), L_12, L_13, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_15; L_15 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadInt32String_m241E4FF95FC6222BA903B9D563F369E8BBC9A9E6_RuntimeMethod_var))); } } // System.String Newtonsoft.Json.JsonReader::ReadAsString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* JsonReader_ReadAsString_m91D2388CFCD4F42F64FE058368079E2392C94506 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)((int32_t)9)))) { goto IL_0016; } } { int32_t L_2 = V_0; if (!L_2) { goto IL_0020; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0022; } } { goto IL_002e; } IL_0016: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_0020; } } { int32_t L_5 = V_0; if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)14))))) { goto IL_002e; } } IL_0020: { return (String_t*)NULL; } IL_0022: { RuntimeObject * L_6; L_6 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return ((String_t*)CastclassSealed((RuntimeObject*)L_6, String_t_il2cpp_TypeInfo_var)); } IL_002e: { int32_t L_7 = V_0; bool L_8; L_8 = JsonTokenUtils_IsPrimitiveToken_m4396C2BB487CEC938F4EEC59C53C0BDF8F72EB0F(L_7, /*hidden argument*/NULL); if (!L_8) { goto IL_009d; } } { RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!L_9) { goto IL_009d; } } { RuntimeObject * L_10; L_10 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject*)IsInst((RuntimeObject*)L_10, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var))) { goto IL_0065; } } { RuntimeObject * L_11; L_11 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_11, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var))); String_t* L_13; L_13 = InterfaceFuncInvoker2< String_t*, String_t*, RuntimeObject* >::Invoke(0 /* System.String System.IFormattable::ToString(System.String,System.IFormatProvider) */, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_11, IFormattable_tE4EBDDD84B0D9F1C23C68815468A0DE880EEF4C0_il2cpp_TypeInfo_var)), (String_t*)NULL, L_12); V_1 = L_13; goto IL_0091; } IL_0065: { RuntimeObject * L_14; L_14 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)IsInstClass((RuntimeObject*)L_14, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))) { goto IL_0085; } } { RuntimeObject * L_15; L_15 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_15, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var))); String_t* L_16; L_16 = Uri_get_OriginalString_mBD94B4BB84AE9C051C1CA8BA33C14D5BAD25B0AC(((Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612 *)CastclassClass((RuntimeObject*)L_15, Uri_t4A915E1CC15B2C650F478099AD448E9466CBF612_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); V_1 = L_16; goto IL_0091; } IL_0085: { RuntimeObject * L_17; L_17 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17); V_1 = L_18; } IL_0091: { String_t* L_19 = V_1; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)9), L_19, (bool)0, /*hidden argument*/NULL); String_t* L_20 = V_1; return L_20; } IL_009d: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/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_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_23); String_t* L_25; L_25 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE7D89EE67669C688B4DDE92E4F7F7835B2E359FB)), L_21, L_24, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_26; L_26 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_25, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsString_m91D2388CFCD4F42F64FE058368079E2392C94506_RuntimeMethod_var))); } } // System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* JsonReader_ReadAsBytes_m8F20E49BCB3FB058516C412CEE2D57D0A4AAF30A (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Guid_t_0_0_0_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_1 = NULL; String_t* V_2 = NULL; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_3 = NULL; Guid_t V_4; memset((&V_4), 0, sizeof(V_4)); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_5 = NULL; Guid_t V_6; memset((&V_6), 0, sizeof(V_6)); { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_000c; } } { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_000c: { int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_005f; } } { JsonReader_ReadIntoWrappedTypeObject_mD531D84D3842329588FAB3666617D214BDDC681B(__this, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_3; L_3 = VirtualFuncInvoker0< ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* >::Invoke(13 /* System.Byte[] Newtonsoft.Json.JsonReader::ReadAsBytes() */, __this); V_1 = L_3; JsonReader_ReaderReadAndAssert_mC990E3530531FFFDACE7EC419B8726E38F0F8847(__this, /*hidden argument*/NULL); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); if ((((int32_t)L_4) == ((int32_t)((int32_t)13)))) { goto IL_0053; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); int32_t L_7 = L_6; RuntimeObject * L_8 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_7); String_t* L_9; L_9 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C)), L_5, L_8, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_10; L_10 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_9, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsBytes_m8F20E49BCB3FB058516C412CEE2D57D0A4AAF30A_RuntimeMethod_var))); } IL_0053: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11 = V_1; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_11, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_1; return L_12; } IL_005f: { int32_t L_13 = V_0; if ((((int32_t)L_13) > ((int32_t)((int32_t)9)))) { goto IL_0075; } } { int32_t L_14 = V_0; if ((((int32_t)L_14) == ((int32_t)2))) { goto IL_0111; } } { int32_t L_15 = V_0; if ((((int32_t)L_15) == ((int32_t)((int32_t)9)))) { goto IL_0089; } } { goto IL_0118; } IL_0075: { int32_t L_16 = V_0; if ((((int32_t)L_16) == ((int32_t)((int32_t)11)))) { goto IL_00cd; } } { int32_t L_17 = V_0; if ((((int32_t)L_17) == ((int32_t)((int32_t)14)))) { goto IL_00cd; } } { int32_t L_18 = V_0; if ((((int32_t)L_18) == ((int32_t)((int32_t)17)))) { goto IL_00cf; } } { goto IL_0118; } IL_0089: { RuntimeObject * L_19; L_19 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_2 = ((String_t*)CastclassSealed((RuntimeObject*)L_19, String_t_il2cpp_TypeInfo_var)); String_t* L_20 = V_2; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline(L_20, /*hidden argument*/NULL); if (L_21) { goto IL_00a6; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_22 = (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)SZArrayNew(ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var, (uint32_t)0); V_3 = L_22; goto IL_00c1; } IL_00a6: { String_t* L_23 = V_2; IL2CPP_RUNTIME_CLASS_INIT(ConvertUtils_tAE7FFB894A0F23CFA23CF9D3519A91683E49D20B_il2cpp_TypeInfo_var); bool L_24; L_24 = ConvertUtils_TryConvertGuid_m6407FC5DAE151CAA6A31C1FE13261C6999EE098B(L_23, (Guid_t *)(&V_4), /*hidden argument*/NULL); if (!L_24) { goto IL_00ba; } } { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_25; L_25 = Guid_ToByteArray_mFD26B992E49518AE955F1FE244A9464A5E347E0A((Guid_t *)(&V_4), /*hidden argument*/NULL); V_3 = L_25; goto IL_00c1; } IL_00ba: { String_t* L_26 = V_2; IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_27; L_27 = Convert_FromBase64String_mB2E4E2CD03B34DB7C2665694D5B2E967BC81E9A8(L_26, /*hidden argument*/NULL); V_3 = L_27; } IL_00c1: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_28 = V_3; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_28, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_29 = V_3; return L_29; } IL_00cd: { return (ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)NULL; } IL_00cf: { Type_t * L_30; L_30 = VirtualFuncInvoker0< Type_t * >::Invoke(7 /* System.Type Newtonsoft.Json.JsonReader::get_ValueType() */, __this); RuntimeTypeHandle_tC33965ADA3E041E0C94AF05E5CB527B56482CEF9 L_31 = { reinterpret_cast (Guid_t_0_0_0_var) }; IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var); Type_t * L_32; L_32 = Type_GetTypeFromHandle_m8BB57524FF7F9DB1803BC561D2B3A4DBACEB385E(L_31, /*hidden argument*/NULL); if ((!(((RuntimeObject*)(Type_t *)L_30) == ((RuntimeObject*)(Type_t *)L_32)))) { goto IL_0105; } } { RuntimeObject * L_33; L_33 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_6 = ((*(Guid_t *)((Guid_t *)UnBox(L_33, Guid_t_il2cpp_TypeInfo_var)))); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_34; L_34 = Guid_ToByteArray_mFD26B992E49518AE955F1FE244A9464A5E347E0A((Guid_t *)(&V_6), /*hidden argument*/NULL); V_5 = L_34; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_35 = V_5; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_35, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_36 = V_5; return L_36; } IL_0105: { RuntimeObject * L_37; L_37 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); return ((ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726*)Castclass((RuntimeObject*)L_37, ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726_il2cpp_TypeInfo_var)); } IL_0111: { ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_38; L_38 = JsonReader_ReadArrayIntoByteArray_m453E3BA75FF4D078C59A30094A359C7799BC0DA9(__this, /*hidden argument*/NULL); return L_38; } IL_0118: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_39; L_39 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_40 = V_0; int32_t L_41 = L_40; RuntimeObject * L_42 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_41); String_t* L_43; L_43 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C)), L_39, L_42, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_44; L_44 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_43, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsBytes_m8F20E49BCB3FB058516C412CEE2D57D0A4AAF30A_RuntimeMethod_var))); } } // System.Byte[] Newtonsoft.Json.JsonReader::ReadArrayIntoByteArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* JsonReader_ReadArrayIntoByteArray_m453E3BA75FF4D078C59A30094A359C7799BC0DA9 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * V_0 = NULL; int32_t V_1 = 0; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* V_2 = NULL; { List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_0 = (List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF *)il2cpp_codegen_object_new(List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF_il2cpp_TypeInfo_var); List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778(L_0, /*hidden argument*/List_1__ctor_m42BD5721699395D9FC6B6D889CE5A29C4C2F1778_RuntimeMethod_var); V_0 = L_0; } IL_0006: { int32_t L_1; L_1 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_001b; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)7))) { goto IL_0027; } } { int32_t L_4 = V_1; if ((((int32_t)L_4) == ((int32_t)((int32_t)14)))) { goto IL_003f; } } { goto IL_0052; } IL_001b: { JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_5; L_5 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46D0177DFB3F0AF27BD70DA6DEF6FDD4A6C7C944)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadArrayIntoByteArray_m453E3BA75FF4D078C59A30094A359C7799BC0DA9_RuntimeMethod_var))); } IL_0027: { List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_6 = V_0; RuntimeObject * L_7; L_7 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_8; L_8 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); uint8_t L_9; L_9 = Convert_ToByte_mEFC842B4E919DD42974ABF5F64D20603E6BC536B(L_7, L_8, /*hidden argument*/NULL); NullCheck(L_6); List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D(L_6, L_9, /*hidden argument*/List_1_Add_mBE9E989F46069A99D628FC922F6FEE4A7D34807D_RuntimeMethod_var); goto IL_0006; } IL_003f: { List_1_tD0117BC32B3DBF148E7E9AC108FC376C3D4922CF * L_10 = V_0; NullCheck(L_10); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_11; L_11 = List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB(L_10, /*hidden argument*/List_1_ToArray_m7A127ACA3695584681F333CD00ACE442599C22EB_RuntimeMethod_var); V_2 = L_11; ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_12 = V_2; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)17), (RuntimeObject *)(RuntimeObject *)L_12, (bool)0, /*hidden argument*/NULL); ByteU5BU5D_tDBBEB0E8362242FA7223000D978B0DD19D4B0726* L_13 = V_2; return L_13; } IL_0052: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14; L_14 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_15 = V_1; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_16); String_t* L_18; L_18 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7AC7AB0661F4B3FB85F0ECB9054F4C1BE122885D)), L_14, L_17, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_19; L_19 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadArrayIntoByteArray_m453E3BA75FF4D078C59A30094A359C7799BC0DA9_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 JsonReader_ReadAsDouble_m326759998E44B0658F15E29BFEB5E36A8F96509D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 V_1; memset((&V_1), 0, sizeof(V_1)); double V_2 = 0.0; { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_007b; } case 3: { goto IL_008d; } case 4: { goto IL_0034; } case 5: { goto IL_008d; } case 6: { goto IL_008d; } case 7: { goto IL_0034; } } } { goto IL_008d; } IL_0034: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 )); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_3 = V_1; return L_3; } IL_003e: { RuntimeObject * L_4; L_4 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var))) { goto IL_006a; } } { RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); double L_7; L_7 = Convert_ToDouble_m10322320EC0B380FE4C1EB5DBB24AE9F242B7CC8(L_5, L_6, /*hidden argument*/NULL); V_2 = L_7; double L_8 = V_2; double L_9 = L_8; RuntimeObject * L_10 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_9); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, 8, L_10, (bool)0, /*hidden argument*/NULL); } IL_006a: { RuntimeObject * L_11; L_11 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_12; memset((&L_12), 0, sizeof(L_12)); Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3((&L_12), ((*(double*)((double*)UnBox(L_11, Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); return L_12; } IL_007b: { RuntimeObject * L_13; L_13 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_14; L_14 = JsonReader_ReadDoubleString_m01EC3D33CE23EF2807C80A19B95B2AE80D3943CF(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_13, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_14; } IL_008d: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_15; L_15 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_16 = V_0; int32_t L_17 = L_16; RuntimeObject * L_18 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_17); String_t* L_19; L_19 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral152B86A15BB1547061F59ADC16CADE5BB1511C7D)), L_15, L_18, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_20; L_20 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_19, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDouble_m326759998E44B0658F15E29BFEB5E36A8F96509D_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDoubleString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 JsonReader_ReadDoubleString_m01EC3D33CE23EF2807C80A19B95B2AE80D3943CF (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___s0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 )); Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var); bool L_5; L_5 = Double_TryParse_mE740D7083AC52793A9634067C4F032570FFBF61E(L_3, ((int32_t)231), L_4, (double*)(&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_0046; } } { double L_6 = V_0; double L_7 = L_6; RuntimeObject * L_8 = Box(Double_t42821932CB52DE2057E685D0E1AF3DE5033D2181_il2cpp_TypeInfo_var, &L_7); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, 8, L_8, (bool)0, /*hidden argument*/NULL); double L_9 = V_0; Nullable_1_t75730434CAD4E48A4EE117588CFD586FFBCAC209 L_10; memset((&L_10), 0, sizeof(L_10)); Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_mE9929B6151BF7F9A9B1E07DF8EDA60ABBC3230E3_RuntimeMethod_var); return L_10; } IL_0046: { String_t* L_11 = ___s0; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)9), L_11, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_13 = ___s0; String_t* L_14; L_14 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3F548562C3CCA4BBECF95F8971C4DD4C8A862DE9)), L_12, L_13, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_15; L_15 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDoubleString_m01EC3D33CE23EF2807C80A19B95B2AE80D3943CF_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonReader_ReadAsBoolean_mE3ED026E5B82B12271012625C0577398A2842091 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_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; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_0065; } case 3: { goto IL_0077; } case 4: { goto IL_0034; } case 5: { goto IL_0088; } case 6: { goto IL_0088; } case 7: { goto IL_0034; } } } { goto IL_0088; } IL_0034: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_3 = V_2; return L_3; } IL_003e: { RuntimeObject * L_4; L_4 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); bool L_6; L_6 = Convert_ToBoolean_mCE7DD656DC67A41427BEED725AD32C5022F2EE8C(L_4, L_5, /*hidden argument*/NULL); V_1 = L_6; bool L_7 = V_1; bool L_8 = L_7; RuntimeObject * L_9 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)10), L_9, (bool)0, /*hidden argument*/NULL); bool L_10 = V_1; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); return L_11; } IL_0065: { RuntimeObject * L_12; L_12 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_13; L_13 = JsonReader_ReadBooleanString_m998D6921BCA3EEC65EA1D7DD2AFC0148774C6203(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_0077: { RuntimeObject * L_14; L_14 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_15; memset((&L_15), 0, sizeof(L_15)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_15), ((*(bool*)((bool*)UnBox(L_14, Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); return L_15; } IL_0088: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_16; L_16 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_17 = V_0; int32_t L_18 = L_17; RuntimeObject * L_19 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_18); String_t* L_20; L_20 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral45E83B62D7297228BA9BE75B2FDFC650B833EC46)), L_16, L_19, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_21; L_21 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_20, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsBoolean_mE3ED026E5B82B12271012625C0577398A2842091_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadBooleanString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 JsonReader_ReadBooleanString_m998D6921BCA3EEC65EA1D7DD2AFC0148774C6203 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___s0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 )); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; IL2CPP_RUNTIME_CLASS_INIT(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var); bool L_4; L_4 = Boolean_TryParse_m083F8EB6F0A07B24C26310648CB2380C3D3AAEE7(L_3, (bool*)(&V_0), /*hidden argument*/NULL); if (!L_4) { goto IL_003c; } } { bool L_5 = V_0; bool L_6 = L_5; RuntimeObject * L_7 = Box(Boolean_t07D1E3F34E4813023D64F584DFF7B34C9D922F37_il2cpp_TypeInfo_var, &L_6); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)10), L_7, (bool)0, /*hidden argument*/NULL); bool L_8 = V_0; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_9; memset((&L_9), 0, sizeof(L_9)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_9), L_8, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); return L_9; } IL_003c: { String_t* L_10 = ___s0; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)9), L_10, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_11; L_11 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_12 = ___s0; String_t* L_13; L_13 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral32EABB14738F60B1C336D90AE9D93CE15F48116D)), L_11, L_12, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_14; L_14 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadBooleanString_m998D6921BCA3EEC65EA1D7DD2AFC0148774C6203_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDecimal() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E JsonReader_ReadAsDecimal_m09150AF2288181DEC69092C6007D4227009FE6EC (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E V_1; memset((&V_1), 0, sizeof(V_1)); { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if (!L_1) { goto IL_0034; } } { int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)7))) { case 0: { goto IL_003e; } case 1: { goto IL_003e; } case 2: { goto IL_0079; } case 3: { goto IL_008b; } case 4: { goto IL_0034; } case 5: { goto IL_008b; } case 6: { goto IL_008b; } case 7: { goto IL_0034; } } } { goto IL_008b; } IL_0034: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E )); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_3 = V_1; return L_3; } IL_003e: { RuntimeObject * L_4; L_4 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (((RuntimeObject *)IsInstSealed((RuntimeObject*)L_4, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var))) { goto IL_0068; } } { RuntimeObject * L_5; L_5 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Convert_tDA947A979C1DAB4F09C461FAFD94FE194743A671_il2cpp_TypeInfo_var); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7; L_7 = Convert_ToDecimal_m52606E743872AE696574CF9E4B018764103808F9(L_5, L_6, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_8 = L_7; RuntimeObject * L_9 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, 8, L_9, (bool)0, /*hidden argument*/NULL); } IL_0068: { RuntimeObject * L_10; L_10 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4((&L_11), ((*(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)((Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)UnBox(L_10, Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var); return L_11; } IL_0079: { RuntimeObject * L_12; L_12 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_13; L_13 = JsonReader_ReadDecimalString_mCF97D3A26C5A87A23A4E188126E2DAD58D0E4977(__this, ((String_t*)CastclassSealed((RuntimeObject*)L_12, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL); return L_13; } IL_008b: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_14; L_14 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_15 = V_0; int32_t L_16 = L_15; RuntimeObject * L_17 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_16); String_t* L_18; L_18 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5E079D9BD60D20B2D539239450C2A3B2D10F6C56)), L_14, L_17, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_19; L_19 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_18, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDecimal_m09150AF2288181DEC69092C6007D4227009FE6EC_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDecimalString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E JsonReader_ReadDecimalString_mCF97D3A26C5A87A23A4E188126E2DAD58D0E4977 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___s0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E )); Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var); bool L_5; L_5 = Decimal_TryParse_m33A509B1E4659C190D496FFCFD4494D8B0DCFCAA(L_3, ((int32_t)111), L_4, (Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 *)(&V_0), /*hidden argument*/NULL); if (!L_5) { goto IL_0043; } } { Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_6 = V_0; Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_7 = L_6; RuntimeObject * L_8 = Box(Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7_il2cpp_TypeInfo_var, &L_7); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, 8, L_8, (bool)0, /*hidden argument*/NULL); Decimal_t2978B229CA86D3B7BA66A0AEEE014E0DE4F940D7 L_9 = V_0; Nullable_1_tD7EB7EB39E548910812AA4DC702F9C7E3E84A84E L_10; memset((&L_10), 0, sizeof(L_10)); Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4((&L_10), L_9, /*hidden argument*/Nullable_1__ctor_mD4AB14E7EFD00388AB1574239B0D9A0DF19FF1F4_RuntimeMethod_var); return L_10; } IL_0043: { String_t* L_11 = ___s0; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)9), L_11, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_12; L_12 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_13 = ___s0; String_t* L_14; L_14 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33FD405D3BA3127C8C4DE356A7330442BF516F7E)), L_12, L_13, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_15; L_15 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_14, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDecimalString_mCF97D3A26C5A87A23A4E188126E2DAD58D0E4977_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D JsonReader_ReadAsDateTime_m2544BB943DBF9A881A6E01F6F91D064530FFFDC7 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D V_2; memset((&V_2), 0, sizeof(V_2)); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_3; memset((&V_3), 0, sizeof(V_3)); { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)((int32_t)9)))) { goto IL_0016; } } { int32_t L_2 = V_0; if (!L_2) { goto IL_0027; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_0070; } } { goto IL_0084; } IL_0016: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_0027; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0027; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)16)))) { goto IL_0031; } } { goto IL_0084; } IL_0027: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D )); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_7 = V_2; return L_7; } IL_0031: { RuntimeObject * L_8; L_8 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var))) { goto IL_005f; } } { RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_3 = ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_9, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10; L_10 = DateTimeOffset_get_DateTime_m4A77B8033E9824033156BE13362AC202590A4370((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_3), /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = L_10; RuntimeObject * L_12 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_11); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)16), L_12, (bool)0, /*hidden argument*/NULL); } IL_005f: { RuntimeObject * L_13; L_13 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_14; memset((&L_14), 0, sizeof(L_14)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_14), ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_13, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); return L_14; } IL_0070: { RuntimeObject * L_15; L_15 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)); String_t* L_16 = V_1; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_17; L_17 = JsonReader_ReadDateTimeString_m247F86C9E5CC7EC4938C0424B3705AA6C93D2B49(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0084: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_19; L_19 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* 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_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_20); String_t* L_22; L_22 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAB6322D18614AF353D31A2FCF18E0D692F3E72D)), L_18, L_21, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_23; L_23 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDateTime_m2544BB943DBF9A881A6E01F6F91D064530FFFDC7_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D JsonReader_ReadDateTimeString_m247F86C9E5CC7EC4938C0424B3705AA6C93D2B49 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___s0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D )); Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; int32_t L_4; L_4 = JsonReader_get_DateTimeZoneHandling_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55_inline(__this, /*hidden argument*/NULL); String_t* L_5 = __this->get__dateFormatString_11(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_6; L_6 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_7; L_7 = DateTimeUtils_TryParseDateTime_mD4CDAE4B70AEF627B730050371E76DF03D85AA2E(L_3, L_4, L_5, L_6, (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); if (!L_7) { goto IL_005b; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_8 = V_0; int32_t L_9; L_9 = JsonReader_get_DateTimeZoneHandling_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_10; L_10 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_8, L_9, /*hidden argument*/NULL); V_0 = L_10; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_11 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_12 = L_11; RuntimeObject * L_13 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_12); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)16), L_13, (bool)0, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_14 = V_0; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_15; memset((&L_15), 0, sizeof(L_15)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_15), L_14, /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); return L_15; } IL_005b: { String_t* L_16 = ___s0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_17; L_17 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); bool L_18; L_18 = DateTime_TryParse_m355F24554F4721CBB8055BCD638DFFBCF2CE7641(L_16, L_17, ((int32_t)128), (DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)(&V_0), /*hidden argument*/NULL); if (!L_18) { goto IL_0093; } } { DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_19 = V_0; int32_t L_20; L_20 = JsonReader_get_DateTimeZoneHandling_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55_inline(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_21; L_21 = DateTimeUtils_EnsureDateTime_mA9C81B70265DE2FF1B81DB8C98C807371F3BD6F2(L_19, L_20, /*hidden argument*/NULL); V_0 = L_21; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_22 = V_0; DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_23 = L_22; RuntimeObject * L_24 = Box(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var, &L_23); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)16), L_24, (bool)0, /*hidden argument*/NULL); DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 L_25 = V_0; Nullable_1_t70A8504898A1894C4480C80B2A7FAC6E7823F89D L_26; memset((&L_26), 0, sizeof(L_26)); Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3((&L_26), L_25, /*hidden argument*/Nullable_1__ctor_mF6A7461F12CB890DA863E150C8D2041750C62AC3_RuntimeMethod_var); return L_26; } IL_0093: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_27; L_27 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_28 = ___s0; String_t* L_29; L_29 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAF8C78D3ABD8A135F42C84881BFEFF370220ABAB)), L_27, L_28, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_30; L_30 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_29, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDateTimeString_m247F86C9E5CC7EC4938C0424B3705AA6C93D2B49_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadAsDateTimeOffset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 JsonReader_ReadAsDateTimeOffset_m05F1C463823DF04AE1785C94BC4BBDEC0C3D090E (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* V_1 = NULL; Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 V_2; memset((&V_2), 0, sizeof(V_2)); { int32_t L_0; L_0 = JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) > ((int32_t)((int32_t)9)))) { goto IL_0016; } } { int32_t L_2 = V_0; if (!L_2) { goto IL_0027; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)9)))) { goto IL_006d; } } { goto IL_0081; } IL_0016: { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)((int32_t)11)))) { goto IL_0027; } } { int32_t L_5 = V_0; if ((((int32_t)L_5) == ((int32_t)((int32_t)14)))) { goto IL_0027; } } { int32_t L_6 = V_0; if ((((int32_t)L_6) == ((int32_t)((int32_t)16)))) { goto IL_0031; } } { goto IL_0081; } IL_0027: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 )); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_7 = V_2; return L_7; } IL_0031: { RuntimeObject * L_8; L_8 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_8, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var))) { goto IL_005c; } } { RuntimeObject * L_9; L_9 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_10; memset((&L_10), 0, sizeof(L_10)); DateTimeOffset__ctor_mC17E28F89D4E54D511B30E08D1F56453E677D53F((&L_10), ((*(DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)((DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405 *)UnBox(L_9, DateTime_tEAF2CD16E071DF5441F40822E4CFE880E5245405_il2cpp_TypeInfo_var)))), /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_11 = L_10; RuntimeObject * L_12 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_11); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)16), L_12, (bool)0, /*hidden argument*/NULL); } IL_005c: { RuntimeObject * L_13; L_13 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_14; memset((&L_14), 0, sizeof(L_14)); Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763((&L_14), ((*(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)((DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)UnBox(L_13, DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var)))), /*hidden argument*/Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); return L_14; } IL_006d: { RuntimeObject * L_15; L_15 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); V_1 = ((String_t*)CastclassSealed((RuntimeObject*)L_15, String_t_il2cpp_TypeInfo_var)); String_t* L_16 = V_1; Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_17; L_17 = JsonReader_ReadDateTimeOffsetString_m6D7DC0DF38660A1841B7428B7713CE169C80F9D1(__this, L_16, /*hidden argument*/NULL); return L_17; } IL_0081: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18; L_18 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_19 = V_0; int32_t L_20 = L_19; RuntimeObject * L_21 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_20); String_t* L_22; L_22 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEAB6322D18614AF353D31A2FCF18E0D692F3E72D)), L_18, L_21, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_23; L_23 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_22, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAsDateTimeOffset_m05F1C463823DF04AE1785C94BC4BBDEC0C3D090E_RuntimeMethod_var))); } } // System.Nullable`1 Newtonsoft.Json.JsonReader::ReadDateTimeOffsetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 JsonReader_ReadDateTimeOffsetString_m6D7DC0DF38660A1841B7428B7713CE169C80F9D1 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___s0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 V_1; memset((&V_1), 0, sizeof(V_1)); { String_t* L_0 = ___s0; bool L_1; L_1 = String_IsNullOrEmpty_m9AFBB5335B441B94E884B8A9D4A27AD60E3D7F7C(L_0, /*hidden argument*/NULL); if (!L_1) { goto IL_001c; } } { JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)11), NULL, (bool)0, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 )); Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_2 = V_1; return L_2; } IL_001c: { String_t* L_3 = ___s0; String_t* L_4 = __this->get__dateFormatString_11(); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_5; L_5 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeUtils_tDB8A11FF2442A42A938DA31590B1B8333AE7BA3F_il2cpp_TypeInfo_var); bool L_6; L_6 = DateTimeUtils_TryParseDateTimeOffset_m897C8372ED1E1537E51C1E1135DFE1ABB62E4FC7(L_3, L_4, L_5, (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), /*hidden argument*/NULL); if (!L_6) { goto IL_0048; } } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_7 = V_0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_8 = L_7; RuntimeObject * L_9 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_8); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)16), L_9, (bool)0, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_10 = V_0; Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_11; memset((&L_11), 0, sizeof(L_11)); Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763((&L_11), L_10, /*hidden argument*/Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); return L_11; } IL_0048: { String_t* L_12 = ___s0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_13; L_13 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(__this, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var); bool L_14; L_14 = DateTimeOffset_TryParse_mCB611A2A0D88EAF01D846287D8D52DF076C21479(L_12, L_13, ((int32_t)128), (DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 *)(&V_0), /*hidden argument*/NULL); if (!L_14) { goto IL_0073; } } { DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_15 = V_0; DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_16 = L_15; RuntimeObject * L_17 = Box(DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5_il2cpp_TypeInfo_var, &L_16); JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)16), L_17, (bool)0, /*hidden argument*/NULL); DateTimeOffset_t205B59B1EFB6646DCE3CC50553377BF6023615B5 L_18 = V_0; Nullable_1_t862AD0841486B81E2FD6C56B0467C57F00E804C7 L_19; memset((&L_19), 0, sizeof(L_19)); Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763((&L_19), L_18, /*hidden argument*/Nullable_1__ctor_m52E128F10F15ECD161095EDE848A784979B8C763_RuntimeMethod_var); return L_19; } IL_0073: { String_t* L_20 = ___s0; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, ((int32_t)9), L_20, (bool)0, /*hidden argument*/NULL); IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_21; L_21 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); String_t* L_22 = ___s0; String_t* L_23; L_23 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA51B14EEE37AF979D300EFF9CB43B1B78626C857)), L_21, L_22, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_24; L_24 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_23, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadDateTimeOffsetString_m6D7DC0DF38660A1841B7428B7713CE169C80F9D1_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.JsonReader::ReaderReadAndAssert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReaderReadAndAssert_mC990E3530531FFFDACE7EC419B8726E38F0F8847 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_0) { goto IL_000f; } } { JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_1; L_1 = JsonReader_CreateUnexpectedEndException_m2B2FD292C4D0A93BE6F6C3CEEBAB6524E6D13D71(__this, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReaderReadAndAssert_mC990E3530531FFFDACE7EC419B8726E38F0F8847_RuntimeMethod_var))); } IL_000f: { return; } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReader::CreateUnexpectedEndException() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReader_CreateUnexpectedEndException_m2B2FD292C4D0A93BE6F6C3CEEBAB6524E6D13D71 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6); s_Il2CppMethodInitialized = true; } { JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_0; L_0 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, _stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6, /*hidden argument*/NULL); return L_0; } } // System.Void Newtonsoft.Json.JsonReader::ReadIntoWrappedTypeObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadIntoWrappedTypeObject_mD531D84D3842329588FAB3666617D214BDDC681B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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_mC990E3530531FFFDACE7EC419B8726E38F0F8847(__this, /*hidden argument*/NULL); RuntimeObject * L_0; L_0 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_0); bool L_2; L_2 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_1, _stringLiteral11F941DFBA062769D6F047F85D846335446DFB0E, /*hidden argument*/NULL); if (!L_2) { goto IL_0061; } } { JsonReader_ReaderReadAndAssert_mC990E3530531FFFDACE7EC419B8726E38F0F8847(__this, /*hidden argument*/NULL); RuntimeObject * L_3; L_3 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); if (!L_3) { goto IL_0061; } } { RuntimeObject * L_4; L_4 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_4); String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4); NullCheck(L_5); bool L_6; L_6 = String_StartsWith_mEA750A0572C706249CDD826681741B7DD733381E(L_5, _stringLiteral08440D5D4C6716EB5A69FB4349AD1731E41170F7, 4, /*hidden argument*/NULL); if (!L_6) { goto IL_0061; } } { JsonReader_ReaderReadAndAssert_mC990E3530531FFFDACE7EC419B8726E38F0F8847(__this, /*hidden argument*/NULL); RuntimeObject * L_7; L_7 = VirtualFuncInvoker0< RuntimeObject * >::Invoke(6 /* System.Object Newtonsoft.Json.JsonReader::get_Value() */, __this); NullCheck(L_7); String_t* L_8; L_8 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7); bool L_9; L_9 = String_op_Equality_m2B91EE68355F142F67095973D32EB5828B7B73CB(L_8, _stringLiteral042D5257625C9358C840FA1BA4A978DC0470104F, /*hidden argument*/NULL); if (!L_9) { goto IL_0061; } } { return; } IL_0061: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_10; L_10 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/NULL); int32_t L_11 = 1; RuntimeObject * L_12 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonToken_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_11); String_t* L_13; L_13 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2E960D5150CB102FE0FD08E925071DFDF8D3364C)), L_10, L_12, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_14; L_14 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_13, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadIntoWrappedTypeObject_mD531D84D3842329588FAB3666617D214BDDC681B_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.JsonReader::Skip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Skip_m4269EDBD8AA592F523D6CD9A11E92B389713F717 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* 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(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); } IL_0010: { int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); bool L_3; L_3 = JsonTokenUtils_IsStartToken_m5A83098412B0ABABE4995D3716392287590A0486(L_2, /*hidden argument*/NULL); if (!L_3) { goto IL_0035; } } { int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(8 /* System.Int32 Newtonsoft.Json.JsonReader::get_Depth() */, __this); V_0 = L_4; } IL_0024: { bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(10 /* 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(8 /* 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_m596B254D54E8510EFD2B55B90DBD91F508663DE7 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___newToken0, const RuntimeMethod* method) { { int32_t L_0 = ___newToken0; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, L_0, NULL, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_mBA3EAD6F04130BB8DF56F97EB322FFA4B6AEE114 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___newToken0, RuntimeObject * ___value1, const RuntimeMethod* method) { { int32_t L_0 = ___newToken0; RuntimeObject * L_1 = ___value1; JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B(__this, L_0, L_1, (bool)1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::SetToken(Newtonsoft.Json.JsonToken,System.Object,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetToken_m91056EA9CA00F200C74A57944B0866183FC3452B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __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->set__tokenType_0(L_0); RuntimeObject * L_1 = ___value1; __this->set__value_1(L_1); int32_t L_2 = ___newToken0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))) { case 0: { goto IL_005b; } case 1: { goto IL_006a; } case 2: { goto IL_0079; } case 3: { goto IL_00a4; } case 4: { goto IL_00c4; } case 5: { goto IL_00bd; } case 6: { goto IL_00bd; } case 7: { goto IL_00bd; } case 8: { goto IL_00bd; } case 9: { goto IL_00bd; } case 10: { goto IL_00bd; } case 11: { goto IL_00bd; } case 12: { goto IL_0089; } case 13: { goto IL_0092; } case 14: { goto IL_009b; } case 15: { goto IL_00bd; } case 16: { goto IL_00bd; } } } { return; } IL_005b: { __this->set__currentState_3(3); JsonReader_Push_mE631FDAA728547741765EAA86B6687EFA7AFA315(__this, 1, /*hidden argument*/NULL); return; } IL_006a: { __this->set__currentState_3(5); JsonReader_Push_mE631FDAA728547741765EAA86B6687EFA7AFA315(__this, 2, /*hidden argument*/NULL); return; } IL_0079: { __this->set__currentState_3(((int32_t)9)); JsonReader_Push_mE631FDAA728547741765EAA86B6687EFA7AFA315(__this, 3, /*hidden argument*/NULL); return; } IL_0089: { JsonReader_ValidateEnd_mC29C9307AF96EDAA4B095A2EC90F7156D8F6BDA3(__this, ((int32_t)13), /*hidden argument*/NULL); return; } IL_0092: { JsonReader_ValidateEnd_mC29C9307AF96EDAA4B095A2EC90F7156D8F6BDA3(__this, ((int32_t)14), /*hidden argument*/NULL); return; } IL_009b: { JsonReader_ValidateEnd_mC29C9307AF96EDAA4B095A2EC90F7156D8F6BDA3(__this, ((int32_t)15), /*hidden argument*/NULL); return; } IL_00a4: { __this->set__currentState_3(2); JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_3 = __this->get_address_of__currentPosition_4(); RuntimeObject * L_4 = ___value1; L_3->set_PropertyName_3(((String_t*)CastclassSealed((RuntimeObject*)L_4, String_t_il2cpp_TypeInfo_var))); return; } IL_00bd: { bool L_5 = ___updateIndex2; JsonReader_SetPostValueState_mBBE40EE10F5C478C49AED7CD5BAB1674A4AE40FC(__this, L_5, /*hidden argument*/NULL); } IL_00c4: { return; } } // System.Void Newtonsoft.Json.JsonReader::SetPostValueState(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetPostValueState_mBBE40EE10F5C478C49AED7CD5BAB1674A4AE40FC (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, bool ___updateIndex0, const RuntimeMethod* method) { { int32_t L_0; L_0 = JsonReader_Peek_m72E5AC6AA0CCA5D8249CB75A4E70542968067167(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0011; } } { __this->set__currentState_3(8); goto IL_0017; } IL_0011: { JsonReader_SetFinished_m727ACF7589AD4C81D82FAF4FCA0D0899157D95A0(__this, /*hidden argument*/NULL); } IL_0017: { bool L_1 = ___updateIndex0; if (!L_1) { goto IL_0020; } } { JsonReader_UpdateScopeWithFinishedValue_m0026054429C354875B302E727E016CCF0CD2E21A(__this, /*hidden argument*/NULL); } IL_0020: { return; } } // System.Void Newtonsoft.Json.JsonReader::UpdateScopeWithFinishedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_UpdateScopeWithFinishedValue_m0026054429C354875B302E727E016CCF0CD2E21A (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_0 = __this->get_address_of__currentPosition_4(); bool L_1 = L_0->get_HasIndex_4(); if (!L_1) { goto IL_001d; } } { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A * L_2 = __this->get_address_of__currentPosition_4(); int32_t* L_3 = L_2->get_address_of_Position_2(); int32_t* L_4 = L_3; int32_t L_5 = *((int32_t*)L_4); *((int32_t*)L_4) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1)); } IL_001d: { return; } } // System.Void Newtonsoft.Json.JsonReader::ValidateEnd(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ValidateEnd_mC29C9307AF96EDAA4B095A2EC90F7156D8F6BDA3 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___endToken0, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = JsonReader_Pop_m5281B5CA4372F88DBC890923CA4114C2AB5C785B(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = ___endToken0; int32_t L_2; L_2 = JsonReader_GetTypeForCloseToken_mAD289260793FC33C6591C760106313A8FF49C81D(__this, L_1, /*hidden argument*/NULL); int32_t L_3 = V_0; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0033; } } { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_4; L_4 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/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_t6EABE93126C249088FCF637662200FBBDB323D77_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_t05B0E207A4A108FABEF666BB3F497E100228F6DE_il2cpp_TypeInfo_var)), &L_9); String_t* L_11; L_11 = StringUtils_FormatWith_mA780395FEF887F07DE6C1018243B910B911A87D5(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5C0CD24479F0451747CC0A2C7CDE95061553222E)), L_4, L_7, L_10, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_12; L_12 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_11, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ValidateEnd_mC29C9307AF96EDAA4B095A2EC90F7156D8F6BDA3_RuntimeMethod_var))); } IL_0033: { int32_t L_13; L_13 = JsonReader_Peek_m72E5AC6AA0CCA5D8249CB75A4E70542968067167(__this, /*hidden argument*/NULL); if (!L_13) { goto IL_0043; } } { __this->set__currentState_3(8); return; } IL_0043: { JsonReader_SetFinished_m727ACF7589AD4C81D82FAF4FCA0D0899157D95A0(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::SetStateBasedOnCurrent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetStateBasedOnCurrent_m5038313256A52E9761A30951BCEA0E025B32D65B (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = JsonReader_Peek_m72E5AC6AA0CCA5D8249CB75A4E70542968067167(__this, /*hidden argument*/NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_0038; } case 1: { goto IL_001f; } case 2: { goto IL_0027; } case 3: { goto IL_002f; } } } { goto IL_003f; } IL_001f: { __this->set__currentState_3(4); return; } IL_0027: { __this->set__currentState_3(6); return; } IL_002f: { __this->set__currentState_3(((int32_t)10)); return; } IL_0038: { JsonReader_SetFinished_m727ACF7589AD4C81D82FAF4FCA0D0899157D95A0(__this, /*hidden argument*/NULL); return; } IL_003f: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2; L_2 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/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_t05B0E207A4A108FABEF666BB3F497E100228F6DE_il2cpp_TypeInfo_var)), &L_4); String_t* L_6; L_6 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral13BD732681D88AB6355EB68BDDA7EBBCC1206658)), L_2, L_5, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_7; L_7 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_6, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_SetStateBasedOnCurrent_m5038313256A52E9761A30951BCEA0E025B32D65B_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.JsonReader::SetFinished() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_SetFinished_m727ACF7589AD4C81D82FAF4FCA0D0899157D95A0 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = JsonReader_get_SupportMultipleContent_mA0C1CF6F9F76F9F0264C1BA6ED94E6851BC82E1C_inline(__this, /*hidden argument*/NULL); if (!L_0) { goto IL_0010; } } { __this->set__currentState_3(0); return; } IL_0010: { __this->set__currentState_3(((int32_t)12)); return; } } // Newtonsoft.Json.JsonContainerType Newtonsoft.Json.JsonReader::GetTypeForCloseToken(Newtonsoft.Json.JsonToken) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetTypeForCloseToken_mAD289260793FC33C6591C760106313A8FF49C81D (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, int32_t ___token0, const RuntimeMethod* method) { { int32_t L_0 = ___token0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)((int32_t)13)))) { case 0: { goto IL_0017; } case 1: { goto IL_0019; } case 2: { goto IL_001b; } } } { goto IL_001d; } IL_0017: { return (int32_t)(1); } IL_0019: { return (int32_t)(2); } IL_001b: { return (int32_t)(3); } IL_001d: { IL2CPP_RUNTIME_CLASS_INIT(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98_il2cpp_TypeInfo_var))); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1; L_1 = CultureInfo_get_InvariantCulture_m9FAAFAF8A00091EE1FCB7098AD3F163ECDF02164(/*hidden argument*/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_t6EABE93126C249088FCF637662200FBBDB323D77_il2cpp_TypeInfo_var)), &L_3); String_t* L_5; L_5 = StringUtils_FormatWith_mA88108ED0CDF74A30989A7B14A393D7A5292DFDD(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEF7BA52D332C76AD75DE632E0A04B7AFED29EECA)), L_1, L_4, /*hidden argument*/NULL); JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_6; L_6 = JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10(__this, L_5, /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_GetTypeForCloseToken_mAD289260793FC33C6591C760106313A8FF49C81D_RuntimeMethod_var))); } } // System.Void Newtonsoft.Json.JsonReader::System.IDisposable.Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_System_IDisposable_Dispose_mEDB416B4AA7D52B17568BCEE029C0E74456622AE (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { VirtualActionInvoker1< bool >::Invoke(19 /* System.Void Newtonsoft.Json.JsonReader::Dispose(System.Boolean) */, __this, (bool)1); IL2CPP_RUNTIME_CLASS_INIT(GC_tD6F0377620BF01385965FD29272CF088A4309C0D_il2cpp_TypeInfo_var); GC_SuppressFinalize_mEE880E988C6AF32AA2F67F2D62715281EAA41555(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_Dispose_m08971695B49BDE8C2BF675C8FA6FC1F7D9C98927 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, bool ___disposing0, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_3(); bool L_1 = ___disposing0; if (!((int32_t)((int32_t)((((int32_t)((((int32_t)L_0) == ((int32_t)7))? 1 : 0)) == ((int32_t)0))? 1 : 0)&(int32_t)L_1))) { goto IL_0016; } } { VirtualActionInvoker0::Invoke(20 /* 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_m4E8C8BA343F029A92185BE9700D040DC0D64DA63 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { __this->set__currentState_3(7); __this->set__tokenType_0(0); __this->set__value_1(NULL); return; } } // System.Void Newtonsoft.Json.JsonReader::ReadAndAssert() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_0) { goto IL_0014; } } { JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_1; L_1 = JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1(__this, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBCF1D25B05860FF3AADE7EC54A45D791634970B6)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonReader_ReadAndAssert_m76D2D5B12749D2C22654F73EED1CD0732FF6F325_RuntimeMethod_var))); } IL_0014: { return; } } // System.Boolean Newtonsoft.Json.JsonReader::ReadAndMoveToContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_ReadAndMoveToContent_mF757D383C9D101224600F9C1583F0D0259A92D9A (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (!L_0) { goto IL_000f; } } { bool L_1; L_1 = JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF(__this, /*hidden argument*/NULL); return L_1; } IL_000f: { return (bool)0; } } // System.Boolean Newtonsoft.Json.JsonReader::MoveToContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonReader_MoveToContent_m13B5E0F451D9375FE8426E8607123D4B1BB5FAFF (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); V_0 = L_0; goto IL_001a; } IL_0009: { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_1) { goto IL_0013; } } { return (bool)0; } IL_0013: { int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); V_0 = L_2; } IL_001a: { int32_t L_3 = V_0; if (!L_3) { goto IL_0009; } } { int32_t L_4 = V_0; if ((((int32_t)L_4) == ((int32_t)5))) { goto IL_0009; } } { return (bool)1; } } // Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::GetContentToken() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonReader_GetContentToken_m00E60F100E8E96037D7EEBC58ABB10ABFCD51425 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean Newtonsoft.Json.JsonReader::Read() */, __this); if (L_0) { goto IL_0011; } } { JsonReader_SetToken_m596B254D54E8510EFD2B55B90DBD91F508663DE7(__this, 0, /*hidden argument*/NULL); return (int32_t)(0); } IL_0011: { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(5 /* Newtonsoft.Json.JsonToken Newtonsoft.Json.JsonReader::get_TokenType() */, __this); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_0000; } } { int32_t L_3 = V_0; return L_3; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonReaderException::set_LineNumber(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException_set_LineNumber_m58D7F78EDF8E50EF1FABED396E0937E90FEB80E0 (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLineNumberU3Ek__BackingField_17(L_0); return; } } // System.Void Newtonsoft.Json.JsonReaderException::set_LinePosition(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException_set_LinePosition_mCA678F4B877AA9280AABE8360DC6FDF7A9767E35 (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLinePositionU3Ek__BackingField_18(L_0); return; } } // System.Void Newtonsoft.Json.JsonReaderException::set_Path(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException_set_Path_m6B817BB33F36B9E8A46FB5E1BF5A9870C07D52F7 (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_19(L_0); return; } } // System.Void Newtonsoft.Json.JsonReaderException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_mF7E8BD1AEBA6CB286A4143011880174D92DE07A9 (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, const RuntimeMethod* method) { { JsonException__ctor_m4B89CC156A90FEB6590293B8345A29C4A3AF2F61(__this, /*hidden argument*/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_m162E25E41E4D4D1A6473A86EBDCC9A46C342100E (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; JsonException__ctor_mEA891D09EA66922D82EA420BC5C3A5EA1CD34429(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonReaderException::.ctor(System.String,System.Exception,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonReaderException__ctor_mD43CD8B54C34BC62AFEAA8E35DC1C3D7C718E0FF (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, String_t* ___message0, Exception_t * ___innerException1, String_t* ___path2, int32_t ___lineNumber3, int32_t ___linePosition4, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D(__this, L_0, L_1, /*hidden argument*/NULL); String_t* L_2 = ___path2; JsonReaderException_set_Path_m6B817BB33F36B9E8A46FB5E1BF5A9870C07D52F7_inline(__this, L_2, /*hidden argument*/NULL); int32_t L_3 = ___lineNumber3; JsonReaderException_set_LineNumber_m58D7F78EDF8E50EF1FABED396E0937E90FEB80E0_inline(__this, L_3, /*hidden argument*/NULL); int32_t L_4 = ___linePosition4; JsonReaderException_set_LinePosition_mCA678F4B877AA9280AABE8360DC6FDF7A9767E35_inline(__this, L_4, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReaderException_Create_mA3B5AC4B595CA5539698FBC01F023F96AE187C10 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; String_t* L_1 = ___message1; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_2; L_2 = JsonReaderException_Create_m785CC1EA2CBB4B7DBB386ACDE459E35AF16A4578(L_0, L_1, (Exception_t *)NULL, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReaderException_Create_m785CC1EA2CBB4B7DBB386ACDE459E35AF16A4578 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___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_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_1); String_t* L_3 = ___message1; Exception_t * L_4 = ___ex2; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_5; L_5 = JsonReaderException_Create_mA5943063A731BCB5236B473BB1AC072EFF047E03(((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)), L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.JsonReaderException Newtonsoft.Json.JsonReaderException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * JsonReaderException_Create_mA5943063A731BCB5236B473BB1AC072EFF047E03 (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_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22_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_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); String_t* L_3; L_3 = JsonPosition_FormatMessage_m67B75B828B5C6B8607C660494A4E03746A7E49C7(L_0, L_1, L_2, /*hidden argument*/NULL); ___message2 = L_3; RuntimeObject* L_4 = ___lineInfo0; if (!L_4) { goto IL_0025; } } { RuntimeObject* L_5 = ___lineInfo0; NullCheck(L_5); bool L_6; L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean Newtonsoft.Json.IJsonLineInfo::HasLineInfo() */, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_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_tB6588256B4CFA78381C00590811E52C1CF72208C_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_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var, L_9); V_1 = L_10; goto IL_0029; } IL_0025: { V_0 = 0; V_1 = 0; } IL_0029: { String_t* L_11 = ___message2; Exception_t * L_12 = ___ex3; String_t* L_13 = ___path1; int32_t L_14 = V_0; int32_t L_15 = V_1; JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * L_16 = (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 *)il2cpp_codegen_object_new(JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22_il2cpp_TypeInfo_var); JsonReaderException__ctor_mD43CD8B54C34BC62AFEAA8E35DC1C3D7C718E0FF(L_16, L_11, L_12, L_13, L_14, L_15, /*hidden argument*/NULL); return L_16; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonRequiredAttribute::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonRequiredAttribute__ctor_mC953A8CBE5252F7A51705129DF3A33E3155DCAE8 (JsonRequiredAttribute_t38E122845B6ED99508EF614952FEE26100250F43 * __this, const RuntimeMethod* method) { { Attribute__ctor_m5C1862A7DFC2C25A4797A8C5F681FBB5CB53ECE1(__this, /*hidden argument*/NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonSerializationException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m9C747242009145B556038262A6D15A24F20D3403 (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, const RuntimeMethod* method) { { JsonException__ctor_m4B89CC156A90FEB6590293B8345A29C4A3AF2F61(__this, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_mE0EA4480BC4246503121539E1D97555D480D016A (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, String_t* ___message0, const RuntimeMethod* method) { { String_t* L_0 = ___message0; JsonException__ctor_mC1855E8561781A110D7242742AD17C18B1E2ACD5(__this, L_0, /*hidden argument*/NULL); return; } } // System.Void Newtonsoft.Json.JsonSerializationException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializationException__ctor_m4B135F45D0D5B7340A79511A46B89E0C6028E8F5 (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method) { { String_t* L_0 = ___message0; Exception_t * L_1 = ___innerException1; JsonException__ctor_m5BC13634D631AA9D03E3A6E50539784F6F69461D(__this, L_0, L_1, /*hidden argument*/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_m1D3E38D973ACAD6C35D819E27050446FFD4A912A (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * __this, SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * ___info0, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___context1, const RuntimeMethod* method) { { SerializationInfo_t097DA64D9DB49ED7F2458E964BE8CCCF63FC67C1 * L_0 = ___info0; StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_1 = ___context1; JsonException__ctor_mEA891D09EA66922D82EA420BC5C3A5EA1CD34429(__this, L_0, L_1, /*hidden argument*/NULL); return; } } // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_mD9A18483FE8F8CBEDFADA46CA0DC688AF9A4CAB1 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, String_t* ___message1, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; String_t* L_1 = ___message1; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_2; L_2 = JsonSerializationException_Create_mCF8746FC844DE08A48F21AA2FBB051BBECE58228(L_0, L_1, (Exception_t *)NULL, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.JsonReader,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_mCF8746FC844DE08A48F21AA2FBB051BBECE58228 (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___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_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___reader0; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String Newtonsoft.Json.JsonReader::get_Path() */, L_1); String_t* L_3 = ___message1; Exception_t * L_4 = ___ex2; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_5; L_5 = JsonSerializationException_Create_m163D03CFC17934D8181072F94DE5D8FBC674847E(((RuntimeObject*)IsInst((RuntimeObject*)L_0, IJsonLineInfo_tB6588256B4CFA78381C00590811E52C1CF72208C_il2cpp_TypeInfo_var)), L_2, L_3, L_4, /*hidden argument*/NULL); return L_5; } } // Newtonsoft.Json.JsonSerializationException Newtonsoft.Json.JsonSerializationException::Create(Newtonsoft.Json.IJsonLineInfo,System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * JsonSerializationException_Create_m163D03CFC17934D8181072F94DE5D8FBC674847E (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*)&JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = ___lineInfo0; String_t* L_1 = ___path1; String_t* L_2 = ___message2; IL2CPP_RUNTIME_CLASS_INIT(JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A_il2cpp_TypeInfo_var); String_t* L_3; L_3 = JsonPosition_FormatMessage_m67B75B828B5C6B8607C660494A4E03746A7E49C7(L_0, L_1, L_2, /*hidden argument*/NULL); ___message2 = L_3; String_t* L_4 = ___message2; Exception_t * L_5 = ___ex3; JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 * L_6 = (JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934 *)il2cpp_codegen_object_new(JsonSerializationException_tF4FBB26947E10A23AFDD6F88B7D98CC126FA2934_il2cpp_TypeInfo_var); JsonSerializationException__ctor_m4B135F45D0D5B7340A79511A46B89E0C6028E8F5(L_6, L_4, L_5, /*hidden argument*/NULL); return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void Newtonsoft.Json.JsonSerializer::add_Error(System.EventHandler`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_add_Error_m136B8C87AFB69A32E77725188F5041747EAB2CC5 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * V_0 = NULL; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * V_1 = NULL; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * V_2 = NULL; { EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_0 = __this->get_Error_30(); V_0 = L_0; } IL_0007: { EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_1 = V_0; V_1 = L_1; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_2 = V_1; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Combine_m631D10D6CFF81AB4F237B9D549B235A54F45FA55(L_2, L_3, /*hidden argument*/NULL); V_2 = ((EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A *)CastclassSealed((RuntimeObject*)L_4, EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A_il2cpp_TypeInfo_var)); EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A ** L_5 = __this->get_address_of_Error_30(); EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_6 = V_2; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_7 = V_1; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_8; L_8 = InterlockedCompareExchangeImpl((EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A **)L_5, L_6, L_7); V_0 = L_8; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_9 = V_0; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_10 = V_1; if ((!(((RuntimeObject*)(EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A *)L_9) == ((RuntimeObject*)(EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Newtonsoft.Json.JsonSerializer::remove_Error(System.EventHandler`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_remove_Error_mD595D74F07DC33EBC5D4822062A8E117B365651D (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * V_0 = NULL; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * V_1 = NULL; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * V_2 = NULL; { EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_0 = __this->get_Error_30(); V_0 = L_0; } IL_0007: { EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_1 = V_0; V_1 = L_1; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_2 = V_1; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_3 = ___value0; Delegate_t * L_4; L_4 = Delegate_Remove_m8B4AD17254118B2904720D55C9B34FB3DCCBD7D4(L_2, L_3, /*hidden argument*/NULL); V_2 = ((EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A *)CastclassSealed((RuntimeObject*)L_4, EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A_il2cpp_TypeInfo_var)); EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A ** L_5 = __this->get_address_of_Error_30(); EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_6 = V_2; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_7 = V_1; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_8; L_8 = InterlockedCompareExchangeImpl((EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A **)L_5, L_6, L_7); V_0 = L_8; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_9 = V_0; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_10 = V_1; if ((!(((RuntimeObject*)(EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A *)L_9) == ((RuntimeObject*)(EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A *)L_10)))) { goto IL_0007; } } { return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ReferenceResolver_mD3C2A1B634ABC9F2BF2E6FAB6109069EAB03AC9D (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; if (L_0) { goto IL_0013; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral55AF7DBF13B32167FCB3F5C1105702295D67D528)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ReferenceResolver_mD3C2A1B634ABC9F2BF2E6FAB6109069EAB03AC9D_RuntimeMethod_var))); } IL_0013: { RuntimeObject* L_2 = ___value0; __this->set__referenceResolver_16(L_2); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_Binder(System.Runtime.Serialization.SerializationBinder) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_Binder_m7E06D4CB1C7F59D3FA7E29FA1886AA94C25DBF72 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * ___value0, const RuntimeMethod* method) { { SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * L_0 = ___value0; if (L_0) { goto IL_0013; } } { ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB * L_1 = (ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_tFB5C4621957BC53A7D1B4FDD5C38B4D6E15DB8FB_il2cpp_TypeInfo_var))); ArgumentNullException__ctor_mAD2F05A24C92A657CBCA8C43A9A373C53739A283(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB56B1A8EB1266CAF5186ABF821BE92341AEB5FAF)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_Binder_m7E06D4CB1C7F59D3FA7E29FA1886AA94C25DBF72_RuntimeMethod_var))); } IL_0013: { SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * L_2 = ___value0; __this->set__binder_14(L_2); return; } } // Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_TraceWriter_m32A55EF6A296117BB51444D5B91203C610AE32F5 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__traceWriter_12(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_TraceWriter_mE25689D7A3A7E33DD93F47B89C9C1149CAB7D019 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__traceWriter_12(L_0); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_EqualityComparer(System.Collections.IEqualityComparer) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_EqualityComparer_mB8FCB07FD08065F2366421FB99412B43387CCDB9 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set__equalityComparer_13(L_0); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_TypeNameHandling_m46F4935848B54A7E94AEB9673772AC5841A0325A (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __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_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_TypeNameHandling_m46F4935848B54A7E94AEB9673772AC5841A0325A_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__typeNameHandling_0(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_TypeNameAssemblyFormat_m6BC30A81C47835FFADD986CA947950DA2372D4C5 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_TypeNameAssemblyFormat_m6BC30A81C47835FFADD986CA947950DA2372D4C5_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__typeNameAssemblyFormat_1(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_PreserveReferencesHandling_m161316AF11381FFE737F5723260F589523B6B72D (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)3))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_PreserveReferencesHandling_m161316AF11381FFE737F5723260F589523B6B72D_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__preserveReferencesHandling_2(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ReferenceLoopHandling_mD785BE5461A2B2CFD06135C705663EA03A48B941 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ReferenceLoopHandling_mD785BE5461A2B2CFD06135C705663EA03A48B941_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__referenceLoopHandling_3(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_MissingMemberHandling_mF2977B5D3B3A3C2AB6022E953C59F1EB9DCA80B6 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_MissingMemberHandling_mF2977B5D3B3A3C2AB6022E953C59F1EB9DCA80B6_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__missingMemberHandling_4(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_NullValueHandling(Newtonsoft.Json.NullValueHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_NullValueHandling_m6C04322512F3327945BE96643FB7D73F29F49728 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_NullValueHandling_m6C04322512F3327945BE96643FB7D73F29F49728_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__nullValueHandling_6(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_DefaultValueHandling_m2314487781B4564F15749A9EBC40E82F38583EE0 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)3))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_DefaultValueHandling_m2314487781B4564F15749A9EBC40E82F38583EE0_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__defaultValueHandling_7(L_3); return; } } // Newtonsoft.Json.ObjectCreationHandling Newtonsoft.Json.JsonSerializer::get_ObjectCreationHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_ObjectCreationHandling_m449A2FB0FE5DCA2FB6336EBC6C94205882DBCA2C (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__objectCreationHandling_5(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ObjectCreationHandling_mC8AC2C0A1F13E47C8FC2187C7F6034E016E53883 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ObjectCreationHandling_mC8AC2C0A1F13E47C8FC2187C7F6034E016E53883_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__objectCreationHandling_5(L_3); return; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ConstructorHandling_m3D7BB6B7EEC94E2483876028E043FD2C5AB16AF6 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)1))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_ConstructorHandling_m3D7BB6B7EEC94E2483876028E043FD2C5AB16AF6_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__constructorHandling_8(L_3); return; } } // Newtonsoft.Json.MetadataPropertyHandling Newtonsoft.Json.JsonSerializer::get_MetadataPropertyHandling() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_MetadataPropertyHandling_m9CE77DBC6F00B04E5896AF5F63E04C2DE4A45682 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__metadataPropertyHandling_9(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_MetadataPropertyHandling_m6A97B28D50BA612902F6184D48BF340D591C12E3 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; if ((((int32_t)L_0) < ((int32_t)0))) { goto IL_0008; } } { int32_t L_1 = ___value0; if ((((int32_t)L_1) <= ((int32_t)2))) { goto IL_0013; } } IL_0008: { ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 * L_2 = (ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8 *)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tFAF23713820951D4A09ABBFE5CC091E445A6F3D8_il2cpp_TypeInfo_var))); ArgumentOutOfRangeException__ctor_m329C2882A4CB69F185E98D0DD7E853AA9220960A(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), /*hidden argument*/NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&JsonSerializer_set_MetadataPropertyHandling_m6A97B28D50BA612902F6184D48BF340D591C12E3_RuntimeMethod_var))); } IL_0013: { int32_t L_3 = ___value0; __this->set__metadataPropertyHandling_9(L_3); return; } } // Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * JsonSerializer_get_Converters_m4BACB468E417A63594FDAF97CC887FCE0BA11D63 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * L_0 = __this->get__converters_10(); if (L_0) { goto IL_0013; } } { JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * L_1 = (JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 *)il2cpp_codegen_object_new(JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598_il2cpp_TypeInfo_var); JsonConverterCollection__ctor_mAB670A818B8439ADBF061CFA546139E16F323999(L_1, /*hidden argument*/NULL); __this->set__converters_10(L_1); } IL_0013: { JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * L_2 = __this->get__converters_10(); return L_2; } } // Newtonsoft.Json.Serialization.IContractResolver Newtonsoft.Json.JsonSerializer::get_ContractResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_get_ContractResolver_m685FD586C3CCDC826656391197132D1BA8BE9C01 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get__contractResolver_11(); return L_0; } } // System.Void Newtonsoft.Json.JsonSerializer::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_ContractResolver_mE653319EAA8E9D08DEFD578573DA158099C75BB8 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * G_B2_1 = NULL; RuntimeObject* G_B1_0 = NULL; JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * G_B1_1 = NULL; { RuntimeObject* L_0 = ___value0; RuntimeObject* L_1 = L_0; G_B1_0 = L_1; G_B1_1 = __this; if (L_1) { G_B2_0 = L_1; G_B2_1 = __this; goto IL_000b; } } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); RuntimeObject* L_2; L_2 = DefaultContractResolver_get_Instance_mA523B467C8E9CBF3304FF0B4D98E79F40731A381_inline(/*hidden argument*/NULL); G_B2_0 = L_2; G_B2_1 = G_B1_1; } IL_000b: { NullCheck(G_B2_1); G_B2_1->set__contractResolver_11(G_B2_0); return; } } // System.Runtime.Serialization.StreamingContext Newtonsoft.Json.JsonSerializer::get_Context() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 JsonSerializer_get_Context_m3F59C4B0B76C47CC313C5547078B7508C9321033 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { { StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_0 = __this->get__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_m612B36A9ED78858EFC029EAB6CAC485329D482DF (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 ___value0, const RuntimeMethod* method) { { StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_0 = ___value0; __this->set__context_15(L_0); return; } } // Newtonsoft.Json.Formatting Newtonsoft.Json.JsonSerializer::get_Formatting() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t JsonSerializer_get_Formatting_m8C27A28C736F2C591DDD467EB420EE8FD740A219 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 V_0; memset((&V_0), 0, sizeof(V_0)); { Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 L_0 = __this->get__formatting_17(); V_0 = L_0; bool L_1; L_1 = Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (int32_t)(0); } IL_0012: { int32_t L_2; L_2 = Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_RuntimeMethod_var); return L_2; } } // System.Boolean Newtonsoft.Json.JsonSerializer::get_CheckAdditionalContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializer_get_CheckAdditionalContent_m54805A2237B182F97A39261349E03DA4E68FA26E (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 V_0; memset((&V_0), 0, sizeof(V_0)); { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = __this->get__checkAdditionalContent_27(); V_0 = L_0; bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (L_1) { goto IL_0012; } } { return (bool)0; } IL_0012: { bool L_2; L_2 = Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_RuntimeMethod_var); return L_2; } } // System.Void Newtonsoft.Json.JsonSerializer::set_CheckAdditionalContent(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_set_CheckAdditionalContent_m64B92786343D36B07367275221F7AF1799A63175 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, bool ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { bool L_0 = ___value0; Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_1; memset((&L_1), 0, sizeof(L_1)); Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49((&L_1), L_0, /*hidden argument*/Nullable_1__ctor_mBD9860C6159D4C77D6FFEF79D6DE34EDF2F44A49_RuntimeMethod_var); __this->set__checkAdditionalContent_27(L_1); return; } } // System.Boolean Newtonsoft.Json.JsonSerializer::IsCheckAdditionalContentSet() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool JsonSerializer_IsCheckAdditionalContentSet_m9C86FC26E84A54AA3795898DB49433F8192044B4 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_0 = __this->get_address_of__checkAdditionalContent_27(); bool L_1; L_1 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); return L_1; } } // System.Void Newtonsoft.Json.JsonSerializer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer__ctor_m0913ACE6CF06014B5A2431243D42205F803A54C6 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_m88880E0413421D13FD95325EDCE231707CE1F405(__this, /*hidden argument*/NULL); __this->set__referenceLoopHandling_3(0); __this->set__missingMemberHandling_4(0); __this->set__nullValueHandling_6(0); __this->set__defaultValueHandling_7(0); __this->set__objectCreationHandling_5(0); __this->set__preserveReferencesHandling_2(0); __this->set__constructorHandling_8(0); __this->set__typeNameHandling_0(0); __this->set__metadataPropertyHandling_9(0); IL2CPP_RUNTIME_CLASS_INIT(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_0 = ((JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var))->get_DefaultContext_0(); __this->set__context_15(L_0); IL2CPP_RUNTIME_CLASS_INIT(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var); DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E * L_1 = ((DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_StaticFields*)il2cpp_codegen_static_fields_for(DefaultSerializationBinder_t927DD5D308ED3D295D28C41669FC06F673B56A9E_il2cpp_TypeInfo_var))->get_Instance_0(); __this->set__binder_14(L_1); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ((JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_StaticFields*)il2cpp_codegen_static_fields_for(JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE_il2cpp_TypeInfo_var))->get_DefaultCulture_1(); __this->set__culture_24(L_2); IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); RuntimeObject* L_3; L_3 = DefaultContractResolver_get_Instance_mA523B467C8E9CBF3304FF0B4D98E79F40731A381_inline(/*hidden argument*/NULL); __this->set__contractResolver_11(L_3); return; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_Create_m343A80A2583E9C591E032DC8D16A28D2262F3FE9 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_0 = (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD *)il2cpp_codegen_object_new(JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD_il2cpp_TypeInfo_var); JsonSerializer__ctor_m0913ACE6CF06014B5A2431243D42205F803A54C6(L_0, /*hidden argument*/NULL); return L_0; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::Create(Newtonsoft.Json.JsonSerializerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_Create_mA5B10CA3D061D3D447A6EEAAB8551013CD8C2D1A (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings0, const RuntimeMethod* method) { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * V_0 = NULL; { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_0; L_0 = JsonSerializer_Create_m343A80A2583E9C591E032DC8D16A28D2262F3FE9(/*hidden argument*/NULL); V_0 = L_0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_1 = ___settings0; if (!L_1) { goto IL_0010; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_2 = V_0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_3 = ___settings0; JsonSerializer_ApplySerializerSettings_mB017C3FC163387EC018E84E6F0FEE2F83A5E7D7B(L_2, L_3, /*hidden argument*/NULL); } IL_0010: { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_4 = V_0; return L_4; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_mE91913C083F58F1ADCAD6FEDA941964733C580F1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * V_0 = NULL; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * G_B3_0 = NULL; { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_0; L_0 = JsonConvert_get_DefaultSettings_m45F17C3434357C179C0A48E5AB5F9914AD8DDC82_inline(/*hidden argument*/NULL); V_0 = L_0; Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_1 = V_0; if (L_1) { goto IL_000c; } } { G_B3_0 = ((JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE *)(NULL)); goto IL_0012; } IL_000c: { Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_2 = V_0; NullCheck(L_2); JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_3; L_3 = Func_1_Invoke_mE91913C083F58F1ADCAD6FEDA941964733C580F1(L_2, /*hidden argument*/Func_1_Invoke_mE91913C083F58F1ADCAD6FEDA941964733C580F1_RuntimeMethod_var); G_B3_0 = L_3; } IL_0012: { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_4; L_4 = JsonSerializer_Create_mA5B10CA3D061D3D447A6EEAAB8551013CD8C2D1A(G_B3_0, /*hidden argument*/NULL); return L_4; } } // Newtonsoft.Json.JsonSerializer Newtonsoft.Json.JsonSerializer::CreateDefault(Newtonsoft.Json.JsonSerializerSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * JsonSerializer_CreateDefault_mB0A448158979A4FDBA636DCBAFA44F4AC7A97A77 (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings0, const RuntimeMethod* method) { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * V_0 = NULL; { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_0; L_0 = JsonSerializer_CreateDefault_mFBB356F39223E41BD12796A4A4EAC0128D73B629(/*hidden argument*/NULL); V_0 = L_0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_1 = ___settings0; if (!L_1) { goto IL_0010; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_2 = V_0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_3 = ___settings0; JsonSerializer_ApplySerializerSettings_mB017C3FC163387EC018E84E6F0FEE2F83A5E7D7B(L_2, L_3, /*hidden argument*/NULL); } IL_0010: { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * 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_mB017C3FC163387EC018E84E6F0FEE2F83A5E7D7B (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * ___serializer0, JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * ___settings1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CollectionUtils_IsNullOrEmpty_TisJsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_m07713FEC9DB4746D759D630F16A9E280BA0CF0D9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Collection_1_Insert_m26C35A847C4DC38A2D73BE4515029193630EF08A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_Invoke_m3E4F3443DE65627284A33F170ACD890BE5DF03CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t745BA36938E6CA49AC50F8732C33AF4CBDB2E379_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tFCA8EA64EBB37AD1CDF92AB1C3591D6745600FAC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m27DA9BF8CD761075EBCC1EA5C258944D1007E23E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m46A00CDDE2E720EBA5C1397A2D616087DF9CD326_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5DC71178677F76D05BF35254A52842687B28464D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7579138774EF2DD21B449FDD4DB80E514666BC7E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mA59F0340FABAB8E22CF30D94832D2DD3BC0A1140_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_0 = ___settings1; NullCheck(L_0); RuntimeObject* L_1; L_1 = JsonSerializerSettings_get_Converters_mA00CF4ADB3030560B25C39E09CB4E60959686B54_inline(L_0, /*hidden argument*/NULL); bool L_2; L_2 = CollectionUtils_IsNullOrEmpty_TisJsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_m07713FEC9DB4746D759D630F16A9E280BA0CF0D9(L_1, /*hidden argument*/CollectionUtils_IsNullOrEmpty_TisJsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242_m07713FEC9DB4746D759D630F16A9E280BA0CF0D9_RuntimeMethod_var); if (L_2) { goto IL_003b; } } { V_0 = 0; goto IL_002d; } IL_0011: { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_3 = ___serializer0; NullCheck(L_3); JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * L_4; L_4 = VirtualFuncInvoker0< JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * >::Invoke(23 /* Newtonsoft.Json.JsonConverterCollection Newtonsoft.Json.JsonSerializer::get_Converters() */, L_3); int32_t L_5 = V_0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_6 = ___settings1; NullCheck(L_6); RuntimeObject* L_7; L_7 = JsonSerializerSettings_get_Converters_mA00CF4ADB3030560B25C39E09CB4E60959686B54_inline(L_6, /*hidden argument*/NULL); int32_t L_8 = V_0; NullCheck(L_7); JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_9; L_9 = InterfaceFuncInvoker1< JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_tFCA8EA64EBB37AD1CDF92AB1C3591D6745600FAC_il2cpp_TypeInfo_var, L_7, L_8); NullCheck(L_4); Collection_1_Insert_m26C35A847C4DC38A2D73BE4515029193630EF08A(L_4, L_5, L_9, /*hidden argument*/Collection_1_Insert_m26C35A847C4DC38A2D73BE4515029193630EF08A_RuntimeMethod_var); int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)); } IL_002d: { int32_t L_11 = V_0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_12 = ___settings1; NullCheck(L_12); RuntimeObject* L_13; L_13 = JsonSerializerSettings_get_Converters_mA00CF4ADB3030560B25C39E09CB4E60959686B54_inline(L_12, /*hidden argument*/NULL); NullCheck(L_13); int32_t L_14; L_14 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t745BA36938E6CA49AC50F8732C33AF4CBDB2E379_il2cpp_TypeInfo_var, L_13); if ((((int32_t)L_11) < ((int32_t)L_14))) { goto IL_0011; } } IL_003b: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_15 = ___settings1; NullCheck(L_15); Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 * L_16 = L_15->get_address_of__typeNameHandling_24(); bool L_17; L_17 = Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_inline((Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 *)L_16, /*hidden argument*/Nullable_1_get_HasValue_m187767DB130985735BB313C89446E8D331FC0FD2_RuntimeMethod_var); if (!L_17) { goto IL_0054; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_18 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_19 = ___settings1; NullCheck(L_19); int32_t L_20; L_20 = JsonSerializerSettings_get_TypeNameHandling_m4CB08F2D2E4CF379CFEBB3A5E686525C73DF33F3(L_19, /*hidden argument*/NULL); NullCheck(L_18); VirtualActionInvoker1< int32_t >::Invoke(11 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameHandling(Newtonsoft.Json.TypeNameHandling) */, L_18, L_20); } IL_0054: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_21 = ___settings1; NullCheck(L_21); Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF * L_22 = L_21->get_address_of__metadataPropertyHandling_25(); bool L_23; L_23 = Nullable_1_get_HasValue_m46A00CDDE2E720EBA5C1397A2D616087DF9CD326_inline((Nullable_1_tA44291AF18F56134076364BEC9E5E4D64D4B3CEF *)L_22, /*hidden argument*/Nullable_1_get_HasValue_m46A00CDDE2E720EBA5C1397A2D616087DF9CD326_RuntimeMethod_var); if (!L_23) { goto IL_006d; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_24 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_25 = ___settings1; NullCheck(L_25); int32_t L_26; L_26 = JsonSerializerSettings_get_MetadataPropertyHandling_m1979A9CBD9D1AA8B8A7C018A901DB13E2F730755(L_25, /*hidden argument*/NULL); NullCheck(L_24); VirtualActionInvoker1< int32_t >::Invoke(22 /* System.Void Newtonsoft.Json.JsonSerializer::set_MetadataPropertyHandling(Newtonsoft.Json.MetadataPropertyHandling) */, L_24, L_26); } IL_006d: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_27 = ___settings1; NullCheck(L_27); Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE * L_28 = L_27->get_address_of__typeNameAssemblyFormat_15(); bool L_29; L_29 = Nullable_1_get_HasValue_mA59F0340FABAB8E22CF30D94832D2DD3BC0A1140_inline((Nullable_1_t0EA7F988F9E737BCEA42107E7ADC8BBA49A409FE *)L_28, /*hidden argument*/Nullable_1_get_HasValue_mA59F0340FABAB8E22CF30D94832D2DD3BC0A1140_RuntimeMethod_var); if (!L_29) { goto IL_0086; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_30 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_31 = ___settings1; NullCheck(L_31); int32_t L_32; L_32 = JsonSerializerSettings_get_TypeNameAssemblyFormat_mE170FB6EE981C3B047B5372E8226F9DB2B42186C(L_31, /*hidden argument*/NULL); NullCheck(L_30); VirtualActionInvoker1< int32_t >::Invoke(12 /* System.Void Newtonsoft.Json.JsonSerializer::set_TypeNameAssemblyFormat(System.Runtime.Serialization.Formatters.FormatterAssemblyStyle) */, L_30, L_32); } IL_0086: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_33 = ___settings1; NullCheck(L_33); Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F * L_34 = L_33->get_address_of__preserveReferencesHandling_17(); bool L_35; L_35 = Nullable_1_get_HasValue_m7579138774EF2DD21B449FDD4DB80E514666BC7E_inline((Nullable_1_t6093C7701F9D4389152377F3BA2162EC82A4E09F *)L_34, /*hidden argument*/Nullable_1_get_HasValue_m7579138774EF2DD21B449FDD4DB80E514666BC7E_RuntimeMethod_var); if (!L_35) { goto IL_009f; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_36 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_37 = ___settings1; NullCheck(L_37); int32_t L_38; L_38 = JsonSerializerSettings_get_PreserveReferencesHandling_m40AD87AF8549E3D4DF02321CC09D969CE331D6D2(L_37, /*hidden argument*/NULL); NullCheck(L_36); VirtualActionInvoker1< int32_t >::Invoke(13 /* System.Void Newtonsoft.Json.JsonSerializer::set_PreserveReferencesHandling(Newtonsoft.Json.PreserveReferencesHandling) */, L_36, L_38); } IL_009f: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_39 = ___settings1; NullCheck(L_39); Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 * L_40 = L_39->get_address_of__referenceLoopHandling_21(); bool L_41; L_41 = Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_inline((Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 *)L_40, /*hidden argument*/Nullable_1_get_HasValue_m58E41ABE4466084C9774A04D4966C82973C6FCD5_RuntimeMethod_var); if (!L_41) { goto IL_00b8; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_42 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_43 = ___settings1; NullCheck(L_43); int32_t L_44; L_44 = JsonSerializerSettings_get_ReferenceLoopHandling_mE0AC27809ED641B0E18CC9E536E9CD5B42CDAA4C(L_43, /*hidden argument*/NULL); NullCheck(L_42); VirtualActionInvoker1< int32_t >::Invoke(14 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceLoopHandling(Newtonsoft.Json.ReferenceLoopHandling) */, L_42, L_44); } IL_00b8: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_45 = ___settings1; NullCheck(L_45); Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 * L_46 = L_45->get_address_of__missingMemberHandling_20(); bool L_47; L_47 = Nullable_1_get_HasValue_m27DA9BF8CD761075EBCC1EA5C258944D1007E23E_inline((Nullable_1_tA939DD19965E9AA91732739C7A4AEF61494A1346 *)L_46, /*hidden argument*/Nullable_1_get_HasValue_m27DA9BF8CD761075EBCC1EA5C258944D1007E23E_RuntimeMethod_var); if (!L_47) { goto IL_00d1; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_48 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_49 = ___settings1; NullCheck(L_49); int32_t L_50; L_50 = JsonSerializerSettings_get_MissingMemberHandling_m6385A7576D28D9D9277816476A37769C9B27667E(L_49, /*hidden argument*/NULL); NullCheck(L_48); VirtualActionInvoker1< int32_t >::Invoke(15 /* System.Void Newtonsoft.Json.JsonSerializer::set_MissingMemberHandling(Newtonsoft.Json.MissingMemberHandling) */, L_48, L_50); } IL_00d1: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_51 = ___settings1; NullCheck(L_51); Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 * L_52 = L_51->get_address_of__objectCreationHandling_19(); bool L_53; L_53 = Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_inline((Nullable_1_tE7F578DDE9FEA9EABF3601C7DC2D583AFEA71454 *)L_52, /*hidden argument*/Nullable_1_get_HasValue_m707673A866659DEB0A41587BF73DFEC761DECA4B_RuntimeMethod_var); if (!L_53) { goto IL_00ea; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_54 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_55 = ___settings1; NullCheck(L_55); int32_t L_56; L_56 = JsonSerializerSettings_get_ObjectCreationHandling_mEC581687287DADA94F0AA0545ABDAE18949D84A5(L_55, /*hidden argument*/NULL); NullCheck(L_54); VirtualActionInvoker1< int32_t >::Invoke(19 /* System.Void Newtonsoft.Json.JsonSerializer::set_ObjectCreationHandling(Newtonsoft.Json.ObjectCreationHandling) */, L_54, L_56); } IL_00ea: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_57 = ___settings1; NullCheck(L_57); Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF * L_58 = L_57->get_address_of__nullValueHandling_18(); bool L_59; L_59 = Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_inline((Nullable_1_tA7CD3CD4938120FE164106D286D8DAFE253C3ADF *)L_58, /*hidden argument*/Nullable_1_get_HasValue_mC23C1C6CA04D689A2C02876A37B9489AB1766DEE_RuntimeMethod_var); if (!L_59) { goto IL_0103; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_60 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_61 = ___settings1; NullCheck(L_61); int32_t L_62; L_62 = JsonSerializerSettings_get_NullValueHandling_m1D1AC290FF9F4F390128B2327ED3F81EE979B7C2(L_61, /*hidden argument*/NULL); NullCheck(L_60); VirtualActionInvoker1< int32_t >::Invoke(16 /* System.Void Newtonsoft.Json.JsonSerializer::set_NullValueHandling(Newtonsoft.Json.NullValueHandling) */, L_60, L_62); } IL_0103: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_63 = ___settings1; NullCheck(L_63); Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E * L_64 = L_63->get_address_of__defaultValueHandling_16(); bool L_65; L_65 = Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_inline((Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E *)L_64, /*hidden argument*/Nullable_1_get_HasValue_m2F24E6FD0055DEE2112A55F6DCF0BA81175F2869_RuntimeMethod_var); if (!L_65) { goto IL_011c; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_66 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_67 = ___settings1; NullCheck(L_67); int32_t L_68; L_68 = JsonSerializerSettings_get_DefaultValueHandling_mD2EAE09E6A671F812DDEA60DB23BCB9377534F9D(L_67, /*hidden argument*/NULL); NullCheck(L_66); VirtualActionInvoker1< int32_t >::Invoke(17 /* System.Void Newtonsoft.Json.JsonSerializer::set_DefaultValueHandling(Newtonsoft.Json.DefaultValueHandling) */, L_66, L_68); } IL_011c: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_69 = ___settings1; NullCheck(L_69); Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B * L_70 = L_69->get_address_of__constructorHandling_23(); bool L_71; L_71 = Nullable_1_get_HasValue_m5DC71178677F76D05BF35254A52842687B28464D_inline((Nullable_1_t6AF5E38A7AC6509137A8DF6E088E83B0080B760B *)L_70, /*hidden argument*/Nullable_1_get_HasValue_m5DC71178677F76D05BF35254A52842687B28464D_RuntimeMethod_var); if (!L_71) { goto IL_0135; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_72 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_73 = ___settings1; NullCheck(L_73); int32_t L_74; L_74 = JsonSerializerSettings_get_ConstructorHandling_mF191C558F9D3DD3E6F16D1CA697A19D317983E62(L_73, /*hidden argument*/NULL); NullCheck(L_72); VirtualActionInvoker1< int32_t >::Invoke(20 /* System.Void Newtonsoft.Json.JsonSerializer::set_ConstructorHandling(Newtonsoft.Json.ConstructorHandling) */, L_72, L_74); } IL_0135: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_75 = ___settings1; NullCheck(L_75); Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 * L_76 = L_75->get_address_of__context_22(); bool L_77; L_77 = Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_inline((Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 *)L_76, /*hidden argument*/Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_RuntimeMethod_var); if (!L_77) { goto IL_014e; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_78 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_79 = ___settings1; NullCheck(L_79); StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 L_80; L_80 = JsonSerializerSettings_get_Context_m9ACE6D1551F69B989DCB35A6BAAE8F036C02DAA7(L_79, /*hidden argument*/NULL); NullCheck(L_78); VirtualActionInvoker1< StreamingContext_t5888E7E8C81AB6EF3B14FDDA6674F458076A8505 >::Invoke(27 /* System.Void Newtonsoft.Json.JsonSerializer::set_Context(System.Runtime.Serialization.StreamingContext) */, L_78, L_80); } IL_014e: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_81 = ___settings1; NullCheck(L_81); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * L_82 = L_81->get_address_of__checkAdditionalContent_10(); bool L_83; L_83 = Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_inline((Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 *)L_82, /*hidden argument*/Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_RuntimeMethod_var); if (!L_83) { goto IL_0167; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_84 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_85 = ___settings1; NullCheck(L_85); Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_86 = L_85->get__checkAdditionalContent_10(); NullCheck(L_84); L_84->set__checkAdditionalContent_27(L_86); } IL_0167: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_87 = ___settings1; NullCheck(L_87); EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_88; L_88 = JsonSerializerSettings_get_Error_mB587C84D7EA7E875E78FF03979FF29325877B5F0_inline(L_87, /*hidden argument*/NULL); if (!L_88) { goto IL_017b; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_89 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_90 = ___settings1; NullCheck(L_90); EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_91; L_91 = JsonSerializerSettings_get_Error_mB587C84D7EA7E875E78FF03979FF29325877B5F0_inline(L_90, /*hidden argument*/NULL); NullCheck(L_89); VirtualActionInvoker1< EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * >::Invoke(4 /* System.Void Newtonsoft.Json.JsonSerializer::add_Error(System.EventHandler`1) */, L_89, L_91); } IL_017b: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_92 = ___settings1; NullCheck(L_92); RuntimeObject* L_93; L_93 = JsonSerializerSettings_get_ContractResolver_mBD4B6EB0FF6E4D2AD555D608DB4F1CC61FB008B0_inline(L_92, /*hidden argument*/NULL); if (!L_93) { goto IL_018f; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_94 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_95 = ___settings1; NullCheck(L_95); RuntimeObject* L_96; L_96 = JsonSerializerSettings_get_ContractResolver_mBD4B6EB0FF6E4D2AD555D608DB4F1CC61FB008B0_inline(L_95, /*hidden argument*/NULL); NullCheck(L_94); VirtualActionInvoker1< RuntimeObject* >::Invoke(25 /* System.Void Newtonsoft.Json.JsonSerializer::set_ContractResolver(Newtonsoft.Json.Serialization.IContractResolver) */, L_94, L_96); } IL_018f: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_97 = ___settings1; NullCheck(L_97); Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * L_98; L_98 = JsonSerializerSettings_get_ReferenceResolverProvider_m85D17CA36AF71116F9D42BB35A61CAD4D6DEEC8A_inline(L_97, /*hidden argument*/NULL); if (!L_98) { goto IL_01a8; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_99 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_100 = ___settings1; NullCheck(L_100); Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * L_101; L_101 = JsonSerializerSettings_get_ReferenceResolverProvider_m85D17CA36AF71116F9D42BB35A61CAD4D6DEEC8A_inline(L_100, /*hidden argument*/NULL); NullCheck(L_101); RuntimeObject* L_102; L_102 = Func_1_Invoke_m3E4F3443DE65627284A33F170ACD890BE5DF03CB(L_101, /*hidden argument*/Func_1_Invoke_m3E4F3443DE65627284A33F170ACD890BE5DF03CB_RuntimeMethod_var); NullCheck(L_99); VirtualActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void Newtonsoft.Json.JsonSerializer::set_ReferenceResolver(Newtonsoft.Json.Serialization.IReferenceResolver) */, L_99, L_102); } IL_01a8: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_103 = ___settings1; NullCheck(L_103); RuntimeObject* L_104; L_104 = JsonSerializerSettings_get_TraceWriter_m77632A4CC8BEAE58EC2A46E9A68B6DD3381E374B_inline(L_103, /*hidden argument*/NULL); if (!L_104) { goto IL_01bc; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_105 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_106 = ___settings1; NullCheck(L_106); RuntimeObject* L_107; L_107 = JsonSerializerSettings_get_TraceWriter_m77632A4CC8BEAE58EC2A46E9A68B6DD3381E374B_inline(L_106, /*hidden argument*/NULL); NullCheck(L_105); VirtualActionInvoker1< RuntimeObject* >::Invoke(9 /* System.Void Newtonsoft.Json.JsonSerializer::set_TraceWriter(Newtonsoft.Json.Serialization.ITraceWriter) */, L_105, L_107); } IL_01bc: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_108 = ___settings1; NullCheck(L_108); RuntimeObject* L_109; L_109 = JsonSerializerSettings_get_EqualityComparer_m99252972A34785A2C5DD3E6A511B1EF1A888D308_inline(L_108, /*hidden argument*/NULL); if (!L_109) { goto IL_01d0; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_110 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_111 = ___settings1; NullCheck(L_111); RuntimeObject* L_112; L_112 = JsonSerializerSettings_get_EqualityComparer_m99252972A34785A2C5DD3E6A511B1EF1A888D308_inline(L_111, /*hidden argument*/NULL); NullCheck(L_110); VirtualActionInvoker1< RuntimeObject* >::Invoke(10 /* System.Void Newtonsoft.Json.JsonSerializer::set_EqualityComparer(System.Collections.IEqualityComparer) */, L_110, L_112); } IL_01d0: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_113 = ___settings1; NullCheck(L_113); SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * L_114; L_114 = JsonSerializerSettings_get_Binder_m1621198D4CA03E3E4ED0D8E8C55D1A1265D25E72_inline(L_113, /*hidden argument*/NULL); if (!L_114) { goto IL_01e4; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_115 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_116 = ___settings1; NullCheck(L_116); SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * L_117; L_117 = JsonSerializerSettings_get_Binder_m1621198D4CA03E3E4ED0D8E8C55D1A1265D25E72_inline(L_116, /*hidden argument*/NULL); NullCheck(L_115); VirtualActionInvoker1< SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * >::Invoke(7 /* System.Void Newtonsoft.Json.JsonSerializer::set_Binder(System.Runtime.Serialization.SerializationBinder) */, L_115, L_117); } IL_01e4: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_118 = ___settings1; NullCheck(L_118); Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * L_119 = L_118->get_address_of__formatting_2(); bool L_120; L_120 = Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)L_119, /*hidden argument*/Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); if (!L_120) { goto IL_01fd; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_121 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_122 = ___settings1; NullCheck(L_122); Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 L_123 = L_122->get__formatting_2(); NullCheck(L_121); L_121->set__formatting_17(L_123); } IL_01fd: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_124 = ___settings1; NullCheck(L_124); Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * L_125 = L_124->get_address_of__dateFormatHandling_3(); bool L_126; L_126 = Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_inline((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)L_125, /*hidden argument*/Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_RuntimeMethod_var); if (!L_126) { goto IL_0216; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_127 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_128 = ___settings1; NullCheck(L_128); Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 L_129 = L_128->get__dateFormatHandling_3(); NullCheck(L_127); L_127->set__dateFormatHandling_18(L_129); } IL_0216: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_130 = ___settings1; NullCheck(L_130); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * L_131 = L_130->get_address_of__dateTimeZoneHandling_4(); bool L_132; L_132 = Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)L_131, /*hidden argument*/Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); if (!L_132) { goto IL_022f; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_133 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_134 = ___settings1; NullCheck(L_134); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 L_135 = L_134->get__dateTimeZoneHandling_4(); NullCheck(L_133); L_133->set__dateTimeZoneHandling_19(L_135); } IL_022f: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_136 = ___settings1; NullCheck(L_136); Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * L_137 = L_136->get_address_of__dateParseHandling_5(); bool L_138; L_138 = Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_inline((Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)L_137, /*hidden argument*/Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var); if (!L_138) { goto IL_0248; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_139 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_140 = ___settings1; NullCheck(L_140); Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 L_141 = L_140->get__dateParseHandling_5(); NullCheck(L_139); L_139->set__dateParseHandling_20(L_141); } IL_0248: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_142 = ___settings1; NullCheck(L_142); bool L_143 = L_142->get__dateFormatStringSet_14(); if (!L_143) { goto IL_0268; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_144 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_145 = ___settings1; NullCheck(L_145); String_t* L_146 = L_145->get__dateFormatString_13(); NullCheck(L_144); L_144->set__dateFormatString_28(L_146); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_147 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_148 = ___settings1; NullCheck(L_148); bool L_149 = L_148->get__dateFormatStringSet_14(); NullCheck(L_147); L_147->set__dateFormatStringSet_29(L_149); } IL_0268: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_150 = ___settings1; NullCheck(L_150); Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * L_151 = L_150->get_address_of__floatFormatHandling_6(); bool L_152; L_152 = Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_inline((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)L_151, /*hidden argument*/Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_RuntimeMethod_var); if (!L_152) { goto IL_0281; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_153 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_154 = ___settings1; NullCheck(L_154); Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF L_155 = L_154->get__floatFormatHandling_6(); NullCheck(L_153); L_153->set__floatFormatHandling_21(L_155); } IL_0281: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_156 = ___settings1; NullCheck(L_156); Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * L_157 = L_156->get_address_of__floatParseHandling_7(); bool L_158; L_158 = Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_inline((Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)L_157, /*hidden argument*/Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var); if (!L_158) { goto IL_029a; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_159 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_160 = ___settings1; NullCheck(L_160); Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 L_161 = L_160->get__floatParseHandling_7(); NullCheck(L_159); L_159->set__floatParseHandling_22(L_161); } IL_029a: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_162 = ___settings1; NullCheck(L_162); Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * L_163 = L_162->get_address_of__stringEscapeHandling_8(); bool L_164; L_164 = Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_inline((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)L_163, /*hidden argument*/Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_RuntimeMethod_var); if (!L_164) { goto IL_02b3; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_165 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_166 = ___settings1; NullCheck(L_166); Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 L_167 = L_166->get__stringEscapeHandling_8(); NullCheck(L_165); L_165->set__stringEscapeHandling_23(L_167); } IL_02b3: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_168 = ___settings1; NullCheck(L_168); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_169 = L_168->get__culture_9(); if (!L_169) { goto IL_02c7; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_170 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_171 = ___settings1; NullCheck(L_171); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_172 = L_171->get__culture_9(); NullCheck(L_170); L_170->set__culture_24(L_172); } IL_02c7: { JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_173 = ___settings1; NullCheck(L_173); bool L_174 = L_173->get__maxDepthSet_12(); if (!L_174) { goto IL_02e7; } } { JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_175 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_176 = ___settings1; NullCheck(L_176); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_177 = L_176->get__maxDepth_11(); NullCheck(L_175); L_175->set__maxDepth_25(L_177); JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * L_178 = ___serializer0; JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * L_179 = ___settings1; NullCheck(L_179); bool L_180 = L_179->get__maxDepthSet_12(); NullCheck(L_178); L_178->set__maxDepthSet_26(L_180); } IL_02e7: { return; } } // System.Void Newtonsoft.Json.JsonSerializer::Populate(Newtonsoft.Json.JsonReader,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Populate_mF96A10F379614E104FC83A7972D5D8F4E74301FD (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; RuntimeObject * L_1 = ___target1; VirtualActionInvoker2< JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, RuntimeObject * >::Invoke(31 /* 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_m0441E1A6F6D3138F824C954D662B7C72A1A912F9 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, RuntimeObject * ___target1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral320772EF40302B49A179DB96BAD02224E97B4018); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 V_2; memset((&V_2), 0, sizeof(V_2)); Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_4; memset((&V_4), 0, sizeof(V_4)); String_t* V_5 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * V_6 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * G_B4_0 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * G_B6_0 = NULL; JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * G_B6_1 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * G_B5_0 = NULL; JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * G_B5_1 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31, /*hidden argument*/NULL); RuntimeObject * L_1 = ___target1; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_1, _stringLiteral320772EF40302B49A179DB96BAD02224E97B4018, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; JsonSerializer_SetupReader_m935C0F8122F3D44AB3BC9B29641AA12A0FB27310(__this, L_2, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 **)(&V_0), (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_1), (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)(&V_2), (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)(&V_3), (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), (String_t**)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); if (!L_3) { goto IL_003f; } } { RuntimeObject* L_4; L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* 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_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var, L_4); if ((((int32_t)L_5) >= ((int32_t)4))) { goto IL_0042; } } IL_003f: { G_B4_0 = ((TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F *)(NULL)); goto IL_0048; } IL_0042: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_7 = (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F *)il2cpp_codegen_object_new(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F_il2cpp_TypeInfo_var); TraceJsonReader__ctor_m7AFF0629970B5C3EDF27A86E188214E818BE9B37(L_7, L_6, /*hidden argument*/NULL); G_B4_0 = L_7; } IL_0048: { V_6 = G_B4_0; JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * L_8 = (JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 *)il2cpp_codegen_object_new(JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94_il2cpp_TypeInfo_var); JsonSerializerInternalReader__ctor_m9DACB01CB633FF3EEC4C7D4B258525BE6506C677(L_8, __this, /*hidden argument*/NULL); TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_9 = V_6; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_10 = L_9; G_B5_0 = L_10; G_B5_1 = L_8; if (L_10) { G_B6_0 = L_10; G_B6_1 = L_8; goto IL_0057; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_11 = ___reader0; G_B6_0 = ((TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F *)(L_11)); G_B6_1 = G_B5_1; } IL_0057: { RuntimeObject * L_12 = ___target1; NullCheck(G_B6_1); JsonSerializerInternalReader_Populate_m07F213FF7404357508701D7C9FF2D431A9A67311(G_B6_1, G_B6_0, L_12, /*hidden argument*/NULL); TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_13 = V_6; if (!L_13) { goto IL_0075; } } { RuntimeObject* L_14; L_14 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_15 = V_6; NullCheck(L_15); String_t* L_16; L_16 = TraceJsonReader_GetDeserializedJsonMessage_m25D29E496537624A1281CC1396FE1C22B9B6CE54(L_15, /*hidden argument*/NULL); NullCheck(L_14); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var, L_14, 4, L_16, (Exception_t *)NULL); } IL_0075: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_17 = ___reader0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_18 = V_0; Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 L_19 = V_1; Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 L_20 = V_2; Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 L_21 = V_3; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_22 = V_4; String_t* L_23 = V_5; JsonSerializer_ResetReader_m5B78E38B42AAAE44A6258DD42EADB3CE83C62789(__this, L_17, L_18, L_19, L_20, L_21, L_22, L_23, /*hidden argument*/NULL); return; } } // System.Object Newtonsoft.Json.JsonSerializer::Deserialize(Newtonsoft.Json.JsonReader,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * JsonSerializer_Deserialize_mD1BD9A4F7C7739A071B90DD9BC9E8908D66E11C0 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method) { { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; Type_t * L_1 = ___objectType1; RuntimeObject * L_2; L_2 = VirtualFuncInvoker2< RuntimeObject *, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 *, Type_t * >::Invoke(32 /* 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_mF3BDC8E8797408EFBFC4E2FB3E276502A6911319 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, Type_t * ___objectType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31); s_Il2CppMethodInitialized = true; } CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_0 = NULL; Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 V_2; memset((&V_2), 0, sizeof(V_2)); Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_4; memset((&V_4), 0, sizeof(V_4)); String_t* V_5 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * V_6 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * G_B4_0 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * G_B6_0 = NULL; JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * G_B6_1 = NULL; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * G_B5_0 = NULL; JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * G_B5_1 = NULL; RuntimeObject * G_B8_0 = NULL; RuntimeObject * G_B7_0 = NULL; { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_0 = ___reader0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31, /*hidden argument*/NULL); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___reader0; JsonSerializer_SetupReader_m935C0F8122F3D44AB3BC9B29641AA12A0FB27310(__this, L_1, (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 **)(&V_0), (Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_1), (Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)(&V_2), (Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)(&V_3), (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), (String_t**)(&V_5), /*hidden argument*/NULL); RuntimeObject* L_2; L_2 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); if (!L_2) { goto IL_0034; } } { RuntimeObject* L_3; L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* 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_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var, L_3); if ((((int32_t)L_4) >= ((int32_t)4))) { goto IL_0037; } } IL_0034: { G_B4_0 = ((TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F *)(NULL)); goto IL_003d; } IL_0037: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_5 = ___reader0; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_6 = (TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F *)il2cpp_codegen_object_new(TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F_il2cpp_TypeInfo_var); TraceJsonReader__ctor_m7AFF0629970B5C3EDF27A86E188214E818BE9B37(L_6, L_5, /*hidden argument*/NULL); G_B4_0 = L_6; } IL_003d: { V_6 = G_B4_0; JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 * L_7 = (JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94 *)il2cpp_codegen_object_new(JsonSerializerInternalReader_t2FBACE6613A4F2BAFE3C3EBBAD0813DFCBDBCC94_il2cpp_TypeInfo_var); JsonSerializerInternalReader__ctor_m9DACB01CB633FF3EEC4C7D4B258525BE6506C677(L_7, __this, /*hidden argument*/NULL); TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_8 = V_6; TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_9 = L_8; G_B5_0 = L_9; G_B5_1 = L_7; if (L_9) { G_B6_0 = L_9; G_B6_1 = L_7; goto IL_004c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; G_B6_0 = ((TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F *)(L_10)); G_B6_1 = G_B5_1; } IL_004c: { Type_t * L_11 = ___objectType1; bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean Newtonsoft.Json.JsonSerializer::get_CheckAdditionalContent() */, __this); NullCheck(G_B6_1); RuntimeObject * L_13; L_13 = JsonSerializerInternalReader_Deserialize_m16DFFFB210E3254DD51BE773ABE174A1A3D2969A(G_B6_1, G_B6_0, L_11, L_12, /*hidden argument*/NULL); TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_14 = V_6; G_B7_0 = L_13; if (!L_14) { G_B8_0 = L_13; goto IL_0070; } } { RuntimeObject* L_15; L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); TraceJsonReader_t79770510E159F38EDE78C5920436CC7699E5587F * L_16 = V_6; NullCheck(L_16); String_t* L_17; L_17 = TraceJsonReader_GetDeserializedJsonMessage_m25D29E496537624A1281CC1396FE1C22B9B6CE54(L_16, /*hidden argument*/NULL); NullCheck(L_15); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var, L_15, 4, L_17, (Exception_t *)NULL); G_B8_0 = G_B7_0; } IL_0070: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_18 = ___reader0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_19 = V_0; Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 L_20 = V_1; Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 L_21 = V_2; Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 L_22 = V_3; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_23 = V_4; String_t* L_24 = V_5; JsonSerializer_ResetReader_m5B78E38B42AAAE44A6258DD42EADB3CE83C62789(__this, L_18, L_19, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL); return G_B8_0; } } // System.Void Newtonsoft.Json.JsonSerializer::SetupReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.Nullable`1&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_SetupReader_m935C0F8122F3D44AB3BC9B29641AA12A0FB27310 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** ___previousCulture1, Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * ___previousDateTimeZoneHandling2, Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * ___previousDateParseHandling3, Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * ___previousFloatParseHandling4, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * ___previousMaxDepth5, String_t** ___previousDateFormatString6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m0529653926F0FF16D2E1D27F7F6CA43B9D02F5F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m467C083BC2D949428EDF419BC6B93DBB1BE60A8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * V_0 = NULL; Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 V_2; memset((&V_2), 0, sizeof(V_2)); Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_4; memset((&V_4), 0, sizeof(V_4)); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 V_5; memset((&V_5), 0, sizeof(V_5)); DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * V_6 = NULL; int32_t G_B8_0 = 0; int32_t G_B15_0 = 0; int32_t G_B22_0 = 0; int32_t G_B29_0 = 0; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = __this->get__culture_24(); if (!L_0) { goto IL_0031; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_1 = __this->get__culture_24(); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_2 = ___reader0; NullCheck(L_2); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_3; L_3 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(L_2, /*hidden argument*/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_t1B787142231DB79ABDCE0659823F908A040E9A98 ** L_5 = ___previousCulture1; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_6 = ___reader0; NullCheck(L_6); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_7; L_7 = JsonReader_get_Culture_m5DBE4EA91621F8C845D76B9AF5348AB783A556F9(L_6, /*hidden argument*/NULL); *((RuntimeObject **)L_5) = (RuntimeObject *)L_7; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_5, (void*)(RuntimeObject *)L_7); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_8 = ___reader0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_9 = __this->get__culture_24(); NullCheck(L_8); JsonReader_set_Culture_mAF4C2967EC24FB1ED928136610AFDA204EEE715C_inline(L_8, L_9, /*hidden argument*/NULL); goto IL_0034; } IL_0031: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 ** L_10 = ___previousCulture1; *((RuntimeObject **)L_10) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_10, (void*)(RuntimeObject *)NULL); } IL_0034: { Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * L_11 = __this->get_address_of__dateTimeZoneHandling_19(); bool L_12; L_12 = Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)L_11, /*hidden argument*/Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); if (!L_12) { goto IL_008a; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; NullCheck(L_13); int32_t L_14; L_14 = JsonReader_get_DateTimeZoneHandling_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55_inline(L_13, /*hidden argument*/NULL); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 L_15 = __this->get__dateTimeZoneHandling_19(); V_1 = L_15; int32_t L_16; L_16 = Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); if ((((int32_t)L_14) == ((int32_t)L_16))) { goto IL_005a; } } { G_B8_0 = 1; goto IL_0064; } IL_005a: { bool L_17; L_17 = Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); G_B8_0 = ((((int32_t)L_17) == ((int32_t)0))? 1 : 0); } IL_0064: { if (!G_B8_0) { goto IL_008a; } } { Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * L_18 = ___previousDateTimeZoneHandling2; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_19 = ___reader0; NullCheck(L_19); int32_t L_20; L_20 = JsonReader_get_DateTimeZoneHandling_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55_inline(L_19, /*hidden argument*/NULL); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 L_21; memset((&L_21), 0, sizeof(L_21)); Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4((&L_21), L_20, /*hidden argument*/Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4_RuntimeMethod_var); *(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)L_18 = L_21; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_22 = ___reader0; Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * L_23 = __this->get_address_of__dateTimeZoneHandling_19(); int32_t L_24; L_24 = Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)L_23, /*hidden argument*/Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); NullCheck(L_22); JsonReader_set_DateTimeZoneHandling_mB7395F060FAE13042375F808471D829F5BD3B78C(L_22, L_24, /*hidden argument*/NULL); goto IL_0091; } IL_008a: { Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * L_25 = ___previousDateTimeZoneHandling2; il2cpp_codegen_initobj(L_25, sizeof(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 )); } IL_0091: { Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * L_26 = __this->get_address_of__dateParseHandling_20(); bool L_27; L_27 = Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_inline((Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)L_26, /*hidden argument*/Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var); if (!L_27) { goto IL_00e8; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_28 = ___reader0; NullCheck(L_28); int32_t L_29; L_29 = JsonReader_get_DateParseHandling_mF03602DC0001F690202783AFEC907821E8EC5A9B_inline(L_28, /*hidden argument*/NULL); Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 L_30 = __this->get__dateParseHandling_20(); V_2 = L_30; int32_t L_31; L_31 = Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_inline((Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)(&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_RuntimeMethod_var); if ((((int32_t)L_29) == ((int32_t)L_31))) { goto IL_00b7; } } { G_B15_0 = 1; goto IL_00c1; } IL_00b7: { bool L_32; L_32 = Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_inline((Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)(&V_2), /*hidden argument*/Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var); G_B15_0 = ((((int32_t)L_32) == ((int32_t)0))? 1 : 0); } IL_00c1: { if (!G_B15_0) { goto IL_00e8; } } { Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * L_33 = ___previousDateParseHandling3; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_34 = ___reader0; NullCheck(L_34); int32_t L_35; L_35 = JsonReader_get_DateParseHandling_mF03602DC0001F690202783AFEC907821E8EC5A9B_inline(L_34, /*hidden argument*/NULL); Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 L_36; memset((&L_36), 0, sizeof(L_36)); Nullable_1__ctor_m0529653926F0FF16D2E1D27F7F6CA43B9D02F5F8((&L_36), L_35, /*hidden argument*/Nullable_1__ctor_m0529653926F0FF16D2E1D27F7F6CA43B9D02F5F8_RuntimeMethod_var); *(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)L_33 = L_36; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_37 = ___reader0; Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * L_38 = __this->get_address_of__dateParseHandling_20(); int32_t L_39; L_39 = Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_inline((Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)L_38, /*hidden argument*/Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_RuntimeMethod_var); NullCheck(L_37); JsonReader_set_DateParseHandling_m7DFBEDC3F1D148580848E7DA5D1D6896DCD34DFC(L_37, L_39, /*hidden argument*/NULL); goto IL_00f0; } IL_00e8: { Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 * L_40 = ___previousDateParseHandling3; il2cpp_codegen_initobj(L_40, sizeof(Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 )); } IL_00f0: { Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * L_41 = __this->get_address_of__floatParseHandling_22(); bool L_42; L_42 = Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_inline((Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)L_41, /*hidden argument*/Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var); if (!L_42) { goto IL_0147; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_43 = ___reader0; NullCheck(L_43); int32_t L_44; L_44 = JsonReader_get_FloatParseHandling_m7C53D98F88660340A0AF9842095A63664FC2AE90_inline(L_43, /*hidden argument*/NULL); Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 L_45 = __this->get__floatParseHandling_22(); V_3 = L_45; int32_t L_46; L_46 = Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_inline((Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)(&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_RuntimeMethod_var); if ((((int32_t)L_44) == ((int32_t)L_46))) { goto IL_0116; } } { G_B22_0 = 1; goto IL_0120; } IL_0116: { bool L_47; L_47 = Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_inline((Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var); G_B22_0 = ((((int32_t)L_47) == ((int32_t)0))? 1 : 0); } IL_0120: { if (!G_B22_0) { goto IL_0147; } } { Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * L_48 = ___previousFloatParseHandling4; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_49 = ___reader0; NullCheck(L_49); int32_t L_50; L_50 = JsonReader_get_FloatParseHandling_m7C53D98F88660340A0AF9842095A63664FC2AE90_inline(L_49, /*hidden argument*/NULL); Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 L_51; memset((&L_51), 0, sizeof(L_51)); Nullable_1__ctor_m467C083BC2D949428EDF419BC6B93DBB1BE60A8B((&L_51), L_50, /*hidden argument*/Nullable_1__ctor_m467C083BC2D949428EDF419BC6B93DBB1BE60A8B_RuntimeMethod_var); *(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)L_48 = L_51; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_52 = ___reader0; Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * L_53 = __this->get_address_of__floatParseHandling_22(); int32_t L_54; L_54 = Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_inline((Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)L_53, /*hidden argument*/Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_RuntimeMethod_var); NullCheck(L_52); JsonReader_set_FloatParseHandling_m2E62EBC5DCA3F030C505E97A0DC12B66B15F6B68(L_52, L_54, /*hidden argument*/NULL); goto IL_014f; } IL_0147: { Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 * L_55 = ___previousFloatParseHandling4; il2cpp_codegen_initobj(L_55, sizeof(Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 )); } IL_014f: { bool L_56 = __this->get__maxDepthSet_26(); if (!L_56) { goto IL_01aa; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_57 = ___reader0; NullCheck(L_57); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_58; L_58 = JsonReader_get_MaxDepth_mFE34316F52E4A76699B7B9E6439F3E8F564E7C88_inline(L_57, /*hidden argument*/NULL); V_4 = L_58; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_59 = __this->get__maxDepth_25(); V_5 = L_59; int32_t L_60; L_60 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); int32_t L_61; L_61 = Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_5), /*hidden argument*/Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_RuntimeMethod_var); if ((((int32_t)L_60) == ((int32_t)L_61))) { goto IL_017a; } } { G_B29_0 = 1; goto IL_018d; } IL_017a: { bool L_62; L_62 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); bool L_63; L_63 = Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_inline((Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)(&V_5), /*hidden argument*/Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_RuntimeMethod_var); G_B29_0 = ((((int32_t)((((int32_t)L_62) == ((int32_t)L_63))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_018d: { if (!G_B29_0) { goto IL_01aa; } } { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * L_64 = ___previousMaxDepth5; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_65 = ___reader0; NullCheck(L_65); Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_66; L_66 = JsonReader_get_MaxDepth_mFE34316F52E4A76699B7B9E6439F3E8F564E7C88_inline(L_65, /*hidden argument*/NULL); *(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 *)L_64 = L_66; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_67 = ___reader0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_68 = __this->get__maxDepth_25(); NullCheck(L_67); JsonReader_set_MaxDepth_m278051DCF6AF3982CD5F1F2FA6479E75D74D2EBA(L_67, L_68, /*hidden argument*/NULL); goto IL_01b2; } IL_01aa: { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * L_69 = ___previousMaxDepth5; il2cpp_codegen_initobj(L_69, sizeof(Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 )); } IL_01b2: { bool L_70 = __this->get__dateFormatStringSet_29(); if (!L_70) { goto IL_01e4; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_71 = ___reader0; NullCheck(L_71); String_t* L_72; L_72 = JsonReader_get_DateFormatString_m83150543948622351B852EA3A62907F90B3D73E6_inline(L_71, /*hidden argument*/NULL); String_t* L_73 = __this->get__dateFormatString_28(); bool L_74; L_74 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_01e4; } } { String_t** L_75 = ___previousDateFormatString6; JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_76 = ___reader0; NullCheck(L_76); String_t* L_77; L_77 = JsonReader_get_DateFormatString_m83150543948622351B852EA3A62907F90B3D73E6_inline(L_76, /*hidden argument*/NULL); *((RuntimeObject **)L_75) = (RuntimeObject *)L_77; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_75, (void*)(RuntimeObject *)L_77); JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_78 = ___reader0; String_t* L_79 = __this->get__dateFormatString_28(); NullCheck(L_78); JsonReader_set_DateFormatString_mA1C14FA75F97E6E4DF12C0258AA7F1D8C74B39E7_inline(L_78, L_79, /*hidden argument*/NULL); goto IL_01e8; } IL_01e4: { String_t** L_80 = ___previousDateFormatString6; *((RuntimeObject **)L_80) = (RuntimeObject *)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_80, (void*)(RuntimeObject *)NULL); } IL_01e8: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_81 = ___reader0; V_0 = ((JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B *)IsInstClass((RuntimeObject*)L_81, JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var)); JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_82 = V_0; if (!L_82) { goto IL_0215; } } { RuntimeObject* L_83 = __this->get__contractResolver_11(); V_6 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C *)IsInstClass((RuntimeObject*)L_83, DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var)); DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_84 = V_6; if (!L_84) { goto IL_0215; } } { JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_85 = V_0; DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C * L_86 = V_6; NullCheck(L_86); DefaultContractResolverState_tDD0E3D0F917BC7F93A465CD3731406B4C0B33489 * L_87; L_87 = DefaultContractResolver_GetState_m248977BF071A30F2CF65149D8E326EEF58D73158(L_86, /*hidden argument*/NULL); NullCheck(L_87); PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A * L_88 = L_87->get_NameTable_1(); NullCheck(L_85); L_85->set_NameTable_25(L_88); } IL_0215: { return; } } // System.Void Newtonsoft.Json.JsonSerializer::ResetReader(Newtonsoft.Json.JsonReader,System.Globalization.CultureInfo,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.Nullable`1,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_ResetReader_m5B78E38B42AAAE44A6258DD42EADB3CE83C62789 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * ___reader0, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___previousCulture1, Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 ___previousDateTimeZoneHandling2, Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 ___previousDateParseHandling3, Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 ___previousFloatParseHandling4, Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 ___previousMaxDepth5, String_t* ___previousDateFormatString6, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * V_0 = NULL; { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___previousCulture1; if (!L_0) { goto IL_000a; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_1 = ___reader0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_2 = ___previousCulture1; NullCheck(L_1); JsonReader_set_Culture_mAF4C2967EC24FB1ED928136610AFDA204EEE715C_inline(L_1, L_2, /*hidden argument*/NULL); } IL_000a: { bool L_3; L_3 = Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&___previousDateTimeZoneHandling2), /*hidden argument*/Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); if (!L_3) { goto IL_0020; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_4 = ___reader0; int32_t L_5; L_5 = Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&___previousDateTimeZoneHandling2), /*hidden argument*/Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); NullCheck(L_4); JsonReader_set_DateTimeZoneHandling_mB7395F060FAE13042375F808471D829F5BD3B78C(L_4, L_5, /*hidden argument*/NULL); } IL_0020: { bool L_6; L_6 = Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_inline((Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)(&___previousDateParseHandling3), /*hidden argument*/Nullable_1_get_HasValue_m4470924518E7F0D94591491BD726D82321B70167_RuntimeMethod_var); if (!L_6) { goto IL_0036; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_7 = ___reader0; int32_t L_8; L_8 = Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_inline((Nullable_1_t4B00BFF8FA2A4404E32138CA3E17400685DB18C3 *)(&___previousDateParseHandling3), /*hidden argument*/Nullable_1_GetValueOrDefault_m88AAF50E57C88E3F5A214B48B0824F4DD9E387D1_RuntimeMethod_var); NullCheck(L_7); JsonReader_set_DateParseHandling_m7DFBEDC3F1D148580848E7DA5D1D6896DCD34DFC(L_7, L_8, /*hidden argument*/NULL); } IL_0036: { bool L_9; L_9 = Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_inline((Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)(&___previousFloatParseHandling4), /*hidden argument*/Nullable_1_get_HasValue_mDDF8C36B3EF4D25983F9D13861FD0BEDA0387027_RuntimeMethod_var); if (!L_9) { goto IL_004c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_10 = ___reader0; int32_t L_11; L_11 = Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_inline((Nullable_1_tD704B5105057D221225DAF7D4A741538DE7E9F61 *)(&___previousFloatParseHandling4), /*hidden argument*/Nullable_1_GetValueOrDefault_m85053FB632B8020DC4062E7AE6EEB40A8E9EEDB2_RuntimeMethod_var); NullCheck(L_10); JsonReader_set_FloatParseHandling_m2E62EBC5DCA3F030C505E97A0DC12B66B15F6B68(L_10, L_11, /*hidden argument*/NULL); } IL_004c: { bool L_12 = __this->get__maxDepthSet_26(); if (!L_12) { goto IL_005c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_13 = ___reader0; Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_14 = ___previousMaxDepth5; NullCheck(L_13); JsonReader_set_MaxDepth_m278051DCF6AF3982CD5F1F2FA6479E75D74D2EBA(L_13, L_14, /*hidden argument*/NULL); } IL_005c: { bool L_15 = __this->get__dateFormatStringSet_29(); if (!L_15) { goto IL_006c; } } { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_16 = ___reader0; String_t* L_17 = ___previousDateFormatString6; NullCheck(L_16); JsonReader_set_DateFormatString_mA1C14FA75F97E6E4DF12C0258AA7F1D8C74B39E7_inline(L_16, L_17, /*hidden argument*/NULL); } IL_006c: { JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * L_18 = ___reader0; V_0 = ((JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B *)IsInstClass((RuntimeObject*)L_18, JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B_il2cpp_TypeInfo_var)); JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_19 = V_0; if (!L_19) { goto IL_007d; } } { JsonTextReader_tFF717AB9E5C0F57B8066E64F7E65FE1AF08DB89B * L_20 = V_0; NullCheck(L_20); L_20->set_NameTable_25((PropertyNameTable_t1D342CCF2E8EE0DE8A316DC8039EEF510FAAAF9A *)NULL); } IL_007d: { return; } } // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m9D15A1412E5150796621B32F4A591FAA10BB76F1 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method) { { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___jsonWriter0; RuntimeObject * L_1 = ___value1; Type_t * L_2 = ___objectType2; VirtualActionInvoker3< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, RuntimeObject *, Type_t * >::Invoke(33 /* System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) */, __this, L_0, L_1, L_2); return; } } // System.Void Newtonsoft.Json.JsonSerializer::Serialize(Newtonsoft.Json.JsonWriter,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_Serialize_m9EA64D9079D4A2844D377A556D7D815B301BBC1D (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___jsonWriter0, RuntimeObject * ___value1, const RuntimeMethod* method) { { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___jsonWriter0; RuntimeObject * L_1 = ___value1; VirtualActionInvoker3< JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 *, RuntimeObject *, Type_t * >::Invoke(33 /* System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) */, __this, L_0, L_1, (Type_t *)NULL); return; } } // System.Void Newtonsoft.Json.JsonSerializer::SerializeInternal(Newtonsoft.Json.JsonWriter,System.Object,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_SerializeInternal_mE98D166DDB884697A15B10AA904D78611A0AF14E (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * ___jsonWriter0, RuntimeObject * ___value1, Type_t * ___objectType2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_m7835779CA418D37B8C693F6C4720DDD3362B5CCF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mA5E5F836661C8C09F707F570F5AD2EC4B59D274F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mBF0FE77011DD8E17E8010CA0406875F0CFB3554A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1__ctor_mFFB25C2F4E29456578724A4751BA80DE308527BF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAB288DF9A2916D57A7E6D73226C3C1BAF54C9408); s_Il2CppMethodInitialized = true; } Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 V_0; memset((&V_0), 0, sizeof(V_0)); Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 V_1; memset((&V_1), 0, sizeof(V_1)); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 V_2; memset((&V_2), 0, sizeof(V_2)); Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF V_3; memset((&V_3), 0, sizeof(V_3)); Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 V_4; memset((&V_4), 0, sizeof(V_4)); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * V_5 = NULL; String_t* V_6 = NULL; TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * V_7 = NULL; Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 V_8; memset((&V_8), 0, sizeof(V_8)); Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 V_9; memset((&V_9), 0, sizeof(V_9)); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 V_10; memset((&V_10), 0, sizeof(V_10)); Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF V_11; memset((&V_11), 0, sizeof(V_11)); Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 V_12; memset((&V_12), 0, sizeof(V_12)); int32_t G_B4_0 = 0; int32_t G_B10_0 = 0; int32_t G_B16_0 = 0; int32_t G_B22_0 = 0; int32_t G_B28_0 = 0; TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * G_B40_0 = NULL; TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * G_B42_0 = NULL; JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * G_B42_1 = NULL; TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * G_B41_0 = NULL; JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * G_B41_1 = NULL; { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_0 = ___jsonWriter0; ValidationUtils_ArgumentNotNull_m9332A1307FA17A704CD312343FB5E20612B5F386(L_0, _stringLiteralAB288DF9A2916D57A7E6D73226C3C1BAF54C9408, /*hidden argument*/NULL); il2cpp_codegen_initobj((&V_0), sizeof(Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 )); Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * L_1 = __this->get_address_of__formatting_17(); bool L_2; L_2 = Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)L_1, /*hidden argument*/Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); if (!L_2) { goto IL_0064; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_3 = ___jsonWriter0; NullCheck(L_3); int32_t L_4; L_4 = JsonWriter_get_Formatting_mC18D9155ED938AFD5F1DCEF125118019457CD544_inline(L_3, /*hidden argument*/NULL); Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 L_5 = __this->get__formatting_17(); V_8 = L_5; int32_t L_6; L_6 = Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)(&V_8), /*hidden argument*/Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_RuntimeMethod_var); if ((((int32_t)L_4) == ((int32_t)L_6))) { goto IL_003a; } } { G_B4_0 = 1; goto IL_0044; } IL_003a: { bool L_7; L_7 = Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)(&V_8), /*hidden argument*/Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); G_B4_0 = ((((int32_t)L_7) == ((int32_t)0))? 1 : 0); } IL_0044: { if (!G_B4_0) { goto IL_0064; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_8 = ___jsonWriter0; NullCheck(L_8); int32_t L_9; L_9 = JsonWriter_get_Formatting_mC18D9155ED938AFD5F1DCEF125118019457CD544_inline(L_8, /*hidden argument*/NULL); Nullable_1__ctor_mBF0FE77011DD8E17E8010CA0406875F0CFB3554A((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)(&V_0), L_9, /*hidden argument*/Nullable_1__ctor_mBF0FE77011DD8E17E8010CA0406875F0CFB3554A_RuntimeMethod_var); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_10 = ___jsonWriter0; Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 * L_11 = __this->get_address_of__formatting_17(); int32_t L_12; L_12 = Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)L_11, /*hidden argument*/Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_RuntimeMethod_var); NullCheck(L_10); JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44(L_10, L_12, /*hidden argument*/NULL); } IL_0064: { il2cpp_codegen_initobj((&V_1), sizeof(Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 )); Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * L_13 = __this->get_address_of__dateFormatHandling_18(); bool L_14; L_14 = Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_inline((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)L_13, /*hidden argument*/Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_RuntimeMethod_var); if (!L_14) { goto IL_00bd; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_15 = ___jsonWriter0; NullCheck(L_15); int32_t L_16; L_16 = JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline(L_15, /*hidden argument*/NULL); Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 L_17 = __this->get__dateFormatHandling_18(); V_9 = L_17; int32_t L_18; L_18 = Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_inline((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)(&V_9), /*hidden argument*/Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_RuntimeMethod_var); if ((((int32_t)L_16) == ((int32_t)L_18))) { goto IL_0093; } } { G_B10_0 = 1; goto IL_009d; } IL_0093: { bool L_19; L_19 = Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_inline((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)(&V_9), /*hidden argument*/Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_RuntimeMethod_var); G_B10_0 = ((((int32_t)L_19) == ((int32_t)0))? 1 : 0); } IL_009d: { if (!G_B10_0) { goto IL_00bd; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_20 = ___jsonWriter0; NullCheck(L_20); int32_t L_21; L_21 = JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline(L_20, /*hidden argument*/NULL); Nullable_1__ctor_m7835779CA418D37B8C693F6C4720DDD3362B5CCF((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)(&V_1), L_21, /*hidden argument*/Nullable_1__ctor_m7835779CA418D37B8C693F6C4720DDD3362B5CCF_RuntimeMethod_var); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_22 = ___jsonWriter0; Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 * L_23 = __this->get_address_of__dateFormatHandling_18(); int32_t L_24; L_24 = Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_inline((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)L_23, /*hidden argument*/Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_RuntimeMethod_var); NullCheck(L_22); JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C(L_22, L_24, /*hidden argument*/NULL); } IL_00bd: { il2cpp_codegen_initobj((&V_2), sizeof(Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 )); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * L_25 = __this->get_address_of__dateTimeZoneHandling_19(); bool L_26; L_26 = Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)L_25, /*hidden argument*/Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); if (!L_26) { goto IL_0116; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_27 = ___jsonWriter0; NullCheck(L_27); int32_t L_28; L_28 = JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline(L_27, /*hidden argument*/NULL); Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 L_29 = __this->get__dateTimeZoneHandling_19(); V_10 = L_29; int32_t L_30; L_30 = Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_10), /*hidden argument*/Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); if ((((int32_t)L_28) == ((int32_t)L_30))) { goto IL_00ec; } } { G_B16_0 = 1; goto IL_00f6; } IL_00ec: { bool L_31; L_31 = Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_10), /*hidden argument*/Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); G_B16_0 = ((((int32_t)L_31) == ((int32_t)0))? 1 : 0); } IL_00f6: { if (!G_B16_0) { goto IL_0116; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_32 = ___jsonWriter0; NullCheck(L_32); int32_t L_33; L_33 = JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline(L_32, /*hidden argument*/NULL); Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_2), L_33, /*hidden argument*/Nullable_1__ctor_mD2D44AC1F09E08D051BC9F76A32DE46584569DD4_RuntimeMethod_var); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_34 = ___jsonWriter0; Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 * L_35 = __this->get_address_of__dateTimeZoneHandling_19(); int32_t L_36; L_36 = Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)L_35, /*hidden argument*/Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); NullCheck(L_34); JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8(L_34, L_36, /*hidden argument*/NULL); } IL_0116: { il2cpp_codegen_initobj((&V_3), sizeof(Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF )); Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * L_37 = __this->get_address_of__floatFormatHandling_21(); bool L_38; L_38 = Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_inline((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)L_37, /*hidden argument*/Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_RuntimeMethod_var); if (!L_38) { goto IL_016f; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_39 = ___jsonWriter0; NullCheck(L_39); int32_t L_40; L_40 = JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline(L_39, /*hidden argument*/NULL); Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF L_41 = __this->get__floatFormatHandling_21(); V_11 = L_41; int32_t L_42; L_42 = Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_inline((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)(&V_11), /*hidden argument*/Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_RuntimeMethod_var); if ((((int32_t)L_40) == ((int32_t)L_42))) { goto IL_0145; } } { G_B22_0 = 1; goto IL_014f; } IL_0145: { bool L_43; L_43 = Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_inline((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)(&V_11), /*hidden argument*/Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_RuntimeMethod_var); G_B22_0 = ((((int32_t)L_43) == ((int32_t)0))? 1 : 0); } IL_014f: { if (!G_B22_0) { goto IL_016f; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_44 = ___jsonWriter0; NullCheck(L_44); int32_t L_45; L_45 = JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline(L_44, /*hidden argument*/NULL); Nullable_1__ctor_mA5E5F836661C8C09F707F570F5AD2EC4B59D274F((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)(&V_3), L_45, /*hidden argument*/Nullable_1__ctor_mA5E5F836661C8C09F707F570F5AD2EC4B59D274F_RuntimeMethod_var); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_46 = ___jsonWriter0; Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF * L_47 = __this->get_address_of__floatFormatHandling_21(); int32_t L_48; L_48 = Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_inline((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)L_47, /*hidden argument*/Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_RuntimeMethod_var); NullCheck(L_46); JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD(L_46, L_48, /*hidden argument*/NULL); } IL_016f: { il2cpp_codegen_initobj((&V_4), sizeof(Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 )); Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * L_49 = __this->get_address_of__stringEscapeHandling_23(); bool L_50; L_50 = Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_inline((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)L_49, /*hidden argument*/Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_RuntimeMethod_var); if (!L_50) { goto IL_01c8; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_51 = ___jsonWriter0; NullCheck(L_51); int32_t L_52; L_52 = JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline(L_51, /*hidden argument*/NULL); Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 L_53 = __this->get__stringEscapeHandling_23(); V_12 = L_53; int32_t L_54; L_54 = Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_inline((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)(&V_12), /*hidden argument*/Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_RuntimeMethod_var); if ((((int32_t)L_52) == ((int32_t)L_54))) { goto IL_019e; } } { G_B28_0 = 1; goto IL_01a8; } IL_019e: { bool L_55; L_55 = Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_inline((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)(&V_12), /*hidden argument*/Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_RuntimeMethod_var); G_B28_0 = ((((int32_t)L_55) == ((int32_t)0))? 1 : 0); } IL_01a8: { if (!G_B28_0) { goto IL_01c8; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_56 = ___jsonWriter0; NullCheck(L_56); int32_t L_57; L_57 = JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline(L_56, /*hidden argument*/NULL); Nullable_1__ctor_mFFB25C2F4E29456578724A4751BA80DE308527BF((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)(&V_4), L_57, /*hidden argument*/Nullable_1__ctor_mFFB25C2F4E29456578724A4751BA80DE308527BF_RuntimeMethod_var); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_58 = ___jsonWriter0; Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 * L_59 = __this->get_address_of__stringEscapeHandling_23(); int32_t L_60; L_60 = Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_inline((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)L_59, /*hidden argument*/Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_RuntimeMethod_var); NullCheck(L_58); JsonWriter_set_StringEscapeHandling_m2CDFE1FCC0BEC2417F5DF10FC5CDFA046CD3497C(L_58, L_60, /*hidden argument*/NULL); } IL_01c8: { V_5 = (CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 *)NULL; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_61 = __this->get__culture_24(); if (!L_61) { goto IL_01fa; } } { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_62 = __this->get__culture_24(); JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_63 = ___jsonWriter0; NullCheck(L_63); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_64; L_64 = JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4(L_63, /*hidden argument*/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_01fa; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_66 = ___jsonWriter0; NullCheck(L_66); CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_67; L_67 = JsonWriter_get_Culture_mAD5635D6A004DFDE1659D9BB23BDBA76E64775F4(L_66, /*hidden argument*/NULL); V_5 = L_67; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_68 = ___jsonWriter0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_69 = __this->get__culture_24(); NullCheck(L_68); JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7_inline(L_68, L_69, /*hidden argument*/NULL); } IL_01fa: { V_6 = (String_t*)NULL; bool L_70 = __this->get__dateFormatStringSet_29(); if (!L_70) { goto IL_022c; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_71 = ___jsonWriter0; NullCheck(L_71); String_t* L_72; L_72 = JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline(L_71, /*hidden argument*/NULL); String_t* L_73 = __this->get__dateFormatString_28(); bool L_74; L_74 = String_op_Inequality_mDDA2DDED3E7EF042987EB7180EE3E88105F0AAE2(L_72, L_73, /*hidden argument*/NULL); if (!L_74) { goto IL_022c; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_75 = ___jsonWriter0; NullCheck(L_75); String_t* L_76; L_76 = JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline(L_75, /*hidden argument*/NULL); V_6 = L_76; JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_77 = ___jsonWriter0; String_t* L_78 = __this->get__dateFormatString_28(); NullCheck(L_77); JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4_inline(L_77, L_78, /*hidden argument*/NULL); } IL_022c: { RuntimeObject* L_79; L_79 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); if (!L_79) { goto IL_0242; } } { RuntimeObject* L_80; L_80 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* 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_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var, L_80); if ((((int32_t)L_81) >= ((int32_t)4))) { goto IL_0245; } } IL_0242: { G_B40_0 = ((TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 *)(NULL)); goto IL_024b; } IL_0245: { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_82 = ___jsonWriter0; TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * L_83 = (TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 *)il2cpp_codegen_object_new(TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01_il2cpp_TypeInfo_var); TraceJsonWriter__ctor_m5B7D770660090E6AF7C84A478456F35FEDFAB45E(L_83, L_82, /*hidden argument*/NULL); G_B40_0 = L_83; } IL_024b: { V_7 = G_B40_0; JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 * L_84 = (JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103 *)il2cpp_codegen_object_new(JsonSerializerInternalWriter_tBD1AEEFEE38FAAC7BAE2CAA76CE3CC72D9D03103_il2cpp_TypeInfo_var); JsonSerializerInternalWriter__ctor_mD7292E391C20932E7B7D3C0821993300C11805B9(L_84, __this, /*hidden argument*/NULL); TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * L_85 = V_7; TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * L_86 = L_85; G_B41_0 = L_86; G_B41_1 = L_84; if (L_86) { G_B42_0 = L_86; G_B42_1 = L_84; goto IL_025a; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_87 = ___jsonWriter0; G_B42_0 = ((TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 *)(L_87)); G_B42_1 = G_B41_1; } IL_025a: { RuntimeObject * L_88 = ___value1; Type_t * L_89 = ___objectType2; NullCheck(G_B42_1); JsonSerializerInternalWriter_Serialize_m5CF99C46876EC006AE08EF6F70774C05352D7EBB(G_B42_1, G_B42_0, L_88, L_89, /*hidden argument*/NULL); TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * L_90 = V_7; if (!L_90) { goto IL_0279; } } { RuntimeObject* L_91; L_91 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(8 /* Newtonsoft.Json.Serialization.ITraceWriter Newtonsoft.Json.JsonSerializer::get_TraceWriter() */, __this); TraceJsonWriter_t1FE0A1BBA5CE9180119146B6E3C44E0CA9AB9F01 * L_92 = V_7; NullCheck(L_92); String_t* L_93; L_93 = TraceJsonWriter_GetSerializedJsonMessage_mE1374279904FA737311526BB7A0DCFAA4181820F(L_92, /*hidden argument*/NULL); NullCheck(L_91); InterfaceActionInvoker3< int32_t, String_t*, Exception_t * >::Invoke(1 /* System.Void Newtonsoft.Json.Serialization.ITraceWriter::Trace(System.Diagnostics.TraceLevel,System.String,System.Exception) */, ITraceWriter_tB06CC983F4CAE1D4DAAA1BB32A76C63D3A6250AA_il2cpp_TypeInfo_var, L_91, 4, L_93, (Exception_t *)NULL); } IL_0279: { bool L_94; L_94 = Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)(&V_0), /*hidden argument*/Nullable_1_get_HasValue_m5BE0CF3E062D4C26B874593BCB8C1C725C35D166_RuntimeMethod_var); if (!L_94) { goto IL_028f; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_95 = ___jsonWriter0; int32_t L_96; L_96 = Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_inline((Nullable_1_t14589D160BA74EB8D4E985FEB7FC81E92A12B486 *)(&V_0), /*hidden argument*/Nullable_1_GetValueOrDefault_mA9704EB382232C56EA1001D117ABE2E0EDE4C048_RuntimeMethod_var); NullCheck(L_95); JsonWriter_set_Formatting_mD0CD79552C13280507FC97D3F2B4B9A34DCFDF44(L_95, L_96, /*hidden argument*/NULL); } IL_028f: { bool L_97; L_97 = Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_inline((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)(&V_1), /*hidden argument*/Nullable_1_get_HasValue_m876E440423E09C89619978D6F32CE913EBD624BB_RuntimeMethod_var); if (!L_97) { goto IL_02a5; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_98 = ___jsonWriter0; int32_t L_99; L_99 = Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_inline((Nullable_1_t40812EAA4881D9A2BC2777C53C338A730581A6A9 *)(&V_1), /*hidden argument*/Nullable_1_GetValueOrDefault_m866864EF4CFF6B51AE7E5F5DAA55FC9B7DFE5391_RuntimeMethod_var); NullCheck(L_98); JsonWriter_set_DateFormatHandling_m71DBA6BB91BB3ACF47221BFA38FDC7680E5A659C(L_98, L_99, /*hidden argument*/NULL); } IL_02a5: { bool L_100; L_100 = Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_2), /*hidden argument*/Nullable_1_get_HasValue_m4FE9AC0F29CA174C6C97449C33C744B9BCA97678_RuntimeMethod_var); if (!L_100) { goto IL_02bb; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_101 = ___jsonWriter0; int32_t L_102; L_102 = Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_inline((Nullable_1_tE133FC3CA226DC930B2938D7C713E34ABA1DD5E3 *)(&V_2), /*hidden argument*/Nullable_1_GetValueOrDefault_mE7C83BBAC5A78EDC21CBCB3B84D83B448C0F4942_RuntimeMethod_var); NullCheck(L_101); JsonWriter_set_DateTimeZoneHandling_mDDCFF82A68776C61999A2526452B14C401592BB8(L_101, L_102, /*hidden argument*/NULL); } IL_02bb: { bool L_103; L_103 = Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_inline((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)(&V_3), /*hidden argument*/Nullable_1_get_HasValue_mF270231A41892EF1156B3ED7D6BFC8659DD1C355_RuntimeMethod_var); if (!L_103) { goto IL_02d1; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_104 = ___jsonWriter0; int32_t L_105; L_105 = Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_inline((Nullable_1_t7A6B93CCB5D0F7D0B0260ABBB7B9BA0F5AD63DCF *)(&V_3), /*hidden argument*/Nullable_1_GetValueOrDefault_mCD6BE8220BA7A34DE1CE33C91B22CE19AF669EC1_RuntimeMethod_var); NullCheck(L_104); JsonWriter_set_FloatFormatHandling_m561821C81F0C0BDA1926DF11F97BC8AAC8BCD3DD(L_104, L_105, /*hidden argument*/NULL); } IL_02d1: { bool L_106; L_106 = Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_inline((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)(&V_4), /*hidden argument*/Nullable_1_get_HasValue_m9A1CCA4F05483086F06D087492C70E5C9EC59FB5_RuntimeMethod_var); if (!L_106) { goto IL_02e7; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_107 = ___jsonWriter0; int32_t L_108; L_108 = Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_inline((Nullable_1_tAFDD5B4C018AB92E374230FF360056852325F894 *)(&V_4), /*hidden argument*/Nullable_1_GetValueOrDefault_m34EE17AEA12A62DEDF21FAB224D213527338C153_RuntimeMethod_var); NullCheck(L_107); JsonWriter_set_StringEscapeHandling_m2CDFE1FCC0BEC2417F5DF10FC5CDFA046CD3497C(L_107, L_108, /*hidden argument*/NULL); } IL_02e7: { bool L_109 = __this->get__dateFormatStringSet_29(); if (!L_109) { goto IL_02f7; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_110 = ___jsonWriter0; String_t* L_111 = V_6; NullCheck(L_110); JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4_inline(L_110, L_111, /*hidden argument*/NULL); } IL_02f7: { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_112 = V_5; if (!L_112) { goto IL_0303; } } { JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * L_113 = ___jsonWriter0; CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_114 = V_5; NullCheck(L_113); JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7_inline(L_113, L_114, /*hidden argument*/NULL); } IL_0303: { return; } } // Newtonsoft.Json.Serialization.IReferenceResolver Newtonsoft.Json.JsonSerializer::GetReferenceResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializer_GetReferenceResolver_mED3C727D7B702A0ED891E5C3663842FB69A889F3 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->get__referenceResolver_16(); if (L_0) { goto IL_0013; } } { DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A * L_1 = (DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A *)il2cpp_codegen_object_new(DefaultReferenceResolver_t36E4CB4343D2FAA95DE1EDB5822FE587AA562B9A_il2cpp_TypeInfo_var); DefaultReferenceResolver__ctor_m4AA5B6BADDB120DDC5F16A1B2B15C45E3AF85757(L_1, /*hidden argument*/NULL); __this->set__referenceResolver_16(L_1); } IL_0013: { RuntimeObject* L_2 = __this->get__referenceResolver_16(); return L_2; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonSerializer_GetMatchingConverter_mAF04EFA2A8C791828B6AA3903518512CAD60CD07 (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, Type_t * ___type0, const RuntimeMethod* method) { { JsonConverterCollection_t93FA7190716CD879A37BF1E3B249F1171AEC3598 * L_0 = __this->get__converters_10(); Type_t * L_1 = ___type0; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_2; L_2 = JsonSerializer_GetMatchingConverter_mC76FD1596C5E0534C45A05F3A5CFB8585C35C962(L_0, L_1, /*hidden argument*/NULL); return L_2; } } // Newtonsoft.Json.JsonConverter Newtonsoft.Json.JsonSerializer::GetMatchingConverter(System.Collections.Generic.IList`1,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * JsonSerializer_GetMatchingConverter_mC76FD1596C5E0534C45A05F3A5CFB8585C35C962 (RuntimeObject* ___converters0, Type_t * ___objectType1, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t745BA36938E6CA49AC50F8732C33AF4CBDB2E379_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_tFCA8EA64EBB37AD1CDF92AB1C3591D6745600FAC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * 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_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_3; L_3 = InterfaceFuncInvoker1< JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1::get_Item(System.Int32) */, IList_1_tFCA8EA64EBB37AD1CDF92AB1C3591D6745600FAC_il2cpp_TypeInfo_var, L_1, L_2); V_1 = L_3; JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * 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_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_7 = V_1; return L_7; } IL_001a: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1)); } IL_001e: { int32_t L_9 = V_0; RuntimeObject* L_10 = ___converters0; NullCheck(L_10); int32_t L_11; L_11 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1::get_Count() */, ICollection_1_t745BA36938E6CA49AC50F8732C33AF4CBDB2E379_il2cpp_TypeInfo_var, L_10); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } IL_0027: { return (JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 *)NULL; } } // System.Void Newtonsoft.Json.JsonSerializer::OnError(Newtonsoft.Json.Serialization.ErrorEventArgs) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void JsonSerializer_OnError_m94489587ABFC2BBCB076B85965C1BF7372EA063E (JsonSerializer_tD68D930D3D59DD5C3DB6448FBDD31A638F2BB2FD * __this, ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * ___e0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&EventHandler_1_Invoke_m7DB2DA4E25E75F8FA859D2CA39D2EFC9213E5E16_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * V_0 = NULL; { EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_0 = __this->get_Error_30(); V_0 = L_0; EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_1 = V_0; if (!L_1) { goto IL_0012; } } { EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_2 = V_0; ErrorEventArgs_tFADF603D40C9CB127685300BA45076986803C843 * L_3 = ___e0; NullCheck(L_2); EventHandler_1_Invoke_m7DB2DA4E25E75F8FA859D2CA39D2EFC9213E5E16(L_2, __this, L_3, /*hidden argument*/EventHandler_1_Invoke_m7DB2DA4E25E75F8FA859D2CA39D2EFC9213E5E16_RuntimeMethod_var); } IL_0012: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JProperty_get_Name_m4B909198F27EFED895AF6E2EFB90F2A22F86E411_inline (JProperty_tED3C78DEBF398FFBE8537B883BE72C7060EE25CA * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * JToken_get_Parent_mA56162932F57CA4728F95E7C7A5FC53BA6E21047_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JContainer_t0393B6D5D1D1452D16BE67178D48155F148BCFC4 * L_0 = __this->get__parent_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t MemberDescriptor_get_NameHashCode_mBDD666D3285D201DE8C075E48804DC34C46B4198_inline (MemberDescriptor_t92E4AE18636FFD5150830060BBA071CCF3A67A6F * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_nameHash_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * StringComparer_get_Ordinal_mF3B6370BEBD77351DB5218C867DCD669C47B8812_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var); StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6 * L_0 = ((StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t69EC059128AD0CAE268CA1A1C33125DAC9D7F8D6_il2cpp_TypeInfo_var))->get__ordinal_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * JValue_get_Value_m886BB4337BAD45C2E74A27AC3D45A5D3912DB92E_inline (JValue_tAA83B3646A899C1E817A4AE2B29A884B43DF0F64 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = __this->get__value_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * JsonConvert_get_DefaultSettings_m45F17C3434357C179C0A48E5AB5F9914AD8DDC82_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_0 = ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->get_U3CDefaultSettingsU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_CommentHandling_m826835E5AE01E9F77464D74FED529372995B6D13_inline (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__commentHandling_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonLoadSettings_get_LineInfoHandling_mFC5C51D0F639F243E9E9FC0AD58065CF5F20DF18_inline (JsonLoadSettings_t9918744ADCE3F609F3C4AC9D5969B62737E54950 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__lineInfoHandling_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_CurrentState_m8FB45730B1CE10F0AE9896B9C3E1E41B6C744DAA_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__currentState_3(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JToken_get_Next_m44ABBA6AFA7E2ABEEBAF36D1DFC86B4233F92609_inline (JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * __this, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__next_2(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JConstructor_get_Name_m2368E84C243C18D25F92205F87F54CB0CAF56820_inline (JConstructor_t89FAEB236AE2B21E57D54A574399AE30D687971F * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__name_17(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateTimeZoneHandling_mCEE504BF434BD0DD1360A9E534ACCE5CAB4233C9_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeZoneHandling_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * JTokenReader_get_CurrentToken_mF456F06D9F95D3570D0BB62D6F5AF6355F01F894_inline (JTokenReader_t94C83C6732B228E8E3D1DA3CD5EFDE1D7107B21F * __this, const RuntimeMethod* method) { { JToken_t78F4E878E41125BB40B529918D104EDDC99E00C9 * L_0 = __this->get__current_18(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m129FC0ADA02FECBED3C0B1A809AE84A5AEE1CF09_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get_m_stringLength_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_CanDeserialize_m7D6073D8DAD68092D951ADC1DD1F8DAEDA4D6DC0_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCanDeserializeU3Ek__BackingField_35(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonArrayContract_get_HasParameterizedCreator_mB012930557F741C94C7772EF7B3AE379B9B0E6E3_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasParameterizedCreatorU3Ek__BackingField_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_CreatedType_m20F29589291CEE8652ECCCE92B5BC1406FD872CD_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__createdType_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsArray_m3E4DEA93294EC3AAFD7147809DF576874E4FA709_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsArrayU3Ek__BackingField_33(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsArray_m14EF8A42187D59A9883FAD499456080F81A55124_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsArrayU3Ek__BackingField_33(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContract_get_UnderlyingType_mEE45BC58C7DBE15FC705E9BE8AFB0CB244595B2F_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CUnderlyingTypeU3Ek__BackingField_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_CollectionItemType_mC33A98A3D84DC39307F612E097A6B3871375405E_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CCollectionItemTypeU3Ek__BackingField_27(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonArrayContract_get_CollectionItemType_m30274DD94F90DAAC9988F9626A2A30D9F16ABCF9_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CCollectionItemTypeU3Ek__BackingField_27(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_IsMultidimensionalArray_mA55D34224E5FEA51CD59BF4AC74556D0C704E733_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CIsMultidimensionalArrayU3Ek__BackingField_28(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonArrayContract_set_ShouldCreateWrapper_m5565E91364A725C1EEAB9E50F561FF8B0F9F890E_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CShouldCreateWrapperU3Ek__BackingField_34(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonArrayContract_get_IsMultidimensionalArray_m77B5B57593E4AD11FF9BD276C695E2FE4BE6507F_inline (JsonArrayContract_tA23C5DB3A60CFA8BF21B9CD1BCA9000E9664FD4D * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIsMultidimensionalArrayU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonContainerAttribute_get_ItemConverterType_m77ADA5BB713A3B7B4F5F08A679FC5020DEAF8A6D_inline (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CItemConverterTypeU3Ek__BackingField_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* JsonContainerAttribute_get_ItemConverterParameters_m470D1EB8AF068AEA616D811A96D61F8CE2FFE4F6_inline (JsonContainerAttribute_t2FC7307795CBA3535429F9F61863EFCE7C8BB210 * __this, const RuntimeMethod* method) { { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_0 = __this->get_U3CItemConverterParametersU3Ek__BackingField_1(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemConverter_mA1371FF652F4B551CDD5C458DF37F6D30F2E7890_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * ___value0, const RuntimeMethod* method) { { JsonConverter_tA7DD130015793717E2EB2AE6E6184D06769EE242 * L_0 = ___value0; __this->set_U3CItemConverterU3Ek__BackingField_23(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemIsReference_m663294207383D91A14CCF28A5FF79EFFDE87859B_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 ___value0, const RuntimeMethod* method) { { Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 L_0 = ___value0; __this->set_U3CItemIsReferenceU3Ek__BackingField_24(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemReferenceLoopHandling_mF2F38DFBEC5893B28B696188AD578B2B10AA8C6F_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 ___value0, const RuntimeMethod* method) { { Nullable_1_t2CB95692E6A26EDE54D7ADD36B8950CB7B641543 L_0 = ___value0; __this->set_U3CItemReferenceLoopHandlingU3Ek__BackingField_25(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContainerContract_set_ItemTypeNameHandling_mC69F55CA9D424520C0640F1ABAC4B0E23DFDBB19_inline (JsonContainerContract_tD9B8571AA4C5E6A77D393AC16EE098DBB87D27EC * __this, Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 ___value0, const RuntimeMethod* method) { { Nullable_1_t3A9D3139058E086D0A3D8B52106E05024D82BEB4 L_0 = ___value0; __this->set_U3CItemTypeNameHandlingU3Ek__BackingField_26(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonContract_set_UnderlyingType_m5FA996DFD7944189FFB4A39769AFAC62531A1974_inline (JsonContract_t4A29B84F2B1617A7C60CB1959432EF09D83F115A * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CUnderlyingTypeU3Ek__BackingField_15(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonConvert_set_DefaultSettings_m37450FF21FB1B80C0AD4AA04A66CD387EA8F455F_inline (Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * ___value0, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Func_1_t6E81F45D52C1BA1B438080BB720DAC23650B221A * L_0 = ___value0; IL2CPP_RUNTIME_CLASS_INIT(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var); ((JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_StaticFields*)il2cpp_codegen_static_fields_for(JsonConvert_tE6BEC0144590DD363669B76685D1C371866C3D87_il2cpp_TypeInfo_var))->set_U3CDefaultSettingsU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonSerializerSettings_set_Converters_mF0693DE4BF4F0B7A8C46166C005CEEBEAF2F5020_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, RuntimeObject* ___value0, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___value0; __this->set_U3CConvertersU3Ek__BackingField_26(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonDictionaryContract_get_HasParameterizedCreator_m658DB0958B4E3300EBEE1E0887A86DCB11AAC91D_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CHasParameterizedCreatorU3Ek__BackingField_39(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_ShouldCreateWrapper_mA3D0E15FE2E7847519192FF16A50EA819D66A890_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CShouldCreateWrapperU3Ek__BackingField_35(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryKeyType_m0F83C007A6211881A50529082104B52CA20AA8D6_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDictionaryKeyTypeU3Ek__BackingField_28(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonDictionaryContract_set_DictionaryValueType_mCEA92A7854F7961668048449778E4CEE1D3E124F_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, Type_t * ___value0, const RuntimeMethod* method) { { Type_t * L_0 = ___value0; __this->set_U3CDictionaryValueTypeU3Ek__BackingField_29(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryValueType_m8446A8DFE541FAEE9158A91818E3AFC2AAE94E35_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryValueTypeU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonDictionaryContract_get_DictionaryKeyType_m00849788AAE3E7EDACE6243991F26E26B34757BA_inline (JsonDictionaryContract_tCD675EFCD4B4CE5BC5FDE1C5C4501A7355589D93 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDictionaryKeyTypeU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_WriteData_m0C68690434C00E441B94677723E5F3D5794AD077_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CWriteDataU3Ek__BackingField_0(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonExtensionDataAttribute_set_ReadData_m12AB84F205B4B7B420544E13FEF72C72C284A22D_inline (JsonExtensionDataAttribute_t426D280AC809DEA22A0A8E64681AF85D411297E2 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CReadDataU3Ek__BackingField_1(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A JsonObjectContract_get_ItemRequired_m6F8D026FFD2E17C94562660484489C53F9EF093C_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { Nullable_1_tA79E84D3522E28BAB25B1C6A47C29CEBDC4B828A L_0 = __this->get_U3CItemRequiredU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * JsonObjectContract_get_Properties_mA2FE17E3A8F32EBEA986F7959A630584665F9FAF_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, const RuntimeMethod* method) { { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_0 = __this->get_U3CPropertiesU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E JsonProperty_get_DefaultValueHandling_mC75EB106FBF28841D5AA1B9DCB3CCFA742C59860_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Nullable_1_t14C84D3B03BEB298B3006B88BB5C9449E252128E L_0 = __this->get_U3CDefaultValueHandlingU3Ek__BackingField_21(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonObjectContract_set_Properties_m271758DCBDD95F1F27AF08E1770DE408FD868CA6_inline (JsonObjectContract_t3D668E5CF946C7BD11379EF0E758A4C79055AF67 * __this, JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * ___value0, const RuntimeMethod* method) { { JsonPropertyCollection_tF4C711F6A1BA838655481EF21961A41280730954 * L_0 = ___value0; __this->set_U3CPropertiesU3Ek__BackingField_29(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonPrimitiveContract_set_TypeCode_mC400A566DC3ED2195AA91F8302423EA00BC5898F_inline (JsonPrimitiveContract_t618F5D6234607A14EFDF93E1C76A2FE8D23FBAEA * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CTypeCodeU3Ek__BackingField_21(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_PropertyType_mA8189F0E90030BC557BA04E69C7C7B9FDE22158D_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get__propertyType_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonProperty_get_PropertyName_m851570734464B93D7F2246206C28968FC26D6505_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__propertyName_4(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonProperty_get_Ignored_m01CFD3C673171DB008F1D7AA6BD52A8C6617CEE8_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CIgnoredU3Ek__BackingField_15(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Type_t * JsonProperty_get_DeclaringType_mEDA9D0497A5A3F73112C02C54DB77D61F497604B_inline (JsonProperty_t8F2960BA001820829D8A3EA78F8D2D75ACCADBD3 * __this, const RuntimeMethod* method) { { Type_t * L_0 = __this->get_U3CDeclaringTypeU3Ek__BackingField_8(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_CloseInput_m64F0E74600999FED53AAF37BC94032A112300D03_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, bool ___value0, const RuntimeMethod* method) { { bool L_0 = ___value0; __this->set_U3CCloseInputU3Ek__BackingField_13(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateTimeZoneHandling_mE150930B04BCF2BB8D51CD78B6E996AF6B303E55_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateTimeZoneHandling_6(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool JsonReader_get_SupportMultipleContent_mA0C1CF6F9F76F9F0264C1BA6ED94E6851BC82E1C_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { bool L_0 = __this->get_U3CSupportMultipleContentU3Ek__BackingField_14(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReaderException_set_Path_m6B817BB33F36B9E8A46FB5E1BF5A9870C07D52F7_inline (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set_U3CPathU3Ek__BackingField_19(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReaderException_set_LineNumber_m58D7F78EDF8E50EF1FABED396E0937E90FEB80E0_inline (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLineNumberU3Ek__BackingField_17(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReaderException_set_LinePosition_mCA678F4B877AA9280AABE8360DC6FDF7A9767E35_inline (JsonReaderException_tD7A9B926F30ED49FEDDF00C5E566DA6E52055F22 * __this, int32_t ___value0, const RuntimeMethod* method) { { int32_t L_0 = ___value0; __this->set_U3CLinePositionU3Ek__BackingField_18(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* DefaultContractResolver_get_Instance_mA523B467C8E9CBF3304FF0B4D98E79F40731A381_inline (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { IL2CPP_RUNTIME_CLASS_INIT(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var); RuntimeObject* L_0 = ((DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_StaticFields*)il2cpp_codegen_static_fields_for(DefaultContractResolver_t37F80A2009EC514A70EACD436E1F0D5CF911A30C_il2cpp_TypeInfo_var))->get__instance_0(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_Converters_mA00CF4ADB3030560B25C39E09CB4E60959686B54_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CConvertersU3Ek__BackingField_26(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * JsonSerializerSettings_get_Error_mB587C84D7EA7E875E78FF03979FF29325877B5F0_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method) { { EventHandler_1_t6179A28630D1235ED1C2883EC5CFFDB982BD436A * L_0 = __this->get_U3CErrorU3Ek__BackingField_32(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_ContractResolver_mBD4B6EB0FF6E4D2AD555D608DB4F1CC61FB008B0_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CContractResolverU3Ek__BackingField_27(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * JsonSerializerSettings_get_ReferenceResolverProvider_m85D17CA36AF71116F9D42BB35A61CAD4D6DEEC8A_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method) { { Func_1_t9049701827C812EFD7155F64BD593E9D455106DD * L_0 = __this->get_U3CReferenceResolverProviderU3Ek__BackingField_29(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_TraceWriter_m77632A4CC8BEAE58EC2A46E9A68B6DD3381E374B_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CTraceWriterU3Ek__BackingField_30(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* JsonSerializerSettings_get_EqualityComparer_m99252972A34785A2C5DD3E6A511B1EF1A888D308_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->get_U3CEqualityComparerU3Ek__BackingField_28(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * JsonSerializerSettings_get_Binder_m1621198D4CA03E3E4ED0D8E8C55D1A1265D25E72_inline (JsonSerializerSettings_t588091BBBF86CF9B1EF3019B90BB47BA634343FE * __this, const RuntimeMethod* method) { { SerializationBinder_t600A2077818E43FC641208357D8B809A10F1EAB8 * L_0 = __this->get_U3CBinderU3Ek__BackingField_31(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_Culture_mAF4C2967EC24FB1ED928136610AFDA204EEE715C_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___value0; __this->set__culture_5(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_DateParseHandling_mF03602DC0001F690202783AFEC907821E8EC5A9B_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateParseHandling_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonReader_get_FloatParseHandling_m7C53D98F88660340A0AF9842095A63664FC2AE90_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__floatParseHandling_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 JsonReader_get_MaxDepth_mFE34316F52E4A76699B7B9E6439F3E8F564E7C88_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 L_0 = __this->get__maxDepth_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonReader_get_DateFormatString_m83150543948622351B852EA3A62907F90B3D73E6_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__dateFormatString_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonReader_set_DateFormatString_mA1C14FA75F97E6E4DF12C0258AA7F1D8C74B39E7_inline (JsonReader_t4744AD14EAA7B7002CADDE080CAD5FB5CC06A1D7 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__dateFormatString_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_Formatting_mC18D9155ED938AFD5F1DCEF125118019457CD544_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__formatting_5(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_DateFormatHandling_mE942350A97B2D29BCA6E4B1625F1668E9C32A9AF_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__dateFormatHandling_7(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_FloatFormatHandling_m3B2A583300BF25FE39C38E75C995AAB565CF1912_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__floatFormatHandling_10(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t JsonWriter_get_StringEscapeHandling_m8E8D78C834F1EFE5D11D77F7F58151DFABA04FF1_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { int32_t L_0 = __this->get__stringEscapeHandling_9(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_Culture_mB06618F77452FC9C46BA4C72B50DD1EA30A9D7A7_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * ___value0, const RuntimeMethod* method) { { CultureInfo_t1B787142231DB79ABDCE0659823F908A040E9A98 * L_0 = ___value0; __this->set__culture_12(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* JsonWriter_get_DateFormatString_mC1855B2F2BF9A5776B62B0607E10C7ECB0C9BDD0_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, const RuntimeMethod* method) { { String_t* L_0 = __this->get__dateFormatString_11(); return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void JsonWriter_set_DateFormatString_mC549E4965DA9E4C5DE42C3C4EFB04B490547F5F4_inline (JsonWriter_tACEDD64FEBBE8B6099C3D5C9629C6650067CBE94 * __this, String_t* ___value0, const RuntimeMethod* method) { { String_t* L_0 = ___value0; __this->set__dateFormatString_11(L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Collection_1_get_Items_m90D4AEBA43ED5FE8C8B6158569E798658AE2C08F_gshared_inline (Collection_1_tC70665E043EEEEE0CE76CFA285D8ACDB39D36EB0 * __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->get_items_0(); return (RuntimeObject*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 Enumerator_get_Current_m39BB9CD07FEC0DBEDFE938630364A23C9A87FC3F_gshared_inline (Enumerator_tE4E91EE5578038530CF0C46227953BA787E7A0A0 * __this, const RuntimeMethod* method) { { KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 L_0 = (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )__this->get_current_3(); return (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Key_mEFB776105F87A4EAB1CAC3F0C96C4D0B79F3F03D_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_key_0(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * KeyValuePair_2_get_Value_m8425596BB4249956819960EC76E618357F573E76_gshared_inline (KeyValuePair_2_tFB6A066C69E28C6ACA5FC5E24D969BFADC5FA625 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_value_1(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m4C033F49F5318E94BC8CBA9CE5175EFDBFADEF9C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_mBA12CEEF0E5F9E1A59B01BA3584A89738B34710C_gshared_inline (Nullable_1_t64244F99361E39CBE565C5E89436C898F18DF5DC * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m7455E879CFAAE682AE3786D4D2B1F65C8AA23921_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Nullable_1_GetValueOrDefault_m66800983B800C26B67A6999A687EA3767C739406_gshared_inline (Nullable_1_t864FD0051A05D37F91C857AB496BFCB3FE756103 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get_value_0(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m4C91D0E84532DF10C654917487D82CB0AB27693B_gshared_inline (Enumerator_tB6009981BD4E3881E3EC83627255A24198F902D6 * __this, const RuntimeMethod* method) { { RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3(); return (RuntimeObject *)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m52F33C6963C9A76A14F54B4B2C30CEF580DB1EB7_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_GetValueOrDefault_mBB477F8BDD918F0DDEDACD063420E5264F01A2AD_gshared_inline (Nullable_1_t1D1CD146BFCBDC2E53E1F700889F8C5C21063EF3 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_value_0(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A List_1_get_Item_m1F6E6C02B1E68F29300CD422539E2929788A0045_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597* L_2 = (JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597*)__this->get__items_1(); int32_t L_3 = ___index0; JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((JsonPositionU5BU5D_t718B27402A94A11341EE7B498A6A5A8C78173597*)L_2, (int32_t)L_3); return (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_mD3352A8E2DEC7238A1D935A567A7D09E8D4FAD6A_gshared_inline (List_1_t6556CB1B13C749BD9F3F6439C1B2840CD9363EAC * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m13F06FC88C74650371608717007CB02E9DC5F224_gshared_inline (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A Nullable_1_GetValueOrDefault_mD7DD99C6C2E73BBB4AB40A22178DC77A80F7633E_gshared_inline (Nullable_1_tF003FFFF2067ED645FC3379AC2EF3B46006F245C * __this, const RuntimeMethod* method) { { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_0 = (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )__this->get_value_0(); return (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A Enumerator_get_Current_m2EEEBAE8DEAA83CB54BB21D2E919F8ED46DE78E2_gshared_inline (Enumerator_t6C4CE49EBC0D72706A264D49C0344F882078F4CB * __this, const RuntimeMethod* method) { { JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A L_0 = (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )__this->get_current_3(); return (JsonPosition_t4370E984F4356C2D0B327BEFC9904CCBE2ED725A )L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* KeyedCollection_2_get_Dictionary_m3CE6C6FBF3653B3B0036E616E6AD4E0443F0A80E_gshared_inline (KeyedCollection_2_t161B04E3917472A1DAB55ADFBBD25D59B65BBC6B * __this, const RuntimeMethod* method) { { Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D * L_0 = (Dictionary_2_tBD1E3221EBD04CEBDA49B84779912E91F56B958D *)__this->get_dict_3(); return (RuntimeObject*)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_m7B5E3383CB67492E573AC0D875ED82A51350F188_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, int32_t ___index0, const RuntimeMethod* method) { { int32_t L_0 = ___index0; int32_t L_1 = (int32_t)__this->get__size_2(); if ((!(((uint32_t)L_0) >= ((uint32_t)L_1)))) { goto IL_000e; } } { ThrowHelper_ThrowArgumentOutOfRangeException_m4841366ABC2B2AFA37C10900551D7E07522C0929(/*hidden argument*/NULL); } IL_000e: { ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE* L_2 = (ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)__this->get__items_1(); int32_t L_3 = ___index0; RuntimeObject * L_4; L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_tC1F4EE0DB0B7300255F5FD4AF64FE4C585CF5ADE*)L_2, (int32_t)L_3); return (RuntimeObject *)L_4; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m5D847939ABB9A78203B062CAFFE975792174D00F_gshared_inline (List_1_t3F94120C77410A62EAE48421CF166B83AB95A2F5 * __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->get__size_2(); return (int32_t)L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_mBF8482D04E77226837E6D2995F27872C8E3ABFB9_gshared_inline (Nullable_1_t2FD0F79534780CBE01028C4BD37F24664A490E15 * __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->get_has_value_1(); return (bool)L_0; } }