#include "pch-cpp.hpp" #ifndef _MSC_VER # include #else # include #endif #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 VirtualFuncInvoker3 { typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method); } }; template struct VirtualFuncInvoker4 { typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualFuncInvoker5 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method); } }; template struct 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 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 InvokerFuncInvoker3; template struct InvokerFuncInvoker3 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2 p2, T3 p3) { R ret; void* params[3] = { p1, &p2, &p3 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; template struct InvokerFuncInvoker4; template struct InvokerFuncInvoker4 { static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3, T4 p4) { R ret; void* params[4] = { p1, p2, &p3, &p4 }; method->invoker_method(methodPtr, method, obj, params, &ret); return ret; } }; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Runtime.CompilerServices.ConditionalWeakTable`2 struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t32B53163040D949B578E5B6FB09F404497E63DAD; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B9132F36AB4802E2DCBBC379E9A521504442698; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7; // System.Func`1 struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4; // System.Func`1 struct Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Func`2 struct Func_2_t0D0687635BAF9EA3FF389149941C5473EC0CD2D4; // System.Func`2 struct Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3; // System.Func`2 struct Func_2_tACBF5A1656250800CE861707354491F0611F6624; // System.Func`2 struct Func_2_t378757FF082427448349A80CC63683B50DA787D3; // System.Func`3 struct Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7; // System.Func`3 struct Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tA4FF235620F3AC81D5CAC53556987A2EF981D346; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tB45A861D090B15129521119AE48ED3813820A974; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCC15D033281A6593E2488FAF5B205812A152AC03; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t9A85C81848D2F016E60574CDC106E857ECB2DF0B; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t40F6F0E03631CE7E45E4B1FFD0442602CE3535A9; // System.Collections.Generic.List`1 struct List_1_t425196350A2888B269895DE1C865A3E7E4E2C9B6; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED; // System.Collections.Generic.Stack`1 struct Stack_1_tBFF48F24B537D846EFD0A74AFFFC0D1BBD643E79; // System.Threading.Tasks.TaskFactory`1> struct TaskFactory_1_tBEECC126BA6202303F927A240F3EDD06E844C654; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_tA522288A50DBBA4F2B2C1B7903E790568AC5E651; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t5A21CD79B28C815202C9D578CB5F612B745ECCAE; // System.Threading.Tasks.Task`1> struct Task_1_tC793EC4BCAF3441C475639996F591673C58B3730; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D; // System.Threading.Tasks.Task`1 struct Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2; // System.Threading.Tasks.Task`1 struct Task_1_t06484715029D51A4420723456D165BAC63798F8D; // System.Threading.Tasks.Task`1 struct Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17; // System.Threading.Tasks.Task`1 struct Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0; // System.Threading.Tasks.Task`1 struct Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083; // System.Tuple`2 struct Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tCE6BD704B9571C131E2D8C8CED569DDEC4AE042B; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t519E3D7B7930C3F77E226A257A1D4EA697466E21; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_t1D78E7B22A0D96ECA7E3AC155913DFEA3CDF6FA7; // System.WeakReference`1 struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tEA0133B78B9FF7045128C508FA50247E525A94D6; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_t31E21604E26373A23AFBA4F599970302C52A97AD; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tB41736D0B14C835560EDC6DACAFDBBB71A62660B; // System.Int32[][] struct Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Globalization.CalendarId[] struct CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C; // MS.Internal.Xml.Cache.XPathNodeRef[] struct XPathNodeRefU5BU5D_tFAE5241CF1C5434237DB66C07CFF73BB76134E79; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40; // System.Xml.Schema.XmlTypeCode[] struct XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41; // System.Globalization.DateTimeFormatInfo/TokenHashValue[] struct TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9; // System.Collections.Hashtable/bucket[] struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587; // System.Xml.NameTable/Entry[] struct EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.Collections.ArrayList struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C; // MS.Internal.Xml.XPath.BaseAxisQuery struct BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A; // System.Net.BindIPEndPoint struct BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // System.Threading.CancellationTokenSource struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B; // System.Text.RegularExpressions.Capture struct Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A; // System.Text.RegularExpressions.CaptureCollection struct CaptureCollection_t38405272BD6A6DA77CD51487FD39624C6E95CC93; // System.Globalization.CodePageDataItem struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; // MS.Internal.Xml.XPath.CompiledXpathExpr struct CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73; // System.Threading.ContextCallback struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007; // System.Net.CookieContainer struct CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E; // System.Globalization.CultureData struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; // System.Text.Decoder struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC; // System.Text.DecoderFallback struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90; // System.Text.DecoderFallbackBuffer struct DecoderFallbackBuffer_t02E41C0BEC894A17CFE1A1FE88A2388DFDA05A73; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // System.Xml.DtdParser struct DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53; // System.Text.Encoder struct Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA; // System.Text.EncoderFallback struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293; // System.Text.EncoderFallbackBuffer struct EncoderFallbackBuffer_t2E7CD7B63BE916D5827701AC6AB8455673FB0281; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095; // System.Exception struct Exception_t; // System.Text.RegularExpressions.ExclusiveReference struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837; // System.IO.FileStream struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B; // System.Text.RegularExpressions.GroupCollection struct GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; // System.Net.HttpContinueDelegate struct HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9; // System.Net.HttpWebRequest struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9; // System.Net.HttpWebResponse struct HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A; // System.IAsyncResult struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2; // System.Collections.ICollection struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E; // System.Net.ICredentials struct ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Xml.IDtdInfo struct IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8; // System.Xml.IDtdParserAdapter struct IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311; // System.Xml.IDtdParserAdapterWithValidation struct IDtdParserAdapterWithValidation_tC370E742FC1C08EECE2E2741D97D6985EF1ED347; // System.Collections.IEnumerator struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA; // System.Collections.IEqualityComparer struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // System.Runtime.Serialization.IFormatterConverter struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609; // System.Net.IPHostEntry struct IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490; // System.Net.IWebProxy struct IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D; // System.Xml.IXmlLineInfo struct IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.IO.MemoryStream struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2; // System.Reflection.MethodInfo struct MethodInfo_t; // Mono.Net.Security.MobileTlsProvider struct MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017; // Mono.Security.Interface.MonoTlsSettings struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0; // System.Xml.NameTable struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46; // System.NotImplementedException struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // System.Xml.OpenedHost struct OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673; // MS.Internal.Xml.XPath.Query struct Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6; // MS.Internal.Xml.XPath.QueryBuilder struct QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772; // System.Text.RegularExpressions.RegexCode struct RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7; // System.Text.RegularExpressions.RegexRunnerFactory struct RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7; // System.Net.Cache.RequestCacheBinding struct RequestCacheBinding_t18F3F4FF8D0F77E86C2C666CEE7FD48A80C042EE; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550; // System.Net.Cache.RequestCacheProtocol struct RequestCacheProtocol_t43C1AC170194874A0C0B0D3B8BE9EABFB613DF85; // System.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23; // Microsoft.Win32.SafeHandles.SafeFileHandle struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD; // System.Xml.Schema.SchemaEntity struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7; // System.Xml.Schema.SchemaInfo struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540; // System.Net.ServerCertValidationCallback struct ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F; // System.Net.ServicePoint struct ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29; // System.Net.ServicePointScheduler struct ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9; // System.Threading.Tasks.StackGuard struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; // System.String struct String_t; // System.Text.StringBuilder struct StringBuilder_t; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // System.Type struct Type_t; // System.Xml.UTF16Decoder struct UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227; // System.Xml.Ucs4Decoder struct Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82; // System.Xml.Ucs4Decoder1234 struct Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8; // System.Xml.Ucs4Decoder2143 struct Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D; // System.Xml.Ucs4Decoder3412 struct Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850; // System.Xml.Ucs4Decoder4321 struct Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9; // System.Xml.Ucs4Encoding struct Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B; // System.Xml.Ucs4Encoding1234 struct Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC; // System.Xml.Ucs4Encoding2143 struct Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84; // System.Xml.Ucs4Encoding3412 struct Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22; // System.Xml.Ucs4Encoding4321 struct Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; // System.UriParser struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81; // System.Version struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.Net.WebCompletionSource struct WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5; // System.Net.WebHeaderCollection struct WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8; // System.Net.WebOperation struct WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9; // System.Net.WebRequest struct WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B; // System.Net.WebRequestStream struct WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB; // System.Net.WebResponse struct WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682; // System.Security.Cryptography.X509Certificates.X509CertificateCollection struct X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE; // MS.Internal.Xml.XPath.XPathChildIterator struct XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9; // MS.Internal.Xml.XPath.XPathDescendantIterator struct XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB; // System.Xml.XPath.XPathDocument struct XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE; // MS.Internal.Xml.Cache.XPathDocumentBuilder struct XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB; // MS.Internal.Xml.Cache.XPathDocumentNavigator struct XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81; // System.Xml.XPath.XPathException struct XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645; // System.Xml.XPath.XPathExpression struct XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B; // System.Xml.XPath.XPathItem struct XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185; // MS.Internal.Xml.Cache.XPathNodeInfoAtom struct XPathNodeInfoAtom_t4E1898849C241487219F72C0B61B5D474E1059FE; // MS.Internal.Xml.Cache.XPathNodeInfoTable struct XPathNodeInfoTable_t6F9DC5866BB52882F3DEACD93A2D51E9045B286F; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B; // MS.Internal.Xml.Cache.XPathNodePageInfo struct XPathNodePageInfo_t3317321956D9147B2F85232F8E32E16C00987460; // MS.Internal.Xml.XPath.XPathSelectionIterator struct XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6; // MS.Internal.Xml.XPath.XPathSingletonIterator struct XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389; // System.Xml.XmlCachedStream struct XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90; // System.Xml.XmlDownloadManager struct XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61; // System.Xml.XmlException struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596; // System.Xml.XmlNameTable struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F; // System.Xml.XmlNullResolver struct XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9; // System.Xml.XmlRawWriter struct XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B; // System.Xml.XmlRawWriterBase64Encoder struct XmlRawWriterBase64Encoder_tD84D358B95FF6F4EF007528F96F95CC2237D495D; // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD; // System.Xml.XmlResolver struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93; // System.Xml.XmlUrlResolver struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E; // System.Text.RegularExpressions.Regex/CachedCodeEntry struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39; // System.Net.ServicePointManager/SPKey struct SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540; // System.Net.TimerThread/Queue struct Queue_t644DC21212BC432819522EDA395EB4562BE2CC47; // System.Uri/UriInfo struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09; // System.Net.WebRequest/DesignerWebRequestCreate struct DesignerWebRequestCreate_t75F62E4DEBF416E21EAF6FBB62E43ADB83A0753E; // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA; IL2CPP_EXTERN_C RuntimeClass* AccessViolationException_t2359EDFDD20FE77D56A496DB4F6854A3D2DC4190_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Guid_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* MissingManifestResourceException_t136A089345909ADB6333D6F4E2AA84C7A00CB3FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StackOverflowException_t938C753F2BB15F526FD564CCF52061BBE5BC97C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ThreadInterruptedException_t5F777BF218B009092789F6DA0013E4DC3A0987CC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDateTimeSerializationMode_tF35C42BE60C28E33BBEFAC710B67C376A7A33375_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____24F70FC64555D9B7646AD4C0EEB8DF5286779F0E39C15ACA61305BC4A5E40BE6_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____AD6E77E234021D825C77689D82D414CDA3ABAE1ACC346D4BA2D6B1876CFC5FBC_31_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DACC0E6568D9B10337A1A693F10D42C3175E80C378154406C6FBFA989F919F51_42_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DBBF94CCF4250B303976041627BB8FC302CE57D55373C469F41F97318412037D_45_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____FFF813C50ED1BEC943E2CA58860CC34E0A14A5C0E858B97C7670A384005CC064_52_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral00722598CA6BA1F0518997F2B785CD56427AB1F1; IL2CPP_EXTERN_C String_t* _stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473; IL2CPP_EXTERN_C String_t* _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24; IL2CPP_EXTERN_C String_t* _stringLiteral089EAD265C1E562D3C294663C6BD0E68858ACD3B; IL2CPP_EXTERN_C String_t* _stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF; IL2CPP_EXTERN_C String_t* _stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F; IL2CPP_EXTERN_C String_t* _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492; IL2CPP_EXTERN_C String_t* _stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3; IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69; IL2CPP_EXTERN_C String_t* _stringLiteral13D9609FF531C08DB4219887D2F667237E96112A; IL2CPP_EXTERN_C String_t* _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F; IL2CPP_EXTERN_C String_t* _stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18; IL2CPP_EXTERN_C String_t* _stringLiteral1885083B225A9C3413CEAE49DFF7E6B5770675FB; IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29; IL2CPP_EXTERN_C String_t* _stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329; IL2CPP_EXTERN_C String_t* _stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B; IL2CPP_EXTERN_C String_t* _stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532; IL2CPP_EXTERN_C String_t* _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E; IL2CPP_EXTERN_C String_t* _stringLiteral26C143611F9279917294CC9139984B17E0479D09; IL2CPP_EXTERN_C String_t* _stringLiteral281B4DD577192A2270A89228DB0EF4FCD056C5A1; IL2CPP_EXTERN_C String_t* _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE; IL2CPP_EXTERN_C String_t* _stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D; IL2CPP_EXTERN_C String_t* _stringLiteral2E08A69B160B273B33CB600405C55F98F76617CC; IL2CPP_EXTERN_C String_t* _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7; IL2CPP_EXTERN_C String_t* _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48; IL2CPP_EXTERN_C String_t* _stringLiteral356F18017512A760F46C8C6E41C462F76716509F; IL2CPP_EXTERN_C String_t* _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9; IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0; IL2CPP_EXTERN_C String_t* _stringLiteral38C378162D10735E8E753443B3094057777252AC; IL2CPP_EXTERN_C String_t* _stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D; IL2CPP_EXTERN_C String_t* _stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81; IL2CPP_EXTERN_C String_t* _stringLiteral47EB169AEE74B181812673783C66416B39F5F464; IL2CPP_EXTERN_C String_t* _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960; IL2CPP_EXTERN_C String_t* _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E; IL2CPP_EXTERN_C String_t* _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C; IL2CPP_EXTERN_C String_t* _stringLiteral59EB542A9E6EFCBFACCAE7DFE982B1F399E566DA; IL2CPP_EXTERN_C String_t* _stringLiteral5A5C61FA41DBC6E47F76DA0596C0D1D738F0DF84; IL2CPP_EXTERN_C String_t* _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B; IL2CPP_EXTERN_C String_t* _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B; IL2CPP_EXTERN_C String_t* _stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4; IL2CPP_EXTERN_C String_t* _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B; IL2CPP_EXTERN_C String_t* _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06; IL2CPP_EXTERN_C String_t* _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB; IL2CPP_EXTERN_C String_t* _stringLiteral72AA82468046288272E323F13B397B70AFA72BDD; IL2CPP_EXTERN_C String_t* _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F; IL2CPP_EXTERN_C String_t* _stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7; IL2CPP_EXTERN_C String_t* _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; IL2CPP_EXTERN_C String_t* _stringLiteral798FAE79042022F0E20CDBB3AD4A4E26A3AA7677; IL2CPP_EXTERN_C String_t* _stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D; IL2CPP_EXTERN_C String_t* _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E; IL2CPP_EXTERN_C String_t* _stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657; IL2CPP_EXTERN_C String_t* _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF; IL2CPP_EXTERN_C String_t* _stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221; IL2CPP_EXTERN_C String_t* _stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA; IL2CPP_EXTERN_C String_t* _stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158; IL2CPP_EXTERN_C String_t* _stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE; IL2CPP_EXTERN_C String_t* _stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426; IL2CPP_EXTERN_C String_t* _stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E; IL2CPP_EXTERN_C String_t* _stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956; IL2CPP_EXTERN_C String_t* _stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4; IL2CPP_EXTERN_C String_t* _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956; IL2CPP_EXTERN_C String_t* _stringLiteral971696CB6407FC25FF80CF814D3D67C37EA7358E; IL2CPP_EXTERN_C String_t* _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A; IL2CPP_EXTERN_C String_t* _stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; IL2CPP_EXTERN_C String_t* _stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2; IL2CPP_EXTERN_C String_t* _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651; IL2CPP_EXTERN_C String_t* _stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283; IL2CPP_EXTERN_C String_t* _stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64; IL2CPP_EXTERN_C String_t* _stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795; IL2CPP_EXTERN_C String_t* _stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F; IL2CPP_EXTERN_C String_t* _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A; IL2CPP_EXTERN_C String_t* _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D; IL2CPP_EXTERN_C String_t* _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; IL2CPP_EXTERN_C String_t* _stringLiteralB77C51162F9B76C1135D72465C09B899FF505927; IL2CPP_EXTERN_C String_t* _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; IL2CPP_EXTERN_C String_t* _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA; IL2CPP_EXTERN_C String_t* _stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08; IL2CPP_EXTERN_C String_t* _stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D; IL2CPP_EXTERN_C String_t* _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E; IL2CPP_EXTERN_C String_t* _stringLiteralC17ABA8939F099A9D149B2F87E42C97BFBBB94E0; IL2CPP_EXTERN_C String_t* _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC; IL2CPP_EXTERN_C String_t* _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677; IL2CPP_EXTERN_C String_t* _stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948; IL2CPP_EXTERN_C String_t* _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; IL2CPP_EXTERN_C String_t* _stringLiteralCB5CDE966F99FDC7AE4101331D907BCEF208D664; IL2CPP_EXTERN_C String_t* _stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC; IL2CPP_EXTERN_C String_t* _stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F; IL2CPP_EXTERN_C String_t* _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC; IL2CPP_EXTERN_C String_t* _stringLiteralD29CA80AA23F62C996542BD3373B35F12EBC874B; IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD68508B50CDE1B2E777400476044304CB8149311; IL2CPP_EXTERN_C String_t* _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7; IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; IL2CPP_EXTERN_C String_t* _stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465; IL2CPP_EXTERN_C String_t* _stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17; IL2CPP_EXTERN_C String_t* _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355; IL2CPP_EXTERN_C String_t* _stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9; IL2CPP_EXTERN_C String_t* _stringLiteralDF927B4144C20383150FDF84829FBD896D179787; IL2CPP_EXTERN_C String_t* _stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4; IL2CPP_EXTERN_C String_t* _stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD; IL2CPP_EXTERN_C String_t* _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4; IL2CPP_EXTERN_C String_t* _stringLiteralE358F823C39A638A3134E442FF53D303271291F3; IL2CPP_EXTERN_C String_t* _stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35; IL2CPP_EXTERN_C String_t* _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7; IL2CPP_EXTERN_C String_t* _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E; IL2CPP_EXTERN_C String_t* _stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8; IL2CPP_EXTERN_C String_t* _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E; IL2CPP_EXTERN_C String_t* _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3; IL2CPP_EXTERN_C String_t* _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373; IL2CPP_EXTERN_C String_t* _stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17; IL2CPP_EXTERN_C String_t* _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F; IL2CPP_EXTERN_C String_t* _stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292; IL2CPP_EXTERN_C String_t* _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31; IL2CPP_EXTERN_C String_t* _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; IL2CPP_EXTERN_C String_t* _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132; IL2CPP_EXTERN_C String_t* _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7; IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D; IL2CPP_EXTERN_C String_t* _stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0; IL2CPP_EXTERN_C String_t* _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015; IL2CPP_EXTERN_C String_t* _stringLiteralF728BB1042434A62390B663885705EC948058093; IL2CPP_EXTERN_C String_t* _stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91; IL2CPP_EXTERN_C String_t* _stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B; IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024; IL2CPP_EXTERN_C String_t* _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; IL2CPP_EXTERN_C String_t* _stringLiteralFAA00C50B7D04DD383D697F31AB23DBFB14D8359; IL2CPP_EXTERN_C String_t* _stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C; IL2CPP_EXTERN_C String_t* _stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m465EAFF91EA97DF41C6C3E5FD559575B93FE4B15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2_m3EF461427B746570A69883E82D7A1ABCF863471B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m2297F380798F60049FD66B3E78B4F973EF556E0B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0_m080484C2480DCF6DDE3EBB8374A996CCE8DC7179_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B_mE6F90024D5AAC1F5C9DC121990E97257952DCD58_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0_m909A772D775D26848FA47DE507E88650B2AB33DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47_m63A2DCC00C0F660BA61620D2998801CDB70C89C9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3_mC6A17525A4BB1F15DBB9D475464A4F4DF79C46C4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B_mCE3DE0F10B3AA2A51CA5DCED88A810B900785F91_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE_m0F4EA6C574C43C44420CC752AF1F2267F2DDEA82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_mA680061D6515E3135C5AB905FFBF043E1DB9C903_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mD74E55A7B8035CA20079D44AA5CEB1B798290AAB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_m0D2EF5FE6437F0D0AD6B378DB0AE61426B7E62F7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mECF4E97E48D352FA55A24CC8CBCC2D120FBCAF60_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5_m27EF70D2EE352208DB9487311ABC00D1C96C409F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00_mBFDE6907FCBF879AA63B6665F9C4A9FB9B526004_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6_mD587227F0A01258BDB5B0CF1D8381599A5B0BF77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m050DB8DF08A9C0321211C4472EDF2425D263C40C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m791D3E146542C1B15641A6BB0A5561C44338382C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m03C6502C8E7CD8CC5C2DEBF334C70F640D9D6272_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m5D949F9E15BCE9A631DDF030D35D8DD10C0C6417_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m45A4D6483DB69E11B713EA667792018DA0FBF38B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_m53B280B3243A8979B3FF4348E9E10537D7E30BA9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m31AF486E97F1AC7E585EB822848E8069F7840E35_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0_m558D8C205BACB59A5A41851FD87EABDDE1A0F54F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m73EC0AA35D69C7BD9CB8CF0401218F54D50A3F5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_mA44944C8B7CF9551764480CD91C8062F86304793_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_mF522853CAB6DF4A0DD0546D6C6E06FDE740AE6CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m45E079235ACADEF93D8648E4EB96339ADA880B54_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mC3B711F8D7B7CFCA514C0A3FD4F6B2EC77BAD2DD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mD9A6F2D21A32D270BC2BBDF7BB3CD4CBF4B8DD05_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m02D8819042F353E9808D8FD683CE7A85E070B46E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m1051A39047111C6697E6E6EA6CEC500056158CF4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m5E8B307A1F769769135DB9162F6EF5FB737CC692_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mE1258769871BEB13AAC7AB1EC59D57AB799B74D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mFC004C2FC76630965F5BEC89126C196DBB1F245A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_mC2374D05E07DB677F2804413801EE682DC5E41BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mBB2DBA9ECB2AD6046CB4CFB717FDD7E474A439AB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mCFCD6A970C615500D6A8FC7C7444342F2F681EA4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mF5FF8B899356859561D618FE0BD1658BA1355E3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m020D5E0F6FA094EB12F56AC0313B224A1B84B49C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m39C4BDEB9797559BC5E487FA5683CFBECAE9A002_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_1_FromAsync_m59E275F7DFF2D16C3BF4E79DFD862A2ADB4A55B2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m30B2F04D4FC03DE8195FED5A63C848EB5DB36A7F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m623E0E89F5E23F844E733FB75503B8AD97120277_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mA5F70EC572B3DD014E0C43C4387A38FFA099FC11_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Factory_mD89EEB624F4B1BF7199953C2A9DE66D56A8C0F3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_Run_TisStream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_m7B1AA8BEC054492F04420F052BC332580227CF19_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CGetEntityAsyncU3Ed__15_MoveNext_m4EB8A902AF6652E48FDC2EF0D9CF57B9D5683678_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_m2904A59D8D23BD3D869B1D25E871FCE2C25F9D8B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* UTF16Decoder_GetCharCount_m80062C2E374BB965073C59B8C52C21E5B3286C23_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder1234_GetFullChars_m01D76959DF39FE0EB7B9C30CC4A60961D97132EF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder2143_GetFullChars_mD004C5342F8D1F215DF51502AF2CC8528CF52EC2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder3412_GetFullChars_m5A354D0AB12ABF99A8C5C7DEAD9E0690C7C46904_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Decoder4321_GetFullChars_mC4494A48E6EC62E3EEBEE256B87563125F048528_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Ucs4Encoding_GetByteCount_m4E59CE9E039D4978C6934A0AB932A272A66F9595_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValidateNames_SplitQName_m34CE21A8D04FE4861CB3B57F7432D88D2938F57B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValidateNames_ThrowInvalidName_m53427B08A8FE9E22DCAF457A3A8846AD1D2EC3D9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathDocument_LoadFromReader_m3D370CBCE4AAE2592FCFCAD9A025764923DEDF80_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathDocument__ctor_mC70CBBCF189D168032C03EFDCF6643B55AF37F9A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathNavigator_Evaluate_mE1E08D44261603DC685F993C06366E301023CE34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XPathNavigator_Select_mFC06A313ADD9B3B7C16E121DAD5C451116DC0B99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_FromBinHexString_mD2E68F1DDD3765DFEBF23898D2B87E7E1F1EA8DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBinHexString_mA619F0B1AA0EDB0D518850F3631B8A811473BE20_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToDateTimeOffset_m6A8C30A4923C998500CE8637F50F0DC9C7D1659F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToDateTime_m658051D16D0072FD3F58E4E6BFE8FB75F4F00A16_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToString_mCD438E48326A2EECD1839100F45A2626B3B65598_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToTimeSpan_mDF57053BCC75597B17BD744CFC2E3777006782C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyCharData_mF5214AC67F7EEAA0CE5D5546025600FE063100F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyNCName_mE58BA51858F3961CF48F3B96C65484A36E784E5A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyName_mDE22F8CF21CB28A05C08D86EDBAA4AA798A1FB34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyQName_mDF2231755B2C9660C253DF2325400F15BF73DEC9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlConvert_VerifyTOKEN_m18576151885EF260094AC3ED1BB8D637E5229971_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNamespaceManager_AddNamespace_mDA8DBDC85CE2435D836C207249DEDAAD55B0FA1E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlNullResolver_GetEntity_m448D831230189CC79CD75368E3ED5C0286FD8202_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_GetHashCodeOfString_m4ED2B55AB4835EC63EC1648E9C564DE3C49ABA3A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_GetEntityAsync_m1263AC6868475C5348D29BEAB320DB02DAF4B486_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_ResolveUri_m4498F8B97A610629046F8EFE50BD3A219321D67E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlResolver_SupportsType_mC10B15CDD833D95E012A7558589955F4009E79BD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlUrlResolver_GetEntity_m1F5BF642CDAC0DC377F60112FA7EBE1955D5B94E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* RuntimeObject_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var; IL2CPP_EXTERN_C const RuntimeType* String_t_0_0_0_var; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com; struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com; struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke; struct Delegate_t_marshaled_com; struct Delegate_t_marshaled_pinvoke; struct Exception_t_marshaled_com; struct Exception_t_marshaled_pinvoke; struct XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_com; struct XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_pinvoke; struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C; struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60; 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.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tEA0133B78B9FF7045128C508FA50247E525A94D6* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_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_tCC15D033281A6593E2488FAF5B205812A152AC03* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tCE6BD704B9571C131E2D8C8CED569DDEC4AE042B* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t1AF33AD0B7330843448956EC4277517081658AE7* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_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_t2EDD317F5771E575ACB63527B5AFB71291040342* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t238D0D2427C6B841A01F522A41540165A2C4AE76* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_t31E21604E26373A23AFBA4F599970302C52A97AD* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_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_t9A85C81848D2F016E60574CDC106E857ECB2DF0B* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t519E3D7B7930C3F77E226A257A1D4EA697466E21* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tB41736D0B14C835560EDC6DACAFDBBB71A62660B* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_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_t40F6F0E03631CE7E45E4B1FFD0442602CE3535A9* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_t1D78E7B22A0D96ECA7E3AC155913DFEA3CDF6FA7* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342 : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary_0; }; // System.Tuple`2 struct Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0 : public RuntimeObject { // T1 System.Tuple`2::m_Item1 int32_t ___m_Item1_0; // T2 System.Tuple`2::m_Item2 bool ___m_Item2_1; }; // System.Xml.BinaryCompatibility struct BinaryCompatibility_t03D057F3D66F5C17537715323822F5F6D475F47E : public RuntimeObject { }; // System.BitConverter struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27 : public RuntimeObject { }; // System.Text.RegularExpressions.Capture struct Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A : public RuntimeObject { // System.Int32 System.Text.RegularExpressions.Capture::k__BackingField int32_t ___U3CIndexU3Ek__BackingField_0; // System.Int32 System.Text.RegularExpressions.Capture::k__BackingField int32_t ___U3CLengthU3Ek__BackingField_1; // System.String System.Text.RegularExpressions.Capture::k__BackingField String_t* ___U3CTextU3Ek__BackingField_2; }; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0 : public RuntimeObject { // System.Boolean System.Globalization.CultureInfo::m_isReadOnly bool ___m_isReadOnly_3; // System.Int32 System.Globalization.CultureInfo::cultureID int32_t ___cultureID_4; // System.Int32 System.Globalization.CultureInfo::parent_lcid int32_t ___parent_lcid_5; // System.Int32 System.Globalization.CultureInfo::datetime_index int32_t ___datetime_index_6; // System.Int32 System.Globalization.CultureInfo::number_index int32_t ___number_index_7; // System.Int32 System.Globalization.CultureInfo::default_calendar_type int32_t ___default_calendar_type_8; // System.Boolean System.Globalization.CultureInfo::m_useUserOverride bool ___m_useUserOverride_9; // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; // System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; // System.String System.Globalization.CultureInfo::m_name String_t* ___m_name_13; // System.String System.Globalization.CultureInfo::englishname String_t* ___englishname_14; // System.String System.Globalization.CultureInfo::nativename String_t* ___nativename_15; // System.String System.Globalization.CultureInfo::iso3lang String_t* ___iso3lang_16; // System.String System.Globalization.CultureInfo::iso2lang String_t* ___iso2lang_17; // System.String System.Globalization.CultureInfo::win3lang String_t* ___win3lang_18; // System.String System.Globalization.CultureInfo::territory String_t* ___territory_19; // System.String[] System.Globalization.CultureInfo::native_calendar_names StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___native_calendar_names_20; // System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; // System.Void* System.Globalization.CultureInfo::textinfo_data void* ___textinfo_data_22; // System.Int32 System.Globalization.CultureInfo::m_dataItem int32_t ___m_dataItem_23; // System.Globalization.Calendar System.Globalization.CultureInfo::calendar Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; // System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___parent_culture_25; // System.Boolean System.Globalization.CultureInfo::constructed bool ___constructed_26; // System.Byte[] System.Globalization.CultureInfo::cached_serialized_form ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___cached_serialized_form_27; // System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ___m_cultureData_28; // System.Boolean System.Globalization.CultureInfo::m_isInherited bool ___m_isInherited_29; }; // Native definition for P/Invoke marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; char* ___m_name_13; char* ___englishname_14; char* ___nativename_15; char* ___iso3lang_16; char* ___iso2lang_17; char* ___win3lang_18; char* ___territory_19; char** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_pinvoke* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_pinvoke* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // Native definition for COM marshalling of System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com { int32_t ___m_isReadOnly_3; int32_t ___cultureID_4; int32_t ___parent_lcid_5; int32_t ___datetime_index_6; int32_t ___number_index_7; int32_t ___default_calendar_type_8; int32_t ___m_useUserOverride_9; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___numInfo_10; DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___dateTimeInfo_11; TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4* ___textInfo_12; Il2CppChar* ___m_name_13; Il2CppChar* ___englishname_14; Il2CppChar* ___nativename_15; Il2CppChar* ___iso3lang_16; Il2CppChar* ___iso2lang_17; Il2CppChar* ___win3lang_18; Il2CppChar* ___territory_19; Il2CppChar** ___native_calendar_names_20; CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ___compareInfo_21; void* ___textinfo_data_22; int32_t ___m_dataItem_23; Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_24; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_marshaled_com* ___parent_culture_25; int32_t ___constructed_26; Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27; CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D_marshaled_com* ___m_cultureData_28; int32_t ___m_isInherited_29; }; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A : public RuntimeObject { // System.Globalization.CultureData System.Globalization.DateTimeFormatInfo::_cultureData CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D* ____cultureData_1; // System.String System.Globalization.DateTimeFormatInfo::_name String_t* ____name_2; // System.String System.Globalization.DateTimeFormatInfo::_langName String_t* ____langName_3; // System.Globalization.CompareInfo System.Globalization.DateTimeFormatInfo::_compareInfo CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57* ____compareInfo_4; // System.Globalization.CultureInfo System.Globalization.DateTimeFormatInfo::_cultureInfo CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ____cultureInfo_5; // System.String System.Globalization.DateTimeFormatInfo::amDesignator String_t* ___amDesignator_6; // System.String System.Globalization.DateTimeFormatInfo::pmDesignator String_t* ___pmDesignator_7; // System.String System.Globalization.DateTimeFormatInfo::dateSeparator String_t* ___dateSeparator_8; // System.String System.Globalization.DateTimeFormatInfo::generalShortTimePattern String_t* ___generalShortTimePattern_9; // System.String System.Globalization.DateTimeFormatInfo::generalLongTimePattern String_t* ___generalLongTimePattern_10; // System.String System.Globalization.DateTimeFormatInfo::timeSeparator String_t* ___timeSeparator_11; // System.String System.Globalization.DateTimeFormatInfo::monthDayPattern String_t* ___monthDayPattern_12; // System.String System.Globalization.DateTimeFormatInfo::dateTimeOffsetPattern String_t* ___dateTimeOffsetPattern_13; // System.Globalization.Calendar System.Globalization.DateTimeFormatInfo::calendar Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B* ___calendar_17; // System.Int32 System.Globalization.DateTimeFormatInfo::firstDayOfWeek int32_t ___firstDayOfWeek_18; // System.Int32 System.Globalization.DateTimeFormatInfo::calendarWeekRule int32_t ___calendarWeekRule_19; // System.String System.Globalization.DateTimeFormatInfo::fullDateTimePattern String_t* ___fullDateTimePattern_20; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedDayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedDayNames_21; // System.String[] System.Globalization.DateTimeFormatInfo::m_superShortDayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_superShortDayNames_22; // System.String[] System.Globalization.DateTimeFormatInfo::dayNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___dayNames_23; // System.String[] System.Globalization.DateTimeFormatInfo::abbreviatedMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___abbreviatedMonthNames_24; // System.String[] System.Globalization.DateTimeFormatInfo::monthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___monthNames_25; // System.String[] System.Globalization.DateTimeFormatInfo::genitiveMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___genitiveMonthNames_26; // System.String[] System.Globalization.DateTimeFormatInfo::m_genitiveAbbreviatedMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_genitiveAbbreviatedMonthNames_27; // System.String[] System.Globalization.DateTimeFormatInfo::leapYearMonthNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___leapYearMonthNames_28; // System.String System.Globalization.DateTimeFormatInfo::longDatePattern String_t* ___longDatePattern_29; // System.String System.Globalization.DateTimeFormatInfo::shortDatePattern String_t* ___shortDatePattern_30; // System.String System.Globalization.DateTimeFormatInfo::yearMonthPattern String_t* ___yearMonthPattern_31; // System.String System.Globalization.DateTimeFormatInfo::longTimePattern String_t* ___longTimePattern_32; // System.String System.Globalization.DateTimeFormatInfo::shortTimePattern String_t* ___shortTimePattern_33; // System.String[] System.Globalization.DateTimeFormatInfo::allYearMonthPatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allYearMonthPatterns_34; // System.String[] System.Globalization.DateTimeFormatInfo::allShortDatePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortDatePatterns_35; // System.String[] System.Globalization.DateTimeFormatInfo::allLongDatePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongDatePatterns_36; // System.String[] System.Globalization.DateTimeFormatInfo::allShortTimePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allShortTimePatterns_37; // System.String[] System.Globalization.DateTimeFormatInfo::allLongTimePatterns StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___allLongTimePatterns_38; // System.String[] System.Globalization.DateTimeFormatInfo::m_eraNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_eraNames_39; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEraNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEraNames_40; // System.String[] System.Globalization.DateTimeFormatInfo::m_abbrevEnglishEraNames StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_abbrevEnglishEraNames_41; // System.Globalization.CalendarId[] System.Globalization.DateTimeFormatInfo::optionalCalendars CalendarIdU5BU5D_t559EDBF1B819A695624BE9004EAA4FFA38B65CDA* ___optionalCalendars_42; // System.Boolean System.Globalization.DateTimeFormatInfo::_isReadOnly bool ____isReadOnly_44; // System.Globalization.DateTimeFormatFlags System.Globalization.DateTimeFormatInfo::formatFlags int32_t ___formatFlags_45; // System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanPositivePattern String_t* ____fullTimeSpanPositivePattern_49; // System.String System.Globalization.DateTimeFormatInfo::_fullTimeSpanNegativePattern String_t* ____fullTimeSpanNegativePattern_50; // System.Globalization.DateTimeFormatInfo/TokenHashValue[] System.Globalization.DateTimeFormatInfo::_dtfiTokenHash TokenHashValueU5BU5D_t3F8794937D04BA380989A813F33418CED58E80B9* ____dtfiTokenHash_52; }; // System.Text.Decoder struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC : public RuntimeObject { // System.Text.DecoderFallback System.Text.Decoder::_fallback DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ____fallback_0; // System.Text.DecoderFallbackBuffer System.Text.Decoder::_fallbackBuffer DecoderFallbackBuffer_t02E41C0BEC894A17CFE1A1FE88A2388DFDA05A73* ____fallbackBuffer_1; }; // System.Text.Encoder struct Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA : public RuntimeObject { // System.Text.EncoderFallback System.Text.Encoder::_fallback EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ____fallback_0; // System.Text.EncoderFallbackBuffer System.Text.Encoder::_fallbackBuffer EncoderFallbackBuffer_t2E7CD7B63BE916D5827701AC6AB8455673FB0281* ____fallbackBuffer_1; }; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject { // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_60; }; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject { // System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10; // System.Int32 System.Collections.Hashtable::_count int32_t ____count_11; // System.Int32 System.Collections.Hashtable::_occupancy int32_t ____occupancy_12; // System.Int32 System.Collections.Hashtable::_loadsize int32_t ____loadsize_13; // System.Single System.Collections.Hashtable::_loadFactor float ____loadFactor_14; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version int32_t ____version_15; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress bool ____isWriterInProgress_16; // System.Collections.ICollection System.Collections.Hashtable::_keys RuntimeObject* ____keys_17; // System.Collections.ICollection System.Collections.Hashtable::_values RuntimeObject* ____values_18; // System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer RuntimeObject* ____keycomparer_19; // System.Object System.Collections.Hashtable::_syncRoot RuntimeObject* ____syncRoot_20; }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Text.RegularExpressions.MatchCollection struct MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC : public RuntimeObject { // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.MatchCollection::_regex Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ____regex_0; // System.Collections.Generic.List`1 System.Text.RegularExpressions.MatchCollection::_matches List_1_t425196350A2888B269895DE1C865A3E7E4E2C9B6* ____matches_1; // System.Boolean System.Text.RegularExpressions.MatchCollection::_done bool ____done_2; // System.String System.Text.RegularExpressions.MatchCollection::_input String_t* ____input_3; // System.Int32 System.Text.RegularExpressions.MatchCollection::_beginning int32_t ____beginning_4; // System.Int32 System.Text.RegularExpressions.MatchCollection::_length int32_t ____length_5; // System.Int32 System.Text.RegularExpressions.MatchCollection::_startat int32_t ____startat_6; // System.Int32 System.Text.RegularExpressions.MatchCollection::_prevlen int32_t ____prevlen_7; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject { // System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1; // System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2; // System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___percentGroupSizes_3; // System.String System.Globalization.NumberFormatInfo::positiveSign String_t* ___positiveSign_4; // System.String System.Globalization.NumberFormatInfo::negativeSign String_t* ___negativeSign_5; // System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator String_t* ___numberDecimalSeparator_6; // System.String System.Globalization.NumberFormatInfo::numberGroupSeparator String_t* ___numberGroupSeparator_7; // System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator String_t* ___currencyGroupSeparator_8; // System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator String_t* ___currencyDecimalSeparator_9; // System.String System.Globalization.NumberFormatInfo::currencySymbol String_t* ___currencySymbol_10; // System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol String_t* ___ansiCurrencySymbol_11; // System.String System.Globalization.NumberFormatInfo::nanSymbol String_t* ___nanSymbol_12; // System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol String_t* ___positiveInfinitySymbol_13; // System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol String_t* ___negativeInfinitySymbol_14; // System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator String_t* ___percentDecimalSeparator_15; // System.String System.Globalization.NumberFormatInfo::percentGroupSeparator String_t* ___percentGroupSeparator_16; // System.String System.Globalization.NumberFormatInfo::percentSymbol String_t* ___percentSymbol_17; // System.String System.Globalization.NumberFormatInfo::perMilleSymbol String_t* ___perMilleSymbol_18; // System.String[] System.Globalization.NumberFormatInfo::nativeDigits StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___nativeDigits_19; // System.Int32 System.Globalization.NumberFormatInfo::m_dataItem int32_t ___m_dataItem_20; // System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits int32_t ___numberDecimalDigits_21; // System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits int32_t ___currencyDecimalDigits_22; // System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern int32_t ___currencyPositivePattern_23; // System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern int32_t ___currencyNegativePattern_24; // System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern int32_t ___numberNegativePattern_25; // System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern int32_t ___percentPositivePattern_26; // System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern int32_t ___percentNegativePattern_27; // System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits int32_t ___percentDecimalDigits_28; // System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution int32_t ___digitSubstitution_29; // System.Boolean System.Globalization.NumberFormatInfo::isReadOnly bool ___isReadOnly_30; // System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride bool ___m_useUserOverride_31; // System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant bool ___m_isInvariant_32; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber bool ___validForParseAsNumber_33; // System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency bool ___validForParseAsCurrency_34; }; // System.Xml.OpenedHost struct OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673 : public RuntimeObject { // System.Int32 System.Xml.OpenedHost::nonCachedConnectionsCount int32_t ___nonCachedConnectionsCount_0; }; // MS.Internal.Xml.XPath.QueryBuilder struct QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7 : public RuntimeObject { // System.String MS.Internal.Xml.XPath.QueryBuilder::_query String_t* ____query_0; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::_allowVar bool ____allowVar_1; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::_allowKey bool ____allowKey_2; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::_allowCurrent bool ____allowCurrent_3; // System.Boolean MS.Internal.Xml.XPath.QueryBuilder::_needContext bool ____needContext_4; // MS.Internal.Xml.XPath.BaseAxisQuery MS.Internal.Xml.XPath.QueryBuilder::_firstInput BaseAxisQuery_tE9691C363140CD7DE601A6B86472B3AC16D2D88A* ____firstInput_5; // System.Int32 MS.Internal.Xml.XPath.QueryBuilder::_parseDepth int32_t ____parseDepth_6; }; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550 : public RuntimeObject { // System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level int32_t ___m_Level_0; }; // System.Xml.Res struct Res_t9D2D9AFBC694346FDF3C1FCBE2D6D7AAEADB3B9A : public RuntimeObject { }; // System.Xml.Utils.Res struct Res_t59F18F2E39435101F561B0C3AF65C9A0134266B6 : public RuntimeObject { }; // System.Xml.Schema.SchemaEntity struct SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7 : public RuntimeObject { // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::qname XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_0; // System.String System.Xml.Schema.SchemaEntity::url String_t* ___url_1; // System.String System.Xml.Schema.SchemaEntity::pubid String_t* ___pubid_2; // System.String System.Xml.Schema.SchemaEntity::text String_t* ___text_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaEntity::ndata XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___ndata_4; // System.Int32 System.Xml.Schema.SchemaEntity::lineNumber int32_t ___lineNumber_5; // System.Int32 System.Xml.Schema.SchemaEntity::linePosition int32_t ___linePosition_6; // System.Boolean System.Xml.Schema.SchemaEntity::isParameter bool ___isParameter_7; // System.Boolean System.Xml.Schema.SchemaEntity::isExternal bool ___isExternal_8; // System.Boolean System.Xml.Schema.SchemaEntity::parsingInProgress bool ___parsingInProgress_9; // System.Boolean System.Xml.Schema.SchemaEntity::isDeclaredInExternal bool ___isDeclaredInExternal_10; // System.String System.Xml.Schema.SchemaEntity::baseURI String_t* ___baseURI_11; // System.String System.Xml.Schema.SchemaEntity::declaredURI String_t* ___declaredURI_12; }; // System.Runtime.Serialization.SerializationInfo struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject { // System.String[] System.Runtime.Serialization.SerializationInfo::m_members StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3; // System.Object[] System.Runtime.Serialization.SerializationInfo::m_data ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4; // System.Type[] System.Runtime.Serialization.SerializationInfo::m_types TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5; // System.Collections.Generic.Dictionary`2 System.Runtime.Serialization.SerializationInfo::m_nameToIndex Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6; // System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember int32_t ___m_currMember_7; // System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter RuntimeObject* ___m_converter_8; // System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName String_t* ___m_fullTypeName_9; // System.String System.Runtime.Serialization.SerializationInfo::m_assemName String_t* ___m_assemName_10; // System.Type System.Runtime.Serialization.SerializationInfo::objectType Type_t* ___objectType_11; // System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit bool ___isFullTypeNameSetExplicit_12; // System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit bool ___isAssemblyNameSetExplicit_13; // System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust bool ___requireSameTokenInPartialTrust_14; }; // System.Runtime.Serialization.SerializationInfoEnumerator struct SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540 : public RuntimeObject { // System.String[] System.Runtime.Serialization.SerializationInfoEnumerator::_members StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____members_0; // System.Object[] System.Runtime.Serialization.SerializationInfoEnumerator::_data ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____data_1; // System.Type[] System.Runtime.Serialization.SerializationInfoEnumerator::_types TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ____types_2; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::_numItems int32_t ____numItems_3; // System.Int32 System.Runtime.Serialization.SerializationInfoEnumerator::_currItem int32_t ____currItem_4; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::_current bool ____current_5; }; // System.String struct String_t : public RuntimeObject { // System.Int32 System.String::_stringLength int32_t ____stringLength_4; // System.Char System.String::_firstChar Il2CppChar ____firstChar_5; }; // System.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t* ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_1; // System.Delegate System.Threading.Tasks.Task::m_action Delegate_t* ___m_action_2; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject* ___m_stateObject_3; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_6; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject* ___m_continuationObject_23; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_26; }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject { // 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_t920B0868286118827C08B08A15A9456AF6C19D81* ___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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // System.Xml.XPath.XPathDocument struct XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE : public RuntimeObject { // MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageText XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___pageText_0; // MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageRoot XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___pageRoot_1; // MS.Internal.Xml.Cache.XPathNode[] System.Xml.XPath.XPathDocument::pageXmlNmsp XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___pageXmlNmsp_2; // System.Int32 System.Xml.XPath.XPathDocument::idxText int32_t ___idxText_3; // System.Int32 System.Xml.XPath.XPathDocument::idxRoot int32_t ___idxRoot_4; // System.Int32 System.Xml.XPath.XPathDocument::idxXmlNmsp int32_t ___idxXmlNmsp_5; // System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_6; // System.Boolean System.Xml.XPath.XPathDocument::hasLineInfo bool ___hasLineInfo_7; // System.Collections.Generic.Dictionary`2 System.Xml.XPath.XPathDocument::mapNmsp Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* ___mapNmsp_8; // System.Collections.Generic.Dictionary`2 System.Xml.XPath.XPathDocument::idValueMap Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* ___idValueMap_9; }; // System.Xml.XPath.XPathExpression struct XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B : public RuntimeObject { }; // System.Xml.XPath.XPathItem struct XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7 : public RuntimeObject { }; // System.Xml.XPath.XPathNavigatorKeyComparer struct XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185 : public RuntimeObject { }; // System.Xml.XPath.XPathNodeIterator struct XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B : public RuntimeObject { // System.Int32 System.Xml.XPath.XPathNodeIterator::count int32_t ___count_0; }; // System.Xml.XmlComplianceUtil struct XmlComplianceUtil_t2CFC9BAF5E4FAFA4F8D3611AA3F20BD37B2F4ECA : public RuntimeObject { }; // System.Xml.XmlDownloadManager struct XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61 : public RuntimeObject { // System.Collections.Hashtable System.Xml.XmlDownloadManager::connections Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___connections_0; }; // System.Xml.XmlNameTable struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 : public RuntimeObject { }; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F : public RuntimeObject { // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* ___nsdecls_1; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_2; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_3; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___hashTable_5; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_6; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_7; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_8; }; // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9 : public RuntimeObject { // System.String System.Xml.XmlQualifiedName::name String_t* ___name_1; // System.String System.Xml.XmlQualifiedName::ns String_t* ___ns_2; // System.Int32 System.Xml.XmlQualifiedName::hash int32_t ___hash_3; }; // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD : public RuntimeObject { }; // System.Xml.XmlResolver struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF : public RuntimeObject { }; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D : public RuntimeObject { }; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D : public RuntimeObject { // System.Int32 System.Xml.Schema.XmlSchemaObject::lineNum int32_t ___lineNum_0; // System.Int32 System.Xml.Schema.XmlSchemaObject::linePos int32_t ___linePos_1; // System.String System.Xml.Schema.XmlSchemaObject::sourceUri String_t* ___sourceUri_2; // System.Xml.Serialization.XmlSerializerNamespaces System.Xml.Schema.XmlSchemaObject::namespaces XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93* ___namespaces_3; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaObject::parent XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___parent_4; // System.Boolean System.Xml.Schema.XmlSchemaObject::isProcessing bool ___isProcessing_5; }; // System.Xml.Schema.XmlValueConverter struct XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E : public RuntimeObject { }; // System.Xml.XmlWriter struct XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F : public RuntimeObject { // System.Char[] System.Xml.XmlWriter::writeNodeBuffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___writeNodeBuffer_0; }; // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 struct U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66 : public RuntimeObject { // System.Uri System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::uri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> struct ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_tC793EC4BCAF3441C475639996F591673C58B3730* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t06484715029D51A4420723456D165BAC63798F8D* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version int32_t ____version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey RuntimeObject* ____currentKey_3; }; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator struct Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 { // System.Collections.Generic.Dictionary`2 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_dictionary Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* ____dictionary_0; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_version int32_t ____version_2; // TKey System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator::_currentKey String_t* ____currentKey_3; }; // System.Threading.Tasks.Task`1> struct Task_1_tC793EC4BCAF3441C475639996F591673C58B3730 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t06484715029D51A4420723456D165BAC63798F8D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_38; }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF { // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_defaultContextAction_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED { // System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // Native definition for P/Invoke marshalling of System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // Native definition for COM marshalling of System.Threading.CancellationToken struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com { CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; // MS.Internal.Xml.XPath.CompiledXpathExpr struct CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73 : public XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B { // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CompiledXpathExpr::_query Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____query_0; // System.String MS.Internal.Xml.XPath.CompiledXpathExpr::_expr String_t* ____expr_1; // System.Boolean MS.Internal.Xml.XPath.CompiledXpathExpr::_needContext bool ____needContext_2; }; // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D { // System.UInt64 System.DateTime::_dateData uint64_t ____dateData_46; }; // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F { union { #pragma pack(push, tp, 1) struct { // System.Int32 System.Decimal::flags int32_t ___flags_8; }; #pragma pack(pop, tp) struct { int32_t ___flags_8_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___hi_9_OffsetPadding[4]; // System.Int32 System.Decimal::hi int32_t ___hi_9; }; #pragma pack(pop, tp) struct { char ___hi_9_OffsetPadding_forAlignmentOnly[4]; int32_t ___hi_9_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___lo_10_OffsetPadding[8]; // System.Int32 System.Decimal::lo int32_t ___lo_10; }; #pragma pack(pop, tp) struct { char ___lo_10_OffsetPadding_forAlignmentOnly[8]; int32_t ___lo_10_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___mid_11_OffsetPadding[12]; // System.Int32 System.Decimal::mid int32_t ___mid_11; }; #pragma pack(pop, tp) struct { char ___mid_11_OffsetPadding_forAlignmentOnly[12]; int32_t ___mid_11_forAlignmentOnly; }; #pragma pack(push, tp, 1) struct { char ___ulomidLE_12_OffsetPadding[8]; // System.UInt64 System.Decimal::ulomidLE uint64_t ___ulomidLE_12; }; #pragma pack(pop, tp) struct { char ___ulomidLE_12_OffsetPadding_forAlignmentOnly[8]; uint64_t ___ulomidLE_12_forAlignmentOnly; }; }; }; // System.Double struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F { // System.Double System.Double::m_value double ___m_value_0; }; // System.Text.RegularExpressions.Group struct Group_t26371E9136D6F43782C487B63C67C5FC4F472881 : public Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A { // System.Int32[] System.Text.RegularExpressions.Group::_caps Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____caps_4; // System.Int32 System.Text.RegularExpressions.Group::_capcount int32_t ____capcount_5; // System.Text.RegularExpressions.CaptureCollection System.Text.RegularExpressions.Group::_capcoll CaptureCollection_t38405272BD6A6DA77CD51487FD39624C6E95CC93* ____capcoll_6; // System.String System.Text.RegularExpressions.Group::k__BackingField String_t* ___U3CNameU3Ek__BackingField_7; }; // System.Guid struct Guid_t { // System.Int32 System.Guid::_a int32_t ____a_1; // System.Int16 System.Guid::_b int16_t ____b_2; // System.Int16 System.Guid::_c int16_t ____c_3; // System.Byte System.Guid::_d uint8_t ____d_4; // System.Byte System.Guid::_e uint8_t ____e_5; // System.Byte System.Guid::_f uint8_t ____f_6; // System.Byte System.Guid::_g uint8_t ____g_7; // System.Byte System.Guid::_h uint8_t ____h_8; // System.Byte System.Guid::_i uint8_t ____i_9; // System.Byte System.Guid::_j uint8_t ____j_10; // System.Byte System.Guid::_k uint8_t ____k_11; }; // System.Int16 struct Int16_tB8EF286A9C33492FA6E6D6E67320BE93E794A175 { // System.Int16 System.Int16::m_value int16_t ___m_value_0; }; // System.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.Int64 struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3 { // System.Int64 System.Int64::m_value int64_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // System.Xml.LineInfo struct LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 { // System.Int32 System.Xml.LineInfo::lineNo int32_t ___lineNo_0; // System.Int32 System.Xml.LineInfo::linePos int32_t ___linePos_1; }; // System.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { }; // System.Xml.NameTable struct NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46 : public XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 { // System.Xml.NameTable/Entry[] System.Xml.NameTable::entries EntryU5BU5D_tE4AE7874F9098D7C9B34C34630C2F2698981939A* ___entries_0; // System.Int32 System.Xml.NameTable::count int32_t ___count_1; // System.Int32 System.Xml.NameTable::mask int32_t ___mask_2; // System.Int32 System.Xml.NameTable::hashCodeRandomizer int32_t ___hashCodeRandomizer_3; }; // MS.Internal.Xml.XPath.ResetableIterator struct ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08 : public XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B { }; // System.SByte struct SByte_tFEFFEF5D2FEBF5207950AE6FAC150FC53B668DB5 { // System.SByte System.SByte::m_value int8_t ___m_value_0; }; // System.Xml.SafeAsciiDecoder struct SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23 : public Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC { }; // System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74 { // System.String System.Runtime.Serialization.SerializationEntry::_name String_t* ____name_0; // System.Object System.Runtime.Serialization.SerializationEntry::_value RuntimeObject* ____value_1; // System.Type System.Runtime.Serialization.SerializationEntry::_type Type_t* ____type_2; }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74_marshaled_pinvoke { char* ____name_0; Il2CppIUnknown* ____value_1; Type_t* ____type_2; }; // Native definition for COM marshalling of System.Runtime.Serialization.SerializationEntry struct SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74_marshaled_com { Il2CppChar* ____name_0; Il2CppIUnknown* ____value_1; Type_t* ____type_2; }; // System.Single struct Single_t4530F2FF86FCB0DC29F35385CA1BD21BE294761C { // System.Single System.Single::m_value float ___m_value_0; }; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_4; }; // System.Runtime.Serialization.StreamingContext struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 { // System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext RuntimeObject* ___m_additionalContext_0; // System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state int32_t ___m_state_1; }; // Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com { Il2CppIUnknown* ___m_additionalContext_0; int32_t ___m_state_1; }; // System.TimeSpan struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A { // System.Int64 System.TimeSpan::_ticks int64_t ____ticks_22; }; // System.UInt16 struct UInt16_tF4C148C876015C212FD72652D0B6ED8CC247A455 { // System.UInt16 System.UInt16::m_value uint16_t ___m_value_0; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.UInt64 struct UInt64_t8F12534CC8FC4B5860F2A2CD1EE79D322E7A41AF { // System.UInt64 System.UInt64::m_value uint64_t ___m_value_0; }; // System.Xml.UTF16Decoder struct UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227 : public Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC { // System.Boolean System.Xml.UTF16Decoder::bigEndian bool ___bigEndian_2; // System.Int32 System.Xml.UTF16Decoder::lastByte int32_t ___lastByte_3; }; // System.Xml.Ucs4Decoder struct Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82 : public Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC { // System.Byte[] System.Xml.Ucs4Decoder::lastBytes ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lastBytes_2; // System.Int32 System.Xml.Ucs4Decoder::lastBytesCount int32_t ___lastBytesCount_3; }; // System.Xml.Ucs4Encoding struct Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B : public Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 { // System.Xml.Ucs4Decoder System.Xml.Ucs4Encoding::ucs4Decoder Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* ___ucs4Decoder_62; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Net.WebRequest struct WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel int32_t ___m_AuthenticationLevel_4; // System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel int32_t ___m_ImpersonationLevel_5; // System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___m_CachePolicy_6; // System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol RequestCacheProtocol_t43C1AC170194874A0C0B0D3B8BE9EABFB613DF85* ___m_CacheProtocol_7; // System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding RequestCacheBinding_t18F3F4FF8D0F77E86C2C666CEE7FD48A80C042EE* ___m_CacheBinding_8; }; // System.Net.WebResponse struct WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.Boolean System.Net.WebResponse::m_IsFromCache bool ___m_IsFromCache_1; }; // MS.Internal.Xml.XPath.XPathAxisIterator struct XPathAxisIterator_t7110805B7C20330DEB38DF640DDF20A5EF440294 : public XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B { // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathAxisIterator::nav XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___nav_1; // System.Xml.XPath.XPathNodeType MS.Internal.Xml.XPath.XPathAxisIterator::type int32_t ___type_2; // System.String MS.Internal.Xml.XPath.XPathAxisIterator::name String_t* ___name_3; // System.String MS.Internal.Xml.XPath.XPathAxisIterator::uri String_t* ___uri_4; // System.Int32 MS.Internal.Xml.XPath.XPathAxisIterator::position int32_t ___position_5; // System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::matchSelf bool ___matchSelf_6; // System.Boolean MS.Internal.Xml.XPath.XPathAxisIterator::first bool ___first_7; }; // System.Xml.XPath.XPathNavigator struct XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13 : public XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7 { }; // MS.Internal.Xml.Cache.XPathNode struct XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA { // MS.Internal.Xml.Cache.XPathNodeInfoAtom MS.Internal.Xml.Cache.XPathNode::_info XPathNodeInfoAtom_t4E1898849C241487219F72C0B61B5D474E1059FE* ____info_0; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::_idxSibling uint16_t ____idxSibling_1; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::_idxParent uint16_t ____idxParent_2; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::_idxSimilar uint16_t ____idxSimilar_3; // System.UInt16 MS.Internal.Xml.Cache.XPathNode::_posOffset uint16_t ____posOffset_4; // System.UInt32 MS.Internal.Xml.Cache.XPathNode::_props uint32_t ____props_5; // System.String MS.Internal.Xml.Cache.XPathNode::_value String_t* ____value_6; }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_pinvoke { XPathNodeInfoAtom_t4E1898849C241487219F72C0B61B5D474E1059FE* ____info_0; uint16_t ____idxSibling_1; uint16_t ____idxParent_2; uint16_t ____idxSimilar_3; uint16_t ____posOffset_4; uint32_t ____props_5; char* ____value_6; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNode struct XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_com { XPathNodeInfoAtom_t4E1898849C241487219F72C0B61B5D474E1059FE* ____info_0; uint16_t ____idxSibling_1; uint16_t ____idxParent_2; uint16_t ____idxSimilar_3; uint16_t ____posOffset_4; uint32_t ____props_5; Il2CppChar* ____value_6; }; // MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 { // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::_page XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ____page_0; // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::_idx int32_t ____idx_1; }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470_marshaled_pinvoke { XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_pinvoke* ____page_0; int32_t ____idx_1; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathNodeRef struct XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470_marshaled_com { XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_com* ____page_0; int32_t ____idx_1; }; // System.Xml.Schema.XmlBaseConverter struct XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D : public XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E { // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlBaseConverter::schemaType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType_0; // System.Xml.Schema.XmlTypeCode System.Xml.Schema.XmlBaseConverter::typeCode int32_t ___typeCode_1; // System.Type System.Xml.Schema.XmlBaseConverter::clrTypeDefault Type_t* ___clrTypeDefault_2; }; // System.Xml.XmlCharType struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 { // System.Byte[] System.Xml.XmlCharType::charProperties ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___charProperties_2; }; // Native definition for P/Invoke marshalling of System.Xml.XmlCharType struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_pinvoke { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // Native definition for COM marshalling of System.Xml.XmlCharType struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_com { Il2CppSafeArray/*NONE*/* ___charProperties_2; }; // System.Xml.XmlNullResolver struct XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2 : public XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF { }; // System.Xml.XmlRawWriter struct XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B : public XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F { // System.Xml.XmlRawWriterBase64Encoder System.Xml.XmlRawWriter::base64Encoder XmlRawWriterBase64Encoder_tD84D358B95FF6F4EF007528F96F95CC2237D495D* ___base64Encoder_2; // System.Xml.IXmlNamespaceResolver System.Xml.XmlRawWriter::resolver RuntimeObject* ___resolver_3; }; // System.Xml.Schema.XmlSchemaAnnotated struct XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 : public XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D { // System.String System.Xml.Schema.XmlSchemaAnnotated::id String_t* ___id_6; // System.Xml.Schema.XmlSchemaAnnotation System.Xml.Schema.XmlSchemaAnnotated::annotation XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821* ___annotation_7; // System.Xml.XmlAttribute[] System.Xml.Schema.XmlSchemaAnnotated::moreAttributes XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40* ___moreAttributes_8; }; // System.Xml.XmlUrlResolver struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E : public XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF { // System.Net.ICredentials System.Xml.XmlUrlResolver::_credentials RuntimeObject* ____credentials_1; // System.Net.IWebProxy System.Xml.XmlUrlResolver::_proxy RuntimeObject* ____proxy_2; // System.Net.Cache.RequestCachePolicy System.Xml.XmlUrlResolver::_cachePolicy RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ____cachePolicy_3; }; // System.Xml.Schema.XsdDuration struct XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D { // System.Int32 System.Xml.Schema.XsdDuration::years int32_t ___years_0; // System.Int32 System.Xml.Schema.XsdDuration::months int32_t ___months_1; // System.Int32 System.Xml.Schema.XsdDuration::days int32_t ___days_2; // System.Int32 System.Xml.Schema.XsdDuration::hours int32_t ___hours_3; // System.Int32 System.Xml.Schema.XsdDuration::minutes int32_t ___minutes_4; // System.Int32 System.Xml.Schema.XsdDuration::seconds int32_t ___seconds_5; // System.UInt32 System.Xml.Schema.XsdDuration::nanoseconds uint32_t ___nanoseconds_6; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 { // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_pinvoke { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_com { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 { // System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___request_0; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isProxy bool ___isProxy_1; // System.Boolean System.Net.HttpWebRequest/AuthorizationState::isCompleted bool ___isCompleted_2; // System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::ntlm_auth_state int32_t ___ntlm_auth_state_3; }; // Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_pinvoke { HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_com { HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___request_0; int32_t ___isProxy_1; int32_t ___isCompleted_2; int32_t ___ntlm_auth_state_3; }; // MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory struct NodePageFactory_t783E1AF211C36C6EC54200814317DD9E13187F1A { // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory::_page XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ____page_0; // MS.Internal.Xml.Cache.XPathNodePageInfo MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory::_pageInfo XPathNodePageInfo_t3317321956D9147B2F85232F8E32E16C00987460* ____pageInfo_1; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory::_pageSize int32_t ____pageSize_2; }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory struct NodePageFactory_t783E1AF211C36C6EC54200814317DD9E13187F1A_marshaled_pinvoke { XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_pinvoke* ____page_0; XPathNodePageInfo_t3317321956D9147B2F85232F8E32E16C00987460* ____pageInfo_1; int32_t ____pageSize_2; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory struct NodePageFactory_t783E1AF211C36C6EC54200814317DD9E13187F1A_marshaled_com { XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA_marshaled_com* ____page_0; XPathNodePageInfo_t3317321956D9147B2F85232F8E32E16C00987460* ____pageInfo_1; int32_t ____pageSize_2; }; // MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder struct TextBlockBuilder_tC88CC29369B4A53894FE4A45C3462DC78F270B9C { // System.Xml.IXmlLineInfo MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder::_lineInfo RuntimeObject* ____lineInfo_0; // MS.Internal.Xml.Cache.TextBlockType MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder::_textType int32_t ____textType_1; // System.String MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder::_text String_t* ____text_2; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder::_lineNum int32_t ____lineNum_3; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder::_linePos int32_t ____linePos_4; }; // Native definition for P/Invoke marshalling of MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder struct TextBlockBuilder_tC88CC29369B4A53894FE4A45C3462DC78F270B9C_marshaled_pinvoke { RuntimeObject* ____lineInfo_0; int32_t ____textType_1; char* ____text_2; int32_t ____lineNum_3; int32_t ____linePos_4; }; // Native definition for COM marshalling of MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder struct TextBlockBuilder_tC88CC29369B4A53894FE4A45C3462DC78F270B9C_marshaled_com { RuntimeObject* ____lineInfo_0; int32_t ____textType_1; Il2CppChar* ____text_2; int32_t ____lineNum_3; int32_t ____linePos_4; }; // System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4 { // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::prefix String_t* ___prefix_0; // System.String System.Xml.XmlNamespaceManager/NamespaceDeclaration::uri String_t* ___uri_1; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::scopeId int32_t ___scopeId_2; // System.Int32 System.Xml.XmlNamespaceManager/NamespaceDeclaration::previousNsIndex int32_t ___previousNsIndex_3; }; // Native definition for P/Invoke marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_pinvoke { char* ___prefix_0; char* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // Native definition for COM marshalling of System.Xml.XmlNamespaceManager/NamespaceDeclaration struct NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___uri_1; int32_t ___scopeId_2; int32_t ___previousNsIndex_3; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t06484715029D51A4420723456D165BAC63798F8D* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* ___m_task_2; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1> struct ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38 { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_tE948E6A9D82D7E1E26885E7CE5ED6256AA5BBBD8 { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8 { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t8AF0FEBCC05402B6B9416E0286B45E21D42056AA { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_tC80D7FC6B858A8683E07A7A894D3329F33EFB022 { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 ___m_configuredTaskAwaiter_0; }; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873 : public RuntimeObject { // System.Threading.CancellationToken System.Threading.Tasks.TaskFactory`1::m_defaultCancellationToken CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___m_defaultCancellationToken_0; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskFactory`1::m_defaultScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_defaultScheduler_1; // System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.TaskFactory`1::m_defaultCreationOptions int32_t ___m_defaultCreationOptions_2; // System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.TaskFactory`1::m_defaultContinuationOptions int32_t ___m_defaultContinuationOptions_3; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___m_configuredTaskAwaiter_0; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C_marshaled_pinvoke { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_pinvoke ___m_configuredTaskAwaiter_0; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable struct ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C_marshaled_com { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_com ___m_configuredTaskAwaiter_0; }; // System.DateTimeOffset struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 { // System.DateTime System.DateTimeOffset::_dateTime DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ____dateTime_3; // System.Int16 System.DateTimeOffset::_offsetMinutes int16_t ____offsetMinutes_4; }; // System.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // System.Xml.DtdParser struct DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53 : public RuntimeObject { // System.Xml.IDtdParserAdapter System.Xml.DtdParser::readerAdapter RuntimeObject* ___readerAdapter_0; // System.Xml.IDtdParserAdapterWithValidation System.Xml.DtdParser::readerAdapterWithValidation RuntimeObject* ___readerAdapterWithValidation_1; // System.Xml.XmlNameTable System.Xml.DtdParser::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_2; // System.Xml.Schema.SchemaInfo System.Xml.DtdParser::schemaInfo SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___schemaInfo_3; // System.Xml.XmlCharType System.Xml.DtdParser::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_4; // System.String System.Xml.DtdParser::systemId String_t* ___systemId_5; // System.String System.Xml.DtdParser::publicId String_t* ___publicId_6; // System.Boolean System.Xml.DtdParser::normalize bool ___normalize_7; // System.Boolean System.Xml.DtdParser::validate bool ___validate_8; // System.Boolean System.Xml.DtdParser::supportNamespaces bool ___supportNamespaces_9; // System.Boolean System.Xml.DtdParser::v1Compat bool ___v1Compat_10; // System.Char[] System.Xml.DtdParser::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_11; // System.Int32 System.Xml.DtdParser::charsUsed int32_t ___charsUsed_12; // System.Int32 System.Xml.DtdParser::curPos int32_t ___curPos_13; // System.Xml.DtdParser/ScanningFunction System.Xml.DtdParser::scanningFunction int32_t ___scanningFunction_14; // System.Xml.DtdParser/ScanningFunction System.Xml.DtdParser::nextScaningFunction int32_t ___nextScaningFunction_15; // System.Xml.DtdParser/ScanningFunction System.Xml.DtdParser::savedScanningFunction int32_t ___savedScanningFunction_16; // System.Boolean System.Xml.DtdParser::whitespaceSeen bool ___whitespaceSeen_17; // System.Int32 System.Xml.DtdParser::tokenStartPos int32_t ___tokenStartPos_18; // System.Int32 System.Xml.DtdParser::colonPos int32_t ___colonPos_19; // System.Text.StringBuilder System.Xml.DtdParser::internalSubsetValueSb StringBuilder_t* ___internalSubsetValueSb_20; // System.Int32 System.Xml.DtdParser::externalEntitiesDepth int32_t ___externalEntitiesDepth_21; // System.Int32 System.Xml.DtdParser::currentEntityId int32_t ___currentEntityId_22; // System.Boolean System.Xml.DtdParser::freeFloatingDtd bool ___freeFloatingDtd_23; // System.Boolean System.Xml.DtdParser::hasFreeFloatingInternalSubset bool ___hasFreeFloatingInternalSubset_24; // System.Text.StringBuilder System.Xml.DtdParser::stringBuilder StringBuilder_t* ___stringBuilder_25; // System.Int32 System.Xml.DtdParser::condSectionDepth int32_t ___condSectionDepth_26; // System.Xml.LineInfo System.Xml.DtdParser::literalLineInfo LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___literalLineInfo_27; // System.Char System.Xml.DtdParser::literalQuoteChar Il2CppChar ___literalQuoteChar_28; // System.String System.Xml.DtdParser::documentBaseUri String_t* ___documentBaseUri_29; // System.String System.Xml.DtdParser::externalDtdBaseUri String_t* ___externalDtdBaseUri_30; // System.Collections.Generic.Dictionary`2 System.Xml.DtdParser::undeclaredNotations Dictionary_2_t5B9132F36AB4802E2DCBBC379E9A521504442698* ___undeclaredNotations_31; // System.Int32[] System.Xml.DtdParser::condSectionEntityIds Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___condSectionEntityIds_32; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; // Native definition for P/Invoke marshalling of System.Exception struct Exception_t_marshaled_pinvoke { char* ____className_1; char* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_pinvoke* ____innerException_4; char* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; char* ____stackTraceString_7; char* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; char* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // Native definition for COM marshalling of System.Exception struct Exception_t_marshaled_com { Il2CppChar* ____className_1; Il2CppChar* ____message_2; RuntimeObject* ____data_3; Exception_t_marshaled_com* ____innerException_4; Il2CppChar* ____helpURL_5; Il2CppIUnknown* ____stackTrace_6; Il2CppChar* ____stackTraceString_7; Il2CppChar* ____remoteStackTraceString_8; int32_t ____remoteStackIndex_9; Il2CppIUnknown* ____dynamicMethods_10; int32_t ____HResult_11; Il2CppChar* ____source_12; SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; Il2CppSafeArray/*NONE*/* ___native_trace_ips_15; int32_t ___caught_in_unmanaged_16; }; // System.IO.FileStream struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { // System.Byte[] System.IO.FileStream::buf ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_7; // System.String System.IO.FileStream::name String_t* ___name_8; // Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* ___safeHandle_9; // System.Boolean System.IO.FileStream::isExposed bool ___isExposed_10; // System.Int64 System.IO.FileStream::append_startpos int64_t ___append_startpos_11; // System.IO.FileAccess System.IO.FileStream::access int32_t ___access_12; // System.Boolean System.IO.FileStream::owner bool ___owner_13; // System.Boolean System.IO.FileStream::async bool ___async_14; // System.Boolean System.IO.FileStream::canseek bool ___canseek_15; // System.Boolean System.IO.FileStream::anonymous bool ___anonymous_16; // System.Boolean System.IO.FileStream::buf_dirty bool ___buf_dirty_17; // System.Int32 System.IO.FileStream::buf_size int32_t ___buf_size_18; // System.Int32 System.IO.FileStream::buf_length int32_t ___buf_length_19; // System.Int32 System.IO.FileStream::buf_offset int32_t ___buf_offset_20; // System.Int64 System.IO.FileStream::buf_start int64_t ___buf_start_21; }; // System.Net.HttpWebRequest struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9 : public WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B { // System.Uri System.Net.HttpWebRequest::requestUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___requestUri_12; // System.Uri System.Net.HttpWebRequest::actualUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___actualUri_13; // System.Boolean System.Net.HttpWebRequest::hostChanged bool ___hostChanged_14; // System.Boolean System.Net.HttpWebRequest::allowAutoRedirect bool ___allowAutoRedirect_15; // System.Boolean System.Net.HttpWebRequest::allowBuffering bool ___allowBuffering_16; // System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___certificates_17; // System.String System.Net.HttpWebRequest::connectionGroup String_t* ___connectionGroup_18; // System.Boolean System.Net.HttpWebRequest::haveContentLength bool ___haveContentLength_19; // System.Int64 System.Net.HttpWebRequest::contentLength int64_t ___contentLength_20; // System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9* ___continueDelegate_21; // System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* ___cookieContainer_22; // System.Net.ICredentials System.Net.HttpWebRequest::credentials RuntimeObject* ___credentials_23; // System.Boolean System.Net.HttpWebRequest::haveResponse bool ___haveResponse_24; // System.Boolean System.Net.HttpWebRequest::requestSent bool ___requestSent_25; // System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___webHeaders_26; // System.Boolean System.Net.HttpWebRequest::keepAlive bool ___keepAlive_27; // System.Int32 System.Net.HttpWebRequest::maxAutoRedirect int32_t ___maxAutoRedirect_28; // System.String System.Net.HttpWebRequest::mediaType String_t* ___mediaType_29; // System.String System.Net.HttpWebRequest::method String_t* ___method_30; // System.String System.Net.HttpWebRequest::initialMethod String_t* ___initialMethod_31; // System.Boolean System.Net.HttpWebRequest::pipelined bool ___pipelined_32; // System.Boolean System.Net.HttpWebRequest::preAuthenticate bool ___preAuthenticate_33; // System.Boolean System.Net.HttpWebRequest::usedPreAuth bool ___usedPreAuth_34; // System.Version System.Net.HttpWebRequest::version Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version_35; // System.Boolean System.Net.HttpWebRequest::force_version bool ___force_version_36; // System.Version System.Net.HttpWebRequest::actualVersion Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___actualVersion_37; // System.Net.IWebProxy System.Net.HttpWebRequest::proxy RuntimeObject* ___proxy_38; // System.Boolean System.Net.HttpWebRequest::sendChunked bool ___sendChunked_39; // System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___servicePoint_40; // System.Int32 System.Net.HttpWebRequest::timeout int32_t ___timeout_41; // System.Int32 System.Net.HttpWebRequest::continueTimeout int32_t ___continueTimeout_42; // System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* ___writeStream_43; // System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___webResponse_44; // System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* ___responseTask_45; // System.Net.WebOperation System.Net.HttpWebRequest::currentOperation WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___currentOperation_46; // System.Int32 System.Net.HttpWebRequest::aborted int32_t ___aborted_47; // System.Boolean System.Net.HttpWebRequest::gotRequestStream bool ___gotRequestStream_48; // System.Int32 System.Net.HttpWebRequest::redirects int32_t ___redirects_49; // System.Boolean System.Net.HttpWebRequest::expectContinue bool ___expectContinue_50; // System.Boolean System.Net.HttpWebRequest::getResponseCalled bool ___getResponseCalled_51; // System.Object System.Net.HttpWebRequest::locker RuntimeObject* ___locker_52; // System.Boolean System.Net.HttpWebRequest::finished_reading bool ___finished_reading_53; // System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp int32_t ___auto_decomp_54; // System.Int32 System.Net.HttpWebRequest::readWriteTimeout int32_t ___readWriteTimeout_58; // Mono.Net.Security.MobileTlsProvider System.Net.HttpWebRequest::tlsProvider MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* ___tlsProvider_59; // Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___tlsSettings_60; // System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* ___certValidationCallback_61; // System.Boolean System.Net.HttpWebRequest::hostHasPort bool ___hostHasPort_62; // System.Uri System.Net.HttpWebRequest::hostUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___hostUri_63; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 ___auth_state_64; // System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 ___proxy_auth_state_65; // System.Func`2 System.Net.HttpWebRequest::ResendContentFactory Func_2_t378757FF082427448349A80CC63683B50DA787D3* ___ResendContentFactory_66; // System.Boolean System.Net.HttpWebRequest::k__BackingField bool ___U3CThrowOnErrorU3Ek__BackingField_67; // System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah bool ___unsafe_auth_blah_68; }; // System.Text.RegularExpressions.Match struct Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F : public Group_t26371E9136D6F43782C487B63C67C5FC4F472881 { // System.Text.RegularExpressions.GroupCollection System.Text.RegularExpressions.Match::_groupcoll GroupCollection_tFFA1789730DD9EA122FBE77DC03BFEDCC3F2945E* ____groupcoll_8; // System.Text.RegularExpressions.Regex System.Text.RegularExpressions.Match::_regex Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ____regex_9; // System.Int32 System.Text.RegularExpressions.Match::_textbeg int32_t ____textbeg_10; // System.Int32 System.Text.RegularExpressions.Match::_textpos int32_t ____textpos_11; // System.Int32 System.Text.RegularExpressions.Match::_textend int32_t ____textend_12; // System.Int32 System.Text.RegularExpressions.Match::_textstart int32_t ____textstart_13; // System.Int32[][] System.Text.RegularExpressions.Match::_matches Int32U5BU5DU5BU5D_t179D865D5B30EFCBC50F82C9774329C15943466E* ____matches_14; // System.Int32[] System.Text.RegularExpressions.Match::_matchcount Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____matchcount_15; // System.Boolean System.Text.RegularExpressions.Match::_balancing bool ____balancing_16; }; // System.IO.MemoryStream struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { // System.Byte[] System.IO.MemoryStream::_buffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____buffer_5; // System.Int32 System.IO.MemoryStream::_origin int32_t ____origin_6; // System.Int32 System.IO.MemoryStream::_position int32_t ____position_7; // System.Int32 System.IO.MemoryStream::_length int32_t ____length_8; // System.Int32 System.IO.MemoryStream::_capacity int32_t ____capacity_9; // System.Boolean System.IO.MemoryStream::_expandable bool ____expandable_10; // System.Boolean System.IO.MemoryStream::_writable bool ____writable_11; // System.Boolean System.IO.MemoryStream::_exposable bool ____exposable_12; // System.Boolean System.IO.MemoryStream::_isOpen bool ____isOpen_13; // System.Threading.Tasks.Task`1 System.IO.MemoryStream::_lastReadTask Task_1_t4C228DE57804012969575431CFF12D57C875552D* ____lastReadTask_14; }; // System.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { }; // MS.Internal.Xml.XPath.Query struct Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6 : public ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08 { }; // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772 : public RuntimeObject { // System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___internalMatchTimeout_10; // System.String System.Text.RegularExpressions.Regex::pattern String_t* ___pattern_12; // System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions int32_t ___roptions_13; // System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7* ___factory_14; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___caps_15; // System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___capnames_16; // System.String[] System.Text.RegularExpressions.Regex::capslist StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___capslist_17; // System.Int32 System.Text.RegularExpressions.Regex::capsize int32_t ___capsize_18; // System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::_runnerref ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837* ____runnerref_19; // System.WeakReference`1 System.Text.RegularExpressions.Regex::_replref WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257* ____replref_20; // System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::_code RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7* ____code_21; // System.Boolean System.Text.RegularExpressions.Regex::_refsInitialized bool ____refsInitialized_22; }; // System.RuntimeFieldHandle struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 { // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; }; // System.RuntimeTypeHandle struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B { // System.IntPtr System.RuntimeTypeHandle::value intptr_t ___value_0; }; // System.Net.ServicePoint struct ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29 : public RuntimeObject { // System.Uri System.Net.ServicePoint::uri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri_0; // System.DateTime System.Net.ServicePoint::lastDnsResolve DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lastDnsResolve_1; // System.Version System.Net.ServicePoint::protocolVersion Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___protocolVersion_2; // System.Net.IPHostEntry System.Net.ServicePoint::host IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* ___host_3; // System.Boolean System.Net.ServicePoint::usesProxy bool ___usesProxy_4; // System.Boolean System.Net.ServicePoint::sendContinue bool ___sendContinue_5; // System.Boolean System.Net.ServicePoint::useConnect bool ___useConnect_6; // System.Object System.Net.ServicePoint::hostE RuntimeObject* ___hostE_7; // System.Boolean System.Net.ServicePoint::useNagle bool ___useNagle_8; // System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* ___endPointCallback_9; // System.Boolean System.Net.ServicePoint::tcp_keepalive bool ___tcp_keepalive_10; // System.Int32 System.Net.ServicePoint::tcp_keepalive_time int32_t ___tcp_keepalive_time_11; // System.Int32 System.Net.ServicePoint::tcp_keepalive_interval int32_t ___tcp_keepalive_interval_12; // System.Boolean System.Net.ServicePoint::disposed bool ___disposed_13; // System.Int32 System.Net.ServicePoint::connectionLeaseTimeout int32_t ___connectionLeaseTimeout_14; // System.Int32 System.Net.ServicePoint::receiveBufferSize int32_t ___receiveBufferSize_15; // System.Net.ServicePointManager/SPKey System.Net.ServicePoint::k__BackingField SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ___U3CKeyU3Ek__BackingField_16; // System.Net.ServicePointScheduler System.Net.ServicePoint::k__BackingField ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___U3CSchedulerU3Ek__BackingField_17; // System.Int32 System.Net.ServicePoint::connectionLimit int32_t ___connectionLimit_18; // System.Int32 System.Net.ServicePoint::maxIdleTime int32_t ___maxIdleTime_19; // System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes RuntimeObject* ___m_ServerCertificateOrBytes_20; // System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes RuntimeObject* ___m_ClientCertificateOrBytes_21; }; // System.Xml.Ucs4Decoder1234 struct Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8 : public Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82 { }; // System.Xml.Ucs4Decoder2143 struct Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D : public Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82 { }; // System.Xml.Ucs4Decoder3412 struct Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850 : public Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82 { }; // System.Xml.Ucs4Decoder4321 struct Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9 : public Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82 { }; // System.Xml.Ucs4Encoding1234 struct Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC : public Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B { }; // System.Xml.Ucs4Encoding2143 struct Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84 : public Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B { }; // System.Xml.Ucs4Encoding3412 struct Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22 : public Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B { }; // System.Xml.Ucs4Encoding4321 struct Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163 : public Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B { }; // System.Xml.ValidateNames struct ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598 : public RuntimeObject { }; // MS.Internal.Xml.XPath.XPathChildIterator struct XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9 : public XPathAxisIterator_t7110805B7C20330DEB38DF640DDF20A5EF440294 { }; // MS.Internal.Xml.XPath.XPathDescendantIterator struct XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB : public XPathAxisIterator_t7110805B7C20330DEB38DF640DDF20A5EF440294 { // System.Int32 MS.Internal.Xml.XPath.XPathDescendantIterator::_level int32_t ____level_8; }; // MS.Internal.Xml.Cache.XPathDocumentBuilder struct XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB : public XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B { // MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory MS.Internal.Xml.Cache.XPathDocumentBuilder::_nodePageFact NodePageFactory_t783E1AF211C36C6EC54200814317DD9E13187F1A ____nodePageFact_4; // MS.Internal.Xml.Cache.XPathDocumentBuilder/NodePageFactory MS.Internal.Xml.Cache.XPathDocumentBuilder::_nmspPageFact NodePageFactory_t783E1AF211C36C6EC54200814317DD9E13187F1A ____nmspPageFact_5; // MS.Internal.Xml.Cache.XPathDocumentBuilder/TextBlockBuilder MS.Internal.Xml.Cache.XPathDocumentBuilder::_textBldr TextBlockBuilder_tC88CC29369B4A53894FE4A45C3462DC78F270B9C ____textBldr_6; // System.Collections.Generic.Stack`1 MS.Internal.Xml.Cache.XPathDocumentBuilder::_stkNmsp Stack_1_tBFF48F24B537D846EFD0A74AFFFC0D1BBD643E79* ____stkNmsp_7; // MS.Internal.Xml.Cache.XPathNodeInfoTable MS.Internal.Xml.Cache.XPathDocumentBuilder::_infoTable XPathNodeInfoTable_t6F9DC5866BB52882F3DEACD93A2D51E9045B286F* ____infoTable_8; // System.Xml.XPath.XPathDocument MS.Internal.Xml.Cache.XPathDocumentBuilder::_doc XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* ____doc_9; // System.Xml.IXmlLineInfo MS.Internal.Xml.Cache.XPathDocumentBuilder::_lineInfo RuntimeObject* ____lineInfo_10; // System.Xml.XmlNameTable MS.Internal.Xml.Cache.XPathDocumentBuilder::_nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ____nameTable_11; // System.Boolean MS.Internal.Xml.Cache.XPathDocumentBuilder::_atomizeNames bool ____atomizeNames_12; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentBuilder::_pageNmsp XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ____pageNmsp_13; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder::_idxNmsp int32_t ____idxNmsp_14; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentBuilder::_pageParent XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ____pageParent_15; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder::_idxParent int32_t ____idxParent_16; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentBuilder::_pageSibling XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ____pageSibling_17; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder::_idxSibling int32_t ____idxSibling_18; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder::_lineNumBase int32_t ____lineNumBase_19; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentBuilder::_linePosBase int32_t ____linePosBase_20; // System.Xml.XmlQualifiedName MS.Internal.Xml.Cache.XPathDocumentBuilder::_idAttrName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ____idAttrName_21; // System.Collections.Hashtable MS.Internal.Xml.Cache.XPathDocumentBuilder::_elemIdMap Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____elemIdMap_22; // MS.Internal.Xml.Cache.XPathNodeRef[] MS.Internal.Xml.Cache.XPathDocumentBuilder::_elemNameIndex XPathNodeRefU5BU5D_tFAE5241CF1C5434237DB66C07CFF73BB76134E79* ____elemNameIndex_23; }; // MS.Internal.Xml.Cache.XPathDocumentNavigator struct XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81 : public XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13 { // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::_pageCurrent XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ____pageCurrent_4; // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathDocumentNavigator::_pageParent XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ____pageParent_5; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::_idxCurrent int32_t ____idxCurrent_6; // System.Int32 MS.Internal.Xml.Cache.XPathDocumentNavigator::_idxParent int32_t ____idxParent_7; // System.String MS.Internal.Xml.Cache.XPathDocumentNavigator::_atomizedLocalName String_t* ____atomizedLocalName_8; }; // MS.Internal.Xml.XPath.XPathSelectionIterator struct XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6 : public ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08 { // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSelectionIterator::_nav XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____nav_1; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.XPathSelectionIterator::_query Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ____query_2; // System.Int32 MS.Internal.Xml.XPath.XPathSelectionIterator::_position int32_t ____position_3; }; // MS.Internal.Xml.XPath.XPathSingletonIterator struct XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389 : public ResetableIterator_t2E2A85BA1CF226C635706B8448C971FAC6B2EE08 { // System.Xml.XPath.XPathNavigator MS.Internal.Xml.XPath.XPathSingletonIterator::_nav XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ____nav_1; // System.Int32 MS.Internal.Xml.XPath.XPathSingletonIterator::_position int32_t ____position_2; }; // System.Xml.XmlConvert struct XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA : public RuntimeObject { }; // System.Xml.Schema.XmlListConverter struct XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA : public XmlBaseConverter_tB935E170055CCB49F182D426AC09B2D4C0DA919D { // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlListConverter::atomicConverter XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___atomicConverter_32; }; // System.Xml.XmlRegisteredNonCachedStream struct XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE { // System.IO.Stream System.Xml.XmlRegisteredNonCachedStream::stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_5; // System.Xml.XmlDownloadManager System.Xml.XmlRegisteredNonCachedStream::downloadManager XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* ___downloadManager_6; // System.String System.Xml.XmlRegisteredNonCachedStream::host String_t* ___host_7; }; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { // System.String System.Xml.Schema.XmlSchemaType::name String_t* ___name_9; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::final int32_t ___final_10; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::derivedBy int32_t ___derivedBy_11; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::baseSchemaType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___baseSchemaType_12; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::datatype XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_13; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaType::finalResolved int32_t ___finalResolved_14; // System.Xml.Schema.SchemaElementDecl modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::elementDecl SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_15; // System.Xml.XmlQualifiedName modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.Schema.XmlSchemaType::qname XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qname_16; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaType::redefined XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___redefined_17; // System.Xml.Schema.XmlSchemaContentType System.Xml.Schema.XmlSchemaType::contentType int32_t ___contentType_18; }; // System.Xml.Schema.XsdDateTime struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB { // System.DateTime System.Xml.Schema.XsdDateTime::dt DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0; // System.UInt32 System.Xml.Schema.XsdDateTime::extra uint32_t ___extra_1; }; // Native definition for P/Invoke marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_pinvoke { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0; uint32_t ___extra_1; }; // Native definition for COM marshalling of System.Xml.Schema.XsdDateTime struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_marshaled_com { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___dt_0; uint32_t ___extra_1; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 { // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_pinvoke { AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_com { AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // System.Xml.XmlCachedStream struct XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90 : public MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2 { // System.Uri System.Xml.XmlCachedStream::uri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri_15; }; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8 : public XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF { // System.Xml.Schema.XmlSchemaSimpleTypeContent System.Xml.Schema.XmlSchemaSimpleType::content XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091* ___content_19; }; // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703 : public XmlListConverter_tF5EAB0EA04FAA85A67E0925163DC0F1C3EBA55FA { // System.Boolean System.Xml.Schema.XmlUntypedConverter::allowListToList bool ___allowListToList_33; }; // System.Xml.DtdParser/d__201 struct U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0 { // System.Int32 System.Xml.DtdParser/d__201::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__201::<>t__builder AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__201::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__201::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__202 struct U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B { // System.Int32 System.Xml.DtdParser/d__202::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__202::<>t__builder AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__202::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__202::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__205 struct U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E { // System.Int32 System.Xml.DtdParser/d__205::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__205::<>t__builder AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__205::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Boolean System.Xml.DtdParser/d__205::paramEntity bool ___paramEntity_3; // System.Xml.XmlQualifiedName System.Xml.DtdParser/d__205::entityName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___entityName_4; // System.Boolean System.Xml.DtdParser/d__205::inAttribute bool ___inAttribute_5; // System.Boolean System.Xml.DtdParser/d__205::inLiteral bool ___inLiteral_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> System.Xml.DtdParser/d__205::<>u__1 ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 ___U3CU3Eu__1_7; }; // System.Xml.DtdParser/d__203 struct U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0 { // System.Int32 System.Xml.DtdParser/d__203::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__203::<>t__builder AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__203::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__203::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__199 struct U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47 { // System.Int32 System.Xml.DtdParser/d__199::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__199::<>t__builder AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__199::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Int32 System.Xml.DtdParser/d__199::5__2 int32_t ___U3CoffsetU3E5__2_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__199::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_4; }; // System.Xml.DtdParser/d__194 struct U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3 { // System.Int32 System.Xml.DtdParser/d__194::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__194::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__194::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__194::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__195 struct U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B { // System.Int32 System.Xml.DtdParser/d__195::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__195::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__195::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Int32 System.Xml.DtdParser/d__195::5__2 int32_t ___U3CignoreSectionDepthU3E5__2_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__195::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_4; }; // System.Xml.DtdParser/d__189 struct U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2 { // System.Int32 System.Xml.DtdParser/d__189::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__189::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__189::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.DtdParser/d__189::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__190 struct U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670 { // System.Int32 System.Xml.DtdParser/d__190::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__190::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__190::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__190::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__190::<>u__2 ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 ___U3CU3Eu__2_4; }; // System.Xml.DtdParser/d__191 struct U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE { // System.Int32 System.Xml.DtdParser/d__191::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__191::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__191::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__191::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__187 struct U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4 { // System.Int32 System.Xml.DtdParser/d__187::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__187::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__187::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__187::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__192 struct U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5 { // System.Int32 System.Xml.DtdParser/d__192::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__192::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__192::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__192::<>u__1 ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__193 struct U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00 { // System.Int32 System.Xml.DtdParser/d__193::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__193::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__193::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__193::<>u__1 ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 ___U3CU3Eu__1_3; }; // System.Xml.DtdParser/d__188 struct U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6 { // System.Int32 System.Xml.DtdParser/d__188::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.DtdParser/d__188::<>t__builder AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__188::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__188::<>u__1 ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 ___U3CU3Eu__1_3; }; // System.Xml.XmlDownloadManager/d__5 struct U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15 { // System.Int32 System.Xml.XmlDownloadManager/d__5::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.XmlDownloadManager/d__5::<>t__builder AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1 ___U3CU3Et__builder_1; // System.Uri System.Xml.XmlDownloadManager/d__5::uri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri_2; // System.Net.ICredentials System.Xml.XmlDownloadManager/d__5::credentials RuntimeObject* ___credentials_3; // System.Net.IWebProxy System.Xml.XmlDownloadManager/d__5::proxy RuntimeObject* ___proxy_4; // System.Net.Cache.RequestCachePolicy System.Xml.XmlDownloadManager/d__5::cachePolicy RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___cachePolicy_5; // System.Xml.XmlDownloadManager System.Xml.XmlDownloadManager/d__5::<>4__this XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* ___U3CU3E4__this_6; // System.Net.WebRequest System.Xml.XmlDownloadManager/d__5::5__2 WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___U3CreqU3E5__2_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.XmlDownloadManager/d__5::<>u__1 ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 ___U3CU3Eu__1_8; }; // System.Xml.XmlUrlResolver/d__15 struct U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5 { // System.Int32 System.Xml.XmlUrlResolver/d__15::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.XmlUrlResolver/d__15::<>t__builder AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 ___U3CU3Et__builder_1; // System.Type System.Xml.XmlUrlResolver/d__15::ofObjectToReturn Type_t* ___ofObjectToReturn_2; // System.Uri System.Xml.XmlUrlResolver/d__15::absoluteUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___absoluteUri_3; // System.Xml.XmlUrlResolver System.Xml.XmlUrlResolver/d__15::<>4__this XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* ___U3CU3E4__this_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.XmlUrlResolver/d__15::<>u__1 ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 ___U3CU3Eu__1_5; }; // System.Func`1 struct Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC : public MulticastDelegate_t { }; // System.Func`2 struct Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3 : public MulticastDelegate_t { }; // System.Func`3 struct Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7 : public MulticastDelegate_t { }; // System.AccessViolationException struct AccessViolationException_t2359EDFDD20FE77D56A496DB4F6854A3D2DC4190 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.ArithmeticException struct ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.AsyncCallback struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t { }; // System.FormatException struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Resources.MissingManifestResourceException struct MissingManifestResourceException_t136A089345909ADB6333D6F4E2AA84C7A00CB3FD : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NotImplementedException struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NotSupportedException struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.NullReferenceException struct NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.OutOfMemoryException struct OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.StackOverflowException struct StackOverflowException_t938C753F2BB15F526FD564CCF52061BBE5BC97C9 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Threading.ThreadAbortException struct ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Threading.ThreadInterruptedException struct ThreadInterruptedException_t5F777BF218B009092789F6DA0013E4DC3A0987CC : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Xml.XPath.XPathException struct XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.Xml.XPath.XPathException::res String_t* ___res_18; // System.String[] System.Xml.XPath.XPathException::args StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19; // System.String System.Xml.XPath.XPathException::message String_t* ___message_20; }; // System.Xml.XmlException struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.Xml.XmlException::res String_t* ___res_18; // System.String[] System.Xml.XmlException::args StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19; // System.Int32 System.Xml.XmlException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.XmlException::linePosition int32_t ___linePosition_21; // System.String System.Xml.XmlException::sourceUri String_t* ___sourceUri_22; // System.String System.Xml.XmlException::message String_t* ___message_23; }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_18; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_20; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_21; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_22; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___sourceSchemaObject_23; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_24; }; // System.Xml.DtdParser/d__200 struct U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0 { // System.Int32 System.Xml.DtdParser/d__200::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.DtdParser/d__200::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__200::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Int32 System.Xml.DtdParser/d__200::5__2 int32_t ___U3ClenU3E5__2_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__200::<>u__1 ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_4; }; // System.Xml.DtdParser/d__198 struct U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F { // System.Int32 System.Xml.DtdParser/d__198::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.DtdParser/d__198::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.DtdParser System.Xml.DtdParser/d__198::<>4__this DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* ___U3CU3E4__this_2; // System.Boolean System.Xml.DtdParser/d__198::isQName bool ___isQName_3; // System.Int32 System.Xml.DtdParser/d__198::5__2 int32_t ___U3CcolonOffsetU3E5__2_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.DtdParser/d__198::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_5; }; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA : public MulticastDelegate_t { }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.OverflowException struct OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C : public ArithmeticException_t07E77822D0007642BC8959A671E70D1F33C84FEA { }; // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2/KeyCollection // System.Collections.Generic.Dictionary`2/KeyCollection // System.Tuple`2 // System.Tuple`2 // System.Xml.BinaryCompatibility // System.Xml.BinaryCompatibility // System.BitConverter struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields { // System.Boolean System.BitConverter::IsLittleEndian bool ___IsLittleEndian_0; }; // System.BitConverter // System.Text.RegularExpressions.Capture // System.Text.RegularExpressions.Capture // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_StaticFields { // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___invariant_culture_info_0; // System.Object System.Globalization.CultureInfo::shared_table_lock RuntimeObject* ___shared_table_lock_1; // System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___default_current_culture_2; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentUICulture_34; // System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_DefaultThreadCurrentCulture_35; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_number Dictionary_2_t9FA6D82CAFC18769F7515BB51D1C56DAE09381C3* ___shared_by_number_36; // System.Collections.Generic.Dictionary`2 System.Globalization.CultureInfo::shared_by_name Dictionary_2_tE1603CE612C16451D1E56FF4D4859D4FE4087C28* ___shared_by_name_37; // System.Globalization.CultureInfo System.Globalization.CultureInfo::s_UserPreferredCultureInfoInAppX CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* ___s_UserPreferredCultureInfoInAppX_38; // System.Boolean System.Globalization.CultureInfo::IsTaiwanSku bool ___IsTaiwanSku_39; }; // System.Globalization.CultureInfo // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_StaticFields { // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_invariantInfo DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_invariantInfo_0; // System.Char[] System.Globalization.DateTimeFormatInfo::s_monthSpaces CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_monthSpaces_46; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_jajpDTFI DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_jajpDTFI_80; // System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.DateTimeFormatInfo::s_zhtwDTFI DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* ___s_zhtwDTFI_81; }; // System.Globalization.DateTimeFormatInfo // System.Text.Decoder // System.Text.Decoder // System.Text.Encoder // System.Text.Encoder // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields { // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7; // System.Collections.Generic.Dictionary`2 modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject* ___s_InternalSyncObject_61; }; // System.Text.Encoding // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields { // System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Collections.Hashtable::s_serializationInfoTable ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable_21; }; // System.Collections.Hashtable // System.Text.RegularExpressions.MatchCollection // System.Text.RegularExpressions.MatchCollection // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields { // System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0; }; // System.Globalization.NumberFormatInfo // System.Xml.OpenedHost // System.Xml.OpenedHost // MS.Internal.Xml.XPath.QueryBuilder // MS.Internal.Xml.XPath.QueryBuilder // System.Net.Cache.RequestCachePolicy // System.Net.Cache.RequestCachePolicy // System.Xml.Res // System.Xml.Res // System.Xml.Utils.Res // System.Xml.Utils.Res // System.Xml.Schema.SchemaEntity // System.Xml.Schema.SchemaEntity // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfo // System.Runtime.Serialization.SerializationInfoEnumerator // System.Runtime.Serialization.SerializationInfoEnumerator // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // System.Text.StringBuilder // System.Text.StringBuilder // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields { // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_0; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject* ___s_taskCompletionSentinel_24; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_25; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_27; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_30; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::k__BackingField TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_31; // System.Threading.Tasks.Task System.Threading.Tasks.Task::k__BackingField Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_32; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_33; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_34; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_35; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_36; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject* ___s_activeTasksLock_37; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields { // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_28; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_29; }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields { // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_35; }; // System.Uri // System.Xml.XPath.XPathDocument // System.Xml.XPath.XPathDocument // System.Xml.XPath.XPathExpression // System.Xml.XPath.XPathExpression // System.Xml.XPath.XPathItem // System.Xml.XPath.XPathItem // System.Xml.XPath.XPathNavigatorKeyComparer // System.Xml.XPath.XPathNavigatorKeyComparer // System.Xml.XPath.XPathNodeIterator // System.Xml.XPath.XPathNodeIterator // System.Xml.XmlComplianceUtil // System.Xml.XmlComplianceUtil // System.Xml.XmlDownloadManager // System.Xml.XmlDownloadManager // System.Xml.XmlNameTable // System.Xml.XmlNameTable // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_StaticFields { // System.Xml.IXmlNamespaceResolver modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlNamespaceManager::s_EmptyResolver RuntimeObject* ___s_EmptyResolver_0; }; // System.Xml.XmlNamespaceManager // System.Xml.XmlQualifiedName struct XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields { // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::hashCodeDelegate HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* ___hashCodeDelegate_0; // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Empty XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___Empty_4; }; // System.Xml.XmlQualifiedName // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields { // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; }; // System.Xml.XmlReader // System.Xml.XmlResolver // System.Xml.XmlResolver // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlSchemaDatatype // System.Xml.Schema.XmlValueConverter // System.Xml.Schema.XmlValueConverter // System.Xml.XmlWriter // System.Xml.XmlWriter // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 // System.Xml.XmlDownloadManager/<>c__DisplayClass4_0 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator // System.Threading.Tasks.Task`1> struct Task_1_tC793EC4BCAF3441C475639996F591673C58B3730_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tBEECC126BA6202303F927A240F3EDD06E844C654* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1> // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t06484715029D51A4420723456D165BAC63798F8D_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tA522288A50DBBA4F2B2C1B7903E790568AC5E651* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t5A21CD79B28C815202C9D578CB5F612B745ECCAE* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Boolean // System.Byte // System.Byte // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // System.Char // MS.Internal.Xml.XPath.CompiledXpathExpr // MS.Internal.Xml.XPath.CompiledXpathExpr // System.DateTime struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields { // System.Int32[] System.DateTime::s_daysToMonth365 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30; // System.Int32[] System.DateTime::s_daysToMonth366 Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31; // System.DateTime System.DateTime::MinValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32; // System.DateTime System.DateTime::MaxValue DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33; // System.DateTime System.DateTime::UnixEpoch DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34; }; // System.DateTime // System.Decimal struct Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_StaticFields { // System.Decimal System.Decimal::Zero Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___Zero_3; // System.Decimal System.Decimal::One Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___One_4; // System.Decimal System.Decimal::MinusOne Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinusOne_5; // System.Decimal System.Decimal::MaxValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MaxValue_6; // System.Decimal System.Decimal::MinValue Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___MinValue_7; }; // System.Decimal // System.Double // System.Double // System.Guid struct Guid_t_StaticFields { // System.Guid System.Guid::Empty Guid_t ___Empty_0; }; // System.Guid // System.Int16 // System.Int16 // System.Int32 // System.Int32 // System.Int64 // System.Int64 // System.IntPtr struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // System.IntPtr // System.Xml.NameTable // System.Xml.NameTable // MS.Internal.Xml.XPath.ResetableIterator // MS.Internal.Xml.XPath.ResetableIterator // System.SByte // System.SByte // System.Xml.SafeAsciiDecoder // System.Xml.SafeAsciiDecoder // System.Runtime.Serialization.SerializationEntry // System.Runtime.Serialization.SerializationEntry // System.Single // System.Single // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { // System.IO.Stream System.IO.Stream::Null Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1; }; // System.IO.Stream // System.Runtime.Serialization.StreamingContext // System.Runtime.Serialization.StreamingContext // System.TimeSpan struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields { // System.TimeSpan System.TimeSpan::Zero TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19; // System.TimeSpan System.TimeSpan::MaxValue TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20; // System.TimeSpan System.TimeSpan::MinValue TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21; }; // System.TimeSpan // System.UInt16 // System.UInt16 // System.UInt32 // System.UInt32 // System.UInt64 // System.UInt64 // System.Xml.UTF16Decoder // System.Xml.UTF16Decoder // System.Xml.Ucs4Decoder // System.Xml.Ucs4Decoder // System.Xml.Ucs4Encoding // System.Xml.Ucs4Encoding // System.Void // System.Void // System.Net.WebRequest struct WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_StaticFields { // System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___s_PrefixList_1; // System.Object System.Net.WebRequest::s_InternalSyncObject RuntimeObject* ___s_InternalSyncObject_2; // System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue Queue_t644DC21212BC432819522EDA395EB4562BE2CC47* ___s_DefaultTimerQueue_3; // System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate DesignerWebRequestCreate_t75F62E4DEBF416E21EAF6FBB62E43ADB83A0753E* ___webRequestCreate_9; // System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy RuntimeObject* ___s_DefaultWebProxy_10; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized bool ___s_DefaultWebProxyInitialized_11; }; // System.Net.WebRequest // System.Net.WebResponse // System.Net.WebResponse // System.Xml.XPath.XPathNavigator struct XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields { // System.Xml.XPath.XPathNavigatorKeyComparer System.Xml.XPath.XPathNavigator::comparer XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185* ___comparer_0; // System.Char[] System.Xml.XPath.XPathNavigator::NodeTypeLetter CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___NodeTypeLetter_1; // System.Char[] System.Xml.XPath.XPathNavigator::UniqueIdTbl CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___UniqueIdTbl_2; // System.Int32[] System.Xml.XPath.XPathNavigator::ContentKindMasks Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___ContentKindMasks_3; }; // System.Xml.XPath.XPathNavigator // MS.Internal.Xml.Cache.XPathNode // MS.Internal.Xml.Cache.XPathNode // MS.Internal.Xml.Cache.XPathNodeRef // MS.Internal.Xml.Cache.XPathNodeRef // System.Xml.XmlCharType struct XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields { // System.Object System.Xml.XmlCharType::s_Lock RuntimeObject* ___s_Lock_0; // System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlCharType::s_CharProperties ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_CharProperties_1; }; // System.Xml.XmlCharType // System.Xml.XmlNullResolver struct XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_StaticFields { // System.Xml.XmlNullResolver System.Xml.XmlNullResolver::Singleton XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2* ___Singleton_0; }; // System.Xml.XmlNullResolver // System.Xml.XmlRawWriter // System.Xml.XmlRawWriter // System.Xml.XmlUrlResolver struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_StaticFields { // System.Object System.Xml.XmlUrlResolver::s_DownloadManager RuntimeObject* ___s_DownloadManager_0; }; // System.Xml.XmlUrlResolver // System.Xml.Schema.XsdDuration // System.Xml.Schema.XsdDuration // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Xml.XmlNamespaceManager/NamespaceDeclaration // System.Xml.XmlNamespaceManager/NamespaceDeclaration // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t06484715029D51A4420723456D165BAC63798F8D* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* ___s_defaultResultTask_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1> // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Threading.Tasks.TaskFactory`1 // System.Threading.Tasks.TaskFactory`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable // System.Runtime.CompilerServices.ConfiguredTaskAwaitable // System.DateTimeOffset struct DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4_StaticFields { // System.DateTimeOffset System.DateTimeOffset::MinValue DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MinValue_0; // System.DateTimeOffset System.DateTimeOffset::MaxValue DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___MaxValue_1; // System.DateTimeOffset System.DateTimeOffset::UnixEpoch DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___UnixEpoch_2; }; // System.DateTimeOffset // System.Delegate // System.Delegate // System.Xml.DtdParser // System.Xml.DtdParser // System.Exception struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // System.Exception // System.IO.FileStream struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_StaticFields { // System.Byte[] System.IO.FileStream::buf_recycle ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_recycle_5; // System.Object System.IO.FileStream::buf_recycle_lock RuntimeObject* ___buf_recycle_lock_6; }; // System.IO.FileStream // System.Net.HttpWebRequest struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_StaticFields { // System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength int32_t ___defaultMaxResponseHeadersLength_55; // System.Int32 System.Net.HttpWebRequest::defaultMaximumErrorResponseLength int32_t ___defaultMaximumErrorResponseLength_56; // System.Net.Cache.RequestCachePolicy System.Net.HttpWebRequest::defaultCachePolicy RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___defaultCachePolicy_57; }; // System.Net.HttpWebRequest // System.Text.RegularExpressions.Match struct Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_StaticFields { // System.Text.RegularExpressions.Match System.Text.RegularExpressions.Match::k__BackingField Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F* ___U3CEmptyU3Ek__BackingField_17; }; // System.Text.RegularExpressions.Match // System.IO.MemoryStream // System.IO.MemoryStream // System.Reflection.MethodInfo // System.Reflection.MethodInfo // MS.Internal.Xml.XPath.Query // MS.Internal.Xml.XPath.Query // System.Text.RegularExpressions.Regex struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_StaticFields { // System.Int32 System.Text.RegularExpressions.Regex::s_cacheSize int32_t ___s_cacheSize_1; // System.Collections.Generic.Dictionary`2 System.Text.RegularExpressions.Regex::s_cache Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7* ___s_cache_2; // System.Int32 System.Text.RegularExpressions.Regex::s_cacheCount int32_t ___s_cacheCount_3; // System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheFirst CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheFirst_4; // System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheLast CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheLast_5; // System.TimeSpan System.Text.RegularExpressions.Regex::s_maximumMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_maximumMatchTimeout_6; // System.TimeSpan System.Text.RegularExpressions.Regex::s_defaultMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_defaultMatchTimeout_8; // System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___InfiniteMatchTimeout_9; }; // System.Text.RegularExpressions.Regex // System.RuntimeFieldHandle // System.RuntimeFieldHandle // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Net.ServicePoint // System.Net.ServicePoint // System.Xml.Ucs4Decoder1234 // System.Xml.Ucs4Decoder1234 // System.Xml.Ucs4Decoder2143 // System.Xml.Ucs4Decoder2143 // System.Xml.Ucs4Decoder3412 // System.Xml.Ucs4Decoder3412 // System.Xml.Ucs4Decoder4321 // System.Xml.Ucs4Decoder4321 // System.Xml.Ucs4Encoding1234 // System.Xml.Ucs4Encoding1234 // System.Xml.Ucs4Encoding2143 // System.Xml.Ucs4Encoding2143 // System.Xml.Ucs4Encoding3412 // System.Xml.Ucs4Encoding3412 // System.Xml.Ucs4Encoding4321 // System.Xml.Ucs4Encoding4321 // System.Xml.ValidateNames struct ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields { // System.Xml.XmlCharType System.Xml.ValidateNames::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_0; }; // System.Xml.ValidateNames // MS.Internal.Xml.XPath.XPathChildIterator // MS.Internal.Xml.XPath.XPathChildIterator // MS.Internal.Xml.XPath.XPathDescendantIterator // MS.Internal.Xml.XPath.XPathDescendantIterator // MS.Internal.Xml.Cache.XPathDocumentBuilder // MS.Internal.Xml.Cache.XPathDocumentBuilder // MS.Internal.Xml.Cache.XPathDocumentNavigator // MS.Internal.Xml.Cache.XPathDocumentNavigator // MS.Internal.Xml.XPath.XPathSelectionIterator // MS.Internal.Xml.XPath.XPathSelectionIterator // MS.Internal.Xml.XPath.XPathSingletonIterator // MS.Internal.Xml.XPath.XPathSingletonIterator // System.Xml.XmlConvert struct XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields { // System.Xml.XmlCharType System.Xml.XmlConvert::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_0; // System.Char[] System.Xml.XmlConvert::crt CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___crt_1; // System.Int32 System.Xml.XmlConvert::c_EncodedCharLength int32_t ___c_EncodedCharLength_2; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_EncodeCharPattern Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___c_EncodeCharPattern_3; // System.Text.RegularExpressions.Regex modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::c_DecodeCharPattern Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* ___c_DecodeCharPattern_4; // System.String[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlConvert::s_allDateTimeFormats StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_allDateTimeFormats_5; // System.Char[] System.Xml.XmlConvert::WhitespaceChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___WhitespaceChars_6; }; // System.Xml.XmlConvert // System.Xml.XmlRegisteredNonCachedStream // System.Xml.XmlRegisteredNonCachedStream // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XsdDateTime struct XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_StaticFields { // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy int32_t ___Lzyyyy_2; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_ int32_t ___Lzyyyy__3; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM int32_t ___Lzyyyy_MM_4; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ int32_t ___Lzyyyy_MM__5; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_dd int32_t ___Lzyyyy_MM_dd_6; // System.Int32 System.Xml.Schema.XsdDateTime::Lzyyyy_MM_ddT int32_t ___Lzyyyy_MM_ddT_7; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH int32_t ___LzHH_8; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_ int32_t ___LzHH__9; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm int32_t ___LzHH_mm_10; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ int32_t ___LzHH_mm__11; // System.Int32 System.Xml.Schema.XsdDateTime::LzHH_mm_ss int32_t ___LzHH_mm_ss_12; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_ int32_t ___Lz__13; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz int32_t ___Lz_zz_14; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_ int32_t ___Lz_zz__15; // System.Int32 System.Xml.Schema.XsdDateTime::Lz_zz_zz int32_t ___Lz_zz_zz_16; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__ int32_t ___Lz___17; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm int32_t ___Lz__mm_18; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_ int32_t ___Lz__mm__19; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm__ int32_t ___Lz__mm___20; // System.Int32 System.Xml.Schema.XsdDateTime::Lz__mm_dd int32_t ___Lz__mm_dd_21; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___ int32_t ___Lz____22; // System.Int32 System.Xml.Schema.XsdDateTime::Lz___dd int32_t ___Lz___dd_23; // System.Xml.Schema.XmlTypeCode[] System.Xml.Schema.XsdDateTime::typeCodes XmlTypeCodeU5BU5D_tD0B97C4F52D97F28CCCD25F34390B7414EA4BA41* ___typeCodes_24; }; // System.Xml.Schema.XsdDateTime // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_StaticFields { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17* ___s_cachedCompleted_0; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder // System.SystemException // System.SystemException // System.Type struct Type_t_StaticFields { // System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0; // System.Char System.Type::Delimiter Il2CppChar ___Delimiter_1; // System.Type[] System.Type::EmptyTypes TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2; // System.Object System.Type::Missing RuntimeObject* ___Missing_3; // System.Reflection.MemberFilter System.Type::FilterAttribute MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4; // System.Reflection.MemberFilter System.Type::FilterName MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5; // System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6; }; // System.Type // System.Xml.XmlCachedStream // System.Xml.XmlCachedStream // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.XmlUntypedConverter struct XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields { // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::Untyped XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___Untyped_34; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlUntypedConverter::UntypedList XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* ___UntypedList_35; }; // System.Xml.Schema.XmlUntypedConverter // System.Xml.DtdParser/d__201 // System.Xml.DtdParser/d__201 // System.Xml.DtdParser/d__202 // System.Xml.DtdParser/d__202 // System.Xml.DtdParser/d__205 // System.Xml.DtdParser/d__205 // System.Xml.DtdParser/d__203 // System.Xml.DtdParser/d__203 // System.Xml.DtdParser/d__199 // System.Xml.DtdParser/d__199 // System.Xml.DtdParser/d__194 // System.Xml.DtdParser/d__194 // System.Xml.DtdParser/d__195 // System.Xml.DtdParser/d__195 // System.Xml.DtdParser/d__189 // System.Xml.DtdParser/d__189 // System.Xml.DtdParser/d__190 // System.Xml.DtdParser/d__190 // System.Xml.DtdParser/d__191 // System.Xml.DtdParser/d__191 // System.Xml.DtdParser/d__187 // System.Xml.DtdParser/d__187 // System.Xml.DtdParser/d__192 // System.Xml.DtdParser/d__192 // System.Xml.DtdParser/d__193 // System.Xml.DtdParser/d__193 // System.Xml.DtdParser/d__188 // System.Xml.DtdParser/d__188 // System.Xml.XmlDownloadManager/d__5 // System.Xml.XmlDownloadManager/d__5 // System.Xml.XmlUrlResolver/d__15 // System.Xml.XmlUrlResolver/d__15 // System.Func`1 // System.Func`1 // System.Func`2 // System.Func`2 // System.Func`3 // System.Func`3 // System.AccessViolationException // System.AccessViolationException // System.ArgumentException // System.ArgumentException // System.AsyncCallback // System.AsyncCallback // System.FormatException // System.FormatException // System.Resources.MissingManifestResourceException // System.Resources.MissingManifestResourceException // System.NotImplementedException // System.NotImplementedException // System.NotSupportedException // System.NotSupportedException // System.NullReferenceException // System.NullReferenceException // System.OutOfMemoryException // System.OutOfMemoryException // System.StackOverflowException // System.StackOverflowException // System.Threading.ThreadAbortException // System.Threading.ThreadAbortException // System.Threading.ThreadInterruptedException // System.Threading.ThreadInterruptedException // System.Xml.XPath.XPathException // System.Xml.XPath.XPathException // System.Xml.XmlException // System.Xml.XmlException // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaException // System.Xml.DtdParser/d__200 // System.Xml.DtdParser/d__200 // System.Xml.DtdParser/d__198 // System.Xml.DtdParser/d__198 // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate // System.ArgumentNullException // System.ArgumentNullException // System.OverflowException // System.OverflowException #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB : public RuntimeArray { ALIGN_FIELD (8) Il2CppChar m_Items[1]; inline Il2CppChar GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, Il2CppChar value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value) { m_Items[index] = value; } }; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray { ALIGN_FIELD (8) String_t* m_Items[1]; inline String_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline String_t** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, String_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray { ALIGN_FIELD (8) RuntimeObject* m_Items[1]; inline RuntimeObject* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60 : public RuntimeArray { ALIGN_FIELD (8) NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4 m_Items[1]; inline NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4* 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, NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL); #endif } inline NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___uri_1), (void*)NULL); #endif } }; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray { ALIGN_FIELD (8) Delegate_t* m_Items[1]; inline Delegate_t* GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Delegate_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, Delegate_t* value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value); } }; // MS.Internal.Xml.Cache.XPathNode[] struct XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C : public RuntimeArray { ALIGN_FIELD (8) XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA m_Items[1]; inline XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA* 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, XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____value_6), (void*)NULL); #endif } inline XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, XPathNode_t4A9DCD8092B3B7DBA0A6DA09C03DB5274D43C3CA value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____info_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->____value_6), (void*)NULL); #endif } }; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C : public RuntimeArray { ALIGN_FIELD (8) int32_t m_Items[1]; 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.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_gshared (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_gshared (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__187>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_mAC11770BC4DAC9AFD16EFC7D124967BC5D1E7185_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* ___1_stateMachine, const RuntimeMethod* method) ; // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_gshared (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m2E575629BCD46EA73D32EA85764E79315C353E13_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_m718D4EE45CDBF257976C193933CBE5478FFC14E3_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, int32_t ___0_result, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_mBE5F26838D7801B8250806F352A6915A7F9AA2E5_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_tE948E6A9D82D7E1E26885E7CE5ED6256AA5BBBD8 Task_1_ConfigureAwait_m7A676C8AADCF52C5863D10DCE7E340B08893FA02_gshared (Task_1_t8DED34447688BFCF5112B0D05D5A80CED94E4BFB* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B ConfiguredTaskAwaitable_1_GetAwaiter_m447B2323EADC587DE0ABFEA2FEF3AF3342F75186_gshared_inline (ConfiguredTaskAwaitable_1_tE948E6A9D82D7E1E26885E7CE5ED6256AA5BBBD8* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_m6658F40E7404D6C45086F4151F673A3E831A0517_gshared (ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__188>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6_mA7B46AFFD36B2DC717FF91BCC7BC252EFD244318_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B* ___0_awaiter, U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* ___1_stateMachine, const RuntimeMethod* method) ; // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfiguredTaskAwaiter_GetResult_mF8CBBA5B63DB7FC72FA27688B4CBA3A556F128B0_gshared (ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__189>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2_m5CDFBF8D516A384705E423CFD1CBCC42BEF54F84_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__190>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_m016DCF518E8843959DBBFB5EA15C0D0D8DE2C8C9_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__190>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mA018D5C8C44018C778F42520564ACB234551C286_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B* ___0_awaiter, U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* ___1_stateMachine, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_gshared (Task_1_t4C228DE57804012969575431CFF12D57C875552D* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_gshared_inline (ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_gshared (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__191>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE_m61A743193A73BA432BA0395674F3278B48883581_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* ___1_stateMachine, const RuntimeMethod* method) ; // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_gshared (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__192>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5_m987A63E060DD1F28F9E2D1FD2D9C570561FFE885_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B* ___0_awaiter, U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__193>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00_m70B62EFD306C7B5331C33A373571DF2E00C20C67_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B* ___0_awaiter, U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__194>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3_m03EDDA23258DF73E7E6C56D3A1691479A19E26A0_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__195>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B_mBB10161ADDA6F09A15FBB9E9D4698C048BF89617_gshared (AsyncTaskMethodBuilder_1_tB63B23CE5211A1439A08AE69DF9BF403502D3FE9* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__198>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__199>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47_m63A2DCC00C0F660BA61620D2998801CDB70C89C9_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, bool ___0_result, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__200>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0_m558D8C205BACB59A5A41851FD87EABDDE1A0F54F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__201>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0_m080484C2480DCF6DDE3EBB8374A996CCE8DC7179_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__202>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B_mE6F90024D5AAC1F5C9DC121990E97257952DCD58_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__203>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0_m909A772D775D26848FA47DE507E88650B2AB33DE_gshared (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_gshared (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_gshared (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, int32_t ___0_result, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_gshared (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8 Task_1_ConfigureAwait_m9D6420C859925B7C250DED7586DD770C91632070_gshared (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline (ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mD6243A7544181F96816A5F81459F4B66908ADB5E_gshared (ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__205>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m73163B6EA8785F56654EBEC022154D54B0FE86DE_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* ___0_awaiter, U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* ___1_stateMachine, const RuntimeMethod* method) ; // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConfiguredTaskAwaiter_GetResult_m00ABE5C46A983C38086438B7A7CB2C62296B3383_gshared (ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* __this, const RuntimeMethod* method) ; // T1 System.Tuple`2::get_Item1() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_gshared_inline (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* __this, const RuntimeMethod* method) ; // T2 System.Tuple`2::get_Item2() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_gshared_inline (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* __this, const RuntimeMethod* method) ; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* Task_Run_TisRuntimeObject_m030003C532BA57F9193CA5BED8F832043B5758E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* ___0_function, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_gshared (const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__5>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_mBCC49EE904EBC013F7633AD86F06B4CA825424D9_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::get_Factory() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* Task_1_get_Factory_mF1AF0A6918C0041F0A74EA009738E947164E917B_gshared (const RuntimeMethod* method) ; // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_3__ctor_m7A3CDF8CC909FAEEA005D42C71F113B505F766DD_gshared (Func_3_tAB0692B406AF1455ADB5F518BF283E084B5E8566* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared (Func_2_tACBF5A1656250800CE861707354491F0611F6624* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskFactory`1::FromAsync(System.Func`3,System.Func`2,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* TaskFactory_1_FromAsync_mA2245574D79F2D5E00D63C9A55FDC2B8DAFF2FE4_gshared (TaskFactory_1_t6F188FE70F3006B0386002E392B799D85100732B* __this, Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7* ___0_beginMethod, Func_2_t0D0687635BAF9EA3FF389149941C5473EC0CD2D4* ___1_endMethod, RuntimeObject* ___2_state, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.XmlDownloadManager/d__5>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_m6A1BE16F36F5DC6E0E0DD20FE9210ADE10BCCCA2_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* ___0_awaiter, U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t ___1_value, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m129B1E1EDDABF00B402C93841CCA7169B8963D83_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t65CC956745B1180C04CE6C6910FB27C5F32BB9FF KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared (KeyCollection_tB45A861D090B15129521119AE48ED3813820A974* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t* ___1_value, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__15>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m45A4D6483DB69E11B713EA667792018DA0FBF38B_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.XmlUrlResolver/d__15>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_mF6EAEDCD4299B3D84B6D9B56F614FB72063E3275_gshared (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* ___0_awaiter, U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_mF5FF8B899356859561D618FE0BD1658BA1355E3A_gshared (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mE1258769871BEB13AAC7AB1EC59D57AB799B74D1_gshared (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___0_key, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___1_value, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mC2374D05E07DB677F2804413801EE682DC5E41BD_gshared (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___0_key, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 Dictionary_2_get_Item_m020D5E0F6FA094EB12F56AC0313B224A1B84B49C_gshared (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___0_key, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7DB32C220811C22D19D397B960A7569C0CAD567C_gshared (Dictionary_2_t32B53163040D949B578E5B6FB09F404497E63DAD* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m3E7975D2E478D23A8278E90B24BCF02E77DD4D27_gshared (Dictionary_2_t32B53163040D949B578E5B6FB09F404497E63DAD* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m6A598C9147FAC2B81FD0D7E4C3DEF89E5E8FFC93_gshared (Dictionary_2_t32B53163040D949B578E5B6FB09F404497E63DAD* __this, RuntimeObject* ___0_key, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___1_value, const RuntimeMethod* method) ; // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 Dictionary_2_get_Item_m413FBFF610220DC8C30C4EA8CDF710E47C91A0EB_gshared (Dictionary_2_t32B53163040D949B578E5B6FB09F404497E63DAD* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared (Dictionary_2_t14FE4A752A83D53771C584E4C8D14E01F2AFD7BA* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Xml.DtdParser::EatPublicKeywordAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* DtdParser_EatPublicKeywordAsync_m90189F8B332C1EBB7532C1A4DF23A5DE788258BA (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C (*) (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 (*) (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190 (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__187>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_m0D2EF5FE6437F0D0AD6B378DB0AE61426B7E62F7 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_mAC11770BC4DAC9AFD16EFC7D124967BC5D1E7185_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline bool ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_gshared)(__this, method); } // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, int32_t ___0_curPos, String_t* ___1_res, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Xml.DtdParser::EatSystemKeywordAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* DtdParser_EatSystemKeywordAsync_m065C507A8199FF4DD321C7F1D4ACE9D1A9478B96 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m2E575629BCD46EA73D32EA85764E79315C353E13_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, int32_t ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, int32_t, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m718D4EE45CDBF257976C193933CBE5478FFC14E3_gshared)(__this, ___0_result, method); } // System.Void System.Xml.DtdParser/d__187::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNotation1AsyncU3Ed__187_MoveNext_m9E20E628C046CBB753DD12390E4BBBBCC92D844C (U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_mBE5F26838D7801B8250806F352A6915A7F9AA2E5_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Xml.DtdParser/d__187::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNotation1AsyncU3Ed__187_SetStateMachine_mD742FE258277D28FE9973D3FC8EDC3DA7FC5F41E (U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser::ThrowUnexpectedToken(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowUnexpectedToken_mE75F8A57E36D0ED9A0E029E79C5D0F5E71B82570 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, int32_t ___0_pos, String_t* ___1_expectedToken1, String_t* ___2_expectedToken2, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Xml.DtdParser::ScanLiteralAsync(System.Xml.DtdParser/LiteralType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* DtdParser_ScanLiteralAsync_mA4A49C26559C1EAD4CC7CA207237AC3CB7111AA4 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, int32_t ___0_literalType, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C (Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A (*) (Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m7A676C8AADCF52C5863D10DCE7E340B08893FA02_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_inline (ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 (*) (ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m447B2323EADC587DE0ABFEA2FEF3AF3342F75186_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A (ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_m6658F40E7404D6C45086F4151F673A3E831A0517_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__188>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6_mD587227F0A01258BDB5B0CF1D8381599A5B0BF77 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* ___0_awaiter, U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0*, U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6_mA7B46AFFD36B2DC717FF91BCC7BC252EFD244318_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline int32_t ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF (ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* __this, const RuntimeMethod* method) { return (( int32_t (*) (ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_mF8CBBA5B63DB7FC72FA27688B4CBA3A556F128B0_gshared)(__this, method); } // System.Void System.Xml.DtdParser/d__188::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanSystemIdAsyncU3Ed__188_MoveNext_mEB5BD0DDB5F7C49A0DA382CAB3551CC3531463A6 (U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__188::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanSystemIdAsyncU3Ed__188_SetStateMachine_mE69DD00624E7049C19E67C258EEA6CA302A120F2 (U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.DtdParser::ScanNameAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* DtdParser_ScanNameAsync_mA6E6DDADC9D87CC1BAFDBAF42D853990BB997825 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline (ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850 (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__189>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2_m3EF461427B746570A69883E82D7A1ABCF863471B (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2_m5CDFBF8D516A384705E423CFD1CBCC42BEF54F84_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26 (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__189::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity1AsyncU3Ed__189_MoveNext_mF452F24ACA7501E1E8E45817B592717B6FBE0154 (U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__189::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity1AsyncU3Ed__189_SetStateMachine_mAC84EA39A9EAD4ED029AF50DFDBBFDC69B87FB71 (U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__190>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mD74E55A7B8035CA20079D44AA5CEB1B798290AAB (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_m016DCF518E8843959DBBFB5EA15C0D0D8DE2C8C9_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__190>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mECF4E97E48D352FA55A24CC8CBCC2D120FBCAF60 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* ___0_awaiter, U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0*, U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mA018D5C8C44018C778F42520564ACB234551C286_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser/d__190::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity2AsyncU3Ed__190_MoveNext_m6250BF711907468E5718072C883FECBCC3B4D237 (U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__190::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity2AsyncU3Ed__190_SetStateMachine_mEC975F1CE862F41CCC45A008B8A837946C35C7A7 (U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Xml.DtdParser::ReadDataAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209 (Task_1_t4C228DE57804012969575431CFF12D57C875552D* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A (*) (Task_1_t4C228DE57804012969575431CFF12D57C875552D*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline (ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 (*) (ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3 (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__191>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE_m0F4EA6C574C43C44420CC752AF1F2267F2DDEA82 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE_m61A743193A73BA432BA0395674F3278B48883581_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline int32_t ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* __this, const RuntimeMethod* method) { return (( int32_t (*) (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_gshared)(__this, method); } // System.Void System.Xml.DtdParser/d__191::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity3AsyncU3Ed__191_MoveNext_mD83D5F2F67977F6A5F248C27487DABE0334EDAE6 (U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__191::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity3AsyncU3Ed__191_SetStateMachine_m29AADB25F14BFC4B8D6950B121EFE0346E835BE5 (U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__192>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5_m27EF70D2EE352208DB9487311ABC00D1C96C409F (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* ___0_awaiter, U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0*, U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5_m987A63E060DD1F28F9E2D1FD2D9C570561FFE885_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser/d__192::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId1AsyncU3Ed__192_MoveNext_mA9083339A835D2D7A6DB094D293C2332EB619186 (U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__192::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId1AsyncU3Ed__192_SetStateMachine_mBC6F6AEF48A2F61D37E96497047A3F3D24ABF4C6 (U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__193>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00_mBFDE6907FCBF879AA63B6665F9C4A9FB9B526004 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* ___0_awaiter, U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0*, U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B_TisU3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00_m70B62EFD306C7B5331C33A373571DF2E00C20C67_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser/d__193::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId2AsyncU3Ed__193_MoveNext_m05AF6012FD0B2FA763C44A3E047B337229BB86E7 (U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__193::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId2AsyncU3Ed__193_SetStateMachine_m48A26576A22F9CF9B66F78B0380EE59243B8439C (U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__194>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3_mC6A17525A4BB1F15DBB9D475464A4F4DF79C46C4 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3_m03EDDA23258DF73E7E6C56D3A1691479A19E26A0_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser/d__194::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection1AsyncU3Ed__194_MoveNext_mE8311478A92B29220AB0BD9A6F8B495CB3062356 (U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__194::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection1AsyncU3Ed__194_SetStateMachine_m37CB8DFAF7399E7F6FD43AE19A80BAEBE452F4C4 (U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60 (int32_t ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456 (int32_t ___0_ch, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser::ThrowInvalidChar(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_ThrowInvalidChar_m67D089CB4F65FC2275C1FE545C178FF42CB61944 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_data, int32_t ___1_length, int32_t ___2_invCharPos, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__195>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B_mCE3DE0F10B3AA2A51CA5DCED88A810B900785F91 (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B_mBB10161ADDA6F09A15FBB9E9D4698C048BF89617_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Boolean System.Xml.DtdParser::HandleEntityEnd(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_HandleEntityEnd_m741F32D866045C1FEBD97EE495E22BECA25B453D (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, bool ___0_inLiteral, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__195::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection3AsyncU3Ed__195_MoveNext_m489CCD557EB662FAA7BD816BC4431FCCA0432EC0 (U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__195::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection3AsyncU3Ed__195_SetStateMachine_m0EAEFBD20E8BD4A55BE8FE85CF730BAC112FA7C2 (U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_data, int32_t ___1_length, int32_t ___2_invCharIndex, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_mEE35AE1DA02A2343A42F062D85BA7D04AA9666C5 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, int32_t ___0_curPos, String_t* ___1_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_args, const RuntimeMethod* method) ; // System.Threading.Tasks.Task`1 System.Xml.DtdParser::ReadDataInNameAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* DtdParser_ReadDataInNameAsync_m98110F5037EFE04872611F95CC44857BEC945341 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__198>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser::Throw(System.Int32,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_Throw_mA82BAD834C0CCDE0E9325996E4560953761B62D0 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, int32_t ___0_curPos, String_t* ___1_res, String_t* ___2_arg, const RuntimeMethod* method) ; // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65 (Il2CppChar ___0_invChar, Il2CppChar ___1_nextChar, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__198::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanQNameAsyncU3Ed__198_MoveNext_mE64783FF3245ED77AE5F39D1496E7BF6D6CF1415 (U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__198::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanQNameAsyncU3Ed__198_SetStateMachine_m80870DA53EBE2FCECE6794624F9F4832FE669FAF (U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__199>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47_m63A2DCC00C0F660BA61620D2998801CDB70C89C9 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47_m63A2DCC00C0F660BA61620D2998801CDB70C89C9_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, bool ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, bool, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_gshared)(__this, ___0_result, method); } // System.Void System.Xml.DtdParser/d__199::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataInNameAsyncU3Ed__199_MoveNext_m97A56217C2424F7BB2B029ADD577716B9F0A5EC0 (U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Xml.DtdParser/d__199::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataInNameAsyncU3Ed__199_SetStateMachine_m5E3199006E23416DD9247E0BA4205A26E5D7829D (U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__200>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0_m558D8C205BACB59A5A41851FD87EABDDE1A0F54F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0_m558D8C205BACB59A5A41851FD87EABDDE1A0F54F_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser/d__200::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNmtokenAsyncU3Ed__200_MoveNext_m28AD9E0F135B9F417B9E3068F97C579DE1DAF036 (U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__200::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNmtokenAsyncU3Ed__200_SetStateMachine_m5F8E4743F463E3649AE983B6D3647784FC4B1D54 (U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__201>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0_m080484C2480DCF6DDE3EBB8374A996CCE8DC7179 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0_m080484C2480DCF6DDE3EBB8374A996CCE8DC7179_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser/d__201::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatPublicKeywordAsyncU3Ed__201_MoveNext_m14625A6430F37B09266EA2F45FF1DEF2976E7CC3 (U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__201::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatPublicKeywordAsyncU3Ed__201_SetStateMachine_m9362FBAFE9B41FB729598842CB43B3170E85E51D (U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__202>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B_mE6F90024D5AAC1F5C9DC121990E97257952DCD58 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B_mE6F90024D5AAC1F5C9DC121990E97257952DCD58_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser/d__202::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatSystemKeywordAsyncU3Ed__202_MoveNext_m4200BF8FC8F4F977423C1BD1AA49FB71D8701EF1 (U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__202::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatSystemKeywordAsyncU3Ed__202_SetStateMachine_mB96E1E9EFF89458A98CDDCFF6278B4AAC452652D (U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser::SaveParsingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_SaveParsingBuffer_mA50879908E86FF9D354642A7BF0CDF85ACE35D8A (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.DtdParser/d__203>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0_m909A772D775D26848FA47DE507E88650B2AB33DE (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*, U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0_m909A772D775D26848FA47DE507E88650B2AB33DE_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.DtdParser::LoadParsingBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParser_LoadParsingBuffer_mF05F85D2FBE70046CCFD312890F918B9D0961C14 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, int32_t ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*, int32_t, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_gshared)(__this, ___0_result, method); } // System.Void System.Xml.DtdParser/d__203::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataAsyncU3Ed__203_MoveNext_m2F8B2129C5B5708B7DE20A1039E3505233B7E0FE (U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Xml.DtdParser/d__203::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataAsyncU3Ed__203_SetStateMachine_m3D4FB1B39EBB00F7F5215914FF3CB1A952D65772 (U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Boolean System.Xml.DtdParser::get_ParsingInternalSubset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingInternalSubset_mF2EDC8896A9EF87EFC4BFB9DC631B3079DF05399 (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.DtdParser::get_ParsingTopLevelMarkup() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DtdParser_get_ParsingTopLevelMarkup_m4836E76B7F5C3C3CA7D8574377C0F00BA2BB0BCF (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ; // System.Int32 System.String::get_Length() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ; // System.Xml.Schema.SchemaEntity System.Xml.DtdParser::VerifyEntityReference(System.Xml.XmlQualifiedName,System.Boolean,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* DtdParser_VerifyEntityReference_m84A330F3B961DFFD33E4BFA07F60013BCF96665E (DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_entityName, bool ___1_paramEntity, bool ___2_mustBeDeclared, bool ___3_inAttribute, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaEntity::get_ParsingInProgress() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_ParsingInProgress_m1A11FBE9700163EB33B81751FB96EA42F99F90EC_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaEntity::get_IsExternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_mBFBDEF21B96AE11DAF242E5B7E2C3B63693FC8CE_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1>::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38 Task_1_ConfigureAwait_mA5F70EC572B3DD014E0C43C4387A38FFA099FC11 (Task_1_tC793EC4BCAF3441C475639996F591673C58B3730* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38 (*) (Task_1_tC793EC4BCAF3441C475639996F591673C58B3730*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m9D6420C859925B7C250DED7586DD770C91632070_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1>::GetAwaiter() inline ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 ConfiguredTaskAwaitable_1_GetAwaiter_mF522853CAB6DF4A0DD0546D6C6E06FDE740AE6CC_inline (ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 (*) (ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m5E8B307A1F769769135DB9162F6EF5FB737CC692 (ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mD6243A7544181F96816A5F81459F4B66908ADB5E_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted>,System.Xml.DtdParser/d__205>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m2297F380798F60049FD66B3E78B4F973EF556E0B (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37* ___0_awaiter, U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37*, U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m73163B6EA8785F56654EBEC022154D54B0FE86DE_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter>::GetResult() inline Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* ConfiguredTaskAwaiter_GetResult_mD9A6F2D21A32D270BC2BBDF7BB3CD4CBF4B8DD05 (ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37* __this, const RuntimeMethod* method) { return (( Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* (*) (ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m00ABE5C46A983C38086438B7A7CB2C62296B3383_gshared)(__this, method); } // T1 System.Tuple`2::get_Item1() inline int32_t Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_inline (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* __this, const RuntimeMethod* method) { return (( int32_t (*) (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0*, const RuntimeMethod*))Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_gshared_inline)(__this, method); } // T2 System.Tuple`2::get_Item2() inline bool Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_inline (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* __this, const RuntimeMethod* method) { return (( bool (*) (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0*, const RuntimeMethod*))Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_gshared_inline)(__this, method); } // System.String System.Xml.Schema.SchemaEntity::get_Text() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mDCF201E623D7A98F87E859ACDEE9B5B6B4E953AE_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__205::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CHandleEntityReferenceAsyncU3Ed__205_MoveNext_m0D5B385C50BBD7779861912462C24E85A6D6FCD5 (U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.DtdParser/d__205::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CHandleEntityReferenceAsyncU3Ed__205_SetStateMachine_m46906960759FA983571C580CFCCFC1DD297DCB91 (U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Char System.String::get_Chars(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ; // System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m5FD69DDA8536EA0C0DC1822A5BE74AA97D4A5D9B (String_t* ___0_s, int32_t ___1_offset, const RuntimeMethod* method) ; // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_mE7FF6AE6B2731CC3737DC7D0D64A6A80F1AD6D9A (String_t* ___0_s, int32_t ___1_offset, const RuntimeMethod* method) ; // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_m4754B68F94F5E33B73DDAE050C9308FDCB0EAC3B (String_t* ___0_s, int32_t ___1_offset, int32_t* ___2_colonOffset, const RuntimeMethod* method) ; // System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_m53427B08A8FE9E22DCAF457A3A8846AD1D2EC3D9 (String_t* ___0_s, int32_t ___1_offsetStartChar, int32_t ___2_offsetBadChar, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ; // System.String System.String::Substring(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472 (String_t* __this, int32_t ___0_startIndex, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55 (const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m471CCC08015F68609798979A3C5AA7C20533AA08 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8 (String_t* ___0_data, int32_t ___1_invCharIndex, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83 (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Object System.Xml.XmlCharType::get_StaticLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlCharType_get_StaticLock_m39193568D86AD7E7A5AA4B3745D64C6F5D60472E (const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Exit(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ; // System.Void System.Xml.XmlCharType::SetProperties(System.Byte[],System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_chProps, String_t* ___1_ranges, uint8_t ___2_value, const RuntimeMethod* method) ; // System.Void System.Threading.Thread::MemoryBarrier() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_MemoryBarrier_m83873F1E6CEB16C0781941141382DA874A36097D (const RuntimeMethod* method) ; // System.Void System.Xml.XmlCharType::.ctor(System.Byte[]) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlCharType__ctor_mB4A379AC51751894C31365E176E3B9BFB5ABC771_inline (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_charProperties, const RuntimeMethod* method) ; // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m486814EDE27EF404061078D3EA69301B23F01378 (const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_m1B6AF6006A2514C09A7AE467296FAA1C3372F520 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsTextChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsTextChar_mD4DD7B3C0E63D031A4EFFDD6635F68DDE166A4AB (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_mD329203E44D17286699892D4E080A92F8AF9D56E (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_mB1A1B245AB61132E3C6F1CB221D3FE5330F9FD2A (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_mEA49083CCCCAAA61588D16FC58ED3655B0C3B0A8 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_mA7DAF677E841F90A0B3657CB19ACB90A32CDCBF2 (int32_t ___0_value, int32_t ___1_start, int32_t ___2_end, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_mED48C365F707662F8D0AD0113155B24CAD53800C (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m5BFEFD55C4578A0117D1ED3305ACF4C062DCE9D3 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m1187F082D3E41E5A5E471496B97DBCC643D83868 (Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_m1119A6921A99A357141333030F425EDD2AAFE2AE (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlConfiguration.XmlReaderSection::get_CollapseWhiteSpaceIntoEmptyString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_m48E1EFA57B782267B6D68180AEE43D138B7C8E5F (const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703 (StringBuilder_t* __this, String_t* ___0_value, int32_t ___1_startIndex, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Text.StringBuilder::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5 (StringBuilder_t* __this, int32_t ___0_capacity, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m6EF54A4B7E4F8B972B971FB0D04F979425E47C05 (String_t* ___0_name, bool ___1_first, bool ___2_local, const RuntimeMethod* method) ; // System.Void System.Text.RegularExpressions.Regex::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_m082970AA73B8236360F0CA651FA24A8D1EBF89CD (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_pattern, const RuntimeMethod* method) ; // System.Text.RegularExpressions.MatchCollection System.Text.RegularExpressions.Regex::Matches(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* Regex_Matches_mD0E47C23B403AC380AF7EAECA48E63C61DC39CDF (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_input, int32_t ___1_startat, const RuntimeMethod* method) ; // System.Collections.IEnumerator System.Text.RegularExpressions.MatchCollection::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* MatchCollection_GetEnumerator_mEDB2417DB45B514C8015043F52630DE1AD15447B (MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* __this, const RuntimeMethod* method) ; // System.Int32 System.Text.RegularExpressions.Capture::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m35E8D105E5E2142415F85116BFD4BA369AF7A17A_inline (Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271 (Il2CppChar ___0_digit, const RuntimeMethod* method) ; // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_m0349AB0062E5B8E1ACEE77FCB2D81E630A3DF704 (int32_t ___0_combinedChar, Il2CppChar* ___1_lowChar, Il2CppChar* ___2_highChar, const RuntimeMethod* method) ; // System.Boolean System.String::IsNullOrEmpty(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m4D32D326745128CD021B4C219295A61B074FB8C7 (int32_t ___0_lowChar, int32_t ___1_highChar, const RuntimeMethod* method) ; // System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6 (const RuntimeMethod* method) ; // System.String System.Int32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8 (int32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* XmlConvert_FromBinHexString_mD2E68F1DDD3765DFEBF23898D2B87E7E1F1EA8DE (String_t* ___0_s, bool ___1_allowOddCount, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.Char[] System.String::ToCharArray() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46 (String_t* __this, const RuntimeMethod* method) ; // System.Byte[] System.Xml.BinHexDecoder::Decode(System.Char[],System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BinHexDecoder_Decode_m4602ECA3CC85D2D02553D6EC003FB3D6F9282A2B (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, bool ___1_allowOddChars, const RuntimeMethod* method) ; // System.String System.Xml.BinHexEncoder::Encode(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BinHexEncoder_Encode_m81FC286D1A9025C6406DEA5DA7F23ED6D9164D53 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inArray, int32_t ___1_offsetIn, int32_t ___2_count, const RuntimeMethod* method) ; // System.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155 (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidNameCharException_m01CA4BDCC6F6B7DD5693D5D3C5DCFCDC07A58663 (String_t* ___0_name, int32_t ___1_index, int32_t ___2_exceptionType, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_m5E2DE07EE27F255E64E7A0FE08BA8B1C147EE580 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_exceptionType, int32_t ___3_lineNo, int32_t ___4_linePos, const RuntimeMethod* method) ; // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mE58BA51858F3961CF48F3B96C65484A36E784E5A (String_t* ___0_name, int32_t ___1_exceptionType, const RuntimeMethod* method) ; // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_mCDAB41D94FDEAE76BD8FEE6CA8EA925189D49F8B (String_t* ___0_s, const RuntimeMethod* method) ; // System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ValidateNames_GetInvalidNameException_m78AA9CAAEED917E1885C6B2579B749F9DCD6E262 (String_t* ___0_s, int32_t ___1_offsetStartChar, int32_t ___2_offsetBadChar, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOfAny(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_anyOf, const RuntimeMethod* method) ; // System.Int32 System.String::IndexOf(System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ; // System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_m6899599A7C509C3443C3973574B6F005E9DDC37B (String_t* ___0_s, int32_t ___1_offset, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) ; // System.String System.Char::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Char_ToString_m34499826F048A38EB8216D5844A5DA49F54719C8 (Il2CppChar* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; // System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA (const RuntimeMethod* method) ; // System.String System.Decimal::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Decimal_ToString_m2600674D09D44940FA0AAA00A87858E741671F4E (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.SByte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139 (int8_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.Int16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9 (int16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.Int64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B (int64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.Byte::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m64EE358F20093EE61D30F9A21638D9E9EE8F87EC (uint8_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.UInt16::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521 (uint16_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.UInt32::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE (uint32_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.UInt64::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3 (uint64_t* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Boolean System.Single::IsNegativeInfinity(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_mF5BAFC9DDA617A086F698FE180BB0D1FA03D7F18_inline (float ___0_f, const RuntimeMethod* method) ; // System.Boolean System.Single::IsPositiveInfinity(System.Single) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_mB6DA4AAB74012F1BD90C90121090ED87A5782FA7_inline (float ___0_f, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m3893BE2897F7AD745D9D6CD36911AC7FCC2D5E00 (double ___0_value, const RuntimeMethod* method) ; // System.String System.Single::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE (float* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Boolean System.Double::IsNegativeInfinity(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_m13015C1072581C43BA6AAED02596E631C18942F6_inline (double ___0_d, const RuntimeMethod* method) ; // System.Boolean System.Double::IsPositiveInfinity(System.Double) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline (double ___0_d, const RuntimeMethod* method) ; // System.String System.Double::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789 (double* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XsdDuration::.ctor(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m19B5702FB7598C86EDEBDE81C75C77F429FE99AC (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_timeSpan, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XsdDuration::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDuration_ToString_m678A09FD579D77D415021761FE814A1C49A50DFD (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ; // System.Globalization.DateTimeFormatInfo System.Globalization.DateTimeFormatInfo::get_InvariantInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* DateTimeFormatInfo_get_InvariantInfo_m24804C20A94D2952323C82193D4A59ADF171C8AA (const RuntimeMethod* method) ; // System.String System.DateTime::ToString(System.String,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, String_t* ___0_format, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_SwitchToLocalTime_mA118F0F6CFF51F2D94C25294E9FF07E12098E263 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ; // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_SwitchToUtcTime_mB99EE86E3225D95CEC5A16BD3F29670CAF2D5374 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) ; // System.Int64 System.DateTime::get_Ticks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ; // System.Void System.DateTime::.ctor(System.Int64,System.DateTimeKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, int64_t ___0_ticks, int32_t ___1_kind, const RuntimeMethod* method) ; // System.Void System.ArgumentException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTime,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m9EE15399BB38384CC624A7079BA193790D121712 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_dateTime, int32_t ___1_kinds, const RuntimeMethod* method) ; // System.String System.Xml.Schema.XsdDateTime::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XsdDateTime_ToString_m7753E41D2C4A8E0687796143C9220155B9837535 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_mEA0743636C2E0A5AF92A77BB350ED7A6F51AA843 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___0_dateTimeOffset, const RuntimeMethod* method) ; // System.String System.Guid::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C (Guid_t* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7 (String_t* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.String::op_Equality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void System.FormatException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Boolean System.Char::TryParse(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_TryParse_m7D4FA37A9A0C470380D7C0A8B81A55E91E67485C (String_t* ___0_s, Il2CppChar* ___1_result, const RuntimeMethod* method) ; // System.Decimal System.Decimal::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F Decimal_Parse_m6023D6BA10DAAF7AA6443D08022299A0529B7107 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, 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_mA3CAA172CC95A384FDB25A3FCEA91F9F1ABF23B6 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___3_result, const RuntimeMethod* method) ; // System.SByte System.SByte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t SByte_Parse_mAC7251E4586FF9DAE8C7766B4C0935E44CF4D52D (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.SByte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SByte_TryParse_mF684036629E35E07BEF2B7B4E6AC7394F9E4A1CF (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, int8_t* ___3_result, const RuntimeMethod* method) ; // System.Int16 System.Int16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t Int16_Parse_m78DA88EC72F896F3698019DF6CDAAFFCC1B42C91 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.Int16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int16_TryParse_mF2E1DD66727F39372A70D52E7A55BF4690167099 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, int16_t* ___3_result, const RuntimeMethod* method) ; // System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_m410BA2190FCC7986F94B65C6A3E9AED0932BE521 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, 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_mB8E246A7D6D6308EF36DE3473643BDE4CF8F71FF (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, int32_t* ___3_result, const RuntimeMethod* method) ; // System.Int64 System.Int64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Int64_Parse_m3B1B54542F45772CEDBA7B371C287742A5FF7430 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.Int64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m64CEDECE4C3F16B715CA1057801018B2957AE0E3 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, int64_t* ___3_result, const RuntimeMethod* method) ; // System.Byte System.Byte::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Byte_Parse_m7866E33CE8480D5A4482C65F0CF9D1CCF0BD887C (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.Byte::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Byte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Byte_TryParse_m8846443EE14DA81508944F783C0E529FF910DCE4 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, uint8_t* ___3_result, const RuntimeMethod* method) ; // System.UInt16 System.UInt16::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t UInt16_Parse_mB0C8DBDC44E6624A4EE2F50B28DA2E3BC842F075 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.UInt16::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt16_TryParse_mE6F298B2BD4D5F048B03BF38D8D57C1E86BD5BA5 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, uint16_t* ___3_result, const RuntimeMethod* method) ; // System.UInt32 System.UInt32::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_mDA54DE4F6E05DE5E452FAB70248AC62C6F97EE96 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_TryParse_m5F53514F97B4CF90C9F1D49D3794B52F6E07BBF3 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, uint32_t* ___3_result, const RuntimeMethod* method) ; // System.UInt64 System.UInt64::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t UInt64_Parse_mCA16202D9040B305FE0C7AE61B7E869A2817A75A (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.UInt64::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt64_TryParse_m33051106D55D2FDFB53461FF5DDB59F8C35B2388 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, uint64_t* ___3_result, const RuntimeMethod* method) ; // System.Single System.Single::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float Single_Parse_m0E74607D17E172B4F1306E62BD12CE2905FA5638 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, const RuntimeMethod* method) ; // System.Boolean System.Single::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Single_TryParse_mFB8CC32F0016FBB6EFCB97953CF3515767EB6431 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, float* ___3_result, const RuntimeMethod* method) ; // System.Double System.Double::Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Double_Parse_mA6BD954627BB3B2317D7BA7D4B29DCA53C660058 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, 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_m1D39DC22A45BC9A576B9D9130600BFD3CB6DA382 (String_t* ___0_s, int32_t ___1_style, RuntimeObject* ___2_provider, double* ___3_result, const RuntimeMethod* method) ; // System.Double System.Convert::ToDouble(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double Convert_ToDouble_m8DED60F2E0251A3D389F1DD22AA5AF9CD440ABE8 (RuntimeObject* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.String System.Convert::ToString(System.Object,System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToString_m833ABF9C901B707B28FB10DEBFCC511A87E6C827 (RuntimeObject* ___0_value, RuntimeObject* ___1_provider, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XsdDuration::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDuration__ctor_m77A135826E3F625F2BA603CB99A4A40D168160E1 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, String_t* ___0_s, const RuntimeMethod* method) ; // System.TimeSpan System.Xml.Schema.XsdDuration::ToTimeSpan() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A XsdDuration_ToTimeSpan_m954AF83B393730C66217860A6E4048FBC3D456A7 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, const RuntimeMethod* method) ; // System.Exception System.Xml.Schema.XsdDuration::TryParse(System.String,System.Xml.Schema.XsdDuration&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryParse_mBCD96EA9E72F071E02A1BC0915582DDC308BA258 (String_t* ___0_s, XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* ___1_result, const RuntimeMethod* method) ; // System.Exception System.Xml.Schema.XsdDuration::TryToTimeSpan(System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XsdDuration_TryToTimeSpan_m7B81B7074288D60D1CB8E15006291E3227BAFBA3 (XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D* __this, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___0_result, const RuntimeMethod* method) ; // System.Void System.Xml.XmlConvert::CreateAllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert_CreateAllDateTimeFormats_m72B31AFB14B32C45A0D7F0E76D5C9954ECE1C160 (const RuntimeMethod* method) ; // System.String[] System.Xml.XmlConvert::get_AllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlConvert_get_AllDateTimeFormats_mEDD9AA012C016FEB75BDE763515DFCC5C5B09142 (const RuntimeMethod* method) ; // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_ToDateTime_mD42E9B809E81A4D35093B47926152B6322D4F7C5 (String_t* ___0_s, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_formats, const RuntimeMethod* method) ; // System.DateTime System.DateTime::ParseExact(System.String,System.String[],System.IFormatProvider,System.Globalization.DateTimeStyles) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ParseExact_mC63B11B9478595A40022DAE69AEE30626B509BA3 (String_t* ___0_s, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_formats, RuntimeObject* ___2_provider, int32_t ___3_style, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XsdDateTime::.ctor(System.String,System.Xml.Schema.XsdDateTimeFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB* __this, String_t* ___0_text, int32_t ___1_kinds, const RuntimeMethod* method) ; // System.DateTime System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XsdDateTime_op_Implicit_m1EF46AEE72E727BAE0AAB367CFC0331C0368F328 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB ___0_xdt, const RuntimeMethod* method) ; // System.DateTimeOffset System.Xml.Schema.XsdDateTime::op_Implicit(System.Xml.Schema.XsdDateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 XsdDateTime_op_Implicit_mF4D51340A7F37CB97D9C4F581DC393973005B6D4 (XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB ___0_xdt, const RuntimeMethod* method) ; // System.Void System.Guid::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830 (Guid_t* __this, String_t* ___0_g, const RuntimeMethod* method) ; // System.DateTimeKind System.DateTime::get_Kind() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ; // System.DateTime System.DateTime::ToLocalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ; // System.DateTime System.DateTime::ToUniversalTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D* __this, const RuntimeMethod* method) ; // System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_m183077985BD7B1BE8DBDBCC4604F775C44723EC9 (String_t* ___0_uriString, int32_t ___1_uriKind, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___2_result, const RuntimeMethod* method) ; // System.String System.String::Trim(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_m81BD35659E6F89DDD56816975E6E05390D023FE5 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_trimChars, const RuntimeMethod* method) ; // System.String System.String::TrimStart(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimStart_m67833D80326BEA11CC3517CE03CD7B16669BCEEC (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_trimChars, const RuntimeMethod* method) ; // System.String System.String::TrimEnd(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_TrimEnd_mD7CFB0999EEEE20E3A869516EBCE07E8AB5BD529 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_trimChars, const RuntimeMethod* method) ; // System.String[] System.String::Split(System.Char[],System.StringSplitOptions) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* String_Split_m6811F7CF4DE7C68019D76E9DC6D17B2293BA8B12 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_separator, int32_t ___1_options, const RuntimeMethod* method) ; // System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m5785E93E95D9A3C7016ED47D50E147A1ECE37E2E (double ___0_value, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_mD159B457E4BA66D0656D86E17A7777708A37A708 (String_t* ___0_res, int32_t ___1_exceptionType, int32_t ___2_lineNo, int32_t ___3_linePos, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidSurrogatePairException_mF5391689034F1ABE4316BC5E70A2C707546B1B5A (Il2CppChar ___0_low, Il2CppChar ___1_hi, int32_t ___2_exceptionType, int32_t ___3_lineNo, int32_t ___4_linePos, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidCharException_mDD7567983C947053317219EF8F6B7C6CA1DE40FE (String_t* ___0_data, int32_t ___1_invCharPos, int32_t ___2_exceptionType, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m03120C28C23F76A8DA17B42FB00F599D2FB22B3F (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9533F222CB16C788C194E7494449C1D96BC781CA (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidSurrogatePairException_mE7C31A4492160E09C8DFFC0E7FEE5623F16E109F (Il2CppChar ___0_low, Il2CppChar ___1_hi, int32_t ___2_exceptionType, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidHighSurrogateCharException_m1FB213C96EC2B3CD0D3F58CDC5C9AD37841191BD (Il2CppChar ___0_hi, int32_t ___1_exceptionType, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidHighSurrogateCharException_m472648586C709A4D9516E1FBFA518FD605B15A21 (Il2CppChar ___0_hi, int32_t ___1_exceptionType, int32_t ___2_lineNo, int32_t ___3_linePos, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_m0EE119DB38F2B6B661CE7FC9A94BC0BF1CB197AD (String_t* ___0_res, String_t* ___1_arg, int32_t ___2_exceptionType, int32_t ___3_lineNo, int32_t ___4_linePos, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidCharException_m46ECE3FC05ADD428EDBDA7501DF1079D641B129B (Il2CppChar ___0_invChar, Il2CppChar ___1_nextChar, int32_t ___2_exceptionType, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_mEDDD22F78B508A10F326B1CC31E3E0CE23E4ED89 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_exceptionType, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B (RuntimeArray* ___0_array, RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 ___1_fldHandle, const RuntimeMethod* method) ; // System.String System.Uri::get_Scheme() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ; // System.String System.Uri::get_LocalPath() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ; // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m059A8F48B2F463D020113605765EC40F2D54E928 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, String_t* ___0_path, int32_t ___1_mode, int32_t ___2_access, int32_t ___3_share, int32_t ___4_bufferSize, const RuntimeMethod* method) ; // System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* XmlDownloadManager_GetNonFileStream_m78D6C9664BBC8342B7D9674A5D10347749B75EF1 (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) ; // System.Net.WebRequest System.Net.WebRequest::Create(System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* WebRequest_Create_m82055E3A45625D108C0BA8927059EFA8E75E80D2 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_requestUri, const RuntimeMethod* method) ; // System.Void System.Collections.Hashtable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ; // System.Uri System.Net.HttpWebRequest::get_Address() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ; // System.String System.Uri::get_Host() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.OpenedHost::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenedHost__ctor_m2A06F35EBA2FE8A343C6D8F0E7DF28B1FE74BD64 (OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* __this, const RuntimeMethod* method) ; // System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* HttpWebRequest_get_ServicePoint_m170B921D095437FC5B7FE5920F327F1AABF532D6 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ; // System.Int32 System.Net.ServicePoint::get_ConnectionLimit() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlRegisteredNonCachedStream::.ctor(System.IO.Stream,System.Xml.XmlDownloadManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream__ctor_mAF8BF20A5548FBA90920A191D8833071E4244DD9 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* ___1_downloadManager, String_t* ___2_host, const RuntimeMethod* method) ; // System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m42CE73C3EA3B5DEFBC2925C6702FC5EE06F78BC9 (XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, const RuntimeMethod* method) ; // System.Void System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m74540ACDBCB71F0837B47490F72EA5CEE0283C50 (U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* __this, const RuntimeMethod* method) ; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_mB7DD360068115F8FE4B59654B2FE2B1663E9DDA7 (Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___0_object, ___1_method, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.Task::Run(System.Func`1) inline Task_1_t06484715029D51A4420723456D165BAC63798F8D* Task_Run_TisStream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_m7B1AA8BEC054492F04420F052BC332580227CF19 (Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC* ___0_function, const RuntimeMethod* method) { return (( Task_1_t06484715029D51A4420723456D165BAC63798F8D* (*) (Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC*, const RuntimeMethod*))Task_Run_TisRuntimeObject_m030003C532BA57F9193CA5BED8F832043B5758E8_gshared)(___0_function, method); } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t06484715029D51A4420723456D165BAC63798F8D* XmlDownloadManager_GetNonFileStreamAsync_mDF3126264ECD9236A32BCF17B8EA78A0D69992DD (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1 AsyncTaskMethodBuilder_1_Create_m050DB8DF08A9C0321211C4472EDF2425D263C40C (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__5>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_m53B280B3243A8979B3FF4348E9E10537D7E30BA9 (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* __this, U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1*, U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_mBCC49EE904EBC013F7633AD86F06B4CA825424D9_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t06484715029D51A4420723456D165BAC63798F8D* AsyncTaskMethodBuilder_1_get_Task_m31AF486E97F1AC7E585EB822848E8069F7840E35 (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* __this, const RuntimeMethod* method) { return (( Task_1_t06484715029D51A4420723456D165BAC63798F8D* (*) (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method); } // System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mB51E4FD96A6B396795C835EFD7B0F0018A3A5029 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, String_t* ___0_path, int32_t ___1_mode, int32_t ___2_access, int32_t ___3_share, int32_t ___4_bufferSize, bool ___5_useAsync, const RuntimeMethod* method) ; // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::get_Factory() inline TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873* Task_1_get_Factory_mD89EEB624F4B1BF7199953C2A9DE66D56A8C0F3C (const RuntimeMethod* method) { return (( TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873* (*) (const RuntimeMethod*))Task_1_get_Factory_mF1AF0A6918C0041F0A74EA009738E947164E917B_gshared)(method); } // System.Void System.Func`3::.ctor(System.Object,System.IntPtr) inline void Func_3__ctor_m324F8E477614BC2752604D3ECE61CD9A8FD3D0CA (Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_3__ctor_m7A3CDF8CC909FAEEA005D42C71F113B505F766DD_gshared)(__this, ___0_object, ___1_method, method); } // System.Void System.Func`2::.ctor(System.Object,System.IntPtr) inline void Func_2__ctor_m94318EE271260331D61373FD793E51DFB7A1C4C0 (Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F8A01C0B02BC1D4063F4EB1E817F7A48562A398_gshared)(__this, ___0_object, ___1_method, method); } // System.Threading.Tasks.Task`1 System.Threading.Tasks.TaskFactory`1::FromAsync(System.Func`3,System.Func`2,System.Object) inline Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* TaskFactory_1_FromAsync_m59E275F7DFF2D16C3BF4E79DFD862A2ADB4A55B2 (TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873* __this, Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7* ___0_beginMethod, Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3* ___1_endMethod, RuntimeObject* ___2_state, const RuntimeMethod* method) { return (( Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* (*) (TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873*, Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7*, Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3*, RuntimeObject*, const RuntimeMethod*))TaskFactory_1_FromAsync_mA2245574D79F2D5E00D63C9A55FDC2B8DAFF2FE4_gshared)(__this, ___0_beginMethod, ___1_endMethod, ___2_state, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_tC80D7FC6B858A8683E07A7A894D3329F33EFB022 Task_1_ConfigureAwait_m30B2F04D4FC03DE8195FED5A63C848EB5DB36A7F (Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_tC80D7FC6B858A8683E07A7A894D3329F33EFB022 (*) (Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m9D6420C859925B7C250DED7586DD770C91632070_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 ConfiguredTaskAwaitable_1_GetAwaiter_mA44944C8B7CF9551764480CD91C8062F86304793_inline (ConfiguredTaskAwaitable_1_tC80D7FC6B858A8683E07A7A894D3329F33EFB022* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 (*) (ConfiguredTaskAwaitable_1_tC80D7FC6B858A8683E07A7A894D3329F33EFB022*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m1051A39047111C6697E6E6EA6CEC500056158CF4 (ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mD6243A7544181F96816A5F81459F4B66908ADB5E_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.XmlDownloadManager/d__5>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_mA680061D6515E3135C5AB905FFBF043E1DB9C903 (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* __this, ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136* ___0_awaiter, U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1*, ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136*, U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_m6A1BE16F36F5DC6E0E0DD20FE9210ADE10BCCCA2_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ConfiguredTaskAwaiter_GetResult_m45E079235ACADEF93D8648E4EB96339ADA880B54 (ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136* __this, const RuntimeMethod* method) { return (( WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* (*) (ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m00ABE5C46A983C38086438B7A7CB2C62296B3383_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_m791D3E146542C1B15641A6BB0A5561C44338382C (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_m03C6502C8E7CD8CC5C2DEBF334C70F640D9D6272 (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1*, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared)(__this, ___0_result, method); } // System.Void System.Xml.XmlDownloadManager/d__5::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_m401EF9DB64A96F37087DBCBD2CA09F888772FE03 (U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m5D949F9E15BCE9A631DDF030D35D8DD10C0C6417 (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Xml.XmlDownloadManager/d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m3ED5E31DE04EF6769B01E7F1BAC976A9286ACEE1 (U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.IO.Stream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_mE8B074A0EBEB026FFF14062AB4B8A78E17EFFBF0 (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, const RuntimeMethod* method) ; // System.Void System.Object::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlDownloadManager::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager_Remove_m57E5EC3D9EDFFC39FD6F2DE326B86CEB1A1CE867 (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, String_t* ___0_host, const RuntimeMethod* method) ; // System.Void System.IO.Stream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_m9B37BD21A57F8F2BD20EE353DE14405700810C5C (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, bool ___0_disposing, const RuntimeMethod* method) ; // System.Void System.GC::SuppressFinalize(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65 (RuntimeObject* ___0_obj, const RuntimeMethod* method) ; // System.Void System.IO.MemoryStream::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, const RuntimeMethod* method) ; // System.Void System.IO.MemoryStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream_set_Position_m662CAB6957EAC03A23FD0E8DAA6317C87360D389 (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, int64_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Text.Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Decoder__ctor_m0495641DB031A133FE39FBF3A1D139F52A4FACEC (Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* __this, const RuntimeMethod* method) ; // System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358 (RuntimeArray* ___0_src, int32_t ___1_srcOffset, RuntimeArray* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Encoding4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m39191761F994823FD46F2DC0179466D44653B804 (Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Encoding1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_mE3CD6C385E5AA40CD9121D5923AF105533D61DD6 (Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Encoding2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_mE46F56F7DB557DE79212D883C771CE040B88845A (Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Encoding3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m4586D534C822548F7849D95A99E8F8C6EE5FF622 (Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22* __this, const RuntimeMethod* method) ; // System.Void System.Text.Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding__ctor_m8EA83F1D99F2F28E4848E58ACC1421B5FB3341F2 (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_m70FAB3C554FDBAAEA23AFB10DC214DFF4A64D64A (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Decoder1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m24F3E3DF2176B5E2B9D2BAA3734A04E7ED1CA682 (Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Decoder4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_m5CFE9D28AB6B02B583DDAB7643424777335730BE (Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Decoder2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_m5D6678C784082563496F3B3AB90B39A2C3D506A8 (Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Decoder3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_m64362F60052E1E6D120EDDC0F9BE6D5E323DBECC (Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Decoder::Ucs4ToUTF16(System.UInt32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Ucs4ToUTF16_m21399C42D7A88AF5E10D5DC039AB407C10DDAAB8 (Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* __this, uint32_t ___0_code, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_chars, int32_t ___2_charIndex, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC (int32_t ___0_ch, const RuntimeMethod* method) ; // System.Void System.Xml.Ucs4Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder__ctor_m93A5F3E735B24067E03ECECABF8DAADC9770F2C8 (Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* __this, const RuntimeMethod* method) ; // System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ; // System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ; // System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method) ; // System.Runtime.Serialization.SerializationInfoEnumerator System.Runtime.Serialization.SerializationInfo::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, const RuntimeMethod* method) ; // System.Runtime.Serialization.SerializationEntry System.Runtime.Serialization.SerializationInfoEnumerator::get_Current() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74 SerializationInfoEnumerator_get_Current_m820863174CF73089751ACC36BC34DD3188A1929B (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ; // System.String System.Runtime.Serialization.SerializationEntry::get_Name() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_mF6151F31B3F43C88AF08F39F178401406642EB67_inline (SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74* __this, const RuntimeMethod* method) ; // System.Object System.Runtime.Serialization.SerializationEntry::get_Value() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SerializationEntry_get_Value_mA57713535F866795C180D20067C0E38A85327912_inline (SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.Serialization.SerializationInfoEnumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6 (SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_m7EF05421A745BA0BC494014171B7FE75BE36D056 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) ; // System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ; // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, RuntimeObject* ___1_value, const RuntimeMethod* method) ; // System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m9D6ADD10966D1FE8D19050F3A269747C23FE9FC4 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, int32_t ___1_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m39D4A09CD4A3351C21D85A89AAE43ECAD0E910F4 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m022651219BF5C270D6B851281AACACCB4A6AE5FC (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, Exception_t* ___1_innerException, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9E8E4966F92E92928F2334A4B5A6992A20505AD7 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, Exception_t* ___1_innerException, int32_t ___2_lineNumber, int32_t ___3_linePosition, String_t* ___4_sourceUri, const RuntimeMethod* method) ; // System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_m063B26658DDABD7F6364C28217D4A518715FC001 (String_t* ___0_message, int32_t ___1_lineNumber, int32_t ___2_linePosition, const RuntimeMethod* method) ; // System.Void System.SystemException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611 (SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.Exception::set_HResult(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, int32_t ___3_lineNumber, int32_t ___4_linePosition, String_t* ___5_sourceUri, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Xml.IXmlLineInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mE015AE756769AE9E089407C185225F0DA4B3E848 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, RuntimeObject* ___2_lineInfo, String_t* ___3_sourceUri, const RuntimeMethod* method) ; // System.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ; // System.String System.String::CreateString(System.Char[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, const RuntimeMethod* method) ; // System.String System.String::Format(System.IFormatProvider,System.String,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744 (RuntimeObject* ___0_provider, String_t* ___1_format, RuntimeObject* ___2_arg0, const RuntimeMethod* method) ; // System.String System.Exception::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Exception_get_Message_mCFE0D38FDF9001405299AAE43BBE2A9AD806C441 (Exception_t* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlNamespaceManager/NamespaceDeclaration::Set(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3 (NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4* __this, String_t* ___0_prefix, String_t* ___1_uri, int32_t ___2_scopeId, int32_t ___3_previousNsIndex, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2 (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, String_t* ___0_key, int32_t ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Xml.Ref::Equal(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF (String_t* ___0_strA, String_t* ___1_strB, const RuntimeMethod* method) ; // System.Boolean System.String::Equals(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m955EBDC78C37873BBE321D1019EC6BBFBC06AFB9 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, String_t* ___0_prefix, const RuntimeMethod* method) ; // System.Void System.Array::Copy(System.Array,System.Int32,System.Array,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41 (RuntimeArray* ___0_sourceArray, int32_t ___1_sourceIndex, RuntimeArray* ___2_destinationArray, int32_t ___3_destinationIndex, int32_t ___4_length, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_mBB2DBA9ECB2AD6046CB4CFB717FDD7E474A439AB (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_m129B1E1EDDABF00B402C93841CCA7169B8963D83_gshared)(__this, ___0_capacity, method); } // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Int32) inline void Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, int32_t ___0_capacity, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, int32_t, const RuntimeMethod*))Dictionary_2__ctor_mF225F49F6BE54C39563CECD7C693F0AE4F0530E8_gshared)(__this, ___0_capacity, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, String_t* ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, String_t*, const RuntimeMethod*))Dictionary_2_set_Item_m1A840355E8EDAECEA9D0C6F5E51B248FAA449CBD_gshared)(__this, ___0_key, ___1_value, method); } // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::get_Keys() inline KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method) { return (( KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2_get_Keys_m72D290F90654BFD683FA7AA7C63D9F4F692218B6_gshared)(__this, method); } // System.Collections.Generic.Dictionary`2/KeyCollection/Enumerator System.Collections.Generic.Dictionary`2/KeyCollection::GetEnumerator() inline Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22 (KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* __this, const RuntimeMethod* method) { return (( Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 (*) (KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342*, const RuntimeMethod*))KeyCollection_GetEnumerator_m7E77FBA7DE2D3876EC02F396712C4AA5B1D535A5_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m5C7C45E75D951A75843F3F7AADD56ECD64F6BC86_gshared)(__this, ___0_key, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, String_t* ___0_key, int32_t* ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.String::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void System.Xml.XmlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlResolver__ctor_m6BB971F861631AEDD5D0414BA7683DC6AEFFADBB (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlNullResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNullResolver__ctor_m82DFB7B25024D5B20544241FEAD0E6EB30381449 (XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method) ; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* XmlQualifiedName_GetHashCodeDelegate_mB619668E2B5F17FDD2AC5F7D4BEBD88D10ED59FD (const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_inline (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) ; // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_a, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___1_b, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_a, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___1_b, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_m1B212630B61C45D3D465C99D85FA4D948EBF2FE4 (const RuntimeMethod* method) ; // System.Reflection.MethodInfo System.Type::GetMethod(System.String,System.Reflection.BindingFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MethodInfo_t* Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D (Type_t* __this, String_t* ___0_name, int32_t ___1_bindingAttr, const RuntimeMethod* method) ; // System.Boolean System.Reflection.MethodInfo::op_Inequality(System.Reflection.MethodInfo,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8 (MethodInfo_t* ___0_left, MethodInfo_t* ___1_right, const RuntimeMethod* method) ; // System.Delegate System.Delegate::CreateDelegate(System.Type,System.Reflection.MethodInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_CreateDelegate_m166F8149A673DE0A735634C1AB9DE71FD34A6BB4 (Type_t* ___0_type, MethodInfo_t* ___1_method, const RuntimeMethod* method) ; // System.Void System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_mACD990E8FD95BBE7E3968653660EB6323D34C4F8 (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.String System.Xml.XmlConvert::VerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mBA591914E9543A4A89B0849C1D99BC523FDEE4E1 (String_t* ___0_name, const RuntimeMethod* method) ; // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929 (String_t* ___0_s, const RuntimeMethod* method) ; // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_mF256D28CB7D424FA5E379DE438414CA41DDF330C (String_t* ___0_s, String_t** ___1_prefix, String_t** ___2_localName, const RuntimeMethod* method) ; // System.Object System.Object::MemberwiseClone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Object_MemberwiseClone_m0676AEE25C3CF7C09F15ECF9EC5CC407863617B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Boolean System.Uri::op_Equality(System.Uri,System.Uri) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri2, const RuntimeMethod* method) ; // System.Boolean System.Uri::get_IsAbsoluteUri() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ; // System.String System.Uri::get_OriginalString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ; // System.Void System.Uri::.ctor(System.String,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___0_uriString, int32_t ___1_uriKind, const RuntimeMethod* method) ; // System.String System.IO.Path::GetFullPath(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_GetFullPath_m9E485D7D38A868A6A5863CBD24677231288EECE2 (String_t* ___0_path, const RuntimeMethod* method) ; // System.Void System.Uri::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___0_uriString, const RuntimeMethod* method) ; // System.Void System.NotSupportedException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.Uri::.ctor(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_relativeUri, const RuntimeMethod* method) ; // System.Boolean System.Type::op_Equality(System.Type,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC (Type_t* ___0_left, Type_t* ___1_right, const RuntimeMethod* method) ; // System.Void System.NotImplementedException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlDownloadManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager__ctor_m9C604341FB3E13894A4A5B7E95D221FB1AF63BD9 (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, const RuntimeMethod* method) ; // System.Xml.XmlDownloadManager System.Xml.XmlUrlResolver::get_DownloadManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* XmlUrlResolver_get_DownloadManager_mA5D89CE67E3A681457682E52871593AE05FC3783 (const RuntimeMethod* method) ; // System.IO.Stream System.Xml.XmlDownloadManager::GetStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* XmlDownloadManager_GetStream_mFCE31324F97366C7BC462BAA28D852B26F573D4D (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) ; // System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlResolver_ResolveUri_m4498F8B97A610629046F8EFE50BD3A219321D67E (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_relativeUri, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__15>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m45A4D6483DB69E11B713EA667792018DA0FBF38B (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m45A4D6483DB69E11B713EA667792018DA0FBF38B_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, const RuntimeMethod* method) { return (( Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_gshared)(__this, method); } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t06484715029D51A4420723456D165BAC63798F8D* XmlDownloadManager_GetStreamAsync_mFCA5D1E89017AB471C5CD64DB6768FA8E8BB9F8B (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t8AF0FEBCC05402B6B9416E0286B45E21D42056AA Task_1_ConfigureAwait_m623E0E89F5E23F844E733FB75503B8AD97120277 (Task_1_t06484715029D51A4420723456D165BAC63798F8D* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t8AF0FEBCC05402B6B9416E0286B45E21D42056AA (*) (Task_1_t06484715029D51A4420723456D165BAC63798F8D*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m9D6420C859925B7C250DED7586DD770C91632070_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 ConfiguredTaskAwaitable_1_GetAwaiter_m73EC0AA35D69C7BD9CB8CF0401218F54D50A3F5A_inline (ConfiguredTaskAwaitable_1_t8AF0FEBCC05402B6B9416E0286B45E21D42056AA* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 (*) (ConfiguredTaskAwaitable_1_t8AF0FEBCC05402B6B9416E0286B45E21D42056AA*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_m02D8819042F353E9808D8FD683CE7A85E070B46E (ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mD6243A7544181F96816A5F81459F4B66908ADB5E_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.XmlUrlResolver/d__15>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m465EAFF91EA97DF41C6C3E5FD559575B93FE4B15 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2* ___0_awaiter, U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2*, U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_mF6EAEDCD4299B3D84B6D9B56F614FB72063E3275_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ConfiguredTaskAwaiter_GetResult_mC3B711F8D7B7CFCA514C0A3FD4F6B2EC77BAD2DD (ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2* __this, const RuntimeMethod* method) { return (( Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* (*) (ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m00ABE5C46A983C38086438B7A7CB2C62296B3383_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetException(System.Exception) inline void AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, Exception_t* ___0_exception, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_gshared)(__this, ___0_exception, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetResult(TResult) inline void AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_gshared)(__this, ___0_result, method); } // System.Void System.Xml.XmlUrlResolver/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEntityAsyncU3Ed__15_MoveNext_m4EB8A902AF6652E48FDC2EF0D9CF57B9D5683678 (U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) inline void AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65 (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Xml.XmlUrlResolver/d__15::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEntityAsyncU3Ed__15_SetStateMachine_m48617EED026EB279AE59A61FC293534D9C4763D1 (U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.String SR::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_mBBCFC8C3B18DF600D0FAED49E703251D2250D41B (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ; // System.Void System.Xml.NameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261 (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XPath.XPathDocument::LoadFromReader(System.Xml.XmlReader,System.Xml.XmlSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument_LoadFromReader_m3D370CBCE4AAE2592FCFCAD9A025764923DEDF80 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, int32_t ___1_space, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.Cache.XPathDocumentBuilder::.ctor(System.Xml.XPath.XPathDocument,System.Xml.IXmlLineInfo,System.String,System.Xml.XPath.XPathDocument/LoadFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBuilder__ctor_m2C518C0B5CEDB844DE475FD81D7CE4ACDB05D308 (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* __this, XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* ___0_doc, RuntimeObject* ___1_lineInfo, String_t* ___2_baseUri, int32_t ___3_flags, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.Cache.XPathDocumentBuilder::WriteStartElement(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBuilder_WriteStartElement_mFC1EA0D69073FAA49B156D6FE6759A3D0ECEB2D0 (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, String_t* ___3_baseUri, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.Cache.XPathDocumentBuilder::WriteString(System.String,MS.Internal.Xml.Cache.TextBlockType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBuilder_WriteString_mD9017FEBD07E6B5DEFE0576253B0D7CD03888903 (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* __this, String_t* ___0_text, int32_t ___1_textType, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.Cache.XPathDocumentBuilder::WriteEndElement(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBuilder_WriteEndElement_mC4765C8EE6FA9A9C7FC0AA760209984573D7C36A (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* __this, bool ___0_allowShortcutTag, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.Cache.XPathDocumentBuilder::WriteProcessingInstruction(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBuilder_WriteProcessingInstruction_m97709A6425068818B30240AB8D7E76738BB660A9 (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* __this, String_t* ___0_name, String_t* ___1_text, String_t* ___2_baseUri, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.Cache.XPathDocumentBuilder::CreateIdTables(System.Xml.IDtdInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentBuilder_CreateIdTables_m3CB32779E6BBCBC36F0B29B7D22A2779D99F874A (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* __this, RuntimeObject* ___0_dtdInfo, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.Cache.XPathDocumentNavigator::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocumentNavigator__ctor_m6F90203C3B45DB6A10BB1918689F3D71F26780C6 (XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___0_pageCurrent, int32_t ___1_idxCurrent, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___2_pageParent, int32_t ___3_idxParent, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mF5FF8B899356859561D618FE0BD1658BA1355E3A (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456*, const RuntimeMethod*))Dictionary_2__ctor_mF5FF8B899356859561D618FE0BD1658BA1355E3A_gshared)(__this, method); } // System.Void MS.Internal.Xml.Cache.XPathNodeRef::.ctor(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNodeRef__ctor_m14862547984A3EE8A767C1C8415C6E73E3EF30E8 (XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___0_page, int32_t ___1_idx, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mE1258769871BEB13AAC7AB1EC59D57AB799B74D1 (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___0_key, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456*, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470, const RuntimeMethod*))Dictionary_2_Add_mE1258769871BEB13AAC7AB1EC59D57AB799B74D1_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) inline bool Dictionary_2_ContainsKey_mC2374D05E07DB677F2804413801EE682DC5E41BD (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456*, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470, const RuntimeMethod*))Dictionary_2_ContainsKey_mC2374D05E07DB677F2804413801EE682DC5E41BD_gshared)(__this, ___0_key, method); } // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 Dictionary_2_get_Item_m020D5E0F6FA094EB12F56AC0313B224A1B84B49C (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* __this, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___0_key, const RuntimeMethod* method) { return (( XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 (*) (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456*, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470, const RuntimeMethod*))Dictionary_2_get_Item_m020D5E0F6FA094EB12F56AC0313B224A1B84B49C_gshared)(__this, ___0_key, method); } // MS.Internal.Xml.Cache.XPathNode[] MS.Internal.Xml.Cache.XPathNodeRef::get_Page() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* XPathNodeRef_get_Page_m8624EDC1840BD05BD55D4E8137095B5986ED54F3_inline (XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470* __this, const RuntimeMethod* method) ; // System.Int32 MS.Internal.Xml.Cache.XPathNodeRef::get_Index() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_m37FE9027EA38BDC66D3E83142E7BBEBB18073E33_inline (XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_mCFCD6A970C615500D6A8FC7C7444342F2F681EA4 (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E*, const RuntimeMethod*))Dictionary_2__ctor_m7DB32C220811C22D19D397B960A7569C0CAD567C_gshared)(__this, method); } // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) inline bool Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5 (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E*, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m3E7975D2E478D23A8278E90B24BCF02E77DD4D27_gshared)(__this, ___0_key, method); } // System.Void System.Collections.Generic.Dictionary`2::Add(TKey,TValue) inline void Dictionary_2_Add_mFC004C2FC76630965F5BEC89126C196DBB1F245A (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* __this, String_t* ___0_key, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E*, String_t*, XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470, const RuntimeMethod*))Dictionary_2_Add_m6A598C9147FAC2B81FD0D7E4C3DEF89E5E8FFC93_gshared)(__this, ___0_key, ___1_value, method); } // TValue System.Collections.Generic.Dictionary`2::get_Item(TKey) inline XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 Dictionary_2_get_Item_m39C4BDEB9797559BC5E487FA5683CFBECAE9A002 (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 (*) (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E*, String_t*, const RuntimeMethod*))Dictionary_2_get_Item_m413FBFF610220DC8C30C4EA8CDF710E47C91A0EB_gshared)(__this, ___0_key, method); } // System.String System.Xml.XPath.XPathException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathException_CreateMessage_m4FE336A6DED0F4CDC969E9FD3344488A008BEED4 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) ; // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m5C501574770BB34FF38E2045EB9947CAD1667320 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ; // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_mE32ABABB29AF86E84B9BE4F029A15C5B06AFB2D2 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_inner, const RuntimeMethod* method) ; // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m237D39E3E6D75FD9A9CC255A45524AAC42FC4DE7 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) ; // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* XPathExpression_Compile_m638B38351450DB2E231F1D52DC57488D61DBABE0 (String_t* ___0_xpath, RuntimeObject* ___1_nsResolver, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.QueryBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryBuilder__ctor_mA7D7751E7EE509BE0D3CAC845ED159ABAD07684A (QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7* __this, const RuntimeMethod* method) ; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.QueryBuilder::Build(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* QueryBuilder_Build_mD6F41ED31882E66486A91E981277D4DBB2919D92 (QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7* __this, String_t* ___0_query, bool* ___1_needContext, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.CompiledXpathExpr::.ctor(MS.Internal.Xml.XPath.Query,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CompiledXpathExpr__ctor_m89CE15019D3241F450EB9699415482D4A8A1A83F (CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* __this, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___0_query, String_t* ___1_expression, bool ___2_needContext, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.XmlSchemaType::get_Datatype() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ; // System.Xml.Schema.XmlValueConverter System.Xml.Schema.XmlSchemaType::get_ValueConverter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8 (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052 (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*, const RuntimeMethod*))Dictionary_2__ctor_m5B32FBC624618211EB461D59CFBB10E987FD1329_gshared)(__this, method); } // System.Int32 System.Xml.XPath.XPathNavigator::GetContentKindMask(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetContentKindMask_m8DAF1BF28F46A29F14C49C126D6B80DC80B2DD5F (int32_t ___0_type, const RuntimeMethod* method) ; // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNonDescendant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNonDescendant_m785F90081CF048930901F95070E165A4DFD2552D (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) ; // System.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Int32 System.Xml.XPath.XPathNavigator::GetDepth(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetDepth_mC890A0833E7E968853F9941B8E006671F28EF766 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, const RuntimeMethod* method) ; // System.Type System.Object::GetType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::CompareSiblings(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_CompareSiblings_m3D9DD57DEAF73881B7E2690EFBC776469A01069A (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_n1, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___1_n2, const RuntimeMethod* method) ; // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* XPathExpression_Compile_m18F633DB64C8047D26101E1B7DFA5FD540AF8940 (String_t* ___0_xpath, const RuntimeMethod* method) ; // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82 (String_t* ___0_res, const RuntimeMethod* method) ; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.CompiledXpathExpr::get_QueryTree() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* CompiledXpathExpr_get_QueryTree_m0D8ED9C4C87032AC6BE036E4882264DAC3610A61 (CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* __this, const RuntimeMethod* method) ; // MS.Internal.Xml.XPath.Query MS.Internal.Xml.XPath.Query::Clone(MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2 (Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___0_input, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.XPathSingletonIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSingletonIterator__ctor_m6503CD91BB26FCB9A485893C0E1F383F4A498084 (XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, bool ___1_moved, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.XPathSelectionIterator::.ctor(System.Xml.XPath.XPathNavigator,MS.Internal.Xml.XPath.Query) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathSelectionIterator__ctor_m1DCBC76CE4179D10C5A3244E6C4ABED6F977FE20 (XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* ___1_query, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.XPathChildIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_mAC63B720E0D6DBEEF6691A9A41BA3A5F0EB78B63 (XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, int32_t ___1_type, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.XPathChildIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathChildIterator__ctor_mFFB165E9B76E647A997B4E5C55CAC8D7325A85CF (XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, String_t* ___1_name, String_t* ___2_namespaceURI, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_mAC48F85C8B527E93C153272ACFF687EF5E8E99CF (XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, int32_t ___1_type, bool ___2_matchSelf, const RuntimeMethod* method) ; // System.Void MS.Internal.Xml.XPath.XPathDescendantIterator::.ctor(System.Xml.XPath.XPathNavigator,System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDescendantIterator__ctor_mD41E2B7332A7A5C62EFD9DECCE28F989D2A83A42 (XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, String_t* ___1_name, String_t* ___2_namespaceURI, bool ___3_matchSelf, const RuntimeMethod* method) ; // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNextNamespace_mCFC0E397E3FDF324C07601ED923DBDD9475163E7 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) ; // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; // System.UInt32 System.Xml.XPath.XPathNavigator::get_IndexInParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XPathNavigator_get_IndexInParent_m7C10413CA87A913BD7FB9B858B714C8CFB3F3C7C (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_m649945BF95822C606725A5E0103D0C2120FA371B (XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XPath.XPathNavigatorKeyComparer::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigatorKeyComparer__ctor_m231B79202D931C13320C80832BFC6FF03D443C92 (XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185* __this, const RuntimeMethod* method) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__187::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNotation1AsyncU3Ed__187_MoveNext_m9E20E628C046CBB753DD12390E4BBBBCC92D844C (U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_m0D2EF5FE6437F0D0AD6B378DB0AE61426B7E62F7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59EB542A9E6EFCBFACCAE7DFE982B1F399E566DA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_4; memset((&V_4), 0, sizeof(V_4)); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_007c_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_010f_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_4 = V_1; NullCheck(L_4); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_6 = V_1; NullCheck(L_6); int32_t L_7 = L_6->___curPos_13; NullCheck(L_5); int32_t L_8 = L_7; uint16_t L_9 = (uint16_t)(L_5)->GetAt(static_cast(L_8)); V_3 = L_9; Il2CppChar L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)80)))) { goto IL_0038_1; } } { Il2CppChar L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)83)))) { goto IL_00cb_1; } } { goto IL_015b_1; } IL_0038_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_12 = V_1; NullCheck(L_12); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_13; L_13 = DtdParser_EatPublicKeywordAsync_m90189F8B332C1EBB7532C1A4DF23A5DE788258BA(L_12, NULL); NullCheck(L_13); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_14; L_14 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_13, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_5 = L_14; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_15; L_15 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_4 = L_15; bool L_16; L_16 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_16) { goto IL_0099_1; } } { int32_t L_17 = 0; V_0 = L_17; __this->___U3CU3E1__state_0 = L_17; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_18 = V_4; __this->___U3CU3Eu__1_3 = L_18; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_19 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_m0D2EF5FE6437F0D0AD6B378DB0AE61426B7E62F7(L_19, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_m0D2EF5FE6437F0D0AD6B378DB0AE61426B7E62F7_RuntimeMethod_var); goto IL_019e; } IL_007c_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_20 = __this->___U3CU3Eu__1_3; V_4 = L_20; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_21 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_21, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_22 = (-1); V_0 = L_22; __this->___U3CU3E1__state_0 = L_22; } IL_0099_1: { bool L_23; L_23 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_23) { goto IL_00b3_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_24 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); int32_t L_26 = L_25->___curPos_13; NullCheck(L_24); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_24, L_26, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, NULL); } IL_00b3_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_27 = V_1; NullCheck(L_27); L_27->___nextScaningFunction_15 = ((int32_t)31); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_28 = V_1; NullCheck(L_28); L_28->___scanningFunction_14 = ((int32_t)29); V_2 = ((int32_t)33); goto IL_018a; } IL_00cb_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_29 = V_1; NullCheck(L_29); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_30; L_30 = DtdParser_EatSystemKeywordAsync_m065C507A8199FF4DD321C7F1D4ACE9D1A9478B96(L_29, NULL); NullCheck(L_30); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_31; L_31 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_30, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_5 = L_31; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_32; L_32 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_4 = L_32; bool L_33; L_33 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_33) { goto IL_012c_1; } } { int32_t L_34 = 1; V_0 = L_34; __this->___U3CU3E1__state_0 = L_34; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_35 = V_4; __this->___U3CU3Eu__1_3 = L_35; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_36 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_m0D2EF5FE6437F0D0AD6B378DB0AE61426B7E62F7(L_36, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4_m0D2EF5FE6437F0D0AD6B378DB0AE61426B7E62F7_RuntimeMethod_var); goto IL_019e; } IL_010f_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_37 = __this->___U3CU3Eu__1_3; V_4 = L_37; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_38 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_38, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_39 = (-1); V_0 = L_39; __this->___U3CU3E1__state_0 = L_39; } IL_012c_1: { bool L_40; L_40 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_40) { goto IL_0146_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_41 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_42 = V_1; NullCheck(L_42); int32_t L_43 = L_42->___curPos_13; NullCheck(L_41); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_41, L_43, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, NULL); } IL_0146_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_44 = V_1; NullCheck(L_44); L_44->___nextScaningFunction_15 = ((int32_t)31); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_45 = V_1; NullCheck(L_45); L_45->___scanningFunction_14 = ((int32_t)28); V_2 = ((int32_t)34); goto IL_018a; } IL_015b_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_46 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_47 = V_1; NullCheck(L_47); int32_t L_48 = L_47->___curPos_13; NullCheck(L_46); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_46, L_48, _stringLiteral59EB542A9E6EFCBFACCAE7DFE982B1F399E566DA, NULL); V_2 = ((int32_t)9); goto IL_018a; } }// 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_0171; } throw e; } CATCH_0171: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_49 = (&__this->___U3CU3Et__builder_1); Exception_t* L_50 = V_6; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_49, L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_019e; }// end catch (depth: 1) IL_018a: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_51 = (&__this->___U3CU3Et__builder_1); int32_t L_52 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_51, L_52, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_019e: { return; } } IL2CPP_EXTERN_C void U3CScanNotation1AsyncU3Ed__187_MoveNext_m9E20E628C046CBB753DD12390E4BBBBCC92D844C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanNotation1AsyncU3Ed__187_MoveNext_m9E20E628C046CBB753DD12390E4BBBBCC92D844C(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__187::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNotation1AsyncU3Ed__187_SetStateMachine_mD742FE258277D28FE9973D3FC8EDC3DA7FC5F41E (U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanNotation1AsyncU3Ed__187_SetStateMachine_mD742FE258277D28FE9973D3FC8EDC3DA7FC5F41E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanNotation1AsyncU3Ed__187_t142EC7E43558EC649588395E2E98B8D3713871A4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanNotation1AsyncU3Ed__187_SetStateMachine_mD742FE258277D28FE9973D3FC8EDC3DA7FC5F41E(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__188::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanSystemIdAsyncU3Ed__188_MoveNext_mEB5BD0DDB5F7C49A0DA382CAB3551CC3531463A6 (U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6_mD587227F0A01258BDB5B0CF1D8381599A5B0BF77_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0089_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)34)))) { goto IL_0049_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; NullCheck(L_9); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->___curPos_13; NullCheck(L_10); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_10)->GetAt(static_cast(L_13)); if ((((int32_t)L_14) == ((int32_t)((int32_t)39)))) { goto IL_0049_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_15 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->___curPos_13; NullCheck(L_15); DtdParser_ThrowUnexpectedToken_mE75F8A57E36D0ED9A0E029E79C5D0F5E71B82570(L_15, L_17, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL); } IL_0049_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_18 = V_1; NullCheck(L_18); Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* L_19; L_19 = DtdParser_ScanLiteralAsync_mA4A49C26559C1EAD4CC7CA207237AC3CB7111AA4(L_18, 2, NULL); NullCheck(L_19); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A L_20; L_20 = Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C(L_19, (bool)0, Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); V_4 = L_20; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_21; L_21 = ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); V_3 = L_21; bool L_22; L_22 = ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); if (L_22) { goto IL_00a5_1; } } { int32_t L_23 = 0; V_0 = L_23; __this->___U3CU3E1__state_0 = L_23; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_24 = V_3; __this->___U3CU3Eu__1_3 = L_24; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_25 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6_mD587227F0A01258BDB5B0CF1D8381599A5B0BF77(L_25, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6_mD587227F0A01258BDB5B0CF1D8381599A5B0BF77_RuntimeMethod_var); goto IL_00eb; } IL_0089_1: { ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_26 = __this->___U3CU3Eu__1_3; V_3 = L_26; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* L_27 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_27, sizeof(ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0)); int32_t L_28 = (-1); V_0 = L_28; __this->___U3CU3E1__state_0 = L_28; } IL_00a5_1: { int32_t L_29; L_29 = ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF((&V_3), ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_30 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; NullCheck(L_31); int32_t L_32 = L_31->___nextScaningFunction_15; NullCheck(L_30); L_30->___scanningFunction_14 = L_32; V_2 = ((int32_t)35); goto IL_00d7; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00be; } throw e; } CATCH_00be: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_33 = (&__this->___U3CU3Et__builder_1); Exception_t* L_34 = V_5; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_33, L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00eb; }// end catch (depth: 1) IL_00d7: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_35 = (&__this->___U3CU3Et__builder_1); int32_t L_36 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_35, L_36, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_00eb: { return; } } IL2CPP_EXTERN_C void U3CScanSystemIdAsyncU3Ed__188_MoveNext_mEB5BD0DDB5F7C49A0DA382CAB3551CC3531463A6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanSystemIdAsyncU3Ed__188_MoveNext_mEB5BD0DDB5F7C49A0DA382CAB3551CC3531463A6(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__188::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanSystemIdAsyncU3Ed__188_SetStateMachine_mE69DD00624E7049C19E67C258EEA6CA302A120F2 (U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanSystemIdAsyncU3Ed__188_SetStateMachine_mE69DD00624E7049C19E67C258EEA6CA302A120F2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanSystemIdAsyncU3Ed__188_tB2A7CD1CF0F268F6CF37C1B5A6582929A2E63AD6* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanSystemIdAsyncU3Ed__188_SetStateMachine_mE69DD00624E7049C19E67C258EEA6CA302A120F2(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__189::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity1AsyncU3Ed__189_MoveNext_mF452F24ACA7501E1E8E45817B592717B6FBE0154 (U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2_m3EF461427B746570A69883E82D7A1ABCF863471B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0086_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)37))))) { goto IL_0047_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->___curPos_13; NullCheck(L_9); L_9->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_11, 1)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_12 = V_1; NullCheck(L_12); L_12->___nextScaningFunction_15 = ((int32_t)21); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_13 = V_1; NullCheck(L_13); L_13->___scanningFunction_14 = 1; V_2 = ((int32_t)38); goto IL_00cf; } IL_0047_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_14 = V_1; NullCheck(L_14); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_15; L_15 = DtdParser_ScanNameAsync_mA6E6DDADC9D87CC1BAFDBAF42D853990BB997825(L_14, NULL); NullCheck(L_15); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_16; L_16 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_15, (bool)0, NULL); V_4 = L_16; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_17; L_17 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_4), NULL); V_3 = L_17; bool L_18; L_18 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_3), NULL); if (L_18) { goto IL_00a2_1; } } { int32_t L_19 = 0; V_0 = L_19; __this->___U3CU3E1__state_0 = L_19; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_20 = V_3; __this->___U3CU3Eu__1_3 = L_20; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_21 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2_m3EF461427B746570A69883E82D7A1ABCF863471B(L_21, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2_m3EF461427B746570A69883E82D7A1ABCF863471B_RuntimeMethod_var); goto IL_00e3; } IL_0086_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_22 = __this->___U3CU3Eu__1_3; V_3 = L_22; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_23 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_23, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_24 = (-1); V_0 = L_24; __this->___U3CU3E1__state_0 = L_24; } IL_00a2_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_3), NULL); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); L_25->___scanningFunction_14 = ((int32_t)21); V_2 = ((int32_t)24); goto IL_00cf; } }// 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_00b6; } throw e; } CATCH_00b6: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_26 = (&__this->___U3CU3Et__builder_1); Exception_t* L_27 = V_5; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_26, L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e3; }// end catch (depth: 1) IL_00cf: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_28 = (&__this->___U3CU3Et__builder_1); int32_t L_29 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_28, L_29, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_00e3: { return; } } IL2CPP_EXTERN_C void U3CScanEntity1AsyncU3Ed__189_MoveNext_mF452F24ACA7501E1E8E45817B592717B6FBE0154_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanEntity1AsyncU3Ed__189_MoveNext_mF452F24ACA7501E1E8E45817B592717B6FBE0154(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__189::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity1AsyncU3Ed__189_SetStateMachine_mAC84EA39A9EAD4ED029AF50DFDBBFDC69B87FB71 (U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanEntity1AsyncU3Ed__189_SetStateMachine_mAC84EA39A9EAD4ED029AF50DFDBBFDC69B87FB71_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanEntity1AsyncU3Ed__189_t43C63CBCC1BC6A1C5C43C9F824FD300F7FF171C2* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanEntity1AsyncU3Ed__189_SetStateMachine_mAC84EA39A9EAD4ED029AF50DFDBBFDC69B87FB71(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__190::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity2AsyncU3Ed__190_MoveNext_m6250BF711907468E5718072C883FECBCC3B4D237 (U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mD74E55A7B8035CA20079D44AA5CEB1B798290AAB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mECF4E97E48D352FA55A24CC8CBCC2D120FBCAF60_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2E08A69B160B273B33CB600405C55F98F76617CC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_4; memset((&V_4), 0, sizeof(V_4)); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_5; memset((&V_5), 0, sizeof(V_5)); ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 V_6; memset((&V_6), 0, sizeof(V_6)); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A V_7; memset((&V_7), 0, sizeof(V_7)); Exception_t* V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_009e_1; } case 1: { goto IL_0131_1; } case 2: { goto IL_01c2_1; } } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); V_3 = L_8; Il2CppChar L_9 = V_3; if ((!(((uint32_t)L_9) <= ((uint32_t)((int32_t)39))))) { goto IL_0048_1; } } { Il2CppChar L_10 = V_3; if ((((int32_t)L_10) == ((int32_t)((int32_t)34)))) { goto IL_0180_1; } } { Il2CppChar L_11 = V_3; if ((((int32_t)L_11) == ((int32_t)((int32_t)39)))) { goto IL_0180_1; } } { goto IL_01f4_1; } IL_0048_1: { Il2CppChar L_12 = V_3; if ((((int32_t)L_12) == ((int32_t)((int32_t)80)))) { goto IL_005a_1; } } { Il2CppChar L_13 = V_3; if ((((int32_t)L_13) == ((int32_t)((int32_t)83)))) { goto IL_00ed_1; } } { goto IL_01f4_1; } IL_005a_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_14 = V_1; NullCheck(L_14); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_15; L_15 = DtdParser_EatPublicKeywordAsync_m90189F8B332C1EBB7532C1A4DF23A5DE788258BA(L_14, NULL); NullCheck(L_15); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_16; L_16 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_15, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_5 = L_16; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_17; L_17 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_4 = L_17; bool L_18; L_18 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_18) { goto IL_00bb_1; } } { int32_t L_19 = 0; V_0 = L_19; __this->___U3CU3E1__state_0 = L_19; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_20 = V_4; __this->___U3CU3Eu__1_3 = L_20; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_21 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mD74E55A7B8035CA20079D44AA5CEB1B798290AAB(L_21, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mD74E55A7B8035CA20079D44AA5CEB1B798290AAB_RuntimeMethod_var); goto IL_0237; } IL_009e_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_22 = __this->___U3CU3Eu__1_3; V_4 = L_22; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_23 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_23, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_24 = (-1); V_0 = L_24; __this->___U3CU3E1__state_0 = L_24; } IL_00bb_1: { bool L_25; L_25 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_25) { goto IL_00d5_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_26 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->___curPos_13; NullCheck(L_26); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_26, L_28, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, NULL); } IL_00d5_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_29 = V_1; NullCheck(L_29); L_29->___nextScaningFunction_15 = ((int32_t)22); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_30 = V_1; NullCheck(L_30); L_30->___scanningFunction_14 = ((int32_t)29); V_2 = ((int32_t)33); goto IL_0223; } IL_00ed_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; NullCheck(L_31); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_32; L_32 = DtdParser_EatSystemKeywordAsync_m065C507A8199FF4DD321C7F1D4ACE9D1A9478B96(L_31, NULL); NullCheck(L_32); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_33; L_33 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_32, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_5 = L_33; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_34; L_34 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_4 = L_34; bool L_35; L_35 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_35) { goto IL_014e_1; } } { int32_t L_36 = 1; V_0 = L_36; __this->___U3CU3E1__state_0 = L_36; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_37 = V_4; __this->___U3CU3Eu__1_3 = L_37; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_38 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mD74E55A7B8035CA20079D44AA5CEB1B798290AAB(L_38, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mD74E55A7B8035CA20079D44AA5CEB1B798290AAB_RuntimeMethod_var); goto IL_0237; } IL_0131_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_39 = __this->___U3CU3Eu__1_3; V_4 = L_39; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_40 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_40, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_41 = (-1); V_0 = L_41; __this->___U3CU3E1__state_0 = L_41; } IL_014e_1: { bool L_42; L_42 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_42) { goto IL_0168_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_43 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_44 = V_1; NullCheck(L_44); int32_t L_45 = L_44->___curPos_13; NullCheck(L_43); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_43, L_45, _stringLiteral9581D9240473127371BCEE2DE4DB4A276F510956, NULL); } IL_0168_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_46 = V_1; NullCheck(L_46); L_46->___nextScaningFunction_15 = ((int32_t)22); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_47 = V_1; NullCheck(L_47); L_47->___scanningFunction_14 = ((int32_t)28); V_2 = ((int32_t)34); goto IL_0223; } IL_0180_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_48 = V_1; NullCheck(L_48); Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* L_49; L_49 = DtdParser_ScanLiteralAsync_mA4A49C26559C1EAD4CC7CA207237AC3CB7111AA4(L_48, 1, NULL); NullCheck(L_49); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A L_50; L_50 = Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C(L_49, (bool)0, Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); V_7 = L_50; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_51; L_51 = ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_inline((&V_7), ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); V_6 = L_51; bool L_52; L_52 = ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A((&V_6), ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); if (L_52) { goto IL_01df_1; } } { int32_t L_53 = 2; V_0 = L_53; __this->___U3CU3E1__state_0 = L_53; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_54 = V_6; __this->___U3CU3Eu__2_4 = L_54; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_55 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mECF4E97E48D352FA55A24CC8CBCC2D120FBCAF60(L_55, (&V_6), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670_mECF4E97E48D352FA55A24CC8CBCC2D120FBCAF60_RuntimeMethod_var); goto IL_0237; } IL_01c2_1: { ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_56 = __this->___U3CU3Eu__2_4; V_6 = L_56; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* L_57 = (&__this->___U3CU3Eu__2_4); il2cpp_codegen_initobj(L_57, sizeof(ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0)); int32_t L_58 = (-1); V_0 = L_58; __this->___U3CU3E1__state_0 = L_58; } IL_01df_1: { int32_t L_59; L_59 = ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF((&V_6), ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_60 = V_1; NullCheck(L_60); L_60->___scanningFunction_14 = ((int32_t)31); V_2 = ((int32_t)35); goto IL_0223; } IL_01f4_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_61 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_62 = V_1; NullCheck(L_62); int32_t L_63 = L_62->___curPos_13; NullCheck(L_61); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_61, L_63, _stringLiteral2E08A69B160B273B33CB600405C55F98F76617CC, NULL); V_2 = ((int32_t)9); goto IL_0223; } }// 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_020a; } throw e; } CATCH_020a: {// begin catch(System.Exception) V_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_64 = (&__this->___U3CU3Et__builder_1); Exception_t* L_65 = V_8; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_64, L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0237; }// end catch (depth: 1) IL_0223: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_66 = (&__this->___U3CU3Et__builder_1); int32_t L_67 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_66, L_67, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_0237: { return; } } IL2CPP_EXTERN_C void U3CScanEntity2AsyncU3Ed__190_MoveNext_m6250BF711907468E5718072C883FECBCC3B4D237_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanEntity2AsyncU3Ed__190_MoveNext_m6250BF711907468E5718072C883FECBCC3B4D237(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__190::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity2AsyncU3Ed__190_SetStateMachine_mEC975F1CE862F41CCC45A008B8A837946C35C7A7 (U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanEntity2AsyncU3Ed__190_SetStateMachine_mEC975F1CE862F41CCC45A008B8A837946C35C7A7_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanEntity2AsyncU3Ed__190_tAFB3EE88D9AB13A49A96A62CF61A8EEBE4ADB670* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanEntity2AsyncU3Ed__190_SetStateMachine_mEC975F1CE862F41CCC45A008B8A837946C35C7A7(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__191::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity3AsyncU3Ed__191_MoveNext_mD83D5F2F67977F6A5F248C27487DABE0334EDAE6 (U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE_m0F4EA6C574C43C44420CC752AF1F2267F2DDEA82_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0069_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)78))))) { goto IL_010c_1; } } { goto IL_008e_1; } IL_0027_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; NullCheck(L_9); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_10; L_10 = DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566(L_9, NULL); NullCheck(L_10); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_11; L_11 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_10, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_4 = L_11; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_12; L_12 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_3 = L_12; bool L_13; L_13 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_13) { goto IL_0085_1; } } { int32_t L_14 = 0; V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_15 = V_3; __this->___U3CU3Eu__1_3 = L_15; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_16 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE_m0F4EA6C574C43C44420CC752AF1F2267F2DDEA82(L_16, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE_m0F4EA6C574C43C44420CC752AF1F2267F2DDEA82_RuntimeMethod_var); goto IL_0146; } IL_0069_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_17 = __this->___U3CU3Eu__1_3; V_3 = L_17; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_18 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_18, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_19 = (-1); V_0 = L_19; __this->___U3CU3E1__state_0 = L_19; } IL_0085_1: { int32_t L_20; L_20 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_3), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); if (!L_20) { goto IL_010c_1; } } IL_008e_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->___curPos_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_22, L_24))) < ((int32_t)5))) { goto IL_0027_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = L_25->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->___curPos_13; NullCheck(L_26); int32_t L_29 = ((int32_t)il2cpp_codegen_add(L_28, 1)); uint16_t L_30 = (uint16_t)(L_26)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)68))))) { goto IL_010c_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; NullCheck(L_31); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = L_31->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_33 = V_1; NullCheck(L_33); int32_t L_34 = L_33->___curPos_13; NullCheck(L_32); int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 2)); uint16_t L_36 = (uint16_t)(L_32)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)65))))) { goto IL_010c_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_37 = V_1; NullCheck(L_37); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = L_37->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_39 = V_1; NullCheck(L_39); int32_t L_40 = L_39->___curPos_13; NullCheck(L_38); int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_40, 3)); uint16_t L_42 = (uint16_t)(L_38)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)84))))) { goto IL_010c_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_43 = V_1; NullCheck(L_43); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = L_43->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_45 = V_1; NullCheck(L_45); int32_t L_46 = L_45->___curPos_13; NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 4)); uint16_t L_48 = (uint16_t)(L_44)->GetAt(static_cast(L_47)); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)65))))) { goto IL_010c_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_49 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_50 = V_1; NullCheck(L_50); int32_t L_51 = L_50->___curPos_13; NullCheck(L_49); L_49->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_51, 5)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_52 = V_1; NullCheck(L_52); L_52->___scanningFunction_14 = 1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_53 = V_1; NullCheck(L_53); L_53->___nextScaningFunction_15 = ((int32_t)31); V_2 = ((int32_t)37); goto IL_0132; } IL_010c_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_54 = V_1; NullCheck(L_54); L_54->___scanningFunction_14 = ((int32_t)31); V_2 = ((int32_t)9); goto IL_0132; } }// 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_0119; } throw e; } CATCH_0119: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_55 = (&__this->___U3CU3Et__builder_1); Exception_t* L_56 = V_5; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_55, L_56, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0146; }// end catch (depth: 1) IL_0132: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_57 = (&__this->___U3CU3Et__builder_1); int32_t L_58 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_57, L_58, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_0146: { return; } } IL2CPP_EXTERN_C void U3CScanEntity3AsyncU3Ed__191_MoveNext_mD83D5F2F67977F6A5F248C27487DABE0334EDAE6_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanEntity3AsyncU3Ed__191_MoveNext_mD83D5F2F67977F6A5F248C27487DABE0334EDAE6(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__191::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanEntity3AsyncU3Ed__191_SetStateMachine_m29AADB25F14BFC4B8D6950B121EFE0346E835BE5 (U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanEntity3AsyncU3Ed__191_SetStateMachine_m29AADB25F14BFC4B8D6950B121EFE0346E835BE5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanEntity3AsyncU3Ed__191_t20F71809FD730B66ACA7CB871B1F9D117917AEFE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanEntity3AsyncU3Ed__191_SetStateMachine_m29AADB25F14BFC4B8D6950B121EFE0346E835BE5(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__192::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId1AsyncU3Ed__192_MoveNext_mA9083339A835D2D7A6DB094D293C2332EB619186 (U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5_m27EF70D2EE352208DB9487311ABC00D1C96C409F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0089_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)34)))) { goto IL_0049_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; NullCheck(L_9); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->___curPos_13; NullCheck(L_10); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_10)->GetAt(static_cast(L_13)); if ((((int32_t)L_14) == ((int32_t)((int32_t)39)))) { goto IL_0049_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_15 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->___curPos_13; NullCheck(L_15); DtdParser_ThrowUnexpectedToken_mE75F8A57E36D0ED9A0E029E79C5D0F5E71B82570(L_15, L_17, _stringLiteralC62C64F00567C5368CAE37F4E64E1E82FF785677, _stringLiteral42646B33B50B6AA15E22733C8900716F0FE19E1D, NULL); } IL_0049_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_18 = V_1; NullCheck(L_18); Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* L_19; L_19 = DtdParser_ScanLiteralAsync_mA4A49C26559C1EAD4CC7CA207237AC3CB7111AA4(L_18, 2, NULL); NullCheck(L_19); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A L_20; L_20 = Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C(L_19, (bool)0, Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); V_4 = L_20; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_21; L_21 = ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); V_3 = L_21; bool L_22; L_22 = ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); if (L_22) { goto IL_00a5_1; } } { int32_t L_23 = 0; V_0 = L_23; __this->___U3CU3E1__state_0 = L_23; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_24 = V_3; __this->___U3CU3Eu__1_3 = L_24; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_25 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5_m27EF70D2EE352208DB9487311ABC00D1C96C409F(L_25, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5_m27EF70D2EE352208DB9487311ABC00D1C96C409F_RuntimeMethod_var); goto IL_00e7; } IL_0089_1: { ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_26 = __this->___U3CU3Eu__1_3; V_3 = L_26; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* L_27 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_27, sizeof(ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0)); int32_t L_28 = (-1); V_0 = L_28; __this->___U3CU3E1__state_0 = L_28; } IL_00a5_1: { int32_t L_29; L_29 = ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF((&V_3), ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_30 = V_1; NullCheck(L_30); L_30->___scanningFunction_14 = ((int32_t)30); V_2 = ((int32_t)35); goto IL_00d3; } }// 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_00ba; } throw e; } CATCH_00ba: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_31 = (&__this->___U3CU3Et__builder_1); Exception_t* L_32 = V_5; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_31, L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e7; }// end catch (depth: 1) IL_00d3: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_33 = (&__this->___U3CU3Et__builder_1); int32_t L_34 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_33, L_34, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_00e7: { return; } } IL2CPP_EXTERN_C void U3CScanPublicId1AsyncU3Ed__192_MoveNext_mA9083339A835D2D7A6DB094D293C2332EB619186_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanPublicId1AsyncU3Ed__192_MoveNext_mA9083339A835D2D7A6DB094D293C2332EB619186(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__192::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId1AsyncU3Ed__192_SetStateMachine_mBC6F6AEF48A2F61D37E96497047A3F3D24ABF4C6 (U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanPublicId1AsyncU3Ed__192_SetStateMachine_mBC6F6AEF48A2F61D37E96497047A3F3D24ABF4C6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanPublicId1AsyncU3Ed__192_tA47A2E1E2EAF2D3DA8E68D696D4C15281672B5C5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanPublicId1AsyncU3Ed__192_SetStateMachine_mBC6F6AEF48A2F61D37E96497047A3F3D24ABF4C6(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__193::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId2AsyncU3Ed__193_MoveNext_m05AF6012FD0B2FA763C44A3E047B337229BB86E7 (U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00_mBFDE6907FCBF879AA63B6665F9C4A9FB9B526004_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0087_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)34)))) { goto IL_0047_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; NullCheck(L_9); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->___curPos_13; NullCheck(L_10); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_10)->GetAt(static_cast(L_13)); if ((((int32_t)L_14) == ((int32_t)((int32_t)39)))) { goto IL_0047_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_15 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->___nextScaningFunction_15; NullCheck(L_15); L_15->___scanningFunction_14 = L_17; V_2 = ((int32_t)9); goto IL_00d5; } IL_0047_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_18 = V_1; NullCheck(L_18); Task_1_t46110B2D5018EFDAEBAC68FC7A30BF191C121083* L_19; L_19 = DtdParser_ScanLiteralAsync_mA4A49C26559C1EAD4CC7CA207237AC3CB7111AA4(L_18, 2, NULL); NullCheck(L_19); ConfiguredTaskAwaitable_1_tDE84C52C84C431EB5D13F7DDBB549032BB487D6A L_20; L_20 = Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C(L_19, (bool)0, Task_1_ConfigureAwait_mC5EC9622687137AE13E4176F89F93B2B7A1A740C_RuntimeMethod_var); V_4 = L_20; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_21; L_21 = ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_mDF0AE91A1AA5F36306D67096D27EC493EF3111F5_RuntimeMethod_var); V_3 = L_21; bool L_22; L_22 = ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_m3C5D5D99588336B3135505E550B3BE753AFD788A_RuntimeMethod_var); if (L_22) { goto IL_00a3_1; } } { int32_t L_23 = 0; V_0 = L_23; __this->___U3CU3E1__state_0 = L_23; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_24 = V_3; __this->___U3CU3Eu__1_3 = L_24; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_25 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00_mBFDE6907FCBF879AA63B6665F9C4A9FB9B526004(L_25, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0_TisU3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00_mBFDE6907FCBF879AA63B6665F9C4A9FB9B526004_RuntimeMethod_var); goto IL_00e9; } IL_0087_1: { ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0 L_26 = __this->___U3CU3Eu__1_3; V_3 = L_26; ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0* L_27 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_27, sizeof(ConfiguredTaskAwaiter_tEE5D70DB485B2682DCF44C2A2409764B759F90E0)); int32_t L_28 = (-1); V_0 = L_28; __this->___U3CU3E1__state_0 = L_28; } IL_00a3_1: { int32_t L_29; L_29 = ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF((&V_3), ConfiguredTaskAwaiter_GetResult_m85BC754832F3CC3ABE074C6D84737B2ED1A87CAF_RuntimeMethod_var); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_30 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; NullCheck(L_31); int32_t L_32 = L_31->___nextScaningFunction_15; NullCheck(L_30); L_30->___scanningFunction_14 = L_32; V_2 = ((int32_t)35); goto IL_00d5; } }// 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_00bc; } throw e; } CATCH_00bc: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_33 = (&__this->___U3CU3Et__builder_1); Exception_t* L_34 = V_5; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_33, L_34, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e9; }// end catch (depth: 1) IL_00d5: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_35 = (&__this->___U3CU3Et__builder_1); int32_t L_36 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_35, L_36, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_00e9: { return; } } IL2CPP_EXTERN_C void U3CScanPublicId2AsyncU3Ed__193_MoveNext_m05AF6012FD0B2FA763C44A3E047B337229BB86E7_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanPublicId2AsyncU3Ed__193_MoveNext_m05AF6012FD0B2FA763C44A3E047B337229BB86E7(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__193::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanPublicId2AsyncU3Ed__193_SetStateMachine_m48A26576A22F9CF9B66F78B0380EE59243B8439C (U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanPublicId2AsyncU3Ed__193_SetStateMachine_m48A26576A22F9CF9B66F78B0380EE59243B8439C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanPublicId2AsyncU3Ed__193_t24C8055B21C959497C4CEA81BDE0D336DED7AD00* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanPublicId2AsyncU3Ed__193_SetStateMachine_m48A26576A22F9CF9B66F78B0380EE59243B8439C(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__194::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection1AsyncU3Ed__194_MoveNext_mE8311478A92B29220AB0BD9A6F8B495CB3062356 (U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3_mC6A17525A4BB1F15DBB9D475464A4F4DF79C46C4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral72AA82468046288272E323F13B397B70AFA72BDD); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_4; memset((&V_4), 0, sizeof(V_4)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_5; memset((&V_5), 0, sizeof(V_5)); Exception_t* V_6 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0224_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = L_3->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); int32_t L_7 = L_6; uint16_t L_8 = (uint16_t)(L_4)->GetAt(static_cast(L_7)); if ((((int32_t)L_8) == ((int32_t)((int32_t)73)))) { goto IL_0036_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->___curPos_13; NullCheck(L_9); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_9, L_11, _stringLiteral72AA82468046288272E323F13B397B70AFA72BDD, NULL); } IL_0036_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_12 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_13 = V_1; NullCheck(L_13); int32_t L_14 = L_13->___curPos_13; NullCheck(L_12); L_12->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_14, 1)); } IL_0044_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_15 = V_1; NullCheck(L_15); int32_t L_16 = L_15->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_17 = V_1; NullCheck(L_17); int32_t L_18 = L_17->___curPos_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_16, L_18))) < ((int32_t)5))) { goto IL_01e3_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_19 = V_1; NullCheck(L_19); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = L_19->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->___curPos_13; NullCheck(L_20); int32_t L_23 = L_22; uint16_t L_24 = (uint16_t)(L_20)->GetAt(static_cast(L_23)); V_3 = L_24; Il2CppChar L_25 = V_3; if ((((int32_t)L_25) == ((int32_t)((int32_t)71)))) { goto IL_013a_1; } } { Il2CppChar L_26 = V_3; if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)78))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_29 = V_1; NullCheck(L_29); int32_t L_30 = L_29->___curPos_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_28, L_30))) < ((int32_t)6))) { goto IL_01e3_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; NullCheck(L_31); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = L_31->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_33 = V_1; NullCheck(L_33); int32_t L_34 = L_33->___curPos_13; NullCheck(L_32); int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 1)); uint16_t L_36 = (uint16_t)(L_32)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)67))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_37 = V_1; NullCheck(L_37); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = L_37->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_39 = V_1; NullCheck(L_39); int32_t L_40 = L_39->___curPos_13; NullCheck(L_38); int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_40, 2)); uint16_t L_42 = (uint16_t)(L_38)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)76))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_43 = V_1; NullCheck(L_43); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = L_43->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_45 = V_1; NullCheck(L_45); int32_t L_46 = L_45->___curPos_13; NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 3)); uint16_t L_48 = (uint16_t)(L_44)->GetAt(static_cast(L_47)); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)85))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_49 = V_1; NullCheck(L_49); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_50 = L_49->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_51 = V_1; NullCheck(L_51); int32_t L_52 = L_51->___curPos_13; NullCheck(L_50); int32_t L_53 = ((int32_t)il2cpp_codegen_add(L_52, 4)); uint16_t L_54 = (uint16_t)(L_50)->GetAt(static_cast(L_53)); if ((!(((uint32_t)L_54) == ((uint32_t)((int32_t)68))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_55 = V_1; NullCheck(L_55); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_56 = L_55->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_57 = V_1; NullCheck(L_57); int32_t L_58 = L_57->___curPos_13; NullCheck(L_56); int32_t L_59 = ((int32_t)il2cpp_codegen_add(L_58, 5)); uint16_t L_60 = (uint16_t)(L_56)->GetAt(static_cast(L_59)); if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)69))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_61 = V_1; NullCheck(L_61); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_62 = (&L_61->___xmlCharType_4); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_63 = V_1; NullCheck(L_63); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_64 = L_63->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_65 = V_1; NullCheck(L_65); int32_t L_66 = L_65->___curPos_13; NullCheck(L_64); int32_t L_67 = ((int32_t)il2cpp_codegen_add(L_66, 6)); uint16_t L_68 = (uint16_t)(L_64)->GetAt(static_cast(L_67)); bool L_69; L_69 = XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A(L_62, L_68, NULL); if (L_69) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_70 = V_1; NullCheck(L_70); L_70->___nextScaningFunction_15 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_71 = V_1; NullCheck(L_71); L_71->___scanningFunction_14 = ((int32_t)25); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_72 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_73 = V_1; NullCheck(L_73); int32_t L_74 = L_73->___curPos_13; NullCheck(L_72); L_72->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_74, 6)); V_2 = ((int32_t)47); goto IL_027c; } IL_013a_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_75 = V_1; NullCheck(L_75); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_76 = L_75->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_77 = V_1; NullCheck(L_77); int32_t L_78 = L_77->___curPos_13; NullCheck(L_76); int32_t L_79 = ((int32_t)il2cpp_codegen_add(L_78, 1)); uint16_t L_80 = (uint16_t)(L_76)->GetAt(static_cast(L_79)); if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)78))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_81 = V_1; NullCheck(L_81); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_82 = L_81->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_83 = V_1; NullCheck(L_83); int32_t L_84 = L_83->___curPos_13; NullCheck(L_82); int32_t L_85 = ((int32_t)il2cpp_codegen_add(L_84, 2)); uint16_t L_86 = (uint16_t)(L_82)->GetAt(static_cast(L_85)); if ((!(((uint32_t)L_86) == ((uint32_t)((int32_t)79))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_87 = V_1; NullCheck(L_87); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_88 = L_87->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_89 = V_1; NullCheck(L_89); int32_t L_90 = L_89->___curPos_13; NullCheck(L_88); int32_t L_91 = ((int32_t)il2cpp_codegen_add(L_90, 3)); uint16_t L_92 = (uint16_t)(L_88)->GetAt(static_cast(L_91)); if ((!(((uint32_t)L_92) == ((uint32_t)((int32_t)82))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_93 = V_1; NullCheck(L_93); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_94 = L_93->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_95 = V_1; NullCheck(L_95); int32_t L_96 = L_95->___curPos_13; NullCheck(L_94); int32_t L_97 = ((int32_t)il2cpp_codegen_add(L_96, 4)); uint16_t L_98 = (uint16_t)(L_94)->GetAt(static_cast(L_97)); if ((!(((uint32_t)L_98) == ((uint32_t)((int32_t)69))))) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_99 = V_1; NullCheck(L_99); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_100 = (&L_99->___xmlCharType_4); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_101 = V_1; NullCheck(L_101); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_102 = L_101->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_103 = V_1; NullCheck(L_103); int32_t L_104 = L_103->___curPos_13; NullCheck(L_102); int32_t L_105 = ((int32_t)il2cpp_codegen_add(L_104, 5)); uint16_t L_106 = (uint16_t)(L_102)->GetAt(static_cast(L_105)); bool L_107; L_107 = XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A(L_100, L_106, NULL); if (L_107) { goto IL_01c8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_108 = V_1; NullCheck(L_108); L_108->___nextScaningFunction_15 = ((int32_t)26); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_109 = V_1; NullCheck(L_109); L_109->___scanningFunction_14 = ((int32_t)25); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_110 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_111 = V_1; NullCheck(L_111); int32_t L_112 = L_111->___curPos_13; NullCheck(L_110); L_110->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_112, 5)); V_2 = ((int32_t)46); goto IL_027c; } IL_01c8_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_113 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_114 = V_1; NullCheck(L_114); int32_t L_115 = L_114->___curPos_13; NullCheck(L_113); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_113, ((int32_t)il2cpp_codegen_subtract(L_115, 1)), _stringLiteral72AA82468046288272E323F13B397B70AFA72BDD, NULL); V_2 = ((int32_t)9); goto IL_027c; } IL_01e3_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_116 = V_1; NullCheck(L_116); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_117; L_117 = DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566(L_116, NULL); NullCheck(L_117); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_118; L_118 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_117, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_5 = L_118; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_119; L_119 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_4 = L_119; bool L_120; L_120 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_120) { goto IL_0241_1; } } { int32_t L_121 = 0; V_0 = L_121; __this->___U3CU3E1__state_0 = L_121; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_122 = V_4; __this->___U3CU3Eu__1_3 = L_122; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_123 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3_mC6A17525A4BB1F15DBB9D475464A4F4DF79C46C4(L_123, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3_mC6A17525A4BB1F15DBB9D475464A4F4DF79C46C4_RuntimeMethod_var); goto IL_0290; } IL_0224_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_124 = __this->___U3CU3Eu__1_3; V_4 = L_124; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_125 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_125, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_126 = (-1); V_0 = L_126; __this->___U3CU3E1__state_0 = L_126; } IL_0241_1: { int32_t L_127; L_127 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_4), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); if (L_127) { goto IL_0044_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_128 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_129 = V_1; NullCheck(L_129); int32_t L_130 = L_129->___curPos_13; NullCheck(L_128); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_128, L_130, _stringLiteral2EEF1C33FFEE9D9CFE23A3918F92A99600508AA7, NULL); goto IL_0044_1; } }// 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_0263; } throw e; } CATCH_0263: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_131 = (&__this->___U3CU3Et__builder_1); Exception_t* L_132 = V_6; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_131, L_132, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0290; }// end catch (depth: 1) IL_027c: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_133 = (&__this->___U3CU3Et__builder_1); int32_t L_134 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_133, L_134, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_0290: { return; } } IL2CPP_EXTERN_C void U3CScanCondSection1AsyncU3Ed__194_MoveNext_mE8311478A92B29220AB0BD9A6F8B495CB3062356_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanCondSection1AsyncU3Ed__194_MoveNext_mE8311478A92B29220AB0BD9A6F8B495CB3062356(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__194::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection1AsyncU3Ed__194_SetStateMachine_m37CB8DFAF7399E7F6FD43AE19A80BAEBE452F4C4 (U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanCondSection1AsyncU3Ed__194_SetStateMachine_m37CB8DFAF7399E7F6FD43AE19A80BAEBE452F4C4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanCondSection1AsyncU3Ed__194_t3BEB30416C0B9F8F556ADD88FC4597130887E7E3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanCondSection1AsyncU3Ed__194_SetStateMachine_m37CB8DFAF7399E7F6FD43AE19A80BAEBE452F4C4(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__195::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection3AsyncU3Ed__195_MoveNext_m489CCD557EB662FAA7BD816BC4431FCCA0432EC0 (U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B_mCE3DE0F10B3AA2A51CA5DCED88A810B900785F91_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; Il2CppChar V_3 = 0x0; int32_t V_4 = 0; bool V_5 = false; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_6; memset((&V_6), 0, sizeof(V_6)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_7; memset((&V_7), 0, sizeof(V_7)); Exception_t* V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0335_1; } } { __this->___U3CignoreSectionDepthU3E5__2_3 = 0; goto IL_002b_1; } IL_001d_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->___curPos_13; NullCheck(L_3); L_3->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_002b_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_6 = V_1; NullCheck(L_6); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_7 = (&L_6->___xmlCharType_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7->___charProperties_2; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; NullCheck(L_9); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->___curPos_13; NullCheck(L_10); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_10)->GetAt(static_cast(L_13)); NullCheck(L_8); uint16_t L_15 = L_14; uint8_t L_16 = (L_8)->GetAt(static_cast(L_15)); if (!((int32_t)((int32_t)L_16&((int32_t)64)))) { goto IL_005a_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_17 = V_1; NullCheck(L_17); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = L_17->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_19 = V_1; NullCheck(L_19); int32_t L_20 = L_19->___curPos_13; NullCheck(L_18); int32_t L_21 = L_20; uint16_t L_22 = (uint16_t)(L_18)->GetAt(static_cast(L_21)); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)93))))) { goto IL_001d_1; } } IL_005a_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_23 = V_1; NullCheck(L_23); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = L_23->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); int32_t L_26 = L_25->___curPos_13; NullCheck(L_24); int32_t L_27 = L_26; uint16_t L_28 = (uint16_t)(L_24)->GetAt(static_cast(L_27)); V_3 = L_28; Il2CppChar L_29 = V_3; if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)38))))) { goto IL_0099_1; } } { Il2CppChar L_30 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, ((int32_t)9)))) { case 0: { goto IL_00b3_1; } case 1: { goto IL_00c6_1; } case 2: { goto IL_0259_1; } case 3: { goto IL_0259_1; } case 4: { goto IL_00ea_1; } } } { Il2CppChar L_31 = V_3; if ((((int32_t)L_31) == ((int32_t)((int32_t)34)))) { goto IL_00b3_1; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) == ((int32_t)((int32_t)38)))) { goto IL_00b3_1; } } { goto IL_0259_1; } IL_0099_1: { Il2CppChar L_33 = V_3; if ((((int32_t)L_33) == ((int32_t)((int32_t)39)))) { goto IL_00b3_1; } } { Il2CppChar L_34 = V_3; if ((((int32_t)L_34) == ((int32_t)((int32_t)60)))) { goto IL_0151_1; } } { Il2CppChar L_35 = V_3; if ((((int32_t)L_35) == ((int32_t)((int32_t)93)))) { goto IL_01c2_1; } } { goto IL_0259_1; } IL_00b3_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_36 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_37 = V_1; NullCheck(L_37); int32_t L_38 = L_37->___curPos_13; NullCheck(L_36); L_36->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_38, 1)); goto IL_002b_1; } IL_00c6_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_39 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_40 = V_1; NullCheck(L_40); int32_t L_41 = L_40->___curPos_13; NullCheck(L_39); L_39->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_41, 1)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_42 = V_1; NullCheck(L_42); RuntimeObject* L_43 = L_42->___readerAdapter_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_44 = V_1; NullCheck(L_44); int32_t L_45 = L_44->___curPos_13; NullCheck(L_43); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_43, L_45); goto IL_002b_1; } IL_00ea_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_46 = V_1; NullCheck(L_46); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = L_46->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_48 = V_1; NullCheck(L_48); int32_t L_49 = L_48->___curPos_13; NullCheck(L_47); int32_t L_50 = ((int32_t)il2cpp_codegen_add(L_49, 1)); uint16_t L_51 = (uint16_t)(L_47)->GetAt(static_cast(L_50)); if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)10))))) { goto IL_010d_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_52 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_53 = V_1; NullCheck(L_53); int32_t L_54 = L_53->___curPos_13; NullCheck(L_52); L_52->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_54, 2)); goto IL_013b_1; } IL_010d_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_55 = V_1; NullCheck(L_55); int32_t L_56 = L_55->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_57 = V_1; NullCheck(L_57); int32_t L_58 = L_57->___charsUsed_12; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_56, 1))) < ((int32_t)L_58))) { goto IL_012d_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_59 = V_1; NullCheck(L_59); RuntimeObject* L_60 = L_59->___readerAdapter_0; NullCheck(L_60); bool L_61; L_61 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_60); if (!L_61) { goto IL_02e0_1; } } IL_012d_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_62 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_63 = V_1; NullCheck(L_63); int32_t L_64 = L_63->___curPos_13; NullCheck(L_62); L_62->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_64, 1)); } IL_013b_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_65 = V_1; NullCheck(L_65); RuntimeObject* L_66 = L_65->___readerAdapter_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_67 = V_1; NullCheck(L_67); int32_t L_68 = L_67->___curPos_13; NullCheck(L_66); InterfaceActionInvoker1< int32_t >::Invoke(13 /* System.Void System.Xml.IDtdParserAdapter::OnNewLine(System.Int32) */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_66, L_68); goto IL_002b_1; } IL_0151_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_69 = V_1; NullCheck(L_69); int32_t L_70 = L_69->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_71 = V_1; NullCheck(L_71); int32_t L_72 = L_71->___curPos_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_70, L_72))) < ((int32_t)3))) { goto IL_02e0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_73 = V_1; NullCheck(L_73); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_74 = L_73->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_75 = V_1; NullCheck(L_75); int32_t L_76 = L_75->___curPos_13; NullCheck(L_74); int32_t L_77 = ((int32_t)il2cpp_codegen_add(L_76, 1)); uint16_t L_78 = (uint16_t)(L_74)->GetAt(static_cast(L_77)); if ((!(((uint32_t)L_78) == ((uint32_t)((int32_t)33))))) { goto IL_018a_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_79 = V_1; NullCheck(L_79); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_80 = L_79->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_81 = V_1; NullCheck(L_81); int32_t L_82 = L_81->___curPos_13; NullCheck(L_80); int32_t L_83 = ((int32_t)il2cpp_codegen_add(L_82, 2)); uint16_t L_84 = (uint16_t)(L_80)->GetAt(static_cast(L_83)); if ((((int32_t)L_84) == ((int32_t)((int32_t)91)))) { goto IL_019d_1; } } IL_018a_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_85 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_86 = V_1; NullCheck(L_86); int32_t L_87 = L_86->___curPos_13; NullCheck(L_85); L_85->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_87, 1)); goto IL_002b_1; } IL_019d_1: { int32_t L_88 = __this->___U3CignoreSectionDepthU3E5__2_3; V_4 = L_88; int32_t L_89 = V_4; __this->___U3CignoreSectionDepthU3E5__2_3 = ((int32_t)il2cpp_codegen_add(L_89, 1)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_90 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_91 = V_1; NullCheck(L_91); int32_t L_92 = L_91->___curPos_13; NullCheck(L_90); L_90->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_92, 3)); goto IL_002b_1; } IL_01c2_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_93 = V_1; NullCheck(L_93); int32_t L_94 = L_93->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_95 = V_1; NullCheck(L_95); int32_t L_96 = L_95->___curPos_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_94, L_96))) < ((int32_t)3))) { goto IL_02e0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_97 = V_1; NullCheck(L_97); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_98 = L_97->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_99 = V_1; NullCheck(L_99); int32_t L_100 = L_99->___curPos_13; NullCheck(L_98); int32_t L_101 = ((int32_t)il2cpp_codegen_add(L_100, 1)); uint16_t L_102 = (uint16_t)(L_98)->GetAt(static_cast(L_101)); if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)93))))) { goto IL_01fb_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_103 = V_1; NullCheck(L_103); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_104 = L_103->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_105 = V_1; NullCheck(L_105); int32_t L_106 = L_105->___curPos_13; NullCheck(L_104); int32_t L_107 = ((int32_t)il2cpp_codegen_add(L_106, 2)); uint16_t L_108 = (uint16_t)(L_104)->GetAt(static_cast(L_107)); if ((((int32_t)L_108) == ((int32_t)((int32_t)62)))) { goto IL_020e_1; } } IL_01fb_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_109 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_110 = V_1; NullCheck(L_110); int32_t L_111 = L_110->___curPos_13; NullCheck(L_109); L_109->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_111, 1)); goto IL_002b_1; } IL_020e_1: { int32_t L_112 = __this->___U3CignoreSectionDepthU3E5__2_3; if ((((int32_t)L_112) <= ((int32_t)0))) { goto IL_023c_1; } } { int32_t L_113 = __this->___U3CignoreSectionDepthU3E5__2_3; V_4 = L_113; int32_t L_114 = V_4; __this->___U3CignoreSectionDepthU3E5__2_3 = ((int32_t)il2cpp_codegen_subtract(L_114, 1)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_115 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_116 = V_1; NullCheck(L_116); int32_t L_117 = L_116->___curPos_13; NullCheck(L_115); L_115->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_117, 3)); goto IL_002b_1; } IL_023c_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_118 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_119 = V_1; NullCheck(L_119); int32_t L_120 = L_119->___curPos_13; NullCheck(L_118); L_118->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_120, 3)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_121 = V_1; NullCheck(L_121); L_121->___scanningFunction_14 = 0; V_2 = ((int32_t)18); goto IL_03a9; } IL_0259_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_122 = V_1; NullCheck(L_122); int32_t L_123 = L_122->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_124 = V_1; NullCheck(L_124); int32_t L_125 = L_124->___charsUsed_12; if ((((int32_t)L_123) == ((int32_t)L_125))) { goto IL_02e0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_126 = V_1; NullCheck(L_126); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_127 = L_126->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_128 = V_1; NullCheck(L_128); int32_t L_129 = L_128->___curPos_13; NullCheck(L_127); int32_t L_130 = L_129; uint16_t L_131 = (uint16_t)(L_127)->GetAt(static_cast(L_130)); bool L_132; L_132 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_131, NULL); if (!L_132) { goto IL_02c0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_133 = V_1; NullCheck(L_133); int32_t L_134 = L_133->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_135 = V_1; NullCheck(L_135); int32_t L_136 = L_135->___charsUsed_12; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_134, 1))) == ((int32_t)L_136))) { goto IL_02e0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_137 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_138 = V_1; NullCheck(L_138); int32_t L_139 = L_138->___curPos_13; NullCheck(L_137); L_137->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_139, 1)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_140 = V_1; NullCheck(L_140); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_141 = L_140->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_142 = V_1; NullCheck(L_142); int32_t L_143 = L_142->___curPos_13; NullCheck(L_141); int32_t L_144 = L_143; uint16_t L_145 = (uint16_t)(L_141)->GetAt(static_cast(L_144)); bool L_146; L_146 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_145, NULL); if (!L_146) { goto IL_02c0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_147 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_148 = V_1; NullCheck(L_148); int32_t L_149 = L_148->___curPos_13; NullCheck(L_147); L_147->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_149, 1)); goto IL_002b_1; } IL_02c0_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_150 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_151 = V_1; NullCheck(L_151); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_152 = L_151->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_153 = V_1; NullCheck(L_153); int32_t L_154 = L_153->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_155 = V_1; NullCheck(L_155); int32_t L_156 = L_155->___curPos_13; NullCheck(L_150); DtdParser_ThrowInvalidChar_m67D089CB4F65FC2275C1FE545C178FF42CB61944(L_150, L_152, L_154, L_156, NULL); V_2 = ((int32_t)9); goto IL_03a9; } IL_02e0_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_157 = V_1; NullCheck(L_157); RuntimeObject* L_158 = L_157->___readerAdapter_0; NullCheck(L_158); bool L_159; L_159 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Xml.IDtdParserAdapter::get_IsEof() */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_158); V_5 = L_159; bool L_160 = V_5; if (L_160) { goto IL_035e_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_161 = V_1; NullCheck(L_161); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_162; L_162 = DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566(L_161, NULL); NullCheck(L_162); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_163; L_163 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_162, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_7 = L_163; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_164; L_164 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_7), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_6 = L_164; bool L_165; L_165 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_6), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_165) { goto IL_0352_1; } } { int32_t L_166 = 0; V_0 = L_166; __this->___U3CU3E1__state_0 = L_166; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_167 = V_6; __this->___U3CU3Eu__1_4 = L_167; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_168 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B_mCE3DE0F10B3AA2A51CA5DCED88A810B900785F91(L_168, (&V_6), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B_mCE3DE0F10B3AA2A51CA5DCED88A810B900785F91_RuntimeMethod_var); goto IL_03bd; } IL_0335_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_169 = __this->___U3CU3Eu__1_4; V_6 = L_169; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_170 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_170, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_171 = (-1); V_0 = L_171; __this->___U3CU3E1__state_0 = L_171; } IL_0352_1: { int32_t L_172; L_172 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_6), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); V_5 = (bool)((((int32_t)L_172) == ((int32_t)0))? 1 : 0); } IL_035e_1: { bool L_173 = V_5; if (!L_173) { goto IL_037f_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_174 = V_1; NullCheck(L_174); bool L_175; L_175 = DtdParser_HandleEntityEnd_m741F32D866045C1FEBD97EE495E22BECA25B453D(L_174, (bool)0, NULL); if (L_175) { goto IL_002b_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_176 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_177 = V_1; NullCheck(L_177); int32_t L_178 = L_177->___curPos_13; NullCheck(L_176); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_176, L_178, _stringLiteral3A0F3831F5DAFB45C7CF0BE8E3E631BFEE684F0D, NULL); } IL_037f_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_179 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_180 = V_1; NullCheck(L_180); int32_t L_181 = L_180->___curPos_13; NullCheck(L_179); L_179->___tokenStartPos_18 = L_181; goto IL_002b_1; } }// 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_0390; } throw e; } CATCH_0390: {// begin catch(System.Exception) V_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_182 = (&__this->___U3CU3Et__builder_1); Exception_t* L_183 = V_8; AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8(L_182, L_183, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m971D179B709950C06AC855C293FF7A42DFB6FFD8_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_03bd; }// end catch (depth: 1) IL_03a9: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_184 = (&__this->___U3CU3Et__builder_1); int32_t L_185 = V_2; AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935(L_184, L_185, AsyncTaskMethodBuilder_1_SetResult_m5EB5C00A32586E430A0EB52C0EF79C580AAF0935_RuntimeMethod_var); } IL_03bd: { return; } } IL2CPP_EXTERN_C void U3CScanCondSection3AsyncU3Ed__195_MoveNext_m489CCD557EB662FAA7BD816BC4431FCCA0432EC0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanCondSection3AsyncU3Ed__195_MoveNext_m489CCD557EB662FAA7BD816BC4431FCCA0432EC0(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__195::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanCondSection3AsyncU3Ed__195_SetStateMachine_m0EAEFBD20E8BD4A55BE8FE85CF730BAC112FA7C2 (U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t0DF904820CEF7267A1A9E80D4B9DE6880506CCF1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mBD46DA9A43C96A28ABDAA05BABDC2F6BA61EC90C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CScanCondSection3AsyncU3Ed__195_SetStateMachine_m0EAEFBD20E8BD4A55BE8FE85CF730BAC112FA7C2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanCondSection3AsyncU3Ed__195_t697A397A9487BF95A06E3F145BE7AF2294C4E94B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanCondSection3AsyncU3Ed__195_SetStateMachine_m0EAEFBD20E8BD4A55BE8FE85CF730BAC112FA7C2(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__198::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanQNameAsyncU3Ed__198_MoveNext_mE64783FF3245ED77AE5F39D1496E7BF6D6CF1415 (U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; bool V_2 = false; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* G_B33_0 = NULL; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* G_B32_0 = NULL; int32_t G_B34_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* G_B34_1 = NULL; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00f2_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0224_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_4 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___curPos_13; NullCheck(L_4); L_4->___tokenStartPos_18 = L_6; __this->___U3CcolonOffsetU3E5__2_4 = (-1); } IL_002e_1: { V_2 = (bool)0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_7 = V_1; NullCheck(L_7); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_8 = (&L_7->___xmlCharType_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = L_8->___charProperties_2; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_10 = V_1; NullCheck(L_10); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = L_10->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_12 = V_1; NullCheck(L_12); int32_t L_13 = L_12->___curPos_13; NullCheck(L_11); int32_t L_14 = L_13; uint16_t L_15 = (uint16_t)(L_11)->GetAt(static_cast(L_14)); NullCheck(L_9); uint16_t L_16 = L_15; uint8_t L_17 = (L_9)->GetAt(static_cast(L_16)); if (((int32_t)((int32_t)L_17&4))) { goto IL_005e_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_18 = V_1; NullCheck(L_18); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = L_18->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_20 = V_1; NullCheck(L_20); int32_t L_21 = L_20->___curPos_13; NullCheck(L_19); int32_t L_22 = L_21; uint16_t L_23 = (uint16_t)(L_19)->GetAt(static_cast(L_22)); if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)58))))) { goto IL_006e_1; } } IL_005e_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_24 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); int32_t L_26 = L_25->___curPos_13; NullCheck(L_24); L_24->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_26, 1)); goto IL_00aa_1; } IL_006e_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_29 = V_1; NullCheck(L_29); int32_t L_30 = L_29->___charsUsed_12; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_28, 1))) < ((int32_t)L_30))) { goto IL_0082_1; } } { V_2 = (bool)1; goto IL_00aa_1; } IL_0082_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_32 = V_1; NullCheck(L_32); int32_t L_33 = L_32->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_34 = V_1; NullCheck(L_34); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_35 = L_34->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_36 = V_1; NullCheck(L_36); int32_t L_37 = L_36->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_38 = V_1; NullCheck(L_38); int32_t L_39 = L_38->___curPos_13; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_40; L_40 = XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5(L_35, L_37, L_39, NULL); NullCheck(L_31); DtdParser_Throw_mEE35AE1DA02A2343A42F062D85BA7D04AA9666C5(L_31, L_33, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_40, NULL); } IL_00aa_1: { bool L_41 = V_2; if (!L_41) { goto IL_0130_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_42 = V_1; NullCheck(L_42); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_43; L_43 = DtdParser_ReadDataInNameAsync_m98110F5037EFE04872611F95CC44857BEC945341(L_42, NULL); NullCheck(L_43); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_44; L_44 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_43, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_4 = L_44; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_45; L_45 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_3 = L_45; bool L_46; L_46 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_46) { goto IL_010e_1; } } { int32_t L_47 = 0; V_0 = L_47; __this->___U3CU3E1__state_0 = L_47; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_48 = V_3; __this->___U3CU3Eu__1_5 = L_48; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_49 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC(L_49, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC_RuntimeMethod_var); goto IL_02bd; } IL_00f2_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_50 = __this->___U3CU3Eu__1_5; V_3 = L_50; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_51 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_51, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_52 = (-1); V_0 = L_52; __this->___U3CU3E1__state_0 = L_52; } IL_010e_1: { bool L_53; L_53 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_3), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_53) { goto IL_002e_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_54 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_55 = V_1; NullCheck(L_55); int32_t L_56 = L_55->___curPos_13; NullCheck(L_54); DtdParser_Throw_mA82BAD834C0CCDE0E9325996E4560953761B62D0(L_54, L_56, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, NULL); } IL_0130_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_57 = V_1; NullCheck(L_57); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_58 = (&L_57->___xmlCharType_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_59 = L_58->___charProperties_2; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_60 = V_1; NullCheck(L_60); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_61 = L_60->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_62 = V_1; NullCheck(L_62); int32_t L_63 = L_62->___curPos_13; NullCheck(L_61); int32_t L_64 = L_63; uint16_t L_65 = (uint16_t)(L_61)->GetAt(static_cast(L_64)); NullCheck(L_59); uint16_t L_66 = L_65; uint8_t L_67 = (L_59)->GetAt(static_cast(L_66)); if (!((int32_t)((int32_t)L_67&8))) { goto IL_015d_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_68 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_69 = V_1; NullCheck(L_69); int32_t L_70 = L_69->___curPos_13; NullCheck(L_68); L_68->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_70, 1)); goto IL_0130_1; } IL_015d_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_71 = V_1; NullCheck(L_71); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_72 = L_71->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_73 = V_1; NullCheck(L_73); int32_t L_74 = L_73->___curPos_13; NullCheck(L_72); int32_t L_75 = L_74; uint16_t L_76 = (uint16_t)(L_72)->GetAt(static_cast(L_75)); if ((!(((uint32_t)L_76) == ((uint32_t)((int32_t)58))))) { goto IL_01d1_1; } } { bool L_77 = __this->___isQName_3; if (!L_77) { goto IL_01be_1; } } { int32_t L_78 = __this->___U3CcolonOffsetU3E5__2_4; if ((((int32_t)L_78) == ((int32_t)(-1)))) { goto IL_0198_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_79 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_80 = V_1; NullCheck(L_80); int32_t L_81 = L_80->___curPos_13; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_82; L_82 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(((int32_t)58), 0, NULL); NullCheck(L_79); DtdParser_Throw_mEE35AE1DA02A2343A42F062D85BA7D04AA9666C5(L_79, L_81, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_82, NULL); } IL_0198_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_83 = V_1; NullCheck(L_83); int32_t L_84 = L_83->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_85 = V_1; NullCheck(L_85); int32_t L_86 = L_85->___tokenStartPos_18; __this->___U3CcolonOffsetU3E5__2_4 = ((int32_t)il2cpp_codegen_subtract(L_84, L_86)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_87 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_88 = V_1; NullCheck(L_88); int32_t L_89 = L_88->___curPos_13; NullCheck(L_87); L_87->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_89, 1)); goto IL_002e_1; } IL_01be_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_90 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_91 = V_1; NullCheck(L_91); int32_t L_92 = L_91->___curPos_13; NullCheck(L_90); L_90->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_92, 1)); goto IL_0130_1; } IL_01d1_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_93 = V_1; NullCheck(L_93); int32_t L_94 = L_93->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_95 = V_1; NullCheck(L_95); int32_t L_96 = L_95->___charsUsed_12; if ((!(((uint32_t)L_94) == ((uint32_t)L_96)))) { goto IL_0270_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_97 = V_1; NullCheck(L_97); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_98; L_98 = DtdParser_ReadDataInNameAsync_m98110F5037EFE04872611F95CC44857BEC945341(L_97, NULL); NullCheck(L_98); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_99; L_99 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_98, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_4 = L_99; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_100; L_100 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_3 = L_100; bool L_101; L_101 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_101) { goto IL_0240_1; } } { int32_t L_102 = 1; V_0 = L_102; __this->___U3CU3E1__state_0 = L_102; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_103 = V_3; __this->___U3CU3Eu__1_5 = L_103; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_104 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC(L_104, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F_mF2A522ECB7B087BA4789F26ADE28CB6F72F657BC_RuntimeMethod_var); goto IL_02bd; } IL_0224_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_105 = __this->___U3CU3Eu__1_5; V_3 = L_105; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_106 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_106, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_107 = (-1); V_0 = L_107; __this->___U3CU3E1__state_0 = L_107; } IL_0240_1: { bool L_108; L_108 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_3), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_108) { goto IL_0130_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_109 = V_1; NullCheck(L_109); int32_t L_110 = L_109->___tokenStartPos_18; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_111 = V_1; NullCheck(L_111); int32_t L_112 = L_111->___curPos_13; if ((!(((uint32_t)L_110) == ((uint32_t)L_112)))) { goto IL_0270_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_113 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_114 = V_1; NullCheck(L_114); int32_t L_115 = L_114->___curPos_13; NullCheck(L_113); DtdParser_Throw_mA82BAD834C0CCDE0E9325996E4560953761B62D0(L_113, L_115, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral5BB3788A197C26B8310159EC9A81635814ABB05B, NULL); } IL_0270_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_116 = V_1; int32_t L_117 = __this->___U3CcolonOffsetU3E5__2_4; G_B32_0 = L_116; if ((((int32_t)L_117) == ((int32_t)(-1)))) { G_B33_0 = L_116; goto IL_0289_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_118 = V_1; NullCheck(L_118); int32_t L_119 = L_118->___tokenStartPos_18; int32_t L_120 = __this->___U3CcolonOffsetU3E5__2_4; G_B34_0 = ((int32_t)il2cpp_codegen_add(L_119, L_120)); G_B34_1 = G_B32_0; goto IL_028a_1; } IL_0289_1: { G_B34_0 = (-1); G_B34_1 = G_B33_0; } IL_028a_1: { NullCheck(G_B34_1); G_B34_1->___colonPos_19 = G_B34_0; goto IL_02aa; } }// 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_0291; } throw e; } CATCH_0291: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_121 = (&__this->___U3CU3Et__builder_1); Exception_t* L_122 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_121, L_122, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02bd; }// end catch (depth: 1) IL_02aa: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_123 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_123, NULL); } IL_02bd: { return; } } IL2CPP_EXTERN_C void U3CScanQNameAsyncU3Ed__198_MoveNext_mE64783FF3245ED77AE5F39D1496E7BF6D6CF1415_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanQNameAsyncU3Ed__198_MoveNext_mE64783FF3245ED77AE5F39D1496E7BF6D6CF1415(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__198::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanQNameAsyncU3Ed__198_SetStateMachine_m80870DA53EBE2FCECE6794624F9F4832FE669FAF (U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795(L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C void U3CScanQNameAsyncU3Ed__198_SetStateMachine_m80870DA53EBE2FCECE6794624F9F4832FE669FAF_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanQNameAsyncU3Ed__198_t8D116D05B4FCC5A3705F8295BA3C2ADD5CA90E6F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanQNameAsyncU3Ed__198_SetStateMachine_m80870DA53EBE2FCECE6794624F9F4832FE669FAF(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__199::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataInNameAsyncU3Ed__199_MoveNext_m97A56217C2424F7BB2B029ADD577716B9F0A5EC0 (U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47_m63A2DCC00C0F660BA61620D2998801CDB70C89C9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; bool V_2 = false; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_006f_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); int32_t L_4 = L_3->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___tokenStartPos_18; __this->___U3CoffsetU3E5__2_3 = ((int32_t)il2cpp_codegen_subtract(L_4, L_6)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_7 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->___tokenStartPos_18; NullCheck(L_7); L_7->___curPos_13 = L_9; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_10 = V_1; NullCheck(L_10); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_11; L_11 = DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566(L_10, NULL); NullCheck(L_11); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_12; L_12 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_11, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_4 = L_12; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_13; L_13 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_3 = L_13; bool L_14; L_14 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_14) { goto IL_008b_1; } } { int32_t L_15 = 0; V_0 = L_15; __this->___U3CU3E1__state_0 = L_15; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_16 = V_3; __this->___U3CU3Eu__1_4 = L_16; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_17 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47_m63A2DCC00C0F660BA61620D2998801CDB70C89C9(L_17, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47_m63A2DCC00C0F660BA61620D2998801CDB70C89C9_RuntimeMethod_var); goto IL_00e4; } IL_006f_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_18 = __this->___U3CU3Eu__1_4; V_3 = L_18; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_19 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_19, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_20 = (-1); V_0 = L_20; __this->___U3CU3E1__state_0 = L_20; } IL_008b_1: { int32_t L_21; L_21 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_3), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_22 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->___curPos_13; NullCheck(L_22); L_22->___tokenStartPos_18 = L_24; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_26 = V_1; NullCheck(L_26); int32_t L_27 = L_26->___curPos_13; int32_t L_28 = __this->___U3CoffsetU3E5__2_3; NullCheck(L_25); L_25->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_27, L_28)); V_2 = (bool)((!(((uint32_t)L_21) <= ((uint32_t)0)))? 1 : 0); goto IL_00d0; } }// 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_00b7; } throw e; } CATCH_00b7: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_29 = (&__this->___U3CU3Et__builder_1); Exception_t* L_30 = V_5; AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_29, L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00e4; }// end catch (depth: 1) IL_00d0: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_31 = (&__this->___U3CU3Et__builder_1); bool L_32 = V_2; AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_31, L_32, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); } IL_00e4: { return; } } IL2CPP_EXTERN_C void U3CReadDataInNameAsyncU3Ed__199_MoveNext_m97A56217C2424F7BB2B029ADD577716B9F0A5EC0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CReadDataInNameAsyncU3Ed__199_MoveNext_m97A56217C2424F7BB2B029ADD577716B9F0A5EC0(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__199::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataInNameAsyncU3Ed__199_SetStateMachine_m5E3199006E23416DD9247E0BA4205A26E5D7829D (U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CReadDataInNameAsyncU3Ed__199_SetStateMachine_m5E3199006E23416DD9247E0BA4205A26E5D7829D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CReadDataInNameAsyncU3Ed__199_tC5A5A743DE62303D560A5E594B29EEEE3A3AAE47* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CReadDataInNameAsyncU3Ed__199_SetStateMachine_m5E3199006E23416DD9247E0BA4205A26E5D7829D(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__200::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNmtokenAsyncU3Ed__200_MoveNext_m28AD9E0F135B9F417B9E3068F97C579DE1DAF036 (U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0_m558D8C205BACB59A5A41851FD87EABDDE1A0F54F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_2; memset((&V_2), 0, sizeof(V_2)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0108_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->___curPos_13; NullCheck(L_3); L_3->___tokenStartPos_18 = L_5; } IL_0020_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_6 = V_1; NullCheck(L_6); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_7 = (&L_6->___xmlCharType_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7->___charProperties_2; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_9 = V_1; NullCheck(L_9); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->___curPos_13; NullCheck(L_10); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_10)->GetAt(static_cast(L_13)); NullCheck(L_8); uint16_t L_15 = L_14; uint8_t L_16 = (L_8)->GetAt(static_cast(L_15)); if (((int32_t)((int32_t)L_16&8))) { goto IL_004e_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_17 = V_1; NullCheck(L_17); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = L_17->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_19 = V_1; NullCheck(L_19); int32_t L_20 = L_19->___curPos_13; NullCheck(L_18); int32_t L_21 = L_20; uint16_t L_22 = (uint16_t)(L_18)->GetAt(static_cast(L_21)); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58))))) { goto IL_005e_1; } } IL_004e_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_23 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_24 = V_1; NullCheck(L_24); int32_t L_25 = L_24->___curPos_13; NullCheck(L_23); L_23->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_25, 1)); goto IL_0020_1; } IL_005e_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_26 = V_1; NullCheck(L_26); int32_t L_27 = L_26->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->___charsUsed_12; if ((((int32_t)L_27) >= ((int32_t)L_29))) { goto IL_00a8_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_30 = V_1; NullCheck(L_30); int32_t L_31 = L_30->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_32 = V_1; NullCheck(L_32); int32_t L_33 = L_32->___tokenStartPos_18; if (((int32_t)il2cpp_codegen_subtract(L_31, L_33))) { goto IL_00a3_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_34 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_35 = V_1; NullCheck(L_35); int32_t L_36 = L_35->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_37 = V_1; NullCheck(L_37); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = L_37->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_39 = V_1; NullCheck(L_39); int32_t L_40 = L_39->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_41 = V_1; NullCheck(L_41); int32_t L_42 = L_41->___curPos_13; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_43; L_43 = XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5(L_38, L_40, L_42, NULL); NullCheck(L_34); DtdParser_Throw_mEE35AE1DA02A2343A42F062D85BA7D04AA9666C5(L_34, L_36, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_43, NULL); } IL_00a3_1: { goto IL_01aa; } IL_00a8_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_44 = V_1; NullCheck(L_44); int32_t L_45 = L_44->___curPos_13; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_46 = V_1; NullCheck(L_46); int32_t L_47 = L_46->___tokenStartPos_18; __this->___U3ClenU3E5__2_3 = ((int32_t)il2cpp_codegen_subtract(L_45, L_47)); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_48 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_49 = V_1; NullCheck(L_49); int32_t L_50 = L_49->___tokenStartPos_18; NullCheck(L_48); L_48->___curPos_13 = L_50; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_51 = V_1; NullCheck(L_51); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_52; L_52 = DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566(L_51, NULL); NullCheck(L_52); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_53; L_53 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_52, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_3 = L_53; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_54; L_54 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_2 = L_54; bool L_55; L_55 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_55) { goto IL_0124_1; } } { int32_t L_56 = 0; V_0 = L_56; __this->___U3CU3E1__state_0 = L_56; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_57 = V_2; __this->___U3CU3Eu__1_4 = L_57; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_58 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0_m558D8C205BACB59A5A41851FD87EABDDE1A0F54F(L_58, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0_m558D8C205BACB59A5A41851FD87EABDDE1A0F54F_RuntimeMethod_var); goto IL_01bd; } IL_0108_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_59 = __this->___U3CU3Eu__1_4; V_2 = L_59; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_60 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_60, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_61 = (-1); V_0 = L_61; __this->___U3CU3E1__state_0 = L_61; } IL_0124_1: { int32_t L_62; L_62 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_2), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); if (L_62) { goto IL_016d_1; } } { int32_t L_63 = __this->___U3ClenU3E5__2_3; if ((((int32_t)L_63) <= ((int32_t)0))) { goto IL_0157_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_64 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_65 = V_1; NullCheck(L_65); int32_t L_66 = L_65->___curPos_13; NullCheck(L_64); L_64->___tokenStartPos_18 = L_66; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_67 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_68 = V_1; NullCheck(L_68); int32_t L_69 = L_68->___curPos_13; int32_t L_70 = __this->___U3ClenU3E5__2_3; NullCheck(L_67); L_67->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_69, L_70)); goto IL_01aa; } IL_0157_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_71 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_72 = V_1; NullCheck(L_72); int32_t L_73 = L_72->___curPos_13; NullCheck(L_71); DtdParser_Throw_mA82BAD834C0CCDE0E9325996E4560953761B62D0(L_71, L_73, _stringLiteralC3DB0D079E5BFE18627887A05D78AFD607BC0AAC, _stringLiteral6BF61ABC5F7B64F3477624AFB1B9EBB636A0543B, NULL); } IL_016d_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_74 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_75 = V_1; NullCheck(L_75); int32_t L_76 = L_75->___curPos_13; NullCheck(L_74); L_74->___tokenStartPos_18 = L_76; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_77 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_78 = V_1; NullCheck(L_78); int32_t L_79 = L_78->___curPos_13; int32_t L_80 = __this->___U3ClenU3E5__2_3; NullCheck(L_77); L_77->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_79, L_80)); goto IL_0020_1; } }// 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_0191; } throw e; } CATCH_0191: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_81 = (&__this->___U3CU3Et__builder_1); Exception_t* L_82 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_81, L_82, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01bd; }// end catch (depth: 1) IL_01aa: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_83 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_83, NULL); } IL_01bd: { return; } } IL2CPP_EXTERN_C void U3CScanNmtokenAsyncU3Ed__200_MoveNext_m28AD9E0F135B9F417B9E3068F97C579DE1DAF036_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanNmtokenAsyncU3Ed__200_MoveNext_m28AD9E0F135B9F417B9E3068F97C579DE1DAF036(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__200::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CScanNmtokenAsyncU3Ed__200_SetStateMachine_m5F8E4743F463E3649AE983B6D3647784FC4B1D54 (U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { { AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795(L_0, L_1, NULL); return; } } IL2CPP_EXTERN_C void U3CScanNmtokenAsyncU3Ed__200_SetStateMachine_m5F8E4743F463E3649AE983B6D3647784FC4B1D54_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CScanNmtokenAsyncU3Ed__200_t6BD54C306759A7599627F8C62B52B35F399A21A0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CScanNmtokenAsyncU3Ed__200_SetStateMachine_m5F8E4743F463E3649AE983B6D3647784FC4B1D54(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__201::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatPublicKeywordAsyncU3Ed__201_MoveNext_m14625A6430F37B09266EA2F45FF1DEF2976E7CC3 (U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0_m080484C2480DCF6DDE3EBB8374A996CCE8DC7179_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; bool V_2 = false; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0055_1; } } { goto IL_0081_1; } IL_0013_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_4; L_4 = DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566(L_3, NULL); NullCheck(L_4); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_5; L_5 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_4, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_4 = L_5; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_6; L_6 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_3 = L_6; bool L_7; L_7 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_7) { goto IL_0071_1; } } { int32_t L_8 = 0; V_0 = L_8; __this->___U3CU3E1__state_0 = L_8; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_9 = V_3; __this->___U3CU3Eu__1_3 = L_9; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_10 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0_m080484C2480DCF6DDE3EBB8374A996CCE8DC7179(L_10, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0_m080484C2480DCF6DDE3EBB8374A996CCE8DC7179_RuntimeMethod_var); goto IL_0133; } IL_0055_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_11 = __this->___U3CU3Eu__1_3; V_3 = L_11; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_12 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_12, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_13 = (-1); V_0 = L_13; __this->___U3CU3E1__state_0 = L_13; } IL_0071_1: { int32_t L_14; L_14 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_3), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); if (L_14) { goto IL_0081_1; } } { V_2 = (bool)0; goto IL_011f; } IL_0081_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_15 = V_1; NullCheck(L_15); int32_t L_16 = L_15->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_17 = V_1; NullCheck(L_17); int32_t L_18 = L_17->___curPos_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_16, L_18))) < ((int32_t)6))) { goto IL_0013_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_19 = V_1; NullCheck(L_19); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = L_19->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->___curPos_13; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add(L_22, 1)); uint16_t L_24 = (uint16_t)(L_20)->GetAt(static_cast(L_23)); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)85))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = L_25->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->___curPos_13; NullCheck(L_26); int32_t L_29 = ((int32_t)il2cpp_codegen_add(L_28, 2)); uint16_t L_30 = (uint16_t)(L_26)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)66))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; NullCheck(L_31); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = L_31->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_33 = V_1; NullCheck(L_33); int32_t L_34 = L_33->___curPos_13; NullCheck(L_32); int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 3)); uint16_t L_36 = (uint16_t)(L_32)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)76))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_37 = V_1; NullCheck(L_37); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = L_37->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_39 = V_1; NullCheck(L_39); int32_t L_40 = L_39->___curPos_13; NullCheck(L_38); int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_40, 4)); uint16_t L_42 = (uint16_t)(L_38)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)73))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_43 = V_1; NullCheck(L_43); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = L_43->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_45 = V_1; NullCheck(L_45); int32_t L_46 = L_45->___curPos_13; NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 5)); uint16_t L_48 = (uint16_t)(L_44)->GetAt(static_cast(L_47)); if ((((int32_t)L_48) == ((int32_t)((int32_t)67)))) { goto IL_00f4_1; } } IL_00f0_1: { V_2 = (bool)0; goto IL_011f; } IL_00f4_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_49 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_50 = V_1; NullCheck(L_50); int32_t L_51 = L_50->___curPos_13; NullCheck(L_49); L_49->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_51, 6)); V_2 = (bool)1; goto IL_011f; } }// 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_0106; } throw e; } CATCH_0106: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_52 = (&__this->___U3CU3Et__builder_1); Exception_t* L_53 = V_5; AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_52, L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0133; }// end catch (depth: 1) IL_011f: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_54 = (&__this->___U3CU3Et__builder_1); bool L_55 = V_2; AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_54, L_55, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); } IL_0133: { return; } } IL2CPP_EXTERN_C void U3CEatPublicKeywordAsyncU3Ed__201_MoveNext_m14625A6430F37B09266EA2F45FF1DEF2976E7CC3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEatPublicKeywordAsyncU3Ed__201_MoveNext_m14625A6430F37B09266EA2F45FF1DEF2976E7CC3(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__201::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatPublicKeywordAsyncU3Ed__201_SetStateMachine_m9362FBAFE9B41FB729598842CB43B3170E85E51D (U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CEatPublicKeywordAsyncU3Ed__201_SetStateMachine_m9362FBAFE9B41FB729598842CB43B3170E85E51D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CEatPublicKeywordAsyncU3Ed__201_t24C63D7CFFBBB2DF0B99FEAE3389ABD12DE492B0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEatPublicKeywordAsyncU3Ed__201_SetStateMachine_m9362FBAFE9B41FB729598842CB43B3170E85E51D(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__202::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatSystemKeywordAsyncU3Ed__202_MoveNext_m4200BF8FC8F4F977423C1BD1AA49FB71D8701EF1 (U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B_mE6F90024D5AAC1F5C9DC121990E97257952DCD58_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; bool V_2 = false; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_0055_1; } } { goto IL_0081_1; } IL_0013_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_4; L_4 = DtdParser_ReadDataAsync_mC071ABB7797EBFAA16142CF88B4DA3C2584D7566(L_3, NULL); NullCheck(L_4); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_5; L_5 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_4, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_4 = L_5; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_6; L_6 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_3 = L_6; bool L_7; L_7 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_7) { goto IL_0071_1; } } { int32_t L_8 = 0; V_0 = L_8; __this->___U3CU3E1__state_0 = L_8; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_9 = V_3; __this->___U3CU3Eu__1_3 = L_9; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_10 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B_mE6F90024D5AAC1F5C9DC121990E97257952DCD58(L_10, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B_mE6F90024D5AAC1F5C9DC121990E97257952DCD58_RuntimeMethod_var); goto IL_0133; } IL_0055_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_11 = __this->___U3CU3Eu__1_3; V_3 = L_11; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_12 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_12, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_13 = (-1); V_0 = L_13; __this->___U3CU3E1__state_0 = L_13; } IL_0071_1: { int32_t L_14; L_14 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_3), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); if (L_14) { goto IL_0081_1; } } { V_2 = (bool)0; goto IL_011f; } IL_0081_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_15 = V_1; NullCheck(L_15); int32_t L_16 = L_15->___charsUsed_12; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_17 = V_1; NullCheck(L_17); int32_t L_18 = L_17->___curPos_13; if ((((int32_t)((int32_t)il2cpp_codegen_subtract(L_16, L_18))) < ((int32_t)6))) { goto IL_0013_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_19 = V_1; NullCheck(L_19); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_20 = L_19->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->___curPos_13; NullCheck(L_20); int32_t L_23 = ((int32_t)il2cpp_codegen_add(L_22, 1)); uint16_t L_24 = (uint16_t)(L_20)->GetAt(static_cast(L_23)); if ((!(((uint32_t)L_24) == ((uint32_t)((int32_t)89))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = L_25->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->___curPos_13; NullCheck(L_26); int32_t L_29 = ((int32_t)il2cpp_codegen_add(L_28, 2)); uint16_t L_30 = (uint16_t)(L_26)->GetAt(static_cast(L_29)); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)83))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_31 = V_1; NullCheck(L_31); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_32 = L_31->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_33 = V_1; NullCheck(L_33); int32_t L_34 = L_33->___curPos_13; NullCheck(L_32); int32_t L_35 = ((int32_t)il2cpp_codegen_add(L_34, 3)); uint16_t L_36 = (uint16_t)(L_32)->GetAt(static_cast(L_35)); if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)84))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_37 = V_1; NullCheck(L_37); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = L_37->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_39 = V_1; NullCheck(L_39); int32_t L_40 = L_39->___curPos_13; NullCheck(L_38); int32_t L_41 = ((int32_t)il2cpp_codegen_add(L_40, 4)); uint16_t L_42 = (uint16_t)(L_38)->GetAt(static_cast(L_41)); if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)69))))) { goto IL_00f0_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_43 = V_1; NullCheck(L_43); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_44 = L_43->___chars_11; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_45 = V_1; NullCheck(L_45); int32_t L_46 = L_45->___curPos_13; NullCheck(L_44); int32_t L_47 = ((int32_t)il2cpp_codegen_add(L_46, 5)); uint16_t L_48 = (uint16_t)(L_44)->GetAt(static_cast(L_47)); if ((((int32_t)L_48) == ((int32_t)((int32_t)77)))) { goto IL_00f4_1; } } IL_00f0_1: { V_2 = (bool)0; goto IL_011f; } IL_00f4_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_49 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_50 = V_1; NullCheck(L_50); int32_t L_51 = L_50->___curPos_13; NullCheck(L_49); L_49->___curPos_13 = ((int32_t)il2cpp_codegen_add(L_51, 6)); V_2 = (bool)1; goto IL_011f; } }// 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_0106; } throw e; } CATCH_0106: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_52 = (&__this->___U3CU3Et__builder_1); Exception_t* L_53 = V_5; AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_52, L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0133; }// end catch (depth: 1) IL_011f: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_54 = (&__this->___U3CU3Et__builder_1); bool L_55 = V_2; AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_54, L_55, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); } IL_0133: { return; } } IL2CPP_EXTERN_C void U3CEatSystemKeywordAsyncU3Ed__202_MoveNext_m4200BF8FC8F4F977423C1BD1AA49FB71D8701EF1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEatSystemKeywordAsyncU3Ed__202_MoveNext_m4200BF8FC8F4F977423C1BD1AA49FB71D8701EF1(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__202::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CEatSystemKeywordAsyncU3Ed__202_SetStateMachine_mB96E1E9EFF89458A98CDDCFF6278B4AAC452652D (U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CEatSystemKeywordAsyncU3Ed__202_SetStateMachine_mB96E1E9EFF89458A98CDDCFF6278B4AAC452652D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CEatSystemKeywordAsyncU3Ed__202_t6DA10F3BEAA9940B2E613D98CF40F91EA018085B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CEatSystemKeywordAsyncU3Ed__202_SetStateMachine_mB96E1E9EFF89458A98CDDCFF6278B4AAC452652D(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__203::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataAsyncU3Ed__203_MoveNext_m2F8B2129C5B5708B7DE20A1039E3505233B7E0FE (U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0_m909A772D775D26848FA47DE507E88650B2AB33DE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_005b_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_3 = V_1; NullCheck(L_3); DtdParser_SaveParsingBuffer_mA50879908E86FF9D354642A7BF0CDF85ACE35D8A(L_3, NULL); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_4 = V_1; NullCheck(L_4); RuntimeObject* L_5 = L_4->___readerAdapter_0; NullCheck(L_5); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_6; L_6 = InterfaceFuncInvoker0< Task_1_t4C228DE57804012969575431CFF12D57C875552D* >::Invoke(25 /* System.Threading.Tasks.Task`1 System.Xml.IDtdParserAdapter::ReadDataAsync() */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_5); NullCheck(L_6); ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_7; L_7 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_6, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var); V_4 = L_7; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_8; L_8 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var); V_3 = L_8; bool L_9; L_9 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var); if (L_9) { goto IL_0077_1; } } { int32_t L_10 = 0; V_0 = L_10; __this->___U3CU3E1__state_0 = L_10; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_11 = V_3; __this->___U3CU3Eu__1_3 = L_11; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_12 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0_m909A772D775D26848FA47DE507E88650B2AB33DE(L_12, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0_m909A772D775D26848FA47DE507E88650B2AB33DE_RuntimeMethod_var); goto IL_00b4; } IL_005b_1: { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_13 = __this->___U3CU3Eu__1_3; V_3 = L_13; ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_14 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_14, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)); int32_t L_15 = (-1); V_0 = L_15; __this->___U3CU3E1__state_0 = L_15; } IL_0077_1: { int32_t L_16; L_16 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_3), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var); DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_17 = V_1; NullCheck(L_17); DtdParser_LoadParsingBuffer_mF05F85D2FBE70046CCFD312890F918B9D0961C14(L_17, NULL); V_2 = L_16; goto IL_00a0; } }// 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_0087; } throw e; } CATCH_0087: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_18 = (&__this->___U3CU3Et__builder_1); Exception_t* L_19 = V_5; AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575(L_18, L_19, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00b4; }// end catch (depth: 1) IL_00a0: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_20 = (&__this->___U3CU3Et__builder_1); int32_t L_21 = V_2; AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B(L_20, L_21, AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var); } IL_00b4: { return; } } IL2CPP_EXTERN_C void U3CReadDataAsyncU3Ed__203_MoveNext_m2F8B2129C5B5708B7DE20A1039E3505233B7E0FE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CReadDataAsyncU3Ed__203_MoveNext_m2F8B2129C5B5708B7DE20A1039E3505233B7E0FE(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__203::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadDataAsyncU3Ed__203_SetStateMachine_m3D4FB1B39EBB00F7F5215914FF3CB1A952D65772 (U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CReadDataAsyncU3Ed__203_SetStateMachine_m3D4FB1B39EBB00F7F5215914FF3CB1A952D65772_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CReadDataAsyncU3Ed__203_t7B79A5F163C228AC3DA5F2C3237242DEB72D96C0* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CReadDataAsyncU3Ed__203_SetStateMachine_m3D4FB1B39EBB00F7F5215914FF3CB1A952D65772(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.DtdParser/d__205::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CHandleEntityReferenceAsyncU3Ed__205_MoveNext_m0D5B385C50BBD7779861912462C24E85A6D6FCD5 (U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m2297F380798F60049FD66B3E78B4F973EF556E0B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mF522853CAB6DF4A0DD0546D6C6E06FDE740AE6CC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mD9A6F2D21A32D270BC2BBDF7BB3CD4CBF4B8DD05_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m5E8B307A1F769769135DB9162F6EF5FB737CC692_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mA5F70EC572B3DD014E0C43C4387A38FFA099FC11_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral798FAE79042022F0E20CDBB3AD4A4E26A3AA7677); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* V_1 = NULL; bool V_2 = false; SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* V_3 = NULL; int32_t V_4 = 0; ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 V_5; memset((&V_5), 0, sizeof(V_5)); ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38 V_6; memset((&V_6), 0, sizeof(V_6)); Exception_t* V_7 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; int32_t G_B12_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* G_B12_1 = NULL; int32_t G_B11_0 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* G_B11_1 = NULL; String_t* G_B13_0 = NULL; int32_t G_B13_1 = 0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* G_B13_2 = NULL; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_011c_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_01c7_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_4 = V_1; NullCheck(L_4); DtdParser_SaveParsingBuffer_mA50879908E86FF9D354642A7BF0CDF85ACE35D8A(L_4, NULL); bool L_5 = __this->___paramEntity_3; if (!L_5) { goto IL_005d_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_6 = V_1; NullCheck(L_6); bool L_7; L_7 = DtdParser_get_ParsingInternalSubset_mF2EDC8896A9EF87EFC4BFB9DC631B3079DF05399(L_6, NULL); if (!L_7) { goto IL_005d_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_8 = V_1; NullCheck(L_8); bool L_9; L_9 = DtdParser_get_ParsingTopLevelMarkup_m4836E76B7F5C3C3CA7D8574377C0F00BA2BB0BCF(L_8, NULL); if (L_9) { goto IL_005d_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_10 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->___curPos_13; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_13 = __this->___entityName_4; NullCheck(L_13); String_t* L_14; L_14 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_13, NULL); NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL); NullCheck(L_10); DtdParser_Throw_m227864B3930C74094485358ABBE02CE11F3E9E77(L_10, ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_12, L_15)), 1)), _stringLiteral798FAE79042022F0E20CDBB3AD4A4E26A3AA7677, NULL); } IL_005d_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_16 = V_1; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_17 = __this->___entityName_4; bool L_18 = __this->___paramEntity_3; bool L_19 = __this->___inAttribute_5; NullCheck(L_16); SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_20; L_20 = DtdParser_VerifyEntityReference_m84A330F3B961DFFD33E4BFA07F60013BCF96665E(L_16, L_17, L_18, (bool)1, L_19, NULL); V_3 = L_20; SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_21 = V_3; if (L_21) { goto IL_0081_1; } } { V_2 = (bool)0; goto IL_0257; } IL_0081_1: { SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_22 = V_3; NullCheck(L_22); bool L_23; L_23 = SchemaEntity_get_ParsingInProgress_m1A11FBE9700163EB33B81751FB96EA42F99F90EC_inline(L_22, NULL); if (!L_23) { goto IL_00c7_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_24 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_25 = V_1; NullCheck(L_25); int32_t L_26 = L_25->___curPos_13; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_27 = __this->___entityName_4; NullCheck(L_27); String_t* L_28; L_28 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_27, NULL); NullCheck(L_28); int32_t L_29; L_29 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_28, NULL); bool L_30 = __this->___paramEntity_3; G_B11_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_26, L_29)), 1)); G_B11_1 = L_24; if (L_30) { G_B12_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_subtract(L_26, L_29)), 1)); G_B12_1 = L_24; goto IL_00b2_1; } } { G_B13_0 = _stringLiteralD27E638C5F6B34DE55DDC1E7B33B6C164CB88CAC; G_B13_1 = G_B11_0; G_B13_2 = G_B11_1; goto IL_00b7_1; } IL_00b2_1: { G_B13_0 = _stringLiteralE9BAFB0222941360F2752ADB95BF13DFDF07C373; G_B13_1 = G_B12_0; G_B13_2 = G_B12_1; } IL_00b7_1: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_31 = __this->___entityName_4; NullCheck(L_31); String_t* L_32; L_32 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_31, NULL); NullCheck(G_B13_2); DtdParser_Throw_mA82BAD834C0CCDE0E9325996E4560953761B62D0(G_B13_2, G_B13_1, G_B13_0, L_32, NULL); } IL_00c7_1: { SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_33 = V_3; NullCheck(L_33); bool L_34; L_34 = SchemaEntity_get_IsExternal_mBFBDEF21B96AE11DAF242E5B7E2C3B63693FC8CE_inline(L_33, NULL); if (!L_34) { goto IL_0169_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_35 = V_1; NullCheck(L_35); RuntimeObject* L_36 = L_35->___readerAdapter_0; SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_37 = V_3; NullCheck(L_36); Task_1_tC793EC4BCAF3441C475639996F591673C58B3730* L_38; L_38 = InterfaceFuncInvoker1< Task_1_tC793EC4BCAF3441C475639996F591673C58B3730*, RuntimeObject* >::Invoke(30 /* System.Threading.Tasks.Task`1> System.Xml.IDtdParserAdapter::PushEntityAsync(System.Xml.IDtdEntityInfo) */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_36, L_37); NullCheck(L_38); ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38 L_39; L_39 = Task_1_ConfigureAwait_mA5F70EC572B3DD014E0C43C4387A38FFA099FC11(L_38, (bool)0, Task_1_ConfigureAwait_mA5F70EC572B3DD014E0C43C4387A38FFA099FC11_RuntimeMethod_var); V_6 = L_39; ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 L_40; L_40 = ConfiguredTaskAwaitable_1_GetAwaiter_mF522853CAB6DF4A0DD0546D6C6E06FDE740AE6CC_inline((&V_6), ConfiguredTaskAwaitable_1_GetAwaiter_mF522853CAB6DF4A0DD0546D6C6E06FDE740AE6CC_RuntimeMethod_var); V_5 = L_40; bool L_41; L_41 = ConfiguredTaskAwaiter_get_IsCompleted_m5E8B307A1F769769135DB9162F6EF5FB737CC692((&V_5), ConfiguredTaskAwaiter_get_IsCompleted_m5E8B307A1F769769135DB9162F6EF5FB737CC692_RuntimeMethod_var); if (L_41) { goto IL_0139_1; } } { int32_t L_42 = 0; V_0 = L_42; __this->___U3CU3E1__state_0 = L_42; ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 L_43 = V_5; __this->___U3CU3Eu__1_7 = L_43; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_44 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m2297F380798F60049FD66B3E78B4F973EF556E0B(L_44, (&V_5), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m2297F380798F60049FD66B3E78B4F973EF556E0B_RuntimeMethod_var); goto IL_026b; } IL_011c_1: { ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 L_45 = __this->___U3CU3Eu__1_7; V_5 = L_45; ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37* L_46 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_46, sizeof(ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37)); int32_t L_47 = (-1); V_0 = L_47; __this->___U3CU3E1__state_0 = L_47; } IL_0139_1: { Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* L_48; L_48 = ConfiguredTaskAwaiter_GetResult_mD9A6F2D21A32D270BC2BBDF7BB3CD4CBF4B8DD05((&V_5), ConfiguredTaskAwaiter_GetResult_mD9A6F2D21A32D270BC2BBDF7BB3CD4CBF4B8DD05_RuntimeMethod_var); Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* L_49 = L_48; NullCheck(L_49); int32_t L_50; L_50 = Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_inline(L_49, Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_RuntimeMethod_var); V_4 = L_50; NullCheck(L_49); bool L_51; L_51 = Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_inline(L_49, Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_RuntimeMethod_var); if (L_51) { goto IL_0156_1; } } { V_2 = (bool)0; goto IL_0257; } IL_0156_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_52 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_53 = V_1; NullCheck(L_53); int32_t L_54 = L_53->___externalEntitiesDepth_21; NullCheck(L_52); L_52->___externalEntitiesDepth_21 = ((int32_t)il2cpp_codegen_add(L_54, 1)); goto IL_01fe_1; } IL_0169_1: { SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_55 = V_3; NullCheck(L_55); String_t* L_56; L_56 = SchemaEntity_get_Text_mDCF201E623D7A98F87E859ACDEE9B5B6B4E953AE_inline(L_55, NULL); NullCheck(L_56); int32_t L_57; L_57 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_56, NULL); if (L_57) { goto IL_017d_1; } } { V_2 = (bool)0; goto IL_0257; } IL_017d_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_58 = V_1; NullCheck(L_58); RuntimeObject* L_59 = L_58->___readerAdapter_0; SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* L_60 = V_3; NullCheck(L_59); Task_1_tC793EC4BCAF3441C475639996F591673C58B3730* L_61; L_61 = InterfaceFuncInvoker1< Task_1_tC793EC4BCAF3441C475639996F591673C58B3730*, RuntimeObject* >::Invoke(30 /* System.Threading.Tasks.Task`1> System.Xml.IDtdParserAdapter::PushEntityAsync(System.Xml.IDtdEntityInfo) */, IDtdParserAdapter_t3BCF4AF35AE181234EB048BE11244FF2D622A311_il2cpp_TypeInfo_var, L_59, L_60); NullCheck(L_61); ConfiguredTaskAwaitable_1_tDB91372697ADE5C234F73E5EDE639152E6FA4A38 L_62; L_62 = Task_1_ConfigureAwait_mA5F70EC572B3DD014E0C43C4387A38FFA099FC11(L_61, (bool)0, Task_1_ConfigureAwait_mA5F70EC572B3DD014E0C43C4387A38FFA099FC11_RuntimeMethod_var); V_6 = L_62; ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 L_63; L_63 = ConfiguredTaskAwaitable_1_GetAwaiter_mF522853CAB6DF4A0DD0546D6C6E06FDE740AE6CC_inline((&V_6), ConfiguredTaskAwaitable_1_GetAwaiter_mF522853CAB6DF4A0DD0546D6C6E06FDE740AE6CC_RuntimeMethod_var); V_5 = L_63; bool L_64; L_64 = ConfiguredTaskAwaiter_get_IsCompleted_m5E8B307A1F769769135DB9162F6EF5FB737CC692((&V_5), ConfiguredTaskAwaiter_get_IsCompleted_m5E8B307A1F769769135DB9162F6EF5FB737CC692_RuntimeMethod_var); if (L_64) { goto IL_01e4_1; } } { int32_t L_65 = 1; V_0 = L_65; __this->___U3CU3E1__state_0 = L_65; ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 L_66 = V_5; __this->___U3CU3Eu__1_7 = L_66; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_67 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m2297F380798F60049FD66B3E78B4F973EF556E0B(L_67, (&V_5), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37_TisU3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E_m2297F380798F60049FD66B3E78B4F973EF556E0B_RuntimeMethod_var); goto IL_026b; } IL_01c7_1: { ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37 L_68 = __this->___U3CU3Eu__1_7; V_5 = L_68; ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37* L_69 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_69, sizeof(ConfiguredTaskAwaiter_t704831B15849E44D21EF7AF1002CF2C669B40E37)); int32_t L_70 = (-1); V_0 = L_70; __this->___U3CU3E1__state_0 = L_70; } IL_01e4_1: { Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* L_71; L_71 = ConfiguredTaskAwaiter_GetResult_mD9A6F2D21A32D270BC2BBDF7BB3CD4CBF4B8DD05((&V_5), ConfiguredTaskAwaiter_GetResult_mD9A6F2D21A32D270BC2BBDF7BB3CD4CBF4B8DD05_RuntimeMethod_var); Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* L_72 = L_71; NullCheck(L_72); int32_t L_73; L_73 = Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_inline(L_72, Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_RuntimeMethod_var); V_4 = L_73; NullCheck(L_72); bool L_74; L_74 = Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_inline(L_72, Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_RuntimeMethod_var); if (L_74) { goto IL_01fe_1; } } { V_2 = (bool)0; goto IL_0257; } IL_01fe_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_75 = V_1; int32_t L_76 = V_4; NullCheck(L_75); L_75->___currentEntityId_22 = L_76; bool L_77 = __this->___paramEntity_3; if (!L_77) { goto IL_0234_1; } } { bool L_78 = __this->___inLiteral_6; if (L_78) { goto IL_0234_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_79 = V_1; NullCheck(L_79); int32_t L_80 = L_79->___scanningFunction_14; if ((((int32_t)L_80) == ((int32_t)((int32_t)32)))) { goto IL_0234_1; } } { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_81 = V_1; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_82 = V_1; NullCheck(L_82); int32_t L_83 = L_82->___scanningFunction_14; NullCheck(L_81); L_81->___savedScanningFunction_16 = L_83; DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_84 = V_1; NullCheck(L_84); L_84->___scanningFunction_14 = ((int32_t)32); } IL_0234_1: { DtdParser_t31747CA45152BB55FE1F36C68444606A21100C53* L_85 = V_1; NullCheck(L_85); DtdParser_LoadParsingBuffer_mF05F85D2FBE70046CCFD312890F918B9D0961C14(L_85, NULL); V_2 = (bool)1; goto IL_0257; } }// 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_023e; } throw e; } CATCH_023e: {// begin catch(System.Exception) V_7 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_86 = (&__this->___U3CU3Et__builder_1); Exception_t* L_87 = V_7; AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_86, L_87, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_026b; }// end catch (depth: 1) IL_0257: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_88 = (&__this->___U3CU3Et__builder_1); bool L_89 = V_2; AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_88, L_89, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); } IL_026b: { return; } } IL2CPP_EXTERN_C void U3CHandleEntityReferenceAsyncU3Ed__205_MoveNext_m0D5B385C50BBD7779861912462C24E85A6D6FCD5_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CHandleEntityReferenceAsyncU3Ed__205_MoveNext_m0D5B385C50BBD7779861912462C24E85A6D6FCD5(_thisAdjusted, method); } // System.Void System.Xml.DtdParser/d__205::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CHandleEntityReferenceAsyncU3Ed__205_SetStateMachine_m46906960759FA983571C580CFCCFC1DD297DCB91 (U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CHandleEntityReferenceAsyncU3Ed__205_SetStateMachine_m46906960759FA983571C580CFCCFC1DD297DCB91_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CHandleEntityReferenceAsyncU3Ed__205_t5ADA0096762A0DF2CD7BA1B7636FF930C9ECD01E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CHandleEntityReferenceAsyncU3Ed__205_SetStateMachine_m46906960759FA983571C580CFCCFC1DD297DCB91(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.ValidateNames::ParseNmtoken(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtoken_m833C3208C2F99EDAE6867D01B1BC73C0D9158448 (String_t* ___0_s, int32_t ___1_offset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___1_offset; V_0 = L_0; goto IL_001e; } IL_0004: { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0)->___charProperties_2; String_t* L_2 = ___0_s; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (!((int32_t)((int32_t)L_6&8))) { goto IL_0027; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_001e: { int32_t L_8 = V_0; String_t* L_9 = ___0_s; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if ((((int32_t)L_8) < ((int32_t)L_10))) { goto IL_0004; } } IL_0027: { int32_t L_11 = V_0; int32_t L_12 = ___1_offset; return ((int32_t)il2cpp_codegen_subtract(L_11, L_12)); } } // System.Int32 System.Xml.ValidateNames::ParseNmtokenNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNmtokenNoNamespaces_m6899599A7C509C3443C3973574B6F005E9DDC37B (String_t* ___0_s, int32_t ___1_offset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___1_offset; V_0 = L_0; goto IL_0029; } IL_0004: { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0)->___charProperties_2; String_t* L_2 = ___0_s; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&8))) { goto IL_0025; } } { String_t* L_7 = ___0_s; int32_t L_8 = V_0; NullCheck(L_7); Il2CppChar L_9; L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL); if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)58))))) { goto IL_0032; } } IL_0025: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_0029: { int32_t L_11 = V_0; String_t* L_12 = ___0_s; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); if ((((int32_t)L_11) < ((int32_t)L_13))) { goto IL_0004; } } IL_0032: { int32_t L_14 = V_0; int32_t L_15 = ___1_offset; return ((int32_t)il2cpp_codegen_subtract(L_14, L_15)); } } // System.Int32 System.Xml.ValidateNames::ParseNameNoNamespaces(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNameNoNamespaces_m5FD69DDA8536EA0C0DC1822A5BE74AA97D4A5D9B (String_t* ___0_s, int32_t ___1_offset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___1_offset; V_0 = L_0; int32_t L_1 = V_0; String_t* L_2 = ___0_s; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_0062; } } { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = (&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0)->___charProperties_2; String_t* L_5 = ___0_s; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL); NullCheck(L_4); Il2CppChar L_8 = L_7; uint8_t L_9 = (L_4)->GetAt(static_cast(L_8)); if (((int32_t)((int32_t)L_9&4))) { goto IL_002c; } } { String_t* L_10 = ___0_s; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_0032; } } IL_002c: { int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_13, 1)); goto IL_0059; } IL_0032: { return 0; } IL_0034: { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = (&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0)->___charProperties_2; String_t* L_15 = ___0_s; int32_t L_16 = V_0; NullCheck(L_15); Il2CppChar L_17; L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, L_16, NULL); NullCheck(L_14); Il2CppChar L_18 = L_17; uint8_t L_19 = (L_14)->GetAt(static_cast(L_18)); if (((int32_t)((int32_t)L_19&8))) { goto IL_0055; } } { String_t* L_20 = ___0_s; int32_t L_21 = V_0; NullCheck(L_20); Il2CppChar L_22; L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL); if ((!(((uint32_t)L_22) == ((uint32_t)((int32_t)58))))) { goto IL_0062; } } IL_0055: { int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_23, 1)); } IL_0059: { int32_t L_24 = V_0; String_t* L_25 = ___0_s; NullCheck(L_25); int32_t L_26; L_26 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_25, NULL); if ((((int32_t)L_24) < ((int32_t)L_26))) { goto IL_0034; } } IL_0062: { int32_t L_27 = V_0; int32_t L_28 = ___1_offset; return ((int32_t)il2cpp_codegen_subtract(L_27, L_28)); } } // System.Boolean System.Xml.ValidateNames::IsNameNoNamespaces(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidateNames_IsNameNoNamespaces_m8E5C6CB09DDC308507D3D65A0ABBC261C285C9B9 (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNameNoNamespaces_m5FD69DDA8536EA0C0DC1822A5BE74AA97D4A5D9B(L_0, 0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0016; } } { int32_t L_3 = V_0; String_t* L_4 = ___0_s; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); return (bool)((((int32_t)L_3) == ((int32_t)L_5))? 1 : 0); } IL_0016: { return (bool)0; } } // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_mE7FF6AE6B2731CC3737DC7D0D64A6A80F1AD6D9A (String_t* ___0_s, int32_t ___1_offset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___1_offset; V_0 = L_0; int32_t L_1 = V_0; String_t* L_2 = ___0_s; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if ((((int32_t)L_1) >= ((int32_t)L_3))) { goto IL_004c; } } { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = (&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0)->___charProperties_2; String_t* L_5 = ___0_s; int32_t L_6 = V_0; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL); NullCheck(L_4); Il2CppChar L_8 = L_7; uint8_t L_9 = (L_4)->GetAt(static_cast(L_8)); if (!((int32_t)((int32_t)L_9&4))) { goto IL_0027; } } { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1)); goto IL_0043; } IL_0027: { return 0; } IL_0029: { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = (&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0)->___charProperties_2; String_t* L_12 = ___0_s; int32_t L_13 = V_0; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL); NullCheck(L_11); Il2CppChar L_15 = L_14; uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); if (!((int32_t)((int32_t)L_16&8))) { goto IL_004c; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1)); } IL_0043: { int32_t L_18 = V_0; String_t* L_19 = ___0_s; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL); if ((((int32_t)L_18) < ((int32_t)L_20))) { goto IL_0029; } } IL_004c: { int32_t L_21 = V_0; int32_t L_22 = ___1_offset; return ((int32_t)il2cpp_codegen_subtract(L_21, L_22)); } } // System.Int32 System.Xml.ValidateNames::ParseNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseNCName_mCDAB41D94FDEAE76BD8FEE6CA8EA925189D49F8B (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNCName_mE7FF6AE6B2731CC3737DC7D0D64A6A80F1AD6D9A(L_0, 0, NULL); return L_1; } } // System.Int32 System.Xml.ValidateNames::ParseQName(System.String,System.Int32,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidateNames_ParseQName_m4754B68F94F5E33B73DDAE050C9308FDCB0EAC3B (String_t* ___0_s, int32_t ___1_offset, int32_t* ___2_colonOffset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { int32_t* L_0 = ___2_colonOffset; *((int32_t*)L_0) = (int32_t)0; String_t* L_1 = ___0_s; int32_t L_2 = ___1_offset; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_3; L_3 = ValidateNames_ParseNCName_mE7FF6AE6B2731CC3737DC7D0D64A6A80F1AD6D9A(L_1, L_2, NULL); V_0 = L_3; int32_t L_4 = V_0; if (!L_4) { goto IL_003d; } } { int32_t L_5 = ___1_offset; int32_t L_6 = V_0; ___1_offset = ((int32_t)il2cpp_codegen_add(L_5, L_6)); int32_t L_7 = ___1_offset; String_t* L_8 = ___0_s; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if ((((int32_t)L_7) >= ((int32_t)L_9))) { goto IL_003d; } } { String_t* L_10 = ___0_s; int32_t L_11 = ___1_offset; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL); if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)58))))) { goto IL_003d; } } { String_t* L_13 = ___0_s; int32_t L_14 = ___1_offset; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_15; L_15 = ValidateNames_ParseNCName_mE7FF6AE6B2731CC3737DC7D0D64A6A80F1AD6D9A(L_13, ((int32_t)il2cpp_codegen_add(L_14, 1)), NULL); V_1 = L_15; int32_t L_16 = V_1; if (!L_16) { goto IL_003d; } } { int32_t* L_17 = ___2_colonOffset; int32_t L_18 = ___1_offset; *((int32_t*)L_17) = (int32_t)L_18; int32_t L_19 = V_0; int32_t L_20 = V_1; V_0 = ((int32_t)il2cpp_codegen_add(L_19, ((int32_t)il2cpp_codegen_add(L_20, 1)))); } IL_003d: { int32_t L_21 = V_0; return L_21; } } // System.Void System.Xml.ValidateNames::ParseQNameThrow(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ParseQNameThrow_mF256D28CB7D424FA5E379DE438414CA41DDF330C (String_t* ___0_s, String_t** ___1_prefix, String_t** ___2_localName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseQName_m4754B68F94F5E33B73DDAE050C9308FDCB0EAC3B(L_0, 0, (&V_0), NULL); V_1 = L_1; int32_t L_2 = V_1; if (!L_2) { goto IL_0016; } } { int32_t L_3 = V_1; String_t* L_4 = ___0_s; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001e; } } IL_0016: { String_t* L_6 = ___0_s; int32_t L_7 = V_1; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ValidateNames_ThrowInvalidName_m53427B08A8FE9E22DCAF457A3A8846AD1D2EC3D9(L_6, 0, L_7, NULL); } IL_001e: { int32_t L_8 = V_0; if (!L_8) { goto IL_0037; } } { String_t** L_9 = ___1_prefix; String_t* L_10 = ___0_s; int32_t L_11 = V_0; NullCheck(L_10); String_t* L_12; L_12 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_10, 0, L_11, NULL); *((RuntimeObject**)L_9) = (RuntimeObject*)L_12; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_12); String_t** L_13 = ___2_localName; String_t* L_14 = ___0_s; int32_t L_15 = V_0; NullCheck(L_14); String_t* L_16; L_16 = String_Substring_m6BA4A3FA3800FE92662D0847CC8E1EEF940DF472(L_14, ((int32_t)il2cpp_codegen_add(L_15, 1)), NULL); *((RuntimeObject**)L_13) = (RuntimeObject*)L_16; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_13, (void*)(RuntimeObject*)L_16); return; } IL_0037: { String_t** L_17 = ___1_prefix; *((RuntimeObject**)L_17) = (RuntimeObject*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_17, (void*)(RuntimeObject*)_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); String_t** L_18 = ___2_localName; String_t* L_19 = ___0_s; *((RuntimeObject**)L_18) = (RuntimeObject*)L_19; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_18, (void*)(RuntimeObject*)L_19); return; } } // System.Void System.Xml.ValidateNames::ThrowInvalidName(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_ThrowInvalidName_m53427B08A8FE9E22DCAF457A3A8846AD1D2EC3D9 (String_t* ___0_s, int32_t ___1_offsetStartChar, int32_t ___2_offsetBadChar, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___1_offsetStartChar; String_t* L_1 = ___0_s; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_4 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_4); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_ThrowInvalidName_m53427B08A8FE9E22DCAF457A3A8846AD1D2EC3D9_RuntimeMethod_var))); } IL_0019: { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))); String_t* L_5 = ___0_s; int32_t L_6 = ___2_offsetBadChar; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL); bool L_8; L_8 = XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54((&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))))->___xmlCharType_0), L_7, NULL); if (!L_8) { goto IL_0054; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_9; L_9 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); V_0 = L_9; String_t* L_10 = ___0_s; int32_t L_11 = ___2_offsetBadChar; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL); bool L_13; L_13 = XmlCharType_IsStartNCNameSingleChar_m471CCC08015F68609798979A3C5AA7C20533AA08((&V_0), L_12, NULL); if (L_13) { goto IL_0054; } } { String_t* L_14 = ___0_s; int32_t L_15 = ___2_offsetBadChar; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16; L_16 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_14, L_15, NULL); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_17 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_17); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D)), L_16, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_ThrowInvalidName_m53427B08A8FE9E22DCAF457A3A8846AD1D2EC3D9_RuntimeMethod_var))); } IL_0054: { String_t* L_18 = ___0_s; int32_t L_19 = ___2_offsetBadChar; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20; L_20 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_18, L_19, NULL); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_21 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_21); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05)), L_20, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_ThrowInvalidName_m53427B08A8FE9E22DCAF457A3A8846AD1D2EC3D9_RuntimeMethod_var))); } } // System.Exception System.Xml.ValidateNames::GetInvalidNameException(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* ValidateNames_GetInvalidNameException_m78AA9CAAEED917E1885C6B2579B749F9DCD6E262 (String_t* ___0_s, int32_t ___1_offsetStartChar, int32_t ___2_offsetBadChar, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___1_offsetStartChar; String_t* L_1 = ___0_s; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((((int32_t)L_0) < ((int32_t)L_2))) { goto IL_0019; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_4 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_4); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, NULL); return L_4; } IL_0019: { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); String_t* L_5 = ___0_s; int32_t L_6 = ___2_offsetBadChar; NullCheck(L_5); Il2CppChar L_7; L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, L_6, NULL); bool L_8; L_8 = XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54((&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0), L_7, NULL); if (!L_8) { goto IL_0051; } } { il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); String_t* L_9 = ___0_s; int32_t L_10 = ___2_offsetBadChar; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL); bool L_12; L_12 = XmlCharType_IsStartNCNameSingleChar_m471CCC08015F68609798979A3C5AA7C20533AA08((&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0), L_11, NULL); if (L_12) { goto IL_0051; } } { String_t* L_13 = ___0_s; int32_t L_14 = ___2_offsetBadChar; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15; L_15 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_13, L_14, NULL); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_16 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_16); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_16, _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D, L_15, NULL); return L_16; } IL_0051: { String_t* L_17 = ___0_s; int32_t L_18 = ___2_offsetBadChar; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19; L_19 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_17, L_18, NULL); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_20 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_20); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_20, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_19, NULL); return L_20; } } // System.Void System.Xml.ValidateNames::SplitQName(System.String,System.String&,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames_SplitQName_m34CE21A8D04FE4861CB3B57F7432D88D2938F57B (String_t* ___0_name, String_t** ___1_prefix, String_t** ___2_lname, 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 V_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL; { String_t* L_0 = ___0_name; NullCheck(L_0); int32_t L_1; L_1 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_0, ((int32_t)58), NULL); V_0 = L_1; int32_t L_2 = V_0; if ((!(((uint32_t)(-1)) == ((uint32_t)L_2)))) { goto IL_0018; } } { String_t** L_3 = ___1_prefix; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; *((RuntimeObject**)L_3) = (RuntimeObject*)L_4; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_3, (void*)(RuntimeObject*)L_4); String_t** L_5 = ___2_lname; String_t* L_6 = ___0_name; *((RuntimeObject**)L_5) = (RuntimeObject*)L_6; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_5, (void*)(RuntimeObject*)L_6); return; } IL_0018: { int32_t L_7 = V_0; if (!L_7) { goto IL_0026; } } { String_t* L_8 = ___0_name; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); int32_t L_10 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_9, 1))) == ((uint32_t)L_10)))) { goto IL_0045; } } IL_0026: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11; L_11 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(((int32_t)58), 0, NULL); V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_11; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = V_1; String_t* L_13; L_13 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05)), L_12, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_14); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidateNames_SplitQName_m34CE21A8D04FE4861CB3B57F7432D88D2938F57B_RuntimeMethod_var))); } IL_0045: { String_t** L_15 = ___1_prefix; String_t* L_16 = ___0_name; int32_t L_17 = V_0; NullCheck(L_16); String_t* L_18; L_18 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_16, 0, L_17, NULL); *((RuntimeObject**)L_15) = (RuntimeObject*)L_18; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_15, (void*)(RuntimeObject*)L_18); int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); String_t** L_20 = ___2_lname; String_t* L_21 = ___0_name; int32_t L_22 = V_0; String_t* L_23 = ___0_name; NullCheck(L_23); int32_t L_24; L_24 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_23, NULL); int32_t L_25 = V_0; NullCheck(L_21); String_t* L_26; L_26 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_21, L_22, ((int32_t)il2cpp_codegen_subtract(L_24, L_25)), NULL); *((RuntimeObject**)L_20) = (RuntimeObject*)L_26; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_20, (void*)(RuntimeObject*)L_26); return; } } // System.Void System.Xml.ValidateNames::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidateNames__cctor_m844E69DB7939AACEDE18774B239E32A0D5CAF82C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_0; L_0 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); ((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0 = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&((ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_StaticFields*)il2cpp_codegen_static_fields_for(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var))->___xmlCharType_0))->___charProperties_2), (void*)NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // Conversion methods for marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshal_pinvoke(const XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3& unmarshaled, XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_pinvoke& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___charProperties_2); } IL2CPP_EXTERN_C void XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshal_pinvoke_back(const XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_pinvoke& marshaled, XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.___charProperties_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___charProperties_2); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___charProperties_2), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshal_pinvoke_cleanup(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_pinvoke& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2); marshaled.___charProperties_2 = NULL; } // Conversion methods for marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshal_com(const XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3& unmarshaled, XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_com& marshaled) { marshaled.___charProperties_2 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_I1, unmarshaled.___charProperties_2); } IL2CPP_EXTERN_C void XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshal_com_back(const XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_com& marshaled, XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3& unmarshaled) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } unmarshaled.___charProperties_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___charProperties_2); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___charProperties_2), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_I1, Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3_il2cpp_TypeInfo_var, marshaled.___charProperties_2)); } // Conversion method for clean up from marshalling of: System.Xml.XmlCharType IL2CPP_EXTERN_C void XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshal_com_cleanup(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_marshaled_com& marshaled) { il2cpp_codegen_com_destroy_safe_array(marshaled.___charProperties_2); marshaled.___charProperties_2 = NULL; } // System.Object System.Xml.XmlCharType::get_StaticLock() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlCharType_get_StaticLock_m39193568D86AD7E7A5AA4B3745D64C6F5D60472E (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_Lock_0; if (L_0) { goto IL_001a; } } { RuntimeObject* L_1 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var); NullCheck(L_1); Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_1, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; RuntimeObject* L_3; L_3 = InterlockedCompareExchangeImpl((&((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_Lock_0), L_2, NULL); } IL_001a: { RuntimeObject* L_4 = ((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_Lock_0; return L_4; } } // System.Void System.Xml.XmlCharType::InitInstance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_InitInstance_m486814EDE27EF404061078D3EA69301B23F01378 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; bool V_1 = false; { RuntimeObject* L_0; L_0 = XmlCharType_get_StaticLock_m39193568D86AD7E7A5AA4B3745D64C6F5D60472E(NULL); V_0 = L_0; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_009d: {// begin finally (depth: 1) { bool L_1 = V_1; if (!L_1) { goto IL_00a6; } } { RuntimeObject* L_2 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL); } IL_00a6: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { RuntimeObject* L_3 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_CharProperties_1; il2cpp_codegen_memory_barrier(); if (!L_4) { goto IL_001e_1; } } { goto IL_00a7; } IL_001e_1: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)65536)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_6, _stringLiteral2309CFA4F156DCCB12A14E727DCE560E1426B532, (uint8_t)1, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_7, _stringLiteral0E0426234071F961E725D9438C6D5A048A0394B3, (uint8_t)2, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_8, _stringLiteralCC5753B4554091FA687FA64F4FA303B0C913E2EC, (uint8_t)4, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = L_8; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_9, _stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473, (uint8_t)8, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = L_9; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_10, _stringLiteralFDA1C9397356AF77AAE64869A9D6288562F10D4C, (uint8_t)((int32_t)16), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_10; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_11, _stringLiteral02E5C3B8AD72F3FC46F6C829AB1FEDDC9B115473, (uint8_t)((int32_t)32), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = L_11; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_12, _stringLiteral94A9AE3A92C04F7400ADC94B7BCB73FFC0A08DE4, (uint8_t)((int32_t)64), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_12; XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4(L_13, _stringLiteral81ABCB006928101D1882FA2FBB7BFA00FE053221, (uint8_t)((int32_t)128), NULL); Thread_MemoryBarrier_m83873F1E6CEB16C0781941141382DA874A36097D(NULL); il2cpp_codegen_memory_barrier(); ((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_CharProperties_1 = L_13; Il2CppCodeGenWriteBarrier((void**)(&((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_CharProperties_1), (void*)L_13); goto IL_00a7; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00a7: { return; } } // System.Void System.Xml.XmlCharType::SetProperties(System.Byte[],System.String,System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SetProperties_m8964034908DAEC93686ADC1D879E15967B91D4D4 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_chProps, String_t* ___1_ranges, uint8_t ___2_value, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; goto IL_0031; } IL_0004: { String_t* L_0 = ___1_ranges; int32_t L_1 = V_0; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL); V_1 = L_2; String_t* L_3 = ___1_ranges; int32_t L_4 = V_0; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, ((int32_t)il2cpp_codegen_add(L_4, 1)), NULL); V_2 = L_5; goto IL_0029; } IL_0018: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_chProps; int32_t L_7 = V_1; NullCheck(L_6); uint8_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7))); int32_t L_9 = *((uint8_t*)L_8); uint8_t L_10 = ___2_value; *((int8_t*)L_8) = (int8_t)((int32_t)(uint8_t)((int32_t)(L_9|(int32_t)L_10))); int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); } IL_0029: { int32_t L_12 = V_1; int32_t L_13 = V_2; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0018; } } { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_14, 2)); } IL_0031: { int32_t L_15 = V_0; String_t* L_16 = ___1_ranges; NullCheck(L_16); int32_t L_17; L_17 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_16, NULL); if ((((int32_t)L_15) < ((int32_t)L_17))) { goto IL_0004; } } { return; } } // System.Void System.Xml.XmlCharType::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType__ctor_mB4A379AC51751894C31365E176E3B9BFB5ABC771 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_charProperties, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_charProperties; __this->___charProperties_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___charProperties_2), (void*)L_0); return; } } IL2CPP_EXTERN_C void XmlCharType__ctor_mB4A379AC51751894C31365E176E3B9BFB5ABC771_AdjustorThunk (RuntimeObject* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_charProperties, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); XmlCharType__ctor_mB4A379AC51751894C31365E176E3B9BFB5ABC771_inline(_thisAdjusted, ___0_charProperties, method); } // System.Xml.XmlCharType System.Xml.XmlCharType::get_Instance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_CharProperties_1; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { XmlCharType_InitInstance_m486814EDE27EF404061078D3EA69301B23F01378(NULL); } IL_000e: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ((XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_StaticFields*)il2cpp_codegen_static_fields_for(XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3_il2cpp_TypeInfo_var))->___s_CharProperties_1; il2cpp_codegen_memory_barrier(); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_2; memset((&L_2), 0, sizeof(L_2)); XmlCharType__ctor_mB4A379AC51751894C31365E176E3B9BFB5ABC771_inline((&L_2), L_1, /*hidden argument*/NULL); return L_2; } } // System.Boolean System.Xml.XmlCharType::IsWhiteSpace(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___charProperties_2; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&1))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___charProperties_2; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&8))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsStartNCNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameSingleChar_m471CCC08015F68609798979A3C5AA7C20533AA08 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___charProperties_2; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&4))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameSingleChar_m471CCC08015F68609798979A3C5AA7C20533AA08_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsStartNCNameSingleChar_m471CCC08015F68609798979A3C5AA7C20533AA08(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNameSingleChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_ch; bool L_1; L_1 = XmlCharType_IsNCNameSingleChar_mAE9940C767975DB6F8EA438AAE5F7DFC7666DB54(__this, L_0, NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___0_ch; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNameSingleChar_mA5C27AEE5BABB098031EA8BE197F9E2E63F0478A(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsCharData(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___charProperties_2; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&((int32_t)16)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsPubidChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsPubidChar_m1B6AF6006A2514C09A7AE467296FAA1C3372F520 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_ch; if ((((int32_t)L_0) >= ((int32_t)((int32_t)128)))) { goto IL_0023; } } { Il2CppChar L_1 = ___0_ch; NullCheck(_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7); Il2CppChar L_2; L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral9B9D11CBA54D41168E05EDD70A039AE4D55FEEE7, ((int32_t)((int32_t)L_1>>4)), NULL); Il2CppChar L_3 = ___0_ch; return (bool)((!(((uint32_t)((int32_t)((int32_t)L_2&((int32_t)(1<<((int32_t)(((int32_t)((int32_t)L_3&((int32_t)15)))&((int32_t)31)))))))) <= ((uint32_t)0)))? 1 : 0); } IL_0023: { return (bool)0; } } IL2CPP_EXTERN_C bool XmlCharType_IsPubidChar_m1B6AF6006A2514C09A7AE467296FAA1C3372F520_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsPubidChar_m1B6AF6006A2514C09A7AE467296FAA1C3372F520(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsTextChar(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsTextChar_mD4DD7B3C0E63D031A4EFFDD6635F68DDE166A4AB (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___charProperties_2; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsTextChar_mD4DD7B3C0E63D031A4EFFDD6635F68DDE166A4AB_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsTextChar_mD4DD7B3C0E63D031A4EFFDD6635F68DDE166A4AB(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsLetter(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___charProperties_2; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&2))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNCNameCharXml4e_mD329203E44D17286699892D4E080A92F8AF9D56E (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___charProperties_2; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Il2CppChar L_2 = L_1; uint8_t L_3 = (L_0)->GetAt(static_cast(L_2)); return (bool)((!(((uint32_t)((int32_t)((int32_t)L_3&((int32_t)32)))) <= ((uint32_t)0)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsNCNameCharXml4e_mD329203E44D17286699892D4E080A92F8AF9D56E_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNCNameCharXml4e_mD329203E44D17286699892D4E080A92F8AF9D56E(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsStartNCNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsStartNCNameCharXml4e_mB1A1B245AB61132E3C6F1CB221D3FE5330F9FD2A (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_ch; bool L_1; L_1 = XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5(__this, L_0, NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___0_ch; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)95)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsStartNCNameCharXml4e_mB1A1B245AB61132E3C6F1CB221D3FE5330F9FD2A_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsStartNCNameCharXml4e_mB1A1B245AB61132E3C6F1CB221D3FE5330F9FD2A(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsNameCharXml4e(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsNameCharXml4e_mEA49083CCCCAAA61588D16FC58ED3655B0C3B0A8 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_ch; bool L_1; L_1 = XmlCharType_IsNCNameCharXml4e_mD329203E44D17286699892D4E080A92F8AF9D56E(__this, L_0, NULL); if (L_1) { goto IL_000f; } } { Il2CppChar L_2 = ___0_ch; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)58)))? 1 : 0); } IL_000f: { return (bool)1; } } IL2CPP_EXTERN_C bool XmlCharType_IsNameCharXml4e_mEA49083CCCCAAA61588D16FC58ED3655B0C3B0A8_AdjustorThunk (RuntimeObject* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsNameCharXml4e_mEA49083CCCCAAA61588D16FC58ED3655B0C3B0A8(_thisAdjusted, ___0_ch, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsDigit(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsDigit_m1187F082D3E41E5A5E471496B97DBCC643D83868 (Il2CppChar ___0_ch, const RuntimeMethod* method) { { Il2CppChar L_0 = ___0_ch; bool L_1; L_1 = XmlCharType_InRange_mA7DAF677E841F90A0B3657CB19ACB90A32CDCBF2(L_0, ((int32_t)48), ((int32_t)57), NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsHighSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60 (int32_t ___0_ch, const RuntimeMethod* method) { { int32_t L_0 = ___0_ch; bool L_1; L_1 = XmlCharType_InRange_mA7DAF677E841F90A0B3657CB19ACB90A32CDCBF2(L_0, ((int32_t)55296), ((int32_t)56319), NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsLowSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456 (int32_t ___0_ch, const RuntimeMethod* method) { { int32_t L_0 = ___0_ch; bool L_1; L_1 = XmlCharType_InRange_mA7DAF677E841F90A0B3657CB19ACB90A32CDCBF2(L_0, ((int32_t)56320), ((int32_t)57343), NULL); return L_1; } } // System.Boolean System.Xml.XmlCharType::IsSurrogate(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC (int32_t ___0_ch, const RuntimeMethod* method) { { int32_t L_0 = ___0_ch; bool L_1; L_1 = XmlCharType_InRange_mA7DAF677E841F90A0B3657CB19ACB90A32CDCBF2(L_0, ((int32_t)55296), ((int32_t)57343), NULL); return L_1; } } // System.Int32 System.Xml.XmlCharType::CombineSurrogateChar(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_CombineSurrogateChar_m4D32D326745128CD021B4C219295A61B074FB8C7 (int32_t ___0_lowChar, int32_t ___1_highChar, const RuntimeMethod* method) { { int32_t L_0 = ___0_lowChar; int32_t L_1 = ___1_highChar; return ((int32_t)(((int32_t)il2cpp_codegen_subtract(L_0, ((int32_t)56320)))|((int32_t)il2cpp_codegen_add(((int32_t)(((int32_t)il2cpp_codegen_subtract(L_1, ((int32_t)55296)))<<((int32_t)10))), ((int32_t)65536))))); } } // System.Void System.Xml.XmlCharType::SplitSurrogateChar(System.Int32,System.Char&,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCharType_SplitSurrogateChar_m0349AB0062E5B8E1ACEE77FCB2D81E630A3DF704 (int32_t ___0_combinedChar, Il2CppChar* ___1_lowChar, Il2CppChar* ___2_highChar, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___0_combinedChar; V_0 = ((int32_t)il2cpp_codegen_subtract(L_0, ((int32_t)65536))); Il2CppChar* L_1 = ___1_lowChar; int32_t L_2 = V_0; *((int16_t*)L_1) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)56320), ((int32_t)(L_2%((int32_t)1024)))))); Il2CppChar* L_3 = ___2_highChar; int32_t L_4 = V_0; *((int16_t*)L_3) = (int16_t)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)55296), ((int32_t)(L_4/((int32_t)1024)))))); return; } } // System.Boolean System.Xml.XmlCharType::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) { { String_t* L_0 = ___0_str; int32_t L_1; L_1 = XmlCharType_IsOnlyWhitespaceWithPos_mED48C365F707662F8D0AD0113155B24CAD53800C(__this, L_0, NULL); return (bool)((((int32_t)L_1) == ((int32_t)(-1)))? 1 : 0); } } IL2CPP_EXTERN_C bool XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490_AdjustorThunk (RuntimeObject* __this, String_t* ___0_str, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); bool _returnValue; _returnValue = XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490(_thisAdjusted, ___0_str, method); return _returnValue; } // System.Int32 System.Xml.XmlCharType::IsOnlyWhitespaceWithPos(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyWhitespaceWithPos_mED48C365F707662F8D0AD0113155B24CAD53800C (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___0_str; if (!L_0) { goto IL_0028; } } { V_0 = 0; goto IL_001f; } IL_0007: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___charProperties_2; String_t* L_2 = ___0_str; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&1))) { goto IL_001b; } } { int32_t L_7 = V_0; return L_7; } IL_001b: { int32_t L_8 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_8, 1)); } IL_001f: { int32_t L_9 = V_0; String_t* L_10 = ___0_str; NullCheck(L_10); int32_t L_11; L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL); if ((((int32_t)L_9) < ((int32_t)L_11))) { goto IL_0007; } } IL_0028: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyWhitespaceWithPos_mED48C365F707662F8D0AD0113155B24CAD53800C_AdjustorThunk (RuntimeObject* __this, String_t* ___0_str, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsOnlyWhitespaceWithPos_mED48C365F707662F8D0AD0113155B24CAD53800C(_thisAdjusted, ___0_str, method); return _returnValue; } // System.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m5BFEFD55C4578A0117D1ED3305ACF4C062DCE9D3 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___0_str; if (!L_0) { goto IL_0056; } } { V_0 = 0; goto IL_004d; } IL_0007: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___charProperties_2; String_t* L_2 = ___0_str; int32_t L_3 = V_0; NullCheck(L_2); Il2CppChar L_4; L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, L_3, NULL); NullCheck(L_1); Il2CppChar L_5 = L_4; uint8_t L_6 = (L_1)->GetAt(static_cast(L_5)); if (((int32_t)((int32_t)L_6&((int32_t)16)))) { goto IL_0049; } } { int32_t L_7 = V_0; String_t* L_8 = ___0_str; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_7, 1))) >= ((int32_t)L_9))) { goto IL_0043; } } { String_t* L_10 = ___0_str; int32_t L_11 = V_0; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL); bool L_13; L_13 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_12, NULL); if (!L_13) { goto IL_0043; } } { String_t* L_14 = ___0_str; int32_t L_15 = V_0; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, ((int32_t)il2cpp_codegen_add(L_15, 1)), NULL); bool L_17; L_17 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_16, NULL); if (L_17) { goto IL_0045; } } IL_0043: { int32_t L_18 = V_0; return L_18; } IL_0045: { int32_t L_19 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_19, 1)); } IL_0049: { int32_t L_20 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_004d: { int32_t L_21 = V_0; String_t* L_22 = ___0_str; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_22, NULL); if ((((int32_t)L_21) < ((int32_t)L_23))) { goto IL_0007; } } IL_0056: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsOnlyCharData_m5BFEFD55C4578A0117D1ED3305ACF4C062DCE9D3_AdjustorThunk (RuntimeObject* __this, String_t* ___0_str, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsOnlyCharData_m5BFEFD55C4578A0117D1ED3305ACF4C062DCE9D3(_thisAdjusted, ___0_str, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::IsOnlyDigits(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyDigits_m63DC800DB28B54CBAB7A16E04F8D9E4C2E01FC93 (String_t* ___0_str, int32_t ___1_startPos, int32_t ___2_len, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___1_startPos; V_0 = L_0; goto IL_0018; } IL_0004: { String_t* L_1 = ___0_str; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL); bool L_4; L_4 = XmlCharType_IsDigit_m1187F082D3E41E5A5E471496B97DBCC643D83868(L_3, NULL); if (L_4) { goto IL_0014; } } { return (bool)0; } IL_0014: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_0018: { int32_t L_6 = V_0; int32_t L_7 = ___1_startPos; int32_t L_8 = ___2_len; if ((((int32_t)L_6) < ((int32_t)((int32_t)il2cpp_codegen_add(L_7, L_8))))) { goto IL_0004; } } { return (bool)1; } } // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_m1119A6921A99A357141333030F425EDD2AAFE2AE (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___0_str; if (!L_0) { goto IL_0025; } } { V_0 = 0; goto IL_001c; } IL_0007: { String_t* L_1 = ___0_str; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL); bool L_4; L_4 = XmlCharType_IsPubidChar_m1B6AF6006A2514C09A7AE467296FAA1C3372F520(__this, L_3, NULL); if (L_4) { goto IL_0018; } } { int32_t L_5 = V_0; return L_5; } IL_0018: { int32_t L_6 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_001c: { int32_t L_7 = V_0; String_t* L_8 = ___0_str; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if ((((int32_t)L_7) < ((int32_t)L_9))) { goto IL_0007; } } IL_0025: { return (-1); } } IL2CPP_EXTERN_C int32_t XmlCharType_IsPublicId_m1119A6921A99A357141333030F425EDD2AAFE2AE_AdjustorThunk (RuntimeObject* __this, String_t* ___0_str, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); int32_t _returnValue; _returnValue = XmlCharType_IsPublicId_m1119A6921A99A357141333030F425EDD2AAFE2AE(_thisAdjusted, ___0_str, method); return _returnValue; } // System.Boolean System.Xml.XmlCharType::InRange(System.Int32,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_InRange_mA7DAF677E841F90A0B3657CB19ACB90A32CDCBF2 (int32_t ___0_value, int32_t ___1_start, int32_t ___2_end, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; int32_t L_1 = ___1_start; int32_t L_2 = ___2_end; int32_t L_3 = ___1_start; return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_0, L_1))) <= ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_2, L_3)))))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.XmlComplianceUtil::NonCDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_NonCDataNormalize_m05104F40CDDB7AA097927219C896E3AF39715E67 (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; StringBuilder_t* V_2 = NULL; XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; int32_t V_5 = 0; { String_t* L_0 = ___0_value; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0011; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_3; } IL_0011: { V_1 = 0; V_2 = (StringBuilder_t*)NULL; XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_4; L_4 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); V_3 = L_4; goto IL_0038; } IL_001d: { int32_t L_5 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_5, 1)); int32_t L_6 = V_1; int32_t L_7 = V_0; if ((!(((uint32_t)L_6) == ((uint32_t)L_7)))) { goto IL_0038; } } { bool L_8; L_8 = XmlReaderSection_get_CollapseWhiteSpaceIntoEmptyString_m48E1EFA57B782267B6D68180AEE43D138B7C8E5F(NULL); if (L_8) { goto IL_0032; } } { return _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; } IL_0032: { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0038: { String_t* L_9 = ___0_value; int32_t L_10 = V_1; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL); bool L_12; L_12 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387((&V_3), L_11, NULL); if (L_12) { goto IL_001d; } } { int32_t L_13 = V_1; V_4 = L_13; goto IL_00fb; } IL_0050: { String_t* L_14 = ___0_value; int32_t L_15 = V_4; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_15, NULL); bool L_17; L_17 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387((&V_3), L_16, NULL); if (L_17) { goto IL_006c; } } { int32_t L_18 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_18, 1)); goto IL_00fb; } IL_006c: { int32_t L_19 = V_4; V_5 = ((int32_t)il2cpp_codegen_add(L_19, 1)); goto IL_007a; } IL_0074: { int32_t L_20 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_20, 1)); } IL_007a: { int32_t L_21 = V_5; int32_t L_22 = V_0; if ((((int32_t)L_21) >= ((int32_t)L_22))) { goto IL_0090; } } { String_t* L_23 = ___0_value; int32_t L_24 = V_5; NullCheck(L_23); Il2CppChar L_25; L_25 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_23, L_24, NULL); bool L_26; L_26 = XmlCharType_IsWhiteSpace_m6F9F3A19B8A95FF5CBF1B197E400A0F194AC9387((&V_3), L_25, NULL); if (L_26) { goto IL_0074; } } IL_0090: { int32_t L_27 = V_5; int32_t L_28 = V_0; if ((!(((uint32_t)L_27) == ((uint32_t)L_28)))) { goto IL_00b8; } } { StringBuilder_t* L_29 = V_2; if (L_29) { goto IL_00a4; } } { String_t* L_30 = ___0_value; int32_t L_31 = V_1; int32_t L_32 = V_4; int32_t L_33 = V_1; NullCheck(L_30); String_t* L_34; L_34 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_30, L_31, ((int32_t)il2cpp_codegen_subtract(L_32, L_33)), NULL); return L_34; } IL_00a4: { StringBuilder_t* L_35 = V_2; String_t* L_36 = ___0_value; int32_t L_37 = V_1; int32_t L_38 = V_4; int32_t L_39 = V_1; NullCheck(L_35); StringBuilder_t* L_40; L_40 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_35, L_36, L_37, ((int32_t)il2cpp_codegen_subtract(L_38, L_39)), NULL); StringBuilder_t* L_41 = V_2; NullCheck(L_41); String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41); return L_42; } IL_00b8: { int32_t L_43 = V_5; int32_t L_44 = V_4; if ((((int32_t)L_43) > ((int32_t)((int32_t)il2cpp_codegen_add(L_44, 1))))) { goto IL_00cc; } } { String_t* L_45 = ___0_value; int32_t L_46 = V_4; NullCheck(L_45); Il2CppChar L_47; L_47 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_45, L_46, NULL); if ((((int32_t)L_47) == ((int32_t)((int32_t)32)))) { goto IL_00f5; } } IL_00cc: { StringBuilder_t* L_48 = V_2; if (L_48) { goto IL_00d6; } } { int32_t L_49 = V_0; StringBuilder_t* L_50 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_50); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_50, L_49, NULL); V_2 = L_50; } IL_00d6: { StringBuilder_t* L_51 = V_2; String_t* L_52 = ___0_value; int32_t L_53 = V_1; int32_t L_54 = V_4; int32_t L_55 = V_1; NullCheck(L_51); StringBuilder_t* L_56; L_56 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_51, L_52, L_53, ((int32_t)il2cpp_codegen_subtract(L_54, L_55)), NULL); StringBuilder_t* L_57 = V_2; NullCheck(L_57); StringBuilder_t* L_58; L_58 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_57, ((int32_t)32), NULL); int32_t L_59 = V_5; V_1 = L_59; int32_t L_60 = V_5; V_4 = L_60; goto IL_00fb; } IL_00f5: { int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_61, 1)); } IL_00fb: { int32_t L_62 = V_4; int32_t L_63 = V_0; if ((((int32_t)L_62) < ((int32_t)L_63))) { goto IL_0050; } } { StringBuilder_t* L_64 = V_2; if (!L_64) { goto IL_011f; } } { int32_t L_65 = V_1; int32_t L_66 = V_4; if ((((int32_t)L_65) >= ((int32_t)L_66))) { goto IL_0118; } } { StringBuilder_t* L_67 = V_2; String_t* L_68 = ___0_value; int32_t L_69 = V_1; int32_t L_70 = V_4; int32_t L_71 = V_1; NullCheck(L_67); StringBuilder_t* L_72; L_72 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_67, L_68, L_69, ((int32_t)il2cpp_codegen_subtract(L_70, L_71)), NULL); } IL_0118: { StringBuilder_t* L_73 = V_2; NullCheck(L_73); String_t* L_74; L_74 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_73); return L_74; } IL_011f: { int32_t L_75 = V_1; if ((((int32_t)L_75) <= ((int32_t)0))) { goto IL_012e; } } { String_t* L_76 = ___0_value; int32_t L_77 = V_1; int32_t L_78 = V_0; int32_t L_79 = V_1; NullCheck(L_76); String_t* L_80; L_80 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_76, L_77, ((int32_t)il2cpp_codegen_subtract(L_78, L_79)), NULL); return L_80; } IL_012e: { String_t* L_81 = ___0_value; return L_81; } } // System.String System.Xml.XmlComplianceUtil::CDataNormalize(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlComplianceUtil_CDataNormalize_m5DE92209D1870DF7E10D8B9B0CAFBA8F0D45FA4D (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; StringBuilder_t* V_3 = NULL; Il2CppChar V_4 = 0x0; { String_t* L_0 = ___0_value; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)0))) { goto IL_0011; } } { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_3; } IL_0011: { V_1 = 0; V_2 = 0; V_3 = (StringBuilder_t*)NULL; goto IL_0088; } IL_0019: { String_t* L_4 = ___0_value; int32_t L_5 = V_1; NullCheck(L_4); Il2CppChar L_6; L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL); V_4 = L_6; Il2CppChar L_7 = V_4; if ((((int32_t)L_7) >= ((int32_t)((int32_t)32)))) { goto IL_003a; } } { Il2CppChar L_8 = V_4; if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0040; } } { Il2CppChar L_9 = V_4; if ((((int32_t)L_9) == ((int32_t)((int32_t)10)))) { goto IL_0040; } } { Il2CppChar L_10 = V_4; if ((((int32_t)L_10) == ((int32_t)((int32_t)13)))) { goto IL_0040; } } IL_003a: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); goto IL_0088; } IL_0040: { StringBuilder_t* L_12 = V_3; if (L_12) { goto IL_004a; } } { int32_t L_13 = V_0; StringBuilder_t* L_14 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_14); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_14, L_13, NULL); V_3 = L_14; } IL_004a: { int32_t L_15 = V_2; int32_t L_16 = V_1; if ((((int32_t)L_15) >= ((int32_t)L_16))) { goto IL_005a; } } { StringBuilder_t* L_17 = V_3; String_t* L_18 = ___0_value; int32_t L_19 = V_2; int32_t L_20 = V_1; int32_t L_21 = V_2; NullCheck(L_17); StringBuilder_t* L_22; L_22 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_17, L_18, L_19, ((int32_t)il2cpp_codegen_subtract(L_20, L_21)), NULL); } IL_005a: { StringBuilder_t* L_23 = V_3; NullCheck(L_23); StringBuilder_t* L_24; L_24 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_23, ((int32_t)32), NULL); Il2CppChar L_25 = V_4; if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)13))))) { goto IL_0082; } } { int32_t L_26 = V_1; int32_t L_27 = V_0; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_26, 1))) >= ((int32_t)L_27))) { goto IL_0082; } } { String_t* L_28 = ___0_value; int32_t L_29 = V_1; NullCheck(L_28); Il2CppChar L_30; L_30 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_28, ((int32_t)il2cpp_codegen_add(L_29, 1)), NULL); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)10))))) { goto IL_0082; } } { int32_t L_31 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_31, 2)); goto IL_0086; } IL_0082: { int32_t L_32 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_32, 1)); } IL_0086: { int32_t L_33 = V_1; V_2 = L_33; } IL_0088: { int32_t L_34 = V_1; int32_t L_35 = V_0; if ((((int32_t)L_34) < ((int32_t)L_35))) { goto IL_0019; } } { StringBuilder_t* L_36 = V_3; if (L_36) { goto IL_0091; } } { String_t* L_37 = ___0_value; return L_37; } IL_0091: { int32_t L_38 = V_1; int32_t L_39 = V_2; if ((((int32_t)L_38) <= ((int32_t)L_39))) { goto IL_00a1; } } { StringBuilder_t* L_40 = V_3; String_t* L_41 = ___0_value; int32_t L_42 = V_2; int32_t L_43 = V_1; int32_t L_44 = V_2; NullCheck(L_40); StringBuilder_t* L_45; L_45 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_40, L_41, L_42, ((int32_t)il2cpp_codegen_subtract(L_43, L_44)), NULL); } IL_00a1: { StringBuilder_t* L_46 = V_3; NullCheck(L_46); String_t* L_47; L_47 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_46); return L_47; } } // System.Boolean System.Xml.XmlComplianceUtil::IsValidLanguageID(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlComplianceUtil_IsValidLanguageID_m4108BAB3BA6C52BFB1BF5FF1FDC6F429CD6E087B (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_value, int32_t ___1_startPos, int32_t ___2_length, const RuntimeMethod* method) { int32_t V_0 = 0; bool V_1 = false; int32_t V_2 = 0; XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 V_3; memset((&V_3), 0, sizeof(V_3)); Il2CppChar V_4 = 0x0; { int32_t L_0 = ___2_length; V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) >= ((int32_t)2))) { goto IL_0008; } } { return (bool)0; } IL_0008: { V_1 = (bool)0; int32_t L_2 = ___1_startPos; V_2 = L_2; XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_3; L_3 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); V_3 = L_3; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___0_value; int32_t L_5 = V_2; NullCheck(L_4); int32_t L_6 = L_5; uint16_t L_7 = (uint16_t)(L_4)->GetAt(static_cast(L_6)); V_4 = L_7; Il2CppChar L_8 = V_4; bool L_9; L_9 = XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5((&V_3), L_8, NULL); if (!L_9) { goto IL_00a0; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = ___0_value; int32_t L_11 = V_2; int32_t L_12 = ((int32_t)il2cpp_codegen_add(L_11, 1)); V_2 = L_12; NullCheck(L_10); int32_t L_13 = L_12; uint16_t L_14 = (uint16_t)(L_10)->GetAt(static_cast(L_13)); bool L_15; L_15 = XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5((&V_3), L_14, NULL); if (!L_15) { goto IL_0042; } } { int32_t L_16 = V_0; if ((!(((uint32_t)L_16) == ((uint32_t)2)))) { goto IL_0038; } } { return (bool)1; } IL_0038: { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_17, 1)); int32_t L_18 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1)); goto IL_005c; } IL_0042: { Il2CppChar L_19 = V_4; if ((((int32_t)((int32_t)73)) == ((int32_t)L_19))) { goto IL_005c; } } { Il2CppChar L_20 = V_4; if ((((int32_t)((int32_t)105)) == ((int32_t)L_20))) { goto IL_005c; } } { Il2CppChar L_21 = V_4; if ((((int32_t)((int32_t)88)) == ((int32_t)L_21))) { goto IL_005c; } } { Il2CppChar L_22 = V_4; if ((((int32_t)((int32_t)120)) == ((int32_t)L_22))) { goto IL_005c; } } { return (bool)0; } IL_005c: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = ___0_value; int32_t L_24 = V_2; NullCheck(L_23); int32_t L_25 = L_24; uint16_t L_26 = (uint16_t)(L_23)->GetAt(static_cast(L_25)); if ((((int32_t)L_26) == ((int32_t)((int32_t)45)))) { goto IL_0065; } } { return (bool)0; } IL_0065: { int32_t L_27 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_27, 2)); goto IL_0093; } IL_006b: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_28 = ___0_value; int32_t L_29 = V_2; int32_t L_30 = ((int32_t)il2cpp_codegen_add(L_29, 1)); V_2 = L_30; NullCheck(L_28); int32_t L_31 = L_30; uint16_t L_32 = (uint16_t)(L_28)->GetAt(static_cast(L_31)); V_4 = L_32; Il2CppChar L_33 = V_4; bool L_34; L_34 = XmlCharType_IsLetter_m96DACE1E8C6E2FA82D842A40E6700F7383D119B5((&V_3), L_33, NULL); if (!L_34) { goto IL_0083; } } { V_1 = (bool)1; goto IL_0093; } IL_0083: { Il2CppChar L_35 = V_4; bool L_36 = V_1; if (!((int32_t)(((((int32_t)L_35) == ((int32_t)((int32_t)45)))? 1 : 0)&(int32_t)L_36))) { goto IL_0091; } } { V_1 = (bool)0; goto IL_0093; } IL_0091: { return (bool)0; } IL_0093: { int32_t L_37 = V_0; int32_t L_38 = L_37; V_0 = ((int32_t)il2cpp_codegen_subtract(L_38, 1)); if ((((int32_t)L_38) > ((int32_t)0))) { goto IL_006b; } } { bool L_39 = V_1; if (!L_39) { goto IL_00a0; } } { return (bool)1; } IL_00a0: { return (bool)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.String System.Xml.XmlConvert::EncodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m5CDC8BEC5CE63A019C9E7C52AADF9F44B90E6CB5 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_m6EF54A4B7E4F8B972B971FB0D04F979425E47C05(L_0, (bool)1, (bool)0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::EncodeLocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeLocalName_m8AD743C94643F82D5B6FF1617EDAF4145E67D318 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_EncodeName_m6EF54A4B7E4F8B972B971FB0D04F979425E47C05(L_0, (bool)1, (bool)1, NULL); return L_1; } } // System.String System.Xml.XmlConvert::DecodeName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_DecodeName_m59D31842CBCDCD2657BCE42AC8D8DFA818FB9437 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF728BB1042434A62390B663885705EC948058093); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; RuntimeObject* V_4 = NULL; int32_t V_5 = 0; int32_t V_6 = 0; int32_t V_7 = 0; Il2CppChar V_8 = 0x0; Il2CppChar V_9 = 0x0; { String_t* L_0 = ___0_name; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_name; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_000d; } } IL_000b: { String_t* L_3 = ___0_name; return L_3; } IL_000d: { V_0 = (StringBuilder_t*)NULL; String_t* L_4 = ___0_name; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); V_1 = L_5; V_2 = 0; String_t* L_6 = ___0_name; NullCheck(L_6); int32_t L_7; L_7 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_6, ((int32_t)95), NULL); V_3 = L_7; V_4 = (RuntimeObject*)NULL; int32_t L_8 = V_3; if ((((int32_t)L_8) < ((int32_t)0))) { goto IL_0059; } } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_9 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_DecodeCharPattern_4; il2cpp_codegen_memory_barrier(); if (L_9) { goto IL_0042; } } { Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_10 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); NullCheck(L_10); Regex__ctor_m082970AA73B8236360F0CA651FA24A8D1EBF89CD(L_10, _stringLiteralF728BB1042434A62390B663885705EC948058093, NULL); il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_DecodeCharPattern_4 = L_10; Il2CppCodeGenWriteBarrier((void**)(&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_DecodeCharPattern_4), (void*)L_10); } IL_0042: { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_11 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_DecodeCharPattern_4; il2cpp_codegen_memory_barrier(); String_t* L_12 = ___0_name; int32_t L_13 = V_3; NullCheck(L_11); MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* L_14; L_14 = Regex_Matches_mD0E47C23B403AC380AF7EAECA48E63C61DC39CDF(L_11, L_12, L_13, NULL); NullCheck(L_14); RuntimeObject* L_15; L_15 = MatchCollection_GetEnumerator_mEDB2417DB45B514C8015043F52630DE1AD15447B(L_14, NULL); V_4 = L_15; goto IL_005b; } IL_0059: { String_t* L_16 = ___0_name; return L_16; } IL_005b: { V_5 = (-1); RuntimeObject* L_17 = V_4; if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_4; NullCheck(L_18); bool L_19; L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18); if (!L_19) { goto IL_007e; } } { RuntimeObject* L_20 = V_4; NullCheck(L_20); RuntimeObject* L_21; L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_20); NullCheck(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_21, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var))); int32_t L_22; L_22 = Capture_get_Index_m35E8D105E5E2142415F85116BFD4BA369AF7A17A_inline(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_21, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var)), NULL); V_5 = L_22; } IL_007e: { V_6 = 0; goto IL_0251; } IL_0086: { int32_t L_23 = V_6; int32_t L_24 = V_5; if ((!(((uint32_t)L_23) == ((uint32_t)L_24)))) { goto IL_024b; } } { RuntimeObject* L_25 = V_4; NullCheck(L_25); bool L_26; L_26 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_25); if (!L_26) { goto IL_00ab; } } { RuntimeObject* L_27 = V_4; NullCheck(L_27); RuntimeObject* L_28; L_28 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_27); NullCheck(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_28, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var))); int32_t L_29; L_29 = Capture_get_Index_m35E8D105E5E2142415F85116BFD4BA369AF7A17A_inline(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_28, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var)), NULL); V_5 = L_29; } IL_00ab: { StringBuilder_t* L_30 = V_0; if (L_30) { goto IL_00b8; } } { int32_t L_31 = V_1; StringBuilder_t* L_32 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_32); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_32, ((int32_t)il2cpp_codegen_add(L_31, ((int32_t)20))), NULL); V_0 = L_32; } IL_00b8: { StringBuilder_t* L_33 = V_0; String_t* L_34 = ___0_name; int32_t L_35 = V_2; int32_t L_36 = V_6; int32_t L_37 = V_2; NullCheck(L_33); StringBuilder_t* L_38; L_38 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_33, L_34, L_35, ((int32_t)il2cpp_codegen_subtract(L_36, L_37)), NULL); String_t* L_39 = ___0_name; int32_t L_40 = V_6; NullCheck(L_39); Il2CppChar L_41; L_41 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, ((int32_t)il2cpp_codegen_add(L_40, 6)), NULL); if ((((int32_t)L_41) == ((int32_t)((int32_t)95)))) { goto IL_01e0; } } { String_t* L_42 = ___0_name; int32_t L_43 = V_6; NullCheck(L_42); Il2CppChar L_44; L_44 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, ((int32_t)il2cpp_codegen_add(L_43, 2)), NULL); il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int32_t L_45; L_45 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_44, NULL); String_t* L_46 = ___0_name; int32_t L_47 = V_6; NullCheck(L_46); Il2CppChar L_48; L_48 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_46, ((int32_t)il2cpp_codegen_add(L_47, 3)), NULL); int32_t L_49; L_49 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_48, NULL); String_t* L_50 = ___0_name; int32_t L_51 = V_6; NullCheck(L_50); Il2CppChar L_52; L_52 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_50, ((int32_t)il2cpp_codegen_add(L_51, 4)), NULL); int32_t L_53; L_53 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_52, NULL); String_t* L_54 = ___0_name; int32_t L_55 = V_6; NullCheck(L_54); Il2CppChar L_56; L_56 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_54, ((int32_t)il2cpp_codegen_add(L_55, 5)), NULL); int32_t L_57; L_57 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_56, NULL); String_t* L_58 = ___0_name; int32_t L_59 = V_6; NullCheck(L_58); Il2CppChar L_60; L_60 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_58, ((int32_t)il2cpp_codegen_add(L_59, 6)), NULL); int32_t L_61; L_61 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_60, NULL); String_t* L_62 = ___0_name; int32_t L_63 = V_6; NullCheck(L_62); Il2CppChar L_64; L_64 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_62, ((int32_t)il2cpp_codegen_add(L_63, 7)), NULL); int32_t L_65; L_65 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_64, NULL); String_t* L_66 = ___0_name; int32_t L_67 = V_6; NullCheck(L_66); Il2CppChar L_68; L_68 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_66, ((int32_t)il2cpp_codegen_add(L_67, 8)), NULL); int32_t L_69; L_69 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_68, NULL); String_t* L_70 = ___0_name; int32_t L_71 = V_6; NullCheck(L_70); Il2CppChar L_72; L_72 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_70, ((int32_t)il2cpp_codegen_add(L_71, ((int32_t)9))), NULL); int32_t L_73; L_73 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_72, NULL); V_7 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_45, ((int32_t)268435456))), ((int32_t)il2cpp_codegen_multiply(L_49, ((int32_t)16777216))))), ((int32_t)il2cpp_codegen_multiply(L_53, ((int32_t)1048576))))), ((int32_t)il2cpp_codegen_multiply(L_57, ((int32_t)65536))))), ((int32_t)il2cpp_codegen_multiply(L_61, ((int32_t)4096))))), ((int32_t)il2cpp_codegen_multiply(L_65, ((int32_t)256))))), ((int32_t)il2cpp_codegen_multiply(L_69, ((int32_t)16))))), L_73)); int32_t L_74 = V_7; if ((((int32_t)L_74) < ((int32_t)((int32_t)65536)))) { goto IL_01bb; } } { int32_t L_75 = V_7; if ((((int32_t)L_75) > ((int32_t)((int32_t)1114111)))) { goto IL_01d0; } } { int32_t L_76 = V_6; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int32_t L_77 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodedCharLength_2; V_2 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_76, L_77)), 4)); int32_t L_78 = V_7; XmlCharType_SplitSurrogateChar_m0349AB0062E5B8E1ACEE77FCB2D81E630A3DF704(L_78, (&V_8), (&V_9), NULL); StringBuilder_t* L_79 = V_0; Il2CppChar L_80 = V_9; NullCheck(L_79); StringBuilder_t* L_81; L_81 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_79, L_80, NULL); StringBuilder_t* L_82 = V_0; Il2CppChar L_83 = V_8; NullCheck(L_82); StringBuilder_t* L_84; L_84 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_82, L_83, NULL); goto IL_01d0; } IL_01bb: { int32_t L_85 = V_6; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int32_t L_86 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodedCharLength_2; V_2 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_85, L_86)), 4)); StringBuilder_t* L_87 = V_0; int32_t L_88 = V_7; NullCheck(L_87); StringBuilder_t* L_89; L_89 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_87, ((int32_t)(uint16_t)L_88), NULL); } IL_01d0: { int32_t L_90 = V_6; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int32_t L_91 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodedCharLength_2; V_6 = ((int32_t)il2cpp_codegen_add(L_90, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_91, 1)), 4)))); goto IL_024b; } IL_01e0: { int32_t L_92 = V_6; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int32_t L_93 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodedCharLength_2; V_2 = ((int32_t)il2cpp_codegen_add(L_92, L_93)); StringBuilder_t* L_94 = V_0; String_t* L_95 = ___0_name; int32_t L_96 = V_6; NullCheck(L_95); Il2CppChar L_97; L_97 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_95, ((int32_t)il2cpp_codegen_add(L_96, 2)), NULL); int32_t L_98; L_98 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_97, NULL); String_t* L_99 = ___0_name; int32_t L_100 = V_6; NullCheck(L_99); Il2CppChar L_101; L_101 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_99, ((int32_t)il2cpp_codegen_add(L_100, 3)), NULL); int32_t L_102; L_102 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_101, NULL); String_t* L_103 = ___0_name; int32_t L_104 = V_6; NullCheck(L_103); Il2CppChar L_105; L_105 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_103, ((int32_t)il2cpp_codegen_add(L_104, 4)), NULL); int32_t L_106; L_106 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_105, NULL); String_t* L_107 = ___0_name; int32_t L_108 = V_6; NullCheck(L_107); Il2CppChar L_109; L_109 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_107, ((int32_t)il2cpp_codegen_add(L_108, 5)), NULL); int32_t L_110; L_110 = XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271(L_109, NULL); NullCheck(L_94); StringBuilder_t* L_111; L_111 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_94, ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(L_98, ((int32_t)4096))), ((int32_t)il2cpp_codegen_multiply(L_102, ((int32_t)256))))), ((int32_t)il2cpp_codegen_multiply(L_106, ((int32_t)16))))), L_110))), NULL); int32_t L_112 = V_6; int32_t L_113 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodedCharLength_2; V_6 = ((int32_t)il2cpp_codegen_add(L_112, ((int32_t)il2cpp_codegen_subtract(L_113, 1)))); } IL_024b: { int32_t L_114 = V_6; V_6 = ((int32_t)il2cpp_codegen_add(L_114, 1)); } IL_0251: { int32_t L_115 = V_6; int32_t L_116 = V_1; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int32_t L_117 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodedCharLength_2; if ((((int32_t)L_115) < ((int32_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_116, L_117)), 1))))) { goto IL_0086; } } { int32_t L_118 = V_2; if (L_118) { goto IL_0266; } } { String_t* L_119 = ___0_name; return L_119; } IL_0266: { int32_t L_120 = V_2; int32_t L_121 = V_1; if ((((int32_t)L_120) >= ((int32_t)L_121))) { goto IL_0276; } } { StringBuilder_t* L_122 = V_0; String_t* L_123 = ___0_name; int32_t L_124 = V_2; int32_t L_125 = V_1; int32_t L_126 = V_2; NullCheck(L_122); StringBuilder_t* L_127; L_127 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_122, L_123, L_124, ((int32_t)il2cpp_codegen_subtract(L_125, L_126)), NULL); } IL_0276: { StringBuilder_t* L_128 = V_0; NullCheck(L_128); String_t* L_129; L_129 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_128); return L_129; } } // System.String System.Xml.XmlConvert::EncodeName(System.String,System.Boolean,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_EncodeName_m6EF54A4B7E4F8B972B971FB0D04F979425E47C05 (String_t* ___0_name, bool ___1_first, bool ___2_local, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD68508B50CDE1B2E777400476044304CB8149311); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; int32_t V_7 = 0; int32_t V_8 = 0; int32_t V_9 = 0; int32_t V_10 = 0; int32_t V_11 = 0; { String_t* L_0 = ___0_name; bool L_1; L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL); if (!L_1) { goto IL_000a; } } { String_t* L_2 = ___0_name; return L_2; } IL_000a: { V_0 = (StringBuilder_t*)NULL; String_t* L_3 = ___0_name; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); V_1 = L_4; V_2 = 0; V_3 = 0; String_t* L_5 = ___0_name; NullCheck(L_5); int32_t L_6; L_6 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_5, ((int32_t)95), NULL); V_4 = L_6; V_5 = (RuntimeObject*)NULL; int32_t L_7 = V_4; if ((((int32_t)L_7) < ((int32_t)0))) { goto IL_0059; } } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_8 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodeCharPattern_3; il2cpp_codegen_memory_barrier(); if (L_8) { goto IL_0043; } } { Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_9 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var); NullCheck(L_9); Regex__ctor_m082970AA73B8236360F0CA651FA24A8D1EBF89CD(L_9, _stringLiteral3551E955AF07D1FE8B80542403C8EFBD2C0F7C48, NULL); il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodeCharPattern_3 = L_9; Il2CppCodeGenWriteBarrier((void**)(&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodeCharPattern_3), (void*)L_9); } IL_0043: { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_10 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodeCharPattern_3; il2cpp_codegen_memory_barrier(); String_t* L_11 = ___0_name; int32_t L_12 = V_4; NullCheck(L_10); MatchCollection_t84805BAED3D556A405EE3FD165856045026106BC* L_13; L_13 = Regex_Matches_mD0E47C23B403AC380AF7EAECA48E63C61DC39CDF(L_10, L_11, L_12, NULL); NullCheck(L_13); RuntimeObject* L_14; L_14 = MatchCollection_GetEnumerator_mEDB2417DB45B514C8015043F52630DE1AD15447B(L_13, NULL); V_5 = L_14; } IL_0059: { V_6 = (-1); RuntimeObject* L_15 = V_5; if (!L_15) { goto IL_007e; } } { RuntimeObject* L_16 = V_5; NullCheck(L_16); bool L_17; L_17 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_16); if (!L_17) { goto IL_007e; } } { RuntimeObject* L_18 = V_5; NullCheck(L_18); RuntimeObject* L_19; L_19 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_18); NullCheck(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_19, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var))); int32_t L_20; L_20 = Capture_get_Index_m35E8D105E5E2142415F85116BFD4BA369AF7A17A_inline(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_19, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var)), NULL); V_6 = ((int32_t)il2cpp_codegen_subtract(L_20, 1)); } IL_007e: { bool L_21 = ___1_first; if (!L_21) { goto IL_0293; } } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_22 = ___0_name; NullCheck(L_22); Il2CppChar L_23; L_23 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_22, 0, NULL); bool L_24; L_24 = XmlCharType_IsStartNCNameCharXml4e_mB1A1B245AB61132E3C6F1CB221D3FE5330F9FD2A((&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___xmlCharType_0), L_23, NULL); if (L_24) { goto IL_00a8; } } { bool L_25 = ___2_local; if (L_25) { goto IL_00af; } } { bool L_26 = ___2_local; if (L_26) { goto IL_00a8; } } { String_t* L_27 = ___0_name; NullCheck(L_27); Il2CppChar L_28; L_28 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, 0, NULL); if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)58))))) { goto IL_00af; } } IL_00a8: { int32_t L_29 = V_6; if (L_29) { goto IL_0293; } } IL_00af: { StringBuilder_t* L_30 = V_0; if (L_30) { goto IL_00bc; } } { int32_t L_31 = V_1; StringBuilder_t* L_32 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_32); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_32, ((int32_t)il2cpp_codegen_add(L_31, ((int32_t)20))), NULL); V_0 = L_32; } IL_00bc: { StringBuilder_t* L_33 = V_0; NullCheck(L_33); StringBuilder_t* L_34; L_34 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_33, _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF, NULL); int32_t L_35 = V_1; if ((((int32_t)L_35) <= ((int32_t)1))) { goto IL_0121; } } { String_t* L_36 = ___0_name; NullCheck(L_36); Il2CppChar L_37; L_37 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_36, 0, NULL); bool L_38; L_38 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_37, NULL); if (!L_38) { goto IL_0121; } } { String_t* L_39 = ___0_name; NullCheck(L_39); Il2CppChar L_40; L_40 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, 1, NULL); bool L_41; L_41 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_40, NULL); if (!L_41) { goto IL_0121; } } { String_t* L_42 = ___0_name; NullCheck(L_42); Il2CppChar L_43; L_43 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_42, 0, NULL); V_7 = L_43; String_t* L_44 = ___0_name; NullCheck(L_44); Il2CppChar L_45; L_45 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_44, 1, NULL); int32_t L_46 = V_7; int32_t L_47; L_47 = XmlCharType_CombineSurrogateChar_m4D32D326745128CD021B4C219295A61B074FB8C7(L_45, L_46, NULL); V_8 = L_47; StringBuilder_t* L_48 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_49; L_49 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_50; L_50 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_8), _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, L_49, NULL); NullCheck(L_48); StringBuilder_t* L_51; L_51 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_48, L_50, NULL); int32_t L_52 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_52, 1)); V_2 = 2; goto IL_0144; } IL_0121: { StringBuilder_t* L_53 = V_0; String_t* L_54 = ___0_name; NullCheck(L_54); Il2CppChar L_55; L_55 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_54, 0, NULL); V_9 = L_55; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_56; L_56 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_57; L_57 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_9), _stringLiteralD68508B50CDE1B2E777400476044304CB8149311, L_56, NULL); NullCheck(L_53); StringBuilder_t* L_58; L_58 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_53, L_57, NULL); V_2 = 1; } IL_0144: { StringBuilder_t* L_59 = V_0; NullCheck(L_59); StringBuilder_t* L_60; L_60 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_59, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, NULL); int32_t L_61 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_61, 1)); int32_t L_62 = V_6; if (L_62) { goto IL_0293; } } { RuntimeObject* L_63 = V_5; NullCheck(L_63); bool L_64; L_64 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_63); if (!L_64) { goto IL_0293; } } { RuntimeObject* L_65 = V_5; NullCheck(L_65); RuntimeObject* L_66; L_66 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_65); NullCheck(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_66, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var))); int32_t L_67; L_67 = Capture_get_Index_m35E8D105E5E2142415F85116BFD4BA369AF7A17A_inline(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_66, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var)), NULL); V_6 = ((int32_t)il2cpp_codegen_subtract(L_67, 1)); goto IL_0293; } IL_0181: { bool L_68 = ___2_local; if (!L_68) { goto IL_0197; } } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_69 = ___0_name; int32_t L_70 = V_3; NullCheck(L_69); Il2CppChar L_71; L_71 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_69, L_70, NULL); bool L_72; L_72 = XmlCharType_IsNCNameCharXml4e_mD329203E44D17286699892D4E080A92F8AF9D56E((&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___xmlCharType_0), L_71, NULL); if (!L_72) { goto IL_01b5; } } IL_0197: { bool L_73 = ___2_local; if (L_73) { goto IL_01ad; } } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_74 = ___0_name; int32_t L_75 = V_3; NullCheck(L_74); Il2CppChar L_76; L_76 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_74, L_75, NULL); bool L_77; L_77 = XmlCharType_IsNameCharXml4e_mEA49083CCCCAAA61588D16FC58ED3655B0C3B0A8((&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___xmlCharType_0), L_76, NULL); if (!L_77) { goto IL_01b5; } } IL_01ad: { int32_t L_78 = V_6; int32_t L_79 = V_3; if ((!(((uint32_t)L_78) == ((uint32_t)L_79)))) { goto IL_028f; } } IL_01b5: { StringBuilder_t* L_80 = V_0; if (L_80) { goto IL_01c2; } } { int32_t L_81 = V_1; StringBuilder_t* L_82 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_82); StringBuilder__ctor_m2619CA8D2C3476DF1A302D9D941498BB1C6164C5(L_82, ((int32_t)il2cpp_codegen_add(L_81, ((int32_t)20))), NULL); V_0 = L_82; } IL_01c2: { int32_t L_83 = V_6; int32_t L_84 = V_3; if ((!(((uint32_t)L_83) == ((uint32_t)L_84)))) { goto IL_01e5; } } { RuntimeObject* L_85 = V_5; NullCheck(L_85); bool L_86; L_86 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_85); if (!L_86) { goto IL_01e5; } } { RuntimeObject* L_87 = V_5; NullCheck(L_87); RuntimeObject* L_88; L_88 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_87); NullCheck(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_88, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var))); int32_t L_89; L_89 = Capture_get_Index_m35E8D105E5E2142415F85116BFD4BA369AF7A17A_inline(((Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F*)CastclassClass((RuntimeObject*)L_88, Match_tFBEBCF225BD8EA17BCE6CE3FE5C1BD8E3074105F_il2cpp_TypeInfo_var)), NULL); V_6 = ((int32_t)il2cpp_codegen_subtract(L_89, 1)); } IL_01e5: { StringBuilder_t* L_90 = V_0; String_t* L_91 = ___0_name; int32_t L_92 = V_2; int32_t L_93 = V_3; int32_t L_94 = V_2; NullCheck(L_90); StringBuilder_t* L_95; L_95 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_90, L_91, L_92, ((int32_t)il2cpp_codegen_subtract(L_93, L_94)), NULL); StringBuilder_t* L_96 = V_0; NullCheck(L_96); StringBuilder_t* L_97; L_97 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_96, _stringLiteral7F284ED9546A806A5557903E8AFCA12B8990E1EF, NULL); int32_t L_98 = V_1; int32_t L_99 = V_3; if ((((int32_t)L_98) <= ((int32_t)((int32_t)il2cpp_codegen_add(L_99, 1))))) { goto IL_025e; } } { String_t* L_100 = ___0_name; int32_t L_101 = V_3; NullCheck(L_100); Il2CppChar L_102; L_102 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_100, L_101, NULL); bool L_103; L_103 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_102, NULL); if (!L_103) { goto IL_025e; } } { String_t* L_104 = ___0_name; int32_t L_105 = V_3; NullCheck(L_104); Il2CppChar L_106; L_106 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_104, ((int32_t)il2cpp_codegen_add(L_105, 1)), NULL); bool L_107; L_107 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_106, NULL); if (!L_107) { goto IL_025e; } } { String_t* L_108 = ___0_name; int32_t L_109 = V_3; NullCheck(L_108); Il2CppChar L_110; L_110 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_108, L_109, NULL); V_10 = L_110; String_t* L_111 = ___0_name; int32_t L_112 = V_3; NullCheck(L_111); Il2CppChar L_113; L_113 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_111, ((int32_t)il2cpp_codegen_add(L_112, 1)), NULL); int32_t L_114 = V_10; int32_t L_115; L_115 = XmlCharType_CombineSurrogateChar_m4D32D326745128CD021B4C219295A61B074FB8C7(L_113, L_114, NULL); V_11 = L_115; StringBuilder_t* L_116 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_117; L_117 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_118; L_118 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_11), _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, L_117, NULL); NullCheck(L_116); StringBuilder_t* L_119; L_119 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_116, L_118, NULL); int32_t L_120 = V_3; V_2 = ((int32_t)il2cpp_codegen_add(L_120, 2)); int32_t L_121 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_121, 1)); goto IL_0283; } IL_025e: { StringBuilder_t* L_122 = V_0; String_t* L_123 = ___0_name; int32_t L_124 = V_3; NullCheck(L_123); Il2CppChar L_125; L_125 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_123, L_124, NULL); V_9 = L_125; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_126; L_126 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_127; L_127 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_9), _stringLiteralD68508B50CDE1B2E777400476044304CB8149311, L_126, NULL); NullCheck(L_122); StringBuilder_t* L_128; L_128 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_122, L_127, NULL); int32_t L_129 = V_3; V_2 = ((int32_t)il2cpp_codegen_add(L_129, 1)); } IL_0283: { StringBuilder_t* L_130 = V_0; NullCheck(L_130); StringBuilder_t* L_131; L_131 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_130, _stringLiteral50639CAD49418C7B223CC529395C0E2A3892501C, NULL); } IL_028f: { int32_t L_132 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_132, 1)); } IL_0293: { int32_t L_133 = V_3; int32_t L_134 = V_1; if ((((int32_t)L_133) < ((int32_t)L_134))) { goto IL_0181; } } { int32_t L_135 = V_2; if (L_135) { goto IL_029f; } } { String_t* L_136 = ___0_name; return L_136; } IL_029f: { int32_t L_137 = V_2; int32_t L_138 = V_1; if ((((int32_t)L_137) >= ((int32_t)L_138))) { goto IL_02af; } } { StringBuilder_t* L_139 = V_0; String_t* L_140 = ___0_name; int32_t L_141 = V_2; int32_t L_142 = V_1; int32_t L_143 = V_2; NullCheck(L_139); StringBuilder_t* L_144; L_144 = StringBuilder_Append_mE7CA22532FEF1545B8BC357CB7CAA304BA264703(L_139, L_140, L_141, ((int32_t)il2cpp_codegen_subtract(L_142, L_143)), NULL); } IL_02af: { StringBuilder_t* L_145 = V_0; NullCheck(L_145); String_t* L_146; L_146 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_145); return L_146; } } // System.Int32 System.Xml.XmlConvert::FromHex(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_FromHex_mA0B7CEBD388EDF699B1E59858E61BDD2B490D271 (Il2CppChar ___0_digit, const RuntimeMethod* method) { int32_t G_B4_0 = 0; { Il2CppChar L_0 = ___0_digit; if ((((int32_t)L_0) <= ((int32_t)((int32_t)57)))) { goto IL_0018; } } { Il2CppChar L_1 = ___0_digit; if ((((int32_t)L_1) <= ((int32_t)((int32_t)70)))) { goto IL_0010; } } { Il2CppChar L_2 = ___0_digit; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_2, ((int32_t)97))); goto IL_0014; } IL_0010: { Il2CppChar L_3 = ___0_digit; G_B4_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_3, ((int32_t)65))); } IL_0014: { return ((int32_t)il2cpp_codegen_add(G_B4_0, ((int32_t)10))); } IL_0018: { Il2CppChar L_4 = ___0_digit; return ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, ((int32_t)48))); } } // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* XmlConvert_FromBinHexString_m6EC5D0535AB77161DC3494909964E3774E7D0822 (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1; L_1 = XmlConvert_FromBinHexString_mD2E68F1DDD3765DFEBF23898D2B87E7E1F1EA8DE(L_0, (bool)1, NULL); return L_1; } } // System.Byte[] System.Xml.XmlConvert::FromBinHexString(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* XmlConvert_FromBinHexString_mD2E68F1DDD3765DFEBF23898D2B87E7E1F1EA8DE (String_t* ___0_s, bool ___1_allowOddCount, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_FromBinHexString_mD2E68F1DDD3765DFEBF23898D2B87E7E1F1EA8DE_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___0_s; NullCheck(L_2); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3; L_3 = String_ToCharArray_m0699A92AA3E744229EF29CB9D943C47DF4FE5B46(L_2, NULL); bool L_4 = ___1_allowOddCount; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5; L_5 = BinHexDecoder_Decode_m4602ECA3CC85D2D02553D6EC003FB3D6F9282A2B(L_3, L_4, NULL); return L_5; } } // System.String System.Xml.XmlConvert::ToBinHexString(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToBinHexString_mA619F0B1AA0EDB0D518850F3631B8A811473BE20 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inArray, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_inArray; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB77C51162F9B76C1135D72465C09B899FF505927)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToBinHexString_mA619F0B1AA0EDB0D518850F3631B8A811473BE20_RuntimeMethod_var))); } IL_000e: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_inArray; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_inArray; NullCheck(L_3); String_t* L_4; L_4 = BinHexEncoder_Encode_m81FC286D1A9025C6406DEA5DA7F23ED6D9164D53(L_2, 0, ((int32_t)(((RuntimeArray*)L_3)->max_length)), NULL); return L_4; } } // System.String System.Xml.XmlConvert::VerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyName_mDE22F8CF21CB28A05C08D86EDBAA4AA798A1FB34 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___0_name; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mDE22F8CF21CB28A05C08D86EDBAA4AA798A1FB34_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___0_name; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_002b; } } { String_t* L_4; L_4 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), NULL); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mDE22F8CF21CB28A05C08D86EDBAA4AA798A1FB34_RuntimeMethod_var))); } IL_002b: { String_t* L_6 = ___0_name; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_7; L_7 = ValidateNames_ParseNameNoNamespaces_m5FD69DDA8536EA0C0DC1822A5BE74AA97D4A5D9B(L_6, 0, NULL); V_0 = L_7; int32_t L_8 = V_0; String_t* L_9 = ___0_name; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0045; } } { String_t* L_11 = ___0_name; int32_t L_12 = V_0; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_13; L_13 = XmlConvert_CreateInvalidNameCharException_m01CA4BDCC6F6B7DD5693D5D3C5DCFCDC07A58663(L_11, L_12, 1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyName_mDE22F8CF21CB28A05C08D86EDBAA4AA798A1FB34_RuntimeMethod_var))); } IL_0045: { String_t* L_14 = ___0_name; return L_14; } } // System.Exception System.Xml.XmlConvert::TryVerifyName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyName_mAD79DF906917DCA8D455B5512DFAD8465DAF7EE7 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; String_t* G_B7_0 = NULL; { String_t* L_0 = ___0_name; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_name; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b; } } IL_000b: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_4 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_4); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, NULL); return L_4; } IL_001b: { String_t* L_5 = ___0_name; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ValidateNames_ParseNameNoNamespaces_m5FD69DDA8536EA0C0DC1822A5BE74AA97D4A5D9B(L_5, 0, NULL); V_0 = L_6; int32_t L_7 = V_0; String_t* L_8 = ___0_name; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_0048; } } { int32_t L_10 = V_0; if (!L_10) { goto IL_0036; } } { G_B7_0 = _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; goto IL_003b; } IL_0036: { G_B7_0 = _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; } IL_003b: { String_t* L_11 = ___0_name; int32_t L_12 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13; L_13 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_11, L_12, NULL); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_14 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_14); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_14, G_B7_0, L_13, NULL); return L_14; } IL_0048: { return (Exception_t*)NULL; } } // System.String System.Xml.XmlConvert::VerifyQName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyQName_mDF2231755B2C9660C253DF2325400F15BF73DEC9 (String_t* ___0_name, int32_t ___1_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_name; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_name; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_0016; } } IL_000b: { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyQName_mDF2231755B2C9660C253DF2325400F15BF73DEC9_RuntimeMethod_var))); } IL_0016: { V_0 = (-1); String_t* L_4 = ___0_name; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_5; L_5 = ValidateNames_ParseQName_m4754B68F94F5E33B73DDAE050C9308FDCB0EAC3B(L_4, 0, (&V_0), NULL); V_1 = L_5; int32_t L_6 = V_1; String_t* L_7 = ___0_name; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); if ((((int32_t)L_6) == ((int32_t)L_8))) { goto IL_0042; } } { String_t* L_9 = ___0_name; int32_t L_10 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11; L_11 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_9, L_10, NULL); int32_t L_12 = ___1_exceptionType; int32_t L_13 = V_1; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_14; L_14 = XmlConvert_CreateException_m5E2DE07EE27F255E64E7A0FE08BA8B1C147EE580(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05)), L_11, L_12, 0, ((int32_t)il2cpp_codegen_add(L_13, 1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyQName_mDF2231755B2C9660C253DF2325400F15BF73DEC9_RuntimeMethod_var))); } IL_0042: { String_t* L_15 = ___0_name; return L_15; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mBA591914E9543A4A89B0849C1D99BC523FDEE4E1 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_VerifyNCName_mE58BA51858F3961CF48F3B96C65484A36E784E5A(L_0, 1, NULL); return L_1; } } // System.String System.Xml.XmlConvert::VerifyNCName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyNCName_mE58BA51858F3961CF48F3B96C65484A36E784E5A (String_t* ___0_name, int32_t ___1_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___0_name; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_mE58BA51858F3961CF48F3B96C65484A36E784E5A_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___0_name; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_002b; } } { String_t* L_4; L_4 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08)), NULL); ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentNullException__ctor_m6D9C7B47EA708382838B264BA02EBB7576DFA155(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCE18B047107AA23D1AA9B2ED32D316148E02655F)), L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_mE58BA51858F3961CF48F3B96C65484A36E784E5A_RuntimeMethod_var))); } IL_002b: { String_t* L_6 = ___0_name; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_7; L_7 = ValidateNames_ParseNCName_mE7FF6AE6B2731CC3737DC7D0D64A6A80F1AD6D9A(L_6, 0, NULL); V_0 = L_7; int32_t L_8 = V_0; String_t* L_9 = ___0_name; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0045; } } { String_t* L_11 = ___0_name; int32_t L_12 = V_0; int32_t L_13 = ___1_exceptionType; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_14; L_14 = XmlConvert_CreateInvalidNameCharException_m01CA4BDCC6F6B7DD5693D5D3C5DCFCDC07A58663(L_11, L_12, L_13, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyNCName_mE58BA51858F3961CF48F3B96C65484A36E784E5A_RuntimeMethod_var))); } IL_0045: { String_t* L_15 = ___0_name; return L_15; } } // System.Exception System.Xml.XmlConvert::TryVerifyNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNCName_m9DE511C64B5316F302DCDEC90D97C2D96ADECE99 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___0_name; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_1; L_1 = ValidateNames_ParseNCName_mCDAB41D94FDEAE76BD8FEE6CA8EA925189D49F8B(L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if (!L_2) { goto IL_0013; } } { int32_t L_3 = V_0; String_t* L_4 = ___0_name; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if ((((int32_t)L_3) == ((int32_t)L_5))) { goto IL_001c; } } IL_0013: { String_t* L_6 = ___0_name; int32_t L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); Exception_t* L_8; L_8 = ValidateNames_GetInvalidNameException_m78AA9CAAEED917E1885C6B2579B749F9DCD6E262(L_6, 0, L_7, NULL); return L_8; } IL_001c: { return (Exception_t*)NULL; } } // System.String System.Xml.XmlConvert::VerifyTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyTOKEN_m18576151885EF260094AC3ED1BB8D637E5229971 (String_t* ___0_token, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_token; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_token; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_000d; } } IL_000b: { String_t* L_3 = ___0_token; return L_3; } IL_000d: { String_t* L_4 = ___0_token; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL); if ((((int32_t)L_5) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_6 = ___0_token; String_t* L_7 = ___0_token; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); NullCheck(L_6); Il2CppChar L_9; L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, ((int32_t)il2cpp_codegen_subtract(L_8, 1)), NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_10 = ___0_token; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___crt_1; NullCheck(L_10); int32_t L_12; L_12 = String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6(L_10, L_11, NULL); if ((!(((uint32_t)L_12) == ((uint32_t)(-1))))) { goto IL_0047; } } { String_t* L_13 = ___0_token; NullCheck(L_13); int32_t L_14; L_14 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_13, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, 4, NULL); if ((((int32_t)L_14) == ((int32_t)(-1)))) { goto IL_0053; } } IL_0047: { String_t* L_15 = ___0_token; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_16 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_16); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81)), L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyTOKEN_m18576151885EF260094AC3ED1BB8D637E5229971_RuntimeMethod_var))); } IL_0053: { String_t* L_17 = ___0_token; return L_17; } } // System.Exception System.Xml.XmlConvert::TryVerifyTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyTOKEN_m71FE5F2AE5A8AD2949024902F8000BA8F0C5DBDB (String_t* ___0_token, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_token; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_token; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_000d; } } IL_000b: { return (Exception_t*)NULL; } IL_000d: { String_t* L_3 = ___0_token; NullCheck(L_3); Il2CppChar L_4; L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, 0, NULL); if ((((int32_t)L_4) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_5 = ___0_token; String_t* L_6 = ___0_token; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); NullCheck(L_5); Il2CppChar L_8; L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_5, ((int32_t)il2cpp_codegen_subtract(L_7, 1)), NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)32)))) { goto IL_0047; } } { String_t* L_9 = ___0_token; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___crt_1; NullCheck(L_9); int32_t L_11; L_11 = String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6(L_9, L_10, NULL); if ((!(((uint32_t)L_11) == ((uint32_t)(-1))))) { goto IL_0047; } } { String_t* L_12 = ___0_token; NullCheck(L_12); int32_t L_13; L_13 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_12, _stringLiteral8A8EFDA91C6C257127F8C8D526FAD7E7552766AA, 4, NULL); if ((((int32_t)L_13) == ((int32_t)(-1)))) { goto IL_0053; } } IL_0047: { String_t* L_14 = ___0_token; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_15 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_15); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_15, _stringLiteral47AE43E3C6ABF301C177B475D08268A1A9491F81, L_14, NULL); return L_15; } IL_0053: { return (Exception_t*)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyNMTOKEN(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNMTOKEN_m83FC60E8F6630AAE72047D09A4DBE49ABAF25617 (String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___0_name; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_name; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b; } } IL_000b: { String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_4 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_4); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_4, _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, L_3, NULL); return L_4; } IL_001b: { String_t* L_5 = ___0_name; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); int32_t L_6; L_6 = ValidateNames_ParseNmtokenNoNamespaces_m6899599A7C509C3443C3973574B6F005E9DDC37B(L_5, 0, NULL); V_0 = L_6; int32_t L_7 = V_0; String_t* L_8 = ___0_name; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if ((((int32_t)L_7) == ((int32_t)L_9))) { goto IL_003e; } } { String_t* L_10 = ___0_name; int32_t L_11 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12; L_12 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_10, L_11, NULL); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_13 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_13); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_13, _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05, L_12, NULL); return L_13; } IL_003e: { return (Exception_t*)NULL; } } // System.Exception System.Xml.XmlConvert::TryVerifyNormalizedString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryVerifyNormalizedString_m535C18E2A8E3AE22663A6943B7EA07601021AD4E (String_t* ___0_str, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_str; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___crt_1; NullCheck(L_0); int32_t L_2; L_2 = String_IndexOfAny_mC7AA4AE42B38667BDB9B214AA6230F322306CFF6(L_0, L_1, NULL); if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001a; } } { String_t* L_3 = ___0_str; XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* L_4 = (XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)il2cpp_codegen_object_new(XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); NullCheck(L_4); XmlSchemaException__ctor_m92DDEB5CA724CC6E33CDC2F113378DB5D6757AAA(L_4, _stringLiteral7B135CE95294A84B389365E0B9C0B9964B370D8D, L_3, NULL); return L_4; } IL_001a: { return (Exception_t*)NULL; } } // System.String System.Xml.XmlConvert::ToString(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mD598BDDD270BE18CCBABE0569FF42529F06ADADF (bool ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } { bool L_0 = ___0_value; if (L_0) { goto IL_0009; } } { return _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; } IL_0009: { return _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; } } // System.String System.Xml.XmlConvert::ToString(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m85B27732EDB475923225E9B4393D5A7F4B37A4E2 (Il2CppChar ___0_value, const RuntimeMethod* method) { { String_t* L_0; L_0 = Char_ToString_m34499826F048A38EB8216D5844A5DA49F54719C8((&___0_value), (RuntimeObject*)NULL, NULL); return L_0; } } // System.String System.Xml.XmlConvert::ToString(System.Decimal) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m4EE078C46CC4FF023E0286740CFE95E945C5185E (Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = Decimal_ToString_m2600674D09D44940FA0AAA00A87858E741671F4E((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.SByte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFA2F1817D7798F47A84C43219C7A6FA9D804B828 (int8_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = SByte_ToString_m183C4DB410DD03A804F3DA87DB223A249A68E139((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m1FB4B4752262599AE9EBF689F994BC0B5D3E2E08 (int16_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = Int16_ToString_m586D9FFDE912794F068DF7B1FC00A68A984FBCB9((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m2C27F48B600DAF58ADCCE84D9AA0D27CE77ABC63 (int32_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mFC2B58A063E63501E3CB452206B18C317E2782A9 (int64_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = Int64_ToString_mBCE0DC50D6F802651A6AE75682FF67775CB19B3B((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m411BB9A7763037A4F4C68822FED8AD3638387947 (uint8_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = Byte_ToString_m64EE358F20093EE61D30F9A21638D9E9EE8F87EC((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt16) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m15222157CD861187A9C674677C6CCCF34DCABCB7 (uint16_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = UInt16_ToString_mBD648884B6569D3E7D779669EEFCB1ED5EE4A521((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m8F28EF0133301A563B7A9853C7DBB023491EFE83 (uint32_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.UInt64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m9A1A9D40FD8B650DD3EC4DD58410847A20C472E1 (uint64_t ___0_value, const RuntimeMethod* method) { { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_0; L_0 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_1; L_1 = UInt64_ToString_m779041C8FDD58BF8617838B00CD041788DB2F1A3((&___0_value), (String_t*)NULL, L_0, NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Single) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m0A47C3C098CDB47726C29D7A70B7349D6DA57555 (float ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { float L_0 = ___0_value; bool L_1; L_1 = Single_IsNegativeInfinity_mF5BAFC9DDA617A086F698FE180BB0D1FA03D7F18_inline(L_0, NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; } IL_000e: { float L_2 = ___0_value; bool L_3; L_3 = Single_IsPositiveInfinity_mB6DA4AAB74012F1BD90C90121090ED87A5782FA7_inline(L_2, NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; } IL_001c: { float L_4 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlConvert_IsNegativeZero_m3893BE2897F7AD745D9D6CD36911AC7FCC2D5E00(((double)L_4), NULL); if (!L_5) { goto IL_002b; } } { return _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; } IL_002b: { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6; L_6 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_7; L_7 = Single_ToString_mF468A56B3A746EFD805E0604EE7A2873DA157ADE((&___0_value), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_6, NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m04C12A2A45109D8E79C729DE12EF0A29301C2A2B (double ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { double L_0 = ___0_value; bool L_1; L_1 = Double_IsNegativeInfinity_m13015C1072581C43BA6AAED02596E631C18942F6_inline(L_0, NULL); if (!L_1) { goto IL_000e; } } { return _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A; } IL_000e: { double L_2 = ___0_value; bool L_3; L_3 = Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline(L_2, NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E; } IL_001c: { double L_4 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); bool L_5; L_5 = XmlConvert_IsNegativeZero_m3893BE2897F7AD745D9D6CD36911AC7FCC2D5E00(L_4, NULL); if (!L_5) { goto IL_002a; } } { return _stringLiteral9D9984D8D392A564CD414347CA62734784B79A3B; } IL_002a: { NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6; L_6 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_7; L_7 = Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789((&___0_value), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_6, NULL); return L_7; } } // System.String System.Xml.XmlConvert::ToString(System.TimeSpan) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mEF060F018017514326BC5A2127ABEAC96BE8A14B (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___0_value, const RuntimeMethod* method) { XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D V_0; memset((&V_0), 0, sizeof(V_0)); { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_0 = ___0_value; XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m19B5702FB7598C86EDEBDE81C75C77F429FE99AC((&L_1), L_0, /*hidden argument*/NULL); V_0 = L_1; String_t* L_2; L_2 = XsdDuration_ToString_m678A09FD579D77D415021761FE814A1C49A50DFD((&V_0), NULL); return L_2; } } // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mF6401456776BBF2637E1AB3FAA6F4187D6FAFD2D (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, String_t* ___1_format, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_format; il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_1; L_1 = DateTimeFormatInfo_get_InvariantInfo_m24804C20A94D2952323C82193D4A59ADF171C8AA(NULL); String_t* L_2; L_2 = DateTime_ToString_m27637E1131A10BED8A95639D64339023D5EBBF00((&___0_value), L_0, L_1, NULL); return L_2; } } // System.String System.Xml.XmlConvert::ToString(System.DateTime,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_mCD438E48326A2EECD1839100F45A2626B3B65598 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, int32_t ___1_dateTimeOption, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB V_0; memset((&V_0), 0, sizeof(V_0)); { int32_t L_0 = ___1_dateTimeOption; switch (L_0) { case 0: { goto IL_0018; } case 1: { goto IL_0022; } case 2: { goto IL_002c; } case 3: { goto IL_0064; } } } { goto IL_003d; } IL_0018: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2; L_2 = XmlConvert_SwitchToLocalTime_mA118F0F6CFF51F2D94C25294E9FF07E12098E263(L_1, NULL); ___0_value = L_2; goto IL_0064; } IL_0022: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4; L_4 = XmlConvert_SwitchToUtcTime_mB99EE86E3225D95CEC5A16BD3F29670CAF2D5374(L_3, NULL); ___0_value = L_4; goto IL_0064; } IL_002c: { int64_t L_5; L_5 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_value), NULL); DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&___0_value), L_5, 0, NULL); goto IL_0064; } IL_003d: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_6; int32_t L_8 = ___1_dateTimeOption; int32_t L_9 = L_8; RuntimeObject* L_10 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeSerializationMode_tF35C42BE60C28E33BBEFAC710B67C376A7A33375_il2cpp_TypeInfo_var)), &L_9); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_10); (L_7)->SetAt(static_cast(0), (RuntimeObject*)L_10); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_7; NullCheck(L_11); ArrayElementTypeCheck (L_11, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); (L_11)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); String_t* L_12; L_12 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426)), L_11, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_13); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_13, L_12, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToString_mCD438E48326A2EECD1839100F45A2626B3B65598_RuntimeMethod_var))); } IL_0064: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_14 = ___0_value; XsdDateTime__ctor_m9EE15399BB38384CC624A7079BA193790D121712((&V_0), L_14, 1, NULL); String_t* L_15; L_15 = XsdDateTime_ToString_m7753E41D2C4A8E0687796143C9220155B9837535((&V_0), NULL); return L_15; } } // System.String System.Xml.XmlConvert::ToString(System.DateTimeOffset) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m94540B3F4E815CA0CEDD0B655248460FD19E419A (DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 ___0_value, const RuntimeMethod* method) { XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB V_0; memset((&V_0), 0, sizeof(V_0)); { DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_0 = ___0_value; XsdDateTime__ctor_mEA0743636C2E0A5AF92A77BB350ED7A6F51AA843((&V_0), L_0, NULL); String_t* L_1; L_1 = XsdDateTime_ToString_m7753E41D2C4A8E0687796143C9220155B9837535((&V_0), NULL); return L_1; } } // System.String System.Xml.XmlConvert::ToString(System.Guid) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToString_m36449973CB34AACCE49ED7151F860E0C74E6E41D (Guid_t ___0_value, const RuntimeMethod* method) { { String_t* L_0; L_0 = Guid_ToString_m2BFFD5FA726E03FA707AAFCCF065896C46D5290C((&___0_value), NULL); return L_0; } } // System.Boolean System.Xml.XmlConvert::ToBoolean(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_0, NULL); ___0_s = L_1; String_t* L_2 = ___0_s; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___0_s; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL); if (!L_5) { goto IL_0024; } } IL_0022: { return (bool)1; } IL_0024: { String_t* L_6 = ___0_s; bool L_7; L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL); if (L_7) { goto IL_003e; } } { String_t* L_8 = ___0_s; bool L_9; L_9 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL); if (!L_9) { goto IL_0040; } } IL_003e: { return (bool)0; } IL_0040: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_10; String_t* L_12 = ___0_s; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); (L_13)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06))); String_t* L_14; L_14 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_13, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_15 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_15); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_15, L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToBoolean_mB95C798BD6D849071E6A686CBF85851C25C7006A_RuntimeMethod_var))); } } // System.Exception System.Xml.XmlConvert::TryToBoolean(System.String,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToBoolean_m69845D5EF91CF9C6E485FAEBC75B67C16A118E2A (String_t* ___0_s, bool* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_0, NULL); ___0_s = L_1; String_t* L_2 = ___0_s; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL); if (L_3) { goto IL_0022; } } { String_t* L_4 = ___0_s; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB, NULL); if (!L_5) { goto IL_0027; } } IL_0022: { bool* L_6 = ___1_result; *((int8_t*)L_6) = (int8_t)0; return (Exception_t*)NULL; } IL_0027: { String_t* L_7 = ___0_s; bool L_8; L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_7, _stringLiteralE91FE173F59B063D620A934CE1A010F2B114C1F3, NULL); if (L_8) { goto IL_0041; } } { String_t* L_9 = ___0_s; bool L_10; L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_9, _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2, NULL); if (!L_10) { goto IL_0046; } } IL_0041: { bool* L_11 = ___1_result; *((int8_t*)L_11) = (int8_t)1; return (Exception_t*)NULL; } IL_0046: { bool* L_12 = ___1_result; *((int8_t*)L_12) = (int8_t)0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_13; String_t* L_15 = ___0_s; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (RuntimeObject*)L_15); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_16 = L_14; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); (L_16)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteral6C8C975CC62CF419550282B028FB7E3A1F591D06); String_t* L_17; L_17 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_16, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_18 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_18); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_18, L_17, NULL); return L_18; } } // System.Char System.Xml.XmlConvert::ToChar(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6 (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___0_s; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0027; } } { String_t* L_4; L_4 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral1885083B225A9C3413CEAE49DFF7E6B5770675FB)), NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_5 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_5); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_5, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToChar_m0976C51C05E8ECBEBA46A86D0445529415A2FCA6_RuntimeMethod_var))); } IL_0027: { String_t* L_6 = ___0_s; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, 0, NULL); return L_7; } } // System.Exception System.Xml.XmlConvert::TryToChar(System.String,System.Char&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToChar_mE6F5E18D3152F0EA7700F6E9ACAEFEB91B294A18 (String_t* ___0_s, Il2CppChar* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; Il2CppChar* L_1 = ___1_result; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_2; L_2 = Char_TryParse_m7D4FA37A9A0C470380D7C0A8B81A55E91E67485C(L_0, L_1, NULL); if (L_2) { goto IL_002b; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3; String_t* L_5 = ___0_s; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_4; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); (L_6)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralE75F4F4A9D67BC98BA7DB8DBE3C519516572DA4E); String_t* L_7; L_7 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_6, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_8 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_8); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_8, L_7, NULL); return L_8; } IL_002b: { return (Exception_t*)NULL; } } // System.Decimal System.Xml.XmlConvert::ToDecimal(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlConvert_ToDecimal_mADC865682AA62EC874AFEA0D55B7FBED9A1B6E32 (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2; L_2 = Decimal_Parse_m6023D6BA10DAAF7AA6443D08022299A0529B7107(L_0, ((int32_t)39), L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToDecimal(System.String,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToDecimal_mACFB99727B0B9DA0D7BC2121AFB8B15499639422 (String_t* ___0_s, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_2 = ___1_result; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_3; L_3 = Decimal_TryParse_mA3CAA172CC95A384FDB25A3FCEA91F9F1ABF23B6(L_0, ((int32_t)39), L_1, L_2, NULL); if (L_3) { goto IL_0032; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteral5B41A58E45555854EC2026B9B5F8243AA9E7ED4B); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0032: { return (Exception_t*)NULL; } } // System.Decimal System.Xml.XmlConvert::ToInteger(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F XmlConvert_ToInteger_mFA90467E41290855C5CA8A7A3954CB080C67510D (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F L_2; L_2 = Decimal_Parse_m6023D6BA10DAAF7AA6443D08022299A0529B7107(L_0, 7, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInteger(System.String,System.Decimal&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInteger_m32D04A92FD0365201BD06C06CD0D413F63A4BD42 (String_t* ___0_s, Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F* L_2 = ___1_result; il2cpp_codegen_runtime_class_init_inline(Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F_il2cpp_TypeInfo_var); bool L_3; L_3 = Decimal_TryParse_mA3CAA172CC95A384FDB25A3FCEA91F9F1ABF23B6(L_0, 7, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralE566E6091771397A8847DE9F0E5AF31E5E383CA7); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.SByte System.Xml.XmlConvert::ToSByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int8_t XmlConvert_ToSByte_m18902C828E00A337DAFD6A73C0F78AF874F0CE17 (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int8_t L_2; L_2 = SByte_Parse_mAC7251E4586FF9DAE8C7766B4C0935E44CF4D52D(L_0, 7, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToSByte(System.String,System.SByte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToSByte_mFBF6A550A54F7E33E31D63C7BCFE9DBC97431E3F (String_t* ___0_s, int8_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int8_t* L_2 = ___1_result; bool L_3; L_3 = SByte_TryParse_mF684036629E35E07BEF2B7B4E6AC7394F9E4A1CF(L_0, 7, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteral6FA4C59C48F20F657EA95225B529B162ECF44EAB); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.Int16 System.Xml.XmlConvert::ToInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int16_t XmlConvert_ToInt16_mA80812313AC16A1C903AA745B0B4AA74A374DA4C (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int16_t L_2; L_2 = Int16_Parse_m78DA88EC72F896F3698019DF6CDAAFFCC1B42C91(L_0, 7, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInt16(System.String,System.Int16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInt16_m8F2F1BDF9141D0C9F79223B91D2D392F4D4405AE (String_t* ___0_s, int16_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int16_t* L_2 = ___1_result; bool L_3; L_3 = Int16_TryParse_mF2E1DD66727F39372A70D52E7A55BF4690167099(L_0, 7, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteral979BEF74EBFAB7697A86533A10926355727B6C8A); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.Int32 System.Xml.XmlConvert::ToInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlConvert_ToInt32_m9C735139F9937011D95951A4D175401E5EC1941E (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int32_t L_2; L_2 = Int32_Parse_m410BA2190FCC7986F94B65C6A3E9AED0932BE521(L_0, 7, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInt32(System.String,System.Int32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInt32_m08AE7735D2EA1A3F7A5DDAD6C42E02C31B53B224 (String_t* ___0_s, int32_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int32_t* L_2 = ___1_result; bool L_3; L_3 = Int32_TryParse_mB8E246A7D6D6308EF36DE3473643BDE4CF8F71FF(L_0, 7, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralDB47297909F3BD6EDB8AD67A8511975233214355); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.Int64 System.Xml.XmlConvert::ToInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_ToInt64_m6B8BF2DD9F2ADFC49C37112EAE0D59E66DEDB5A4 (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int64_t L_2; L_2 = Int64_Parse_m3B1B54542F45772CEDBA7B371C287742A5FF7430(L_0, 7, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToInt64(System.String,System.Int64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToInt64_mC724081FBD7206016D6E60F2A7C8C115EC5AA530 (String_t* ___0_s, int64_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); int64_t* L_2 = ___1_result; bool L_3; L_3 = Int64_TryParse_m64CEDECE4C3F16B715CA1057801018B2957AE0E3(L_0, 7, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralB7E7D625DFBC9C92FA0449D5E3E0BE263DECD0EA); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.Byte System.Xml.XmlConvert::ToByte(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t XmlConvert_ToByte_m4D11145CB1C72A8EAB66787D48A6A0D63828A0A2 (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint8_t L_2; L_2 = Byte_Parse_m7866E33CE8480D5A4482C65F0CF9D1CCF0BD887C(L_0, 3, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToByte(System.String,System.Byte&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToByte_m365107AF1D296D76F98F901BD54E8044145C6019 (String_t* ___0_s, uint8_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint8_t* L_2 = ___1_result; bool L_3; L_3 = Byte_TryParse_m8846443EE14DA81508944F783C0E529FF910DCE4(L_0, 3, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteral072BA90B274B502615639084DC3D7FCC63407A24); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.UInt16 System.Xml.XmlConvert::ToUInt16(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t XmlConvert_ToUInt16_m724BC6C22738955F6FDE18ECF99FB00DBB68DBDE (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint16_t L_2; L_2 = UInt16_Parse_mB0C8DBDC44E6624A4EE2F50B28DA2E3BC842F075(L_0, 3, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToUInt16(System.String,System.UInt16&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUInt16_mBB2E9ABB81D0BF66D7B72EB85B058A5C95F9ACD2 (String_t* ___0_s, uint16_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint16_t* L_2 = ___1_result; bool L_3; L_3 = UInt16_TryParse_mE6F298B2BD4D5F048B03BF38D8D57C1E86BD5BA5(L_0, 3, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteral3680357E36BF098D58315A89BD03F078921BEFD9); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.UInt32 System.Xml.XmlConvert::ToUInt32(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XmlConvert_ToUInt32_m1D00F9B52CAFB9CD660C71B741FC8301890D9F1F (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint32_t L_2; L_2 = UInt32_Parse_mDA54DE4F6E05DE5E452FAB70248AC62C6F97EE96(L_0, 3, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToUInt32(System.String,System.UInt32&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUInt32_m736AB25F4B7D13B492060272BC705B44C3E41512 (String_t* ___0_s, uint32_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint32_t* L_2 = ___1_result; bool L_3; L_3 = UInt32_TryParse_m5F53514F97B4CF90C9F1D49D3794B52F6E07BBF3(L_0, 3, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralB12933F4DC58820F9722BDF423F448FD91C0EE8A); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.UInt64 System.Xml.XmlConvert::ToUInt64(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint64_t XmlConvert_ToUInt64_m3EDAB359CE90486CEEF0F718D15C131ED2FF2C0A (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint64_t L_2; L_2 = UInt64_Parse_mCA16202D9040B305FE0C7AE61B7E869A2817A75A(L_0, 3, L_1, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::TryToUInt64(System.String,System.UInt64&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUInt64_mE2AC52C0B1DD1A259D1E9B2CA4194A4D6AB9B42A (String_t* ___0_s, uint64_t* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); uint64_t* L_2 = ___1_result; bool L_3; L_3 = UInt64_TryParse_m33051106D55D2FDFB53461FF5DDB59F8C35B2388(L_0, 3, L_1, L_2, NULL); if (L_3) { goto IL_0031; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; String_t* L_6 = ___0_s; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_7 = L_5; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); (L_7)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralBF45CADC16AD267EA891B4231D162B68FDED748D); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_7, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_9 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_9); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_9, L_8, NULL); return L_9; } IL_0031: { return (Exception_t*)NULL; } } // System.Single System.Xml.XmlConvert::ToSingle(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR float XmlConvert_ToSingle_m57D622EA6B6024A02ACA602BA5B0ABDE831E1095 (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } float V_0 = 0.0f; { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_0, NULL); ___0_s = L_1; String_t* L_2 = ___0_s; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, NULL); if (!L_3) { goto IL_001b; } } { return (-std::numeric_limits::infinity()); } IL_001b: { String_t* L_4 = ___0_s; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, NULL); if (!L_5) { goto IL_002e; } } { return (std::numeric_limits::infinity()); } IL_002e: { String_t* L_6 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7; L_7 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); float L_8; L_8 = Single_Parse_m0E74607D17E172B4F1306E62BD12CE2905FA5638(L_6, ((int32_t)164), L_7, NULL); V_0 = L_8; float L_9 = V_0; if ((!(((float)L_9) == ((float)(0.0f))))) { goto IL_0058; } } { String_t* L_10 = ___0_s; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 0, NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0058; } } { return (-0.0f); } IL_0058: { float L_12 = V_0; return L_12; } } // System.Exception System.Xml.XmlConvert::TryToSingle(System.String,System.Single&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToSingle_mE537B50A56CB3020B48B14FD728E0C0FAF9490CA (String_t* ___0_s, float* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_0, NULL); ___0_s = L_1; String_t* L_2 = ___0_s; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, NULL); if (!L_3) { goto IL_001e; } } { float* L_4 = ___1_result; *((float*)L_4) = (float)(-std::numeric_limits::infinity()); return (Exception_t*)NULL; } IL_001e: { String_t* L_5 = ___0_s; bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, NULL); if (!L_6) { goto IL_0034; } } { float* L_7 = ___1_result; *((float*)L_7) = (float)(std::numeric_limits::infinity()); return (Exception_t*)NULL; } IL_0034: { String_t* L_8 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); float* L_10 = ___1_result; bool L_11; L_11 = Single_TryParse_mFB8CC32F0016FBB6EFCB97953CF3515767EB6431(L_8, ((int32_t)164), L_9, L_10, NULL); if (L_11) { goto IL_0069; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_12; String_t* L_14 = ___0_s; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject*)L_14); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); (L_15)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralE895F499BC653C0CA36FB31C5936FC768CAD263E); String_t* L_16; L_16 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_15, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_17 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_17); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_17, L_16, NULL); return L_17; } IL_0069: { float* L_18 = ___1_result; float L_19 = *((float*)L_18); if ((!(((float)L_19) == ((float)(0.0f))))) { goto IL_0084; } } { String_t* L_20 = ___0_s; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, 0, NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_0084; } } { float* L_22 = ___1_result; *((float*)L_22) = (float)(-0.0f); } IL_0084: { return (Exception_t*)NULL; } } // System.Double System.Xml.XmlConvert::ToDouble(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToDouble_m2418B80456367C61C63D2851ADF27DF906F2077C (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_0, NULL); ___0_s = L_1; String_t* L_2 = ___0_s; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, NULL); if (!L_3) { goto IL_001f; } } { return (-std::numeric_limits::infinity()); } IL_001f: { String_t* L_4 = ___0_s; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, NULL); if (!L_5) { goto IL_0036; } } { return (std::numeric_limits::infinity()); } IL_0036: { String_t* L_6 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_7; L_7 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); double L_8; L_8 = Double_Parse_mA6BD954627BB3B2317D7BA7D4B29DCA53C660058(L_6, ((int32_t)167), L_7, NULL); V_0 = L_8; double L_9 = V_0; if ((!(((double)L_9) == ((double)(0.0))))) { goto IL_0068; } } { String_t* L_10 = ___0_s; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 0, NULL); if ((!(((uint32_t)L_11) == ((uint32_t)((int32_t)45))))) { goto IL_0068; } } { return (-0.0); } IL_0068: { double L_12 = V_0; return L_12; } } // System.Exception System.Xml.XmlConvert::TryToDouble(System.String,System.Double&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToDouble_m6140BFE5D1C06819F453CB39E19BCF9039993609 (String_t* ___0_s, double* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_0, NULL); ___0_s = L_1; String_t* L_2 = ___0_s; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralCB131892415A016CE70ADA8EB9ED7DA04B27869A, NULL); if (!L_3) { goto IL_0022; } } { double* L_4 = ___1_result; *((double*)L_4) = (double)(-std::numeric_limits::infinity()); return (Exception_t*)NULL; } IL_0022: { String_t* L_5 = ___0_s; bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, _stringLiteralFA13C967E585F33FC40DF14B485AC69E7C90855E, NULL); if (!L_6) { goto IL_003c; } } { double* L_7 = ___1_result; *((double*)L_7) = (double)(std::numeric_limits::infinity()); return (Exception_t*)NULL; } IL_003c: { String_t* L_8 = ___0_s; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); double* L_10 = ___1_result; bool L_11; L_11 = Double_TryParse_m1D39DC22A45BC9A576B9D9130600BFD3CB6DA382(L_8, ((int32_t)164), L_9, L_10, NULL); if (L_11) { goto IL_0071; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_12; String_t* L_14 = ___0_s; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (RuntimeObject*)L_14); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = L_13; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); (L_15)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralF13E4BFF086D4E511E68B0617B76ACC5BD5AFFE7); String_t* L_16; L_16 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_15, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_17 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_17); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_17, L_16, NULL); return L_17; } IL_0071: { double* L_18 = ___1_result; double L_19 = *((double*)L_18); if ((!(((double)L_19) == ((double)(0.0))))) { goto IL_0094; } } { String_t* L_20 = ___0_s; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, 0, NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)45))))) { goto IL_0094; } } { double* L_22 = ___1_result; *((double*)L_22) = (double)(-0.0); } IL_0094: { return (Exception_t*)NULL; } } // System.Double System.Xml.XmlConvert::ToXPathDouble(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_ToXPathDouble_m31244C938BE5A7810F178E55D272CF3C04AF2C12 (RuntimeObject* ___0_o, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; double V_1 = 0.0; double V_2 = 0.0; il2cpp::utils::ExceptionSupportStack __active_exceptions; { RuntimeObject* L_0 = ___0_o; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_0041; } } { String_t* L_2 = V_0; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_3; L_3 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_2, NULL); V_0 = L_3; String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (!L_5) { goto IL_0037; } } { String_t* L_6 = V_0; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, 0, NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)43)))) { goto IL_0037; } } { String_t* L_8 = V_0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_9; L_9 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); bool L_10; L_10 = Double_TryParse_m1D39DC22A45BC9A576B9D9130600BFD3CB6DA382(L_8, ((int32_t)38), L_9, (&V_1), NULL); if (!L_10) { goto IL_0037; } } { double L_11 = V_1; return L_11; } IL_0037: { return (std::numeric_limits::quiet_NaN()); } IL_0041: { RuntimeObject* L_12 = ___0_o; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_12, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))) { goto IL_0050; } } { RuntimeObject* L_13 = ___0_o; return ((*(double*)((double*)(double*)UnBox(L_13, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))); } IL_0050: { RuntimeObject* L_14 = ___0_o; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_14, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))) { goto IL_0074; } } { RuntimeObject* L_15 = ___0_o; if (((*(bool*)((bool*)(bool*)UnBox(L_15, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) { goto IL_006a; } } { return (0.0); } IL_006a: { return (1.0); } IL_0074: { } try {// begin try (depth: 1) RuntimeObject* L_16 = ___0_o; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17; L_17 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); double L_18; L_18 = Convert_ToDouble_m8DED60F2E0251A3D389F1DD22AA5AF9CD440ABE8(L_16, L_17, NULL); V_2 = L_18; goto IL_0096; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0083; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&OverflowException_t6F6AD8CACE20C37F701C05B373A215C4802FAB0C_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0086; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0089; } throw e; } CATCH_0083: {// begin catch(System.FormatException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; }// end catch (depth: 1) CATCH_0086: {// begin catch(System.OverflowException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; }// end catch (depth: 1) CATCH_0089: {// begin catch(System.ArgumentNullException) IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_008c; }// end catch (depth: 1) IL_008c: { return (std::numeric_limits::quiet_NaN()); } IL_0096: { double L_19 = V_2; return L_19; } } // System.String System.Xml.XmlConvert::ToXPathString(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_ToXPathString_m1F4376B556E1E12920902E09EEBDE884A6857DA1 (RuntimeObject* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; double V_1 = 0.0; { RuntimeObject* L_0 = ___0_value; V_0 = ((String_t*)IsInstSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)); String_t* L_1 = V_0; if (!L_1) { goto IL_000c; } } { String_t* L_2 = V_0; return L_2; } IL_000c: { RuntimeObject* L_3 = ___0_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_3, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var))) { goto IL_002d; } } { RuntimeObject* L_4 = ___0_value; V_1 = ((*(double*)((double*)(double*)UnBox(L_4, Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F_il2cpp_TypeInfo_var)))); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_5; L_5 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_6; L_6 = Double_ToString_m7E3930DDFB35B1919FE538A246A59C3FC62AF789((&V_1), _stringLiteral2C3D4826D5236B3C9A914C5CE2E3D8CEA48AC7CE, L_5, NULL); return L_6; } IL_002d: { RuntimeObject* L_7 = ___0_value; if (!((RuntimeObject*)IsInstSealed((RuntimeObject*)L_7, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))) { goto IL_0049; } } { RuntimeObject* L_8 = ___0_value; if (((*(bool*)((bool*)(bool*)UnBox(L_8, Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var))))) { goto IL_0043; } } { return _stringLiteral77D38C0623F92B292B925F6E72CF5CF99A20D4EB; } IL_0043: { return _stringLiteralB7C45DD316C68ABF3429C20058C2981C652192F2; } IL_0049: { RuntimeObject* L_9 = ___0_value; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_10; L_10 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var); String_t* L_11; L_11 = Convert_ToString_m833ABF9C901B707B28FB10DEBFCC511A87E6C827(L_9, L_10, NULL); return L_11; } } // System.Double System.Xml.XmlConvert::XPathRound(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XmlConvert_XPathRound_m8EBBBE505D68CD34430228909B4F73BC367C9391 (double ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } double V_0 = 0.0; { double L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var); double L_1; L_1 = bankers_round(L_0); V_0 = L_1; double L_2 = ___0_value; double L_3 = V_0; if ((((double)((double)il2cpp_codegen_subtract(L_2, L_3))) == ((double)(0.5)))) { goto IL_0017; } } { double L_4 = V_0; return L_4; } IL_0017: { double L_5 = V_0; return ((double)il2cpp_codegen_add(L_5, (1.0))); } } // System.TimeSpan System.Xml.XmlConvert::ToTimeSpan(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A XmlConvert_ToTimeSpan_mDF57053BCC75597B17BD744CFC2E3777006782C2 (String_t* ___0_s, const RuntimeMethod* method) { XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D V_0; memset((&V_0), 0, sizeof(V_0)); il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) String_t* L_0 = ___0_s; XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D L_1; memset((&L_1), 0, sizeof(L_1)); XsdDuration__ctor_m77A135826E3F625F2BA603CB99A4A40D168160E1((&L_1), L_0, /*hidden argument*/NULL); V_0 = L_1; goto IL_002c; }// 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_0009; } throw e; } CATCH_0009: {// begin catch(System.Exception) ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = L_2; String_t* L_4 = ___0_s; NullCheck(L_3); ArrayElementTypeCheck (L_3, L_4); (L_3)->SetAt(static_cast(0), (RuntimeObject*)L_4); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_3; NullCheck(L_5); ArrayElementTypeCheck (L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F))); (L_5)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral356F18017512A760F46C8C6E41C462F76716509F))); String_t* L_6; L_6 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_5, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_7 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_7); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToTimeSpan_mDF57053BCC75597B17BD744CFC2E3777006782C2_RuntimeMethod_var))); }// end catch (depth: 1) IL_002c: { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_8; L_8 = XsdDuration_ToTimeSpan_m954AF83B393730C66217860A6E4048FBC3D456A7((&V_0), NULL); return L_8; } } // System.Exception System.Xml.XmlConvert::TryToTimeSpan(System.String,System.TimeSpan&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToTimeSpan_m3FAA9A009D0D471564F75C88D7E9CAA20AA67B7A (String_t* ___0_s, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XsdDuration_tFE4B2BE006340D157BE913D63F05058DF4190B1D V_0; memset((&V_0), 0, sizeof(V_0)); Exception_t* V_1 = NULL; { String_t* L_0 = ___0_s; Exception_t* L_1; L_1 = XsdDuration_TryParse_mBCD96EA9E72F071E02A1BC0915582DDC308BA258(L_0, (&V_0), NULL); V_1 = L_1; Exception_t* L_2 = V_1; if (!L_2) { goto IL_0019; } } { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_3 = ___1_result; il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var); TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4 = ((TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var))->___MinValue_21; *(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A*)L_3 = L_4; Exception_t* L_5 = V_1; return L_5; } IL_0019: { TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* L_6 = ___1_result; Exception_t* L_7; L_7 = XsdDuration_TryToTimeSpan_m7B81B7074288D60D1CB8E15006291E3227BAFBA3((&V_0), L_6, NULL); return L_7; } } // System.String[] System.Xml.XmlConvert::get_AllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlConvert_get_AllDateTimeFormats_mEDD9AA012C016FEB75BDE763515DFCC5C5B09142 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___s_allDateTimeFormats_5; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_000e; } } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); XmlConvert_CreateAllDateTimeFormats_m72B31AFB14B32C45A0D7F0E76D5C9954ECE1C160(NULL); } IL_000e: { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___s_allDateTimeFormats_5; il2cpp_codegen_memory_barrier(); return L_1; } } // System.Void System.Xml.XmlConvert::CreateAllDateTimeFormats() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert_CreateAllDateTimeFormats_m72B31AFB14B32C45A0D7F0E76D5C9954ECE1C160 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13D9609FF531C08DB4219887D2F667237E96112A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE358F823C39A638A3134E442FF53D303271291F3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___s_allDateTimeFormats_5; il2cpp_codegen_memory_barrier(); if (L_0) { goto IL_00e9; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)24)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35); (L_2)->SetAt(static_cast(0), (String_t*)_stringLiteralE39D94C7DFD6C359F3C545B0BE7F611AE6112F35); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4); (L_3)->SetAt(static_cast(1), (String_t*)_stringLiteralDFB155D7524DE988EE3EA8B0F2DFCC667B1289D4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7); (L_4)->SetAt(static_cast(2), (String_t*)_stringLiteral74678E7A510D12EAA3AE14C4375450555C43CCF7); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657); (L_5)->SetAt(static_cast(3), (String_t*)_stringLiteral7ED334B1196CAA0013BCFAED11720B289ACE8657); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17); (L_6)->SetAt(static_cast(4), (String_t*)_stringLiteralEA96137770480978DC2D6410FACEEF79B9B9CD17); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283); (L_7)->SetAt(static_cast(5), (String_t*)_stringLiteralA13F10F41AE16809D6412116B97A75AF2638B283); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); (L_8)->SetAt(static_cast(6), (String_t*)_stringLiteral7BE89227A0BBC17012796DD27BB68B0D5FB2D35E); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8); (L_9)->SetAt(static_cast(7), (String_t*)_stringLiteralE75FE40DE7DE49576A6C47D98691257E9FE0B2A8); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E); (L_10)->SetAt(static_cast(8), (String_t*)_stringLiteral93017FA2CD464D12242956F0DDD9A7948A0C168E); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteralE358F823C39A638A3134E442FF53D303271291F3); (L_11)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralE358F823C39A638A3134E442FF53D303271291F3); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B); (L_12)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral2279FB20C7BC2C15BF300AE70BC0F82F51843B0B); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F); (L_13)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteralAC8907938DE37B4F5898BEFD96F9488B0D1ADB5F); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9); (L_14)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteralDF1296B24672A38692CC663E858166C834F0ABD9); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD); (L_15)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteralE02F050D6517953CF19A315320488FC2F4FC64CD); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91); (L_16)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteralF734F5EE8CEF521F2719A876F361B18D7A8ADE91); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329); (L_17)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteral2198F1C92174A1B44CB01773603D23F6671D3329); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17; NullCheck(L_18); ArrayElementTypeCheck (L_18, _stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64); (L_18)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteralA151526024696BBDFFB349B59BAF5FC39FE75F64); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F); (L_19)->SetAt(static_cast(((int32_t)17)), (String_t*)_stringLiteral0A6EE55DCE9F1B6685167774F2A9D88A9096F09F); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948); (L_20)->SetAt(static_cast(((int32_t)18)), (String_t*)_stringLiteralCAF956214D83EED9D9B576DA1D727BD145303948); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E); (L_21)->SetAt(static_cast(((int32_t)19)), (String_t*)_stringLiteral239B3CCE91B5662738287DD0ACB467F27B6AE90E); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2); (L_22)->SetAt(static_cast(((int32_t)20)), (String_t*)_stringLiteral9DD7DC40E4F2FB9B26A985EFA3475EBB103E3AF2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795); (L_23)->SetAt(static_cast(((int32_t)21)), (String_t*)_stringLiteralA3E0185CFEE766D02511A6B411F83832EC44A795); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral13D9609FF531C08DB4219887D2F667237E96112A); (L_24)->SetAt(static_cast(((int32_t)22)), (String_t*)_stringLiteral13D9609FF531C08DB4219887D2F667237E96112A); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF); (L_25)->SetAt(static_cast(((int32_t)23)), (String_t*)_stringLiteral08B93E15F4E67D04BAF544244DB189800FD5D9EF); il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_memory_barrier(); ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___s_allDateTimeFormats_5 = L_25; Il2CppCodeGenWriteBarrier((void**)(&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___s_allDateTimeFormats_5), (void*)L_25); } IL_00e9: { return; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_ToDateTime_m6DCF06B7DC36F1E30ADA806FA0884FBCCC9FD96A (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1; L_1 = XmlConvert_get_AllDateTimeFormats_mEDD9AA012C016FEB75BDE763515DFCC5C5B09142(NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2; L_2 = XmlConvert_ToDateTime_mD42E9B809E81A4D35093B47926152B6322D4F7C5(L_0, L_1, NULL); return L_2; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_ToDateTime_mD42E9B809E81A4D35093B47926152B6322D4F7C5 (String_t* ___0_s, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_formats, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_formats; il2cpp_codegen_runtime_class_init_inline(DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A_il2cpp_TypeInfo_var); DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A* L_2; L_2 = DateTimeFormatInfo_get_InvariantInfo_m24804C20A94D2952323C82193D4A59ADF171C8AA(NULL); il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_3; L_3 = DateTime_ParseExact_mC63B11B9478595A40022DAE69AEE30626B509BA3(L_0, L_1, L_2, 3, NULL); return L_3; } } // System.DateTime System.Xml.XmlConvert::ToDateTime(System.String,System.Xml.XmlDateTimeSerializationMode) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_ToDateTime_m658051D16D0072FD3F58E4E6BFE8FB75F4F00A16 (String_t* ___0_s, int32_t ___1_dateTimeOption, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0; memset((&V_0), 0, sizeof(V_0)); { String_t* L_0 = ___0_s; XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB L_1; memset((&L_1), 0, sizeof(L_1)); XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E((&L_1), L_0, ((int32_t)255), /*hidden argument*/NULL); il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2; L_2 = XsdDateTime_op_Implicit_m1EF46AEE72E727BAE0AAB367CFC0331C0368F328(L_1, NULL); V_0 = L_2; int32_t L_3 = ___1_dateTimeOption; switch (L_3) { case 0: { goto IL_0029; } case 1: { goto IL_0032; } case 2: { goto IL_003b; } case 3: { goto IL_0073; } } } { goto IL_004c; } IL_0029: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4 = V_0; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5; L_5 = XmlConvert_SwitchToLocalTime_mA118F0F6CFF51F2D94C25294E9FF07E12098E263(L_4, NULL); V_0 = L_5; goto IL_0073; } IL_0032: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = V_0; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_7; L_7 = XmlConvert_SwitchToUtcTime_mB99EE86E3225D95CEC5A16BD3F29670CAF2D5374(L_6, NULL); V_0 = L_7; goto IL_0073; } IL_003b: { int64_t L_8; L_8 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&V_0), NULL); DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&V_0), L_8, 0, NULL); goto IL_0073; } IL_004c: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_9; int32_t L_11 = ___1_dateTimeOption; int32_t L_12 = L_11; RuntimeObject* L_13 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlDateTimeSerializationMode_tF35C42BE60C28E33BBEFAC710B67C376A7A33375_il2cpp_TypeInfo_var)), &L_12); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(0), (RuntimeObject*)L_13); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_10; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); (L_14)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBD1A828CDFDC5F67E294D549BB035C88F1A498CA))); String_t* L_15; L_15 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral91E296B0F0244524BB2A29C42FF7DC17155CC426)), L_14, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_16); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_16, L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToDateTime_m658051D16D0072FD3F58E4E6BFE8FB75F4F00A16_RuntimeMethod_var))); } IL_0073: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_17 = V_0; return L_17; } } // System.DateTimeOffset System.Xml.XmlConvert::ToDateTimeOffset(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 XmlConvert_ToDateTimeOffset_m6A8C30A4923C998500CE8637F50F0DC9C7D1659F (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_s; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDAF2BD03270A51BF9C135F3694DCAD2D3E66F465)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToDateTimeOffset_m6A8C30A4923C998500CE8637F50F0DC9C7D1659F_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___0_s; XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB L_3; memset((&L_3), 0, sizeof(L_3)); XsdDateTime__ctor_m3E0873E7B93556D02209B348843C713D51F73B4E((&L_3), L_2, ((int32_t)255), /*hidden argument*/NULL); il2cpp_codegen_runtime_class_init_inline(XsdDateTime_t232255D69CF1B25B380F0C9D87D0002844A1E8BB_il2cpp_TypeInfo_var); DateTimeOffset_t4EE701FE2F386D6F932FAC9B11E4B74A5B30F0A4 L_4; L_4 = XsdDateTime_op_Implicit_mF4D51340A7F37CB97D9C4F581DC393973005B6D4(L_3, NULL); return L_4; } } // System.Guid System.Xml.XmlConvert::ToGuid(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Guid_t XmlConvert_ToGuid_m3B2378387DFAACD9C495FA98715ECC431A581510 (String_t* ___0_s, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; Guid_t L_1; memset((&L_1), 0, sizeof(L_1)); Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_1), L_0, /*hidden argument*/NULL); return L_1; } } // System.Exception System.Xml.XmlConvert::TryToGuid(System.String,System.Guid&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToGuid_m87100A1E44B4BE28EEF96868646C4604EE10A32B (String_t* ___0_s, Guid_t* ___1_result, 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; } Exception_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { V_0 = (Exception_t*)NULL; Guid_t* L_0 = ___1_result; Guid_t L_1 = ((Guid_t_StaticFields*)il2cpp_codegen_static_fields_for(Guid_t_il2cpp_TypeInfo_var))->___Empty_0; *(Guid_t*)L_0 = L_1; } try {// begin try (depth: 1) Guid_t* L_2 = ___1_result; String_t* L_3 = ___0_s; Guid_t L_4; memset((&L_4), 0, sizeof(L_4)); Guid__ctor_mAE66BA1C43B4194F4F7991E2E30370E36CBBF830((&L_4), L_3, /*hidden argument*/NULL); *(Guid_t*)L_2 = L_4; goto IL_0065; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_001b; } if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0040; } throw e; } CATCH_001b: {// begin catch(System.ArgumentException) ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5; String_t* L_7 = ___0_s; NullCheck(L_6); ArrayElementTypeCheck (L_6, L_7); (L_6)->SetAt(static_cast(0), (RuntimeObject*)L_7); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_8 = L_6; NullCheck(L_8); ArrayElementTypeCheck (L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); (L_8)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); String_t* L_9; L_9 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_8, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_10 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_10); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_10, L_9, NULL); V_0 = L_10; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0065; }// end catch (depth: 1) CATCH_0040: {// begin catch(System.FormatException) ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_11; String_t* L_13 = ___0_s; NullCheck(L_12); ArrayElementTypeCheck (L_12, L_13); (L_12)->SetAt(static_cast(0), (RuntimeObject*)L_13); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_14 = L_12; NullCheck(L_14); ArrayElementTypeCheck (L_14, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); (L_14)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral933FDC90F97E9226D3E05BB5E9DA4D347B7E3956))); String_t* L_15; L_15 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_14, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_16 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_16); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_16, L_15, NULL); V_0 = L_16; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0065; }// end catch (depth: 1) IL_0065: { Exception_t* L_17 = V_0; return L_17; } } // System.DateTime System.Xml.XmlConvert::SwitchToLocalTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_SwitchToLocalTime_mA118F0F6CFF51F2D94C25294E9FF07E12098E263 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___0_value), NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_002c; } case 2: { goto IL_001c; } } } { goto IL_0034; } IL_001c: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ___0_value; return L_2; } IL_001e: { int64_t L_3; L_3 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_value), NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_4), L_3, 2, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5; L_5 = DateTime_ToLocalTime_mD87626169251A26AF699DAE90A1C31190AD30B94((&___0_value), NULL); return L_5; } IL_0034: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = ___0_value; return L_6; } } // System.DateTime System.Xml.XmlConvert::SwitchToUtcTime(System.DateTime) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XmlConvert_SwitchToUtcTime_mB99EE86E3225D95CEC5A16BD3F29670CAF2D5374 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = DateTime_get_Kind_m83D45222D9386873333A178B9AB31AC2B2F2C993((&___0_value), NULL); V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_001e; } case 1: { goto IL_001c; } case 2: { goto IL_002c; } } } { goto IL_0034; } IL_001c: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = ___0_value; return L_2; } IL_001e: { int64_t L_3; L_3 = DateTime_get_Ticks_mC2CF04ED0EAB425C72C2532FFC5743777F3C93A6((&___0_value), NULL); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4; memset((&L_4), 0, sizeof(L_4)); DateTime__ctor_mF724D343E82431D326EF70E1A31B3B3C4295AFFE((&L_4), L_3, 1, /*hidden argument*/NULL); return L_4; } IL_002c: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5; L_5 = DateTime_ToUniversalTime_m52CA1EAD0BE0A357BCACC38747ECA4A8810155A9((&___0_value), NULL); return L_5; } IL_0034: { DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6 = ___0_value; return L_6; } } // System.Uri System.Xml.XmlConvert::ToUri(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929 (String_t* ___0_s, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F); s_Il2CppMethodInitialized = true; } Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL; { String_t* L_0 = ___0_s; if (!L_0) { goto IL_004d; } } { String_t* L_1 = ___0_s; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_004d; } } { String_t* L_3 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_4; L_4 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_3, NULL); ___0_s = L_4; String_t* L_5 = ___0_s; NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL); if (!L_6) { goto IL_002b; } } { String_t* L_7 = ___0_s; NullCheck(L_7); int32_t L_8; L_8 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_7, _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F, 4, NULL); if ((((int32_t)L_8) == ((int32_t)(-1)))) { goto IL_004d; } } IL_002b: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_9 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = L_9; String_t* L_11 = ___0_s; NullCheck(L_10); ArrayElementTypeCheck (L_10, L_11); (L_10)->SetAt(static_cast(0), (RuntimeObject*)L_11); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_12 = L_10; NullCheck(L_12); ArrayElementTypeCheck (L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); (L_12)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); String_t* L_13; L_13 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_12, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_14 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_14); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_14, L_13, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929_RuntimeMethod_var))); } IL_004d: { String_t* L_15 = ___0_s; il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); bool L_16; L_16 = Uri_TryCreate_m183077985BD7B1BE8DBDBCC4604F775C44723EC9(L_15, 0, (&V_0), NULL); if (L_16) { goto IL_007a; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_17 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_18 = L_17; String_t* L_19 = ___0_s; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(0), (RuntimeObject*)L_19); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_18; NullCheck(L_20); ArrayElementTypeCheck (L_20, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); (L_20)->SetAt(static_cast(1), (RuntimeObject*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015))); String_t* L_21; L_21 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158)), L_20, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_22 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var))); NullCheck(L_22); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_22, L_21, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929_RuntimeMethod_var))); } IL_007a: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_23 = V_0; return L_23; } } // System.Exception System.Xml.XmlConvert::TryToUri(System.String,System.Uri&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_TryToUri_mD2C431BE5C766D24EAD184976E9B3DB563C6D5A6 (String_t* ___0_s, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___1_result, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); s_Il2CppMethodInitialized = true; } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_0 = ___1_result; *((RuntimeObject**)L_0) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL); String_t* L_1 = ___0_s; if (!L_1) { goto IL_0050; } } { String_t* L_2 = ___0_s; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0050; } } { String_t* L_4 = ___0_s; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_5; L_5 = XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7(L_4, NULL); ___0_s = L_5; String_t* L_6 = ___0_s; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); if (!L_7) { goto IL_002e; } } { String_t* L_8 = ___0_s; NullCheck(L_8); int32_t L_9; L_9 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_8, _stringLiteralEB8D1A3352D0EE435150A49578688CB05DFD221F, 4, NULL); if ((((int32_t)L_9) == ((int32_t)(-1)))) { goto IL_0050; } } IL_002e: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_10 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_10; String_t* L_12 = ___0_s; NullCheck(L_11); ArrayElementTypeCheck (L_11, L_12); (L_11)->SetAt(static_cast(0), (RuntimeObject*)L_12); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_13 = L_11; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); (L_13)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); String_t* L_14; L_14 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_13, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_15 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_15); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_15, L_14, NULL); return L_15; } IL_0050: { String_t* L_16 = ___0_s; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_17 = ___1_result; il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); bool L_18; L_18 = Uri_TryCreate_m183077985BD7B1BE8DBDBCC4604F775C44723EC9(L_16, 0, L_17, NULL); if (L_18) { goto IL_007c; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_19 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = L_19; String_t* L_21 = ___0_s; NullCheck(L_20); ArrayElementTypeCheck (L_20, L_21); (L_20)->SetAt(static_cast(0), (RuntimeObject*)L_21); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_20; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); (L_22)->SetAt(static_cast(1), (RuntimeObject*)_stringLiteralF6E96BA17B3829DBD4769AB647F47BB20651F015); String_t* L_23; L_23 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral8D04002FC7142DC7148763C90BB38AEEC554A158, L_22, NULL); FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* L_24 = (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B*)il2cpp_codegen_object_new(FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B_il2cpp_TypeInfo_var); NullCheck(L_24); FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(L_24, L_23, NULL); return L_24; } IL_007c: { return (Exception_t*)NULL; } } // System.Boolean System.Xml.XmlConvert::StrEqual(System.Char[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_StrEqual_m12DA096F56CA4B5E04FBCD35DEECE37A0E958EB0 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_strPos1, int32_t ___2_strLen1, String_t* ___3_str2, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = ___2_strLen1; String_t* L_1 = ___3_str2; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((((int32_t)L_0) == ((int32_t)L_2))) { goto IL_000b; } } { return (bool)0; } IL_000b: { V_0 = 0; goto IL_0013; } IL_000f: { int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_3, 1)); } IL_0013: { int32_t L_4 = V_0; int32_t L_5 = ___2_strLen1; if ((((int32_t)L_4) >= ((int32_t)L_5))) { goto IL_0025; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___0_chars; int32_t L_7 = ___1_strPos1; int32_t L_8 = V_0; NullCheck(L_6); int32_t L_9 = ((int32_t)il2cpp_codegen_add(L_7, L_8)); uint16_t L_10 = (uint16_t)(L_6)->GetAt(static_cast(L_9)); String_t* L_11 = ___3_str2; int32_t L_12 = V_0; NullCheck(L_11); Il2CppChar L_13; L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL); if ((((int32_t)L_10) == ((int32_t)L_13))) { goto IL_000f; } } IL_0025: { int32_t L_14 = V_0; int32_t L_15 = ___2_strLen1; return (bool)((((int32_t)L_14) == ((int32_t)L_15))? 1 : 0); } } // System.String System.Xml.XmlConvert::TrimString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimString_mDAA514C90ADF5307B9781647EDE50EC8E542ABC7 (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___WhitespaceChars_6; NullCheck(L_0); String_t* L_2; L_2 = String_Trim_m81BD35659E6F89DDD56816975E6E05390D023FE5(L_0, L_1, NULL); return L_2; } } // System.String System.Xml.XmlConvert::TrimStringStart(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimStringStart_m999A0D6BA42255BC1964ACF8434BB0778745DD7A (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___WhitespaceChars_6; NullCheck(L_0); String_t* L_2; L_2 = String_TrimStart_m67833D80326BEA11CC3517CE03CD7B16669BCEEC(L_0, L_1, NULL); return L_2; } } // System.String System.Xml.XmlConvert::TrimStringEnd(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_TrimStringEnd_m5FEC62817BC8323C0AB9101748110207E8CA04AB (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___WhitespaceChars_6; NullCheck(L_0); String_t* L_2; L_2 = String_TrimEnd_mD7CFB0999EEEE20E3A869516EBCE07E8AB5BD529(L_0, L_1, NULL); return L_2; } } // System.String[] System.Xml.XmlConvert::SplitString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlConvert_SplitString_mA7AA35B88D14E59B173FCA6406B408EF3C83F02D (String_t* ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___WhitespaceChars_6; NullCheck(L_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = String_Split_m6811F7CF4DE7C68019D76E9DC6D17B2293BA8B12(L_0, L_1, 1, NULL); return L_2; } } // System.Boolean System.Xml.XmlConvert::IsNegativeZero(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlConvert_IsNegativeZero_m3893BE2897F7AD745D9D6CD36911AC7FCC2D5E00 (double ___0_value, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { double L_0 = ___0_value; if ((!(((double)L_0) == ((double)(0.0))))) { goto IL_0024; } } { double L_1 = ___0_value; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); int64_t L_2; L_2 = XmlConvert_DoubleToInt64Bits_m5785E93E95D9A3C7016ED47D50E147A1ECE37E2E(L_1, NULL); int64_t L_3; L_3 = XmlConvert_DoubleToInt64Bits_m5785E93E95D9A3C7016ED47D50E147A1ECE37E2E((-0.0), NULL); if ((!(((uint64_t)L_2) == ((uint64_t)L_3)))) { goto IL_0024; } } { return (bool)1; } IL_0024: { return (bool)0; } } // System.Int64 System.Xml.XmlConvert::DoubleToInt64Bits(System.Double) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlConvert_DoubleToInt64Bits_m5785E93E95D9A3C7016ED47D50E147A1ECE37E2E (double ___0_value, const RuntimeMethod* method) { { int64_t L_0 = *((int64_t*)((uintptr_t)(&___0_value))); return L_0; } } // System.Void System.Xml.XmlConvert::VerifyCharData(System.String,System.Xml.ExceptionType,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert_VerifyCharData_mF5214AC67F7EEAA0CE5D5546025600FE063100F8 (String_t* ___0_data, int32_t ___1_invCharExceptionType, int32_t ___2_invSurrogateExceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_data; if (!L_0) { goto IL_000b; } } { String_t* L_1 = ___0_data; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_000c; } } IL_000b: { return; } IL_000c: { V_0 = 0; String_t* L_3 = ___0_data; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); V_1 = L_4; goto IL_001b; } IL_0017: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 1)); } IL_001b: { int32_t L_6 = V_0; int32_t L_7 = V_1; if ((((int32_t)L_6) >= ((int32_t)L_7))) { goto IL_0036; } } { il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = (&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___xmlCharType_0)->___charProperties_2; String_t* L_9 = ___0_data; int32_t L_10 = V_0; NullCheck(L_9); Il2CppChar L_11; L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_9, L_10, NULL); NullCheck(L_8); Il2CppChar L_12 = L_11; uint8_t L_13 = (L_8)->GetAt(static_cast(L_12)); if (((int32_t)((int32_t)L_13&((int32_t)16)))) { goto IL_0017; } } IL_0036: { int32_t L_14 = V_0; int32_t L_15 = V_1; if ((!(((uint32_t)L_14) == ((uint32_t)L_15)))) { goto IL_003b; } } { return; } IL_003b: { String_t* L_16 = ___0_data; int32_t L_17 = V_0; NullCheck(L_16); Il2CppChar L_18; L_18 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, L_17, NULL); bool L_19; L_19 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_18, NULL); if (!L_19) { goto IL_0090; } } { int32_t L_20 = V_0; int32_t L_21 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_add(L_20, 1))) == ((uint32_t)L_21)))) { goto IL_005f; } } { int32_t L_22 = ___2_invSurrogateExceptionType; int32_t L_23 = V_0; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_24; L_24 = XmlConvert_CreateException_mD159B457E4BA66D0656D86E17A7777708A37A708(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD)), L_22, 0, ((int32_t)il2cpp_codegen_add(L_23, 1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyCharData_mF5214AC67F7EEAA0CE5D5546025600FE063100F8_RuntimeMethod_var))); } IL_005f: { String_t* L_25 = ___0_data; int32_t L_26 = V_0; NullCheck(L_25); Il2CppChar L_27; L_27 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_25, ((int32_t)il2cpp_codegen_add(L_26, 1)), NULL); bool L_28; L_28 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_27, NULL); if (!L_28) { goto IL_0075; } } { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_29, 2)); goto IL_001b; } IL_0075: { String_t* L_30 = ___0_data; int32_t L_31 = V_0; NullCheck(L_30); Il2CppChar L_32; L_32 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_30, ((int32_t)il2cpp_codegen_add(L_31, 1)), NULL); String_t* L_33 = ___0_data; int32_t L_34 = V_0; NullCheck(L_33); Il2CppChar L_35; L_35 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_33, L_34, NULL); int32_t L_36 = ___2_invSurrogateExceptionType; int32_t L_37 = V_0; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_38; L_38 = XmlConvert_CreateInvalidSurrogatePairException_mF5391689034F1ABE4316BC5E70A2C707546B1B5A(L_32, L_35, L_36, 0, ((int32_t)il2cpp_codegen_add(L_37, 1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyCharData_mF5214AC67F7EEAA0CE5D5546025600FE063100F8_RuntimeMethod_var))); } IL_0090: { String_t* L_39 = ___0_data; int32_t L_40 = V_0; int32_t L_41 = ___1_invCharExceptionType; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_42; L_42 = XmlConvert_CreateInvalidCharException_mDD7567983C947053317219EF8F6B7C6CA1DE40FE(L_39, L_40, L_41, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_VerifyCharData_mF5214AC67F7EEAA0CE5D5546025600FE063100F8_RuntimeMethod_var))); } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_mD159B457E4BA66D0656D86E17A7777708A37A708 (String_t* ___0_res, int32_t ___1_exceptionType, int32_t ___2_lineNo, int32_t ___3_linePos, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___1_exceptionType; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___1_exceptionType; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0015; } } { goto IL_0015; } IL_0009: { String_t* L_2 = ___0_res; String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(L_2, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_4); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL); return L_4; } IL_0015: { String_t* L_5 = ___0_res; String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; int32_t L_7 = ___2_lineNo; int32_t L_8 = ___3_linePos; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_9 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_9); XmlException__ctor_m03120C28C23F76A8DA17B42FB00F599D2FB22B3F(L_9, L_5, L_6, L_7, L_8, NULL); return L_9; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_m0EE119DB38F2B6B661CE7FC9A94BC0BF1CB197AD (String_t* ___0_res, String_t* ___1_arg, int32_t ___2_exceptionType, int32_t ___3_lineNo, int32_t ___4_linePos, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___2_exceptionType; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___2_exceptionType; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_001f; } } { goto IL_001f; } IL_0009: { String_t* L_2 = ___0_res; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = L_3; String_t* L_5 = ___1_arg; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (RuntimeObject*)L_5); String_t* L_6; L_6 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(L_2, L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_7); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, L_6, NULL); return L_7; } IL_001f: { String_t* L_8 = ___0_res; String_t* L_9 = ___1_arg; int32_t L_10 = ___3_lineNo; int32_t L_11 = ___4_linePos; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_12 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_12); XmlException__ctor_m03120C28C23F76A8DA17B42FB00F599D2FB22B3F(L_12, L_8, L_9, L_10, L_11, NULL); return L_12; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_mEDDD22F78B508A10F326B1CC31E3E0CE23E4ED89 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; int32_t L_2 = ___2_exceptionType; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_3; L_3 = XmlConvert_CreateException_m5E2DE07EE27F255E64E7A0FE08BA8B1C147EE580(L_0, L_1, L_2, 0, 0, NULL); return L_3; } } // System.Exception System.Xml.XmlConvert::CreateException(System.String,System.String[],System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateException_m5E2DE07EE27F255E64E7A0FE08BA8B1C147EE580 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_exceptionType, int32_t ___3_lineNo, int32_t ___4_linePos, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_0 = NULL; { int32_t L_0 = ___2_exceptionType; if (!L_0) { goto IL_0009; } } { int32_t L_1 = ___2_exceptionType; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0018; } } { goto IL_0018; } IL_0009: { String_t* L_2 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___1_args; V_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_3; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = V_0; String_t* L_5; L_5 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(L_2, L_4, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_6); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, L_5, NULL); return L_6; } IL_0018: { String_t* L_7 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = ___1_args; int32_t L_9 = ___3_lineNo; int32_t L_10 = ___4_linePos; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_11 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_11); XmlException__ctor_m9533F222CB16C788C194E7494449C1D96BC781CA(L_11, L_7, L_8, L_9, L_10, NULL); return L_11; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidSurrogatePairException_mAD70BE2F96B56C1308578273A8FD96C8240350B2 (Il2CppChar ___0_low, Il2CppChar ___1_hi, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_low; Il2CppChar L_1 = ___1_hi; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_2; L_2 = XmlConvert_CreateInvalidSurrogatePairException_mE7C31A4492160E09C8DFFC0E7FEE5623F16E109F(L_0, L_1, 0, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidSurrogatePairException_mE7C31A4492160E09C8DFFC0E7FEE5623F16E109F (Il2CppChar ___0_low, Il2CppChar ___1_hi, int32_t ___2_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_low; Il2CppChar L_1 = ___1_hi; int32_t L_2 = ___2_exceptionType; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_3; L_3 = XmlConvert_CreateInvalidSurrogatePairException_mF5391689034F1ABE4316BC5E70A2C707546B1B5A(L_0, L_1, L_2, 0, 0, NULL); return L_3; } } // System.Exception System.Xml.XmlConvert::CreateInvalidSurrogatePairException(System.Char,System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidSurrogatePairException_mF5391689034F1ABE4316BC5E70A2C707546B1B5A (Il2CppChar ___0_low, Il2CppChar ___1_hi, int32_t ___2_exceptionType, int32_t ___3_lineNo, int32_t ___4_linePos, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; uint32_t V_1 = 0; { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0; Il2CppChar L_2 = ___1_hi; V_1 = L_2; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_3; L_3 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_4; L_4 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_3, NULL); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_4); (L_1)->SetAt(static_cast(0), (String_t*)L_4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_1; Il2CppChar L_6 = ___0_low; V_1 = L_6; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7; L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_8; L_8 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_7, NULL); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_8); (L_5)->SetAt(static_cast(1), (String_t*)L_8); V_0 = L_5; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_0; int32_t L_10 = ___2_exceptionType; int32_t L_11 = ___3_lineNo; int32_t L_12 = ___4_linePos; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_13; L_13 = XmlConvert_CreateException_m5E2DE07EE27F255E64E7A0FE08BA8B1C147EE580(_stringLiteralF91B9F4F51199474999FD40AF7DB23C33195BC0B, L_9, L_10, L_11, L_12, NULL); return L_13; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidHighSurrogateCharException_mD30C6B24B7B92886A5317E3DEA61AC969889BFF4 (Il2CppChar ___0_hi, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_hi; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_1; L_1 = XmlConvert_CreateInvalidHighSurrogateCharException_m1FB213C96EC2B3CD0D3F58CDC5C9AD37841191BD(L_0, 0, NULL); return L_1; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidHighSurrogateCharException_m1FB213C96EC2B3CD0D3F58CDC5C9AD37841191BD (Il2CppChar ___0_hi, int32_t ___1_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_hi; int32_t L_1 = ___1_exceptionType; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_2; L_2 = XmlConvert_CreateInvalidHighSurrogateCharException_m472648586C709A4D9516E1FBFA518FD605B15A21(L_0, L_1, 0, 0, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char,System.Xml.ExceptionType,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidHighSurrogateCharException_m472648586C709A4D9516E1FBFA518FD605B15A21 (Il2CppChar ___0_hi, int32_t ___1_exceptionType, int32_t ___2_lineNo, int32_t ___3_linePos, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0); s_Il2CppMethodInitialized = true; } uint32_t V_0 = 0; { Il2CppChar L_0 = ___0_hi; V_0 = L_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_2; L_2 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, NULL); int32_t L_3 = ___1_exceptionType; int32_t L_4 = ___2_lineNo; int32_t L_5 = ___3_linePos; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_6; L_6 = XmlConvert_CreateException_m0EE119DB38F2B6B661CE7FC9A94BC0BF1CB197AD(_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0, L_2, L_3, L_4, L_5, NULL); return L_6; } } // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidCharException_mDD7567983C947053317219EF8F6B7C6CA1DE40FE (String_t* ___0_data, int32_t ___1_invCharPos, int32_t ___2_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_data; int32_t L_1 = ___1_invCharPos; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_0, L_1, NULL); int32_t L_3 = ___2_exceptionType; int32_t L_4 = ___1_invCharPos; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_5; L_5 = XmlConvert_CreateException_m5E2DE07EE27F255E64E7A0FE08BA8B1C147EE580(_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_2, L_3, 0, ((int32_t)il2cpp_codegen_add(L_4, 1)), NULL); return L_5; } } // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidCharException_mE86C6EAFD256563406F74C1A6F378ADE2C07ACD2 (Il2CppChar ___0_invChar, Il2CppChar ___1_nextChar, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_invChar; Il2CppChar L_1 = ___1_nextChar; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_2; L_2 = XmlConvert_CreateInvalidCharException_m46ECE3FC05ADD428EDBDA7501DF1079D641B129B(L_0, L_1, 0, NULL); return L_2; } } // System.Exception System.Xml.XmlConvert::CreateInvalidCharException(System.Char,System.Char,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidCharException_m46ECE3FC05ADD428EDBDA7501DF1079D641B129B (Il2CppChar ___0_invChar, Il2CppChar ___1_nextChar, int32_t ___2_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0); s_Il2CppMethodInitialized = true; } { Il2CppChar L_0 = ___0_invChar; Il2CppChar L_1 = ___1_nextChar; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(L_0, L_1, NULL); int32_t L_3 = ___2_exceptionType; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_4; L_4 = XmlConvert_CreateException_mEDDD22F78B508A10F326B1CC31E3E0CE23E4ED89(_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0, L_2, L_3, NULL); return L_4; } } // System.Exception System.Xml.XmlConvert::CreateInvalidNameCharException(System.String,System.Int32,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidNameCharException_m01CA4BDCC6F6B7DD5693D5D3C5DCFCDC07A58663 (String_t* ___0_name, int32_t ___1_index, int32_t ___2_exceptionType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D); s_Il2CppMethodInitialized = true; } String_t* G_B3_0 = NULL; { int32_t L_0 = ___1_index; if (!L_0) { goto IL_000a; } } { G_B3_0 = _stringLiteralB66EDA098CD2E33A3EA4EAA0192B7D288FB4BE05; goto IL_000f; } IL_000a: { G_B3_0 = _stringLiteralECBDA2D88A8582D98728DD584F3E41B98CC4893D; } IL_000f: { String_t* L_1 = ___0_name; int32_t L_2 = ___1_index; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3; L_3 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_1, L_2, NULL); int32_t L_4 = ___2_exceptionType; int32_t L_5 = ___1_index; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Exception_t* L_6; L_6 = XmlConvert_CreateException_m5E2DE07EE27F255E64E7A0FE08BA8B1C147EE580(G_B3_0, L_3, L_4, 0, ((int32_t)il2cpp_codegen_add(L_5, 1)), NULL); return L_6; } } // System.ArgumentException System.Xml.XmlConvert::CreateInvalidNameArgumentException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* XmlConvert_CreateInvalidNameArgumentException_m8C7D4474D314DF1E203E65A09E377C098ACBBC59 (String_t* ___0_name, String_t* ___1_argumentName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_name; if (!L_0) { goto IL_0014; } } { String_t* L_1; L_1 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E, NULL); String_t* L_2 = ___1_argumentName; ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_3); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_1, L_2, NULL); return L_3; } IL_0014: { String_t* L_4 = ___1_argumentName; ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var); NullCheck(L_5); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, L_4, NULL); return L_5; } } // System.Void System.Xml.XmlConvert::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlConvert__cctor_m7B068115A3F73B6954E126C91D02F3B338BCBC1C (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DACC0E6568D9B10337A1A693F10D42C3175E80C378154406C6FBFA989F919F51_42_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DBBF94CCF4250B303976041627BB8FC302CE57D55373C469F41F97318412037D_45_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_0; L_0 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___xmlCharType_0 = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___xmlCharType_0))->___charProperties_2), (void*)NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)3); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DBBF94CCF4250B303976041627BB8FC302CE57D55373C469F41F97318412037D_45_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_2, L_3, NULL); ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___crt_1 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___crt_1), (void*)L_2); ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___c_EncodedCharLength_2 = 7; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)4); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DACC0E6568D9B10337A1A693F10D42C3175E80C378154406C6FBFA989F919F51_42_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_5, L_6, NULL); ((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___WhitespaceChars_6 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_StaticFields*)il2cpp_codegen_static_fields_for(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))->___WhitespaceChars_6), (void*)L_5); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.IO.Stream System.Xml.XmlDownloadManager::GetStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* XmlDownloadManager_GetStream_mFCE31324F97366C7BC462BAA28D852B26F573D4D (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E); s_Il2CppMethodInitialized = true; } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_0, NULL); bool L_2; L_2 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, NULL); if (!L_2) { goto IL_0022; } } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_uri; NullCheck(L_3); String_t* L_4; L_4 = Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E(L_3, NULL); FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_5 = (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8*)il2cpp_codegen_object_new(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var); NullCheck(L_5); FileStream__ctor_m059A8F48B2F463D020113605765EC40F2D54E928(L_5, L_4, 3, 1, 1, 1, NULL); return L_5; } IL_0022: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___0_uri; RuntimeObject* L_7 = ___1_credentials; RuntimeObject* L_8 = ___2_proxy; RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_9 = ___3_cachePolicy; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_10; L_10 = XmlDownloadManager_GetNonFileStream_m78D6C9664BBC8342B7D9674A5D10347749B75EF1(__this, L_6, L_7, L_8, L_9, NULL); return L_10; } } // System.IO.Stream System.Xml.XmlDownloadManager::GetNonFileStream(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* XmlDownloadManager_GetNonFileStream_m78D6C9664BBC8342B7D9674A5D10347749B75EF1 (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* V_0 = NULL; WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* V_1 = NULL; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_2 = NULL; XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* V_3 = NULL; bool V_4 = false; OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* V_5 = NULL; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_6 = NULL; { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; il2cpp_codegen_runtime_class_init_inline(WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var); WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_1; L_1 = WebRequest_Create_m82055E3A45625D108C0BA8927059EFA8E75E80D2(L_0, NULL); V_0 = L_1; RuntimeObject* L_2 = ___1_credentials; if (!L_2) { goto IL_0011; } } { WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_3 = V_0; RuntimeObject* L_4 = ___1_credentials; NullCheck(L_3); VirtualActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_3, L_4); } IL_0011: { RuntimeObject* L_5 = ___2_proxy; if (!L_5) { goto IL_001b; } } { WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_6 = V_0; RuntimeObject* L_7 = ___2_proxy; NullCheck(L_6); VirtualActionInvoker1< RuntimeObject* >::Invoke(18 /* System.Void System.Net.WebRequest::set_Proxy(System.Net.IWebProxy) */, L_6, L_7); } IL_001b: { RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_8 = ___3_cachePolicy; if (!L_8) { goto IL_0027; } } { WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_9 = V_0; RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_10 = ___3_cachePolicy; NullCheck(L_9); VirtualActionInvoker1< RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* >::Invoke(8 /* System.Void System.Net.WebRequest::set_CachePolicy(System.Net.Cache.RequestCachePolicy) */, L_9, L_10); } IL_0027: { WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_11 = V_0; NullCheck(L_11); WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_12; L_12 = VirtualFuncInvoker0< WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* >::Invoke(20 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_11); V_1 = L_12; WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_13 = V_0; V_2 = ((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)IsInstClass((RuntimeObject*)L_13, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var)); HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_14 = V_2; if (!L_14) { goto IL_0104; } } { V_3 = __this; V_4 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00f9: {// begin finally (depth: 1) { bool L_15 = V_4; if (!L_15) { goto IL_0103; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_16 = V_3; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_16, NULL); } IL_0103: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_17 = V_3; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_17, (&V_4), NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_18 = __this->___connections_0; if (L_18) { goto IL_005b_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_19 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_19); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_19, NULL); __this->___connections_0 = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->___connections_0), (void*)L_19); } IL_005b_1: { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_20 = __this->___connections_0; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_21 = V_2; NullCheck(L_21); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_22; L_22 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_21, NULL); NullCheck(L_22); String_t* L_23; L_23 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_22, NULL); NullCheck(L_20); RuntimeObject* L_24; L_24 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_23); V_5 = ((OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673*)CastclassClass((RuntimeObject*)L_24, OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var)); OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_25 = V_5; if (L_25) { goto IL_0083_1; } } { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_26 = (OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673*)il2cpp_codegen_object_new(OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var); NullCheck(L_26); OpenedHost__ctor_m2A06F35EBA2FE8A343C6D8F0E7DF28B1FE74BD64(L_26, NULL); V_5 = L_26; } IL_0083_1: { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_27 = V_5; NullCheck(L_27); int32_t L_28 = L_27->___nonCachedConnectionsCount_0; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_29 = V_2; NullCheck(L_29); ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_30; L_30 = HttpWebRequest_get_ServicePoint_m170B921D095437FC5B7FE5920F327F1AABF532D6(L_29, NULL); NullCheck(L_30); int32_t L_31; L_31 = ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4_inline(L_30, NULL); if ((((int32_t)L_28) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_31, 1))))) { goto IL_00e4_1; } } { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_32 = V_5; NullCheck(L_32); int32_t L_33 = L_32->___nonCachedConnectionsCount_0; if (L_33) { goto IL_00ba_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_34 = __this->___connections_0; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_35 = V_2; NullCheck(L_35); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_36; L_36 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_35, NULL); NullCheck(L_36); String_t* L_37; L_37 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_36, NULL); OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_38 = V_5; NullCheck(L_34); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_34, L_37, L_38); } IL_00ba_1: { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_39 = V_5; OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_40 = L_39; NullCheck(L_40); int32_t L_41 = L_40->___nonCachedConnectionsCount_0; NullCheck(L_40); L_40->___nonCachedConnectionsCount_0 = ((int32_t)il2cpp_codegen_add(L_41, 1)); WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_42 = V_1; NullCheck(L_42); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_43; L_43 = VirtualFuncInvoker0< Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* >::Invoke(13 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_42); HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_44 = V_2; NullCheck(L_44); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_45; L_45 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_44, NULL); NullCheck(L_45); String_t* L_46; L_46 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_45, NULL); XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* L_47 = (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD*)il2cpp_codegen_object_new(XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD_il2cpp_TypeInfo_var); NullCheck(L_47); XmlRegisteredNonCachedStream__ctor_mAF8BF20A5548FBA90920A191D8833071E4244DD9(L_47, L_43, __this, L_46, NULL); V_6 = L_47; goto IL_010b; } IL_00e4_1: { WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_48 = V_1; NullCheck(L_48); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_49; L_49 = VirtualFuncInvoker0< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(14 /* System.Uri System.Net.WebResponse::get_ResponseUri() */, L_48); WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_50 = V_1; NullCheck(L_50); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_51; L_51 = VirtualFuncInvoker0< Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* >::Invoke(13 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_50); XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90* L_52 = (XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90*)il2cpp_codegen_object_new(XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90_il2cpp_TypeInfo_var); NullCheck(L_52); XmlCachedStream__ctor_m42CE73C3EA3B5DEFBC2925C6702FC5EE06F78BC9(L_52, L_49, L_51, NULL); V_6 = L_52; goto IL_010b; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0104: { WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_53 = V_1; NullCheck(L_53); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_54; L_54 = VirtualFuncInvoker0< Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* >::Invoke(13 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_53); return L_54; } IL_010b: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_55 = V_6; return L_55; } } // System.Void System.Xml.XmlDownloadManager::Remove(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager_Remove_m57E5EC3D9EDFFC39FD6F2DE326B86CEB1A1CE867 (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, String_t* ___0_host, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* V_0 = NULL; bool V_1 = false; OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* V_2 = NULL; int32_t V_3 = 0; { V_0 = __this; V_1 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0042: {// begin finally (depth: 1) { bool L_0 = V_1; if (!L_0) { goto IL_004b; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_1 = V_0; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_1, NULL); } IL_004b: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_2 = V_0; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_2, (&V_1), NULL); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = __this->___connections_0; String_t* L_4 = ___0_host; NullCheck(L_3); RuntimeObject* L_5; L_5 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_4); V_2 = ((OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673*)CastclassClass((RuntimeObject*)L_5, OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var)); OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_6 = V_2; if (!L_6) { goto IL_0040_1; } } { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_7 = V_2; OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_8 = L_7; NullCheck(L_8); int32_t L_9 = L_8->___nonCachedConnectionsCount_0; V_3 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); int32_t L_10 = V_3; NullCheck(L_8); L_8->___nonCachedConnectionsCount_0 = L_10; int32_t L_11 = V_3; if (L_11) { goto IL_0040_1; } } { Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_12 = __this->___connections_0; String_t* L_13 = ___0_host; NullCheck(L_12); VirtualActionInvoker1< RuntimeObject* >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_12, L_13); } IL_0040_1: { goto IL_004c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_004c: { return; } } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t06484715029D51A4420723456D165BAC63798F8D* XmlDownloadManager_GetStreamAsync_mFCA5D1E89017AB471C5CD64DB6768FA8E8BB9F8B (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_Run_TisStream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_m7B1AA8BEC054492F04420F052BC332580227CF19_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_m2904A59D8D23BD3D869B1D25E871FCE2C25F9D8B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E); s_Il2CppMethodInitialized = true; } U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* V_0 = NULL; { U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* L_0 = (U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66*)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66_il2cpp_TypeInfo_var); NullCheck(L_0); U3CU3Ec__DisplayClass4_0__ctor_m74540ACDBCB71F0837B47490F72EA5CEE0283C50(L_0, NULL); V_0 = L_0; U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* L_1 = V_0; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___0_uri; NullCheck(L_1); L_1->___uri_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&L_1->___uri_0), (void*)L_2); U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* L_3 = V_0; NullCheck(L_3); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = L_3->___uri_0; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_4, NULL); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, _stringLiteralC05DD95A56B355AAD74E9CE147B236E03FF8905E, NULL); if (!L_6) { goto IL_0036; } } { U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* L_7 = V_0; Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC* L_8 = (Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC*)il2cpp_codegen_object_new(Func_1_t27101E7270E9DB09B04E7CC4B6DF698EA38F86CC_il2cpp_TypeInfo_var); NullCheck(L_8); Func_1__ctor_mB7DD360068115F8FE4B59654B2FE2B1663E9DDA7(L_8, L_7, (intptr_t)((void*)U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_m2904A59D8D23BD3D869B1D25E871FCE2C25F9D8B_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var); Task_1_t06484715029D51A4420723456D165BAC63798F8D* L_9; L_9 = Task_Run_TisStream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_m7B1AA8BEC054492F04420F052BC332580227CF19(L_8, Task_Run_TisStream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_m7B1AA8BEC054492F04420F052BC332580227CF19_RuntimeMethod_var); return L_9; } IL_0036: { U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* L_10 = V_0; NullCheck(L_10); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = L_10->___uri_0; RuntimeObject* L_12 = ___1_credentials; RuntimeObject* L_13 = ___2_proxy; RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_14 = ___3_cachePolicy; Task_1_t06484715029D51A4420723456D165BAC63798F8D* L_15; L_15 = XmlDownloadManager_GetNonFileStreamAsync_mDF3126264ECD9236A32BCF17B8EA78A0D69992DD(__this, L_11, L_12, L_13, L_14, NULL); return L_15; } } // System.Threading.Tasks.Task`1 System.Xml.XmlDownloadManager::GetNonFileStreamAsync(System.Uri,System.Net.ICredentials,System.Net.IWebProxy,System.Net.Cache.RequestCachePolicy) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t06484715029D51A4420723456D165BAC63798F8D* XmlDownloadManager_GetNonFileStreamAsync_mDF3126264ECD9236A32BCF17B8EA78A0D69992DD (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, RuntimeObject* ___1_credentials, RuntimeObject* ___2_proxy, RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___3_cachePolicy, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m050DB8DF08A9C0321211C4472EDF2425D263C40C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_m53B280B3243A8979B3FF4348E9E10537D7E30BA9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m31AF486E97F1AC7E585EB822848E8069F7840E35_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_6 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_6), (void*)__this); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; (&V_0)->___uri_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___uri_2), (void*)L_0); RuntimeObject* L_1 = ___1_credentials; (&V_0)->___credentials_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___credentials_3), (void*)L_1); RuntimeObject* L_2 = ___2_proxy; (&V_0)->___proxy_4 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___proxy_4), (void*)L_2); RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_3 = ___3_cachePolicy; (&V_0)->___cachePolicy_5 = L_3; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___cachePolicy_5), (void*)L_3); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1 L_4; L_4 = AsyncTaskMethodBuilder_1_Create_m050DB8DF08A9C0321211C4472EDF2425D263C40C(AsyncTaskMethodBuilder_1_Create_m050DB8DF08A9C0321211C4472EDF2425D263C40C_RuntimeMethod_var); (&V_0)->___U3CU3Et__builder_1 = L_4; Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* L_5 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_m53B280B3243A8979B3FF4348E9E10537D7E30BA9(L_5, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_m53B280B3243A8979B3FF4348E9E10537D7E30BA9_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* L_6 = (&(&V_0)->___U3CU3Et__builder_1); Task_1_t06484715029D51A4420723456D165BAC63798F8D* L_7; L_7 = AsyncTaskMethodBuilder_1_get_Task_m31AF486E97F1AC7E585EB822848E8069F7840E35(L_6, AsyncTaskMethodBuilder_1_get_Task_m31AF486E97F1AC7E585EB822848E8069F7840E35_RuntimeMethod_var); return L_7; } } // System.Void System.Xml.XmlDownloadManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlDownloadManager__ctor_m9C604341FB3E13894A4A5B7E95D221FB1AF63BD9 (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass4_0__ctor_m74540ACDBCB71F0837B47490F72EA5CEE0283C50 (U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.IO.Stream System.Xml.XmlDownloadManager/<>c__DisplayClass4_0::b__0() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* U3CU3Ec__DisplayClass4_0_U3CGetStreamAsyncU3Eb__0_m2904A59D8D23BD3D869B1D25E871FCE2C25F9D8B (U3CU3Ec__DisplayClass4_0_tF5FFF622815E8F46B8BBA20845333BD70B1D5B66* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___uri_0; NullCheck(L_0); String_t* L_1; L_1 = Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E(L_0, NULL); FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* L_2 = (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8*)il2cpp_codegen_object_new(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var); NullCheck(L_2); FileStream__ctor_mB51E4FD96A6B396795C835EFD7B0F0018A3A5029(L_2, L_1, 3, 1, 1, 1, (bool)1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlDownloadManager/d__5::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_m401EF9DB64A96F37087DBCBD2CA09F888772FE03 (U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_mA680061D6515E3135C5AB905FFBF043E1DB9C903_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m03C6502C8E7CD8CC5C2DEBF334C70F640D9D6272_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mA44944C8B7CF9551764480CD91C8062F86304793_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m45E079235ACADEF93D8648E4EB96339ADA880B54_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m1051A39047111C6697E6E6EA6CEC500056158CF4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskFactory_1_FromAsync_m59E275F7DFF2D16C3BF4E79DFD862A2ADB4A55B2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m30B2F04D4FC03DE8195FED5A63C848EB5DB36A7F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Factory_mD89EEB624F4B1BF7199953C2A9DE66D56A8C0F3C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* V_1 = NULL; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_2 = NULL; WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* V_3 = NULL; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_4 = NULL; ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 V_5; memset((&V_5), 0, sizeof(V_5)); ConfiguredTaskAwaitable_1_tC80D7FC6B858A8683E07A7A894D3329F33EFB022 V_6; memset((&V_6), 0, sizeof(V_6)); XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* V_7 = NULL; bool V_8 = false; OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* V_9 = NULL; Exception_t* V_10 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_1 = __this->___U3CU3E4__this_6; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00dd_1; } } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = __this->___uri_2; il2cpp_codegen_runtime_class_init_inline(WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var); WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_4; L_4 = WebRequest_Create_m82055E3A45625D108C0BA8927059EFA8E75E80D2(L_3, NULL); __this->___U3CreqU3E5__2_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CreqU3E5__2_7), (void*)L_4); RuntimeObject* L_5 = __this->___credentials_3; if (!L_5) { goto IL_003e_1; } } { WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_6 = __this->___U3CreqU3E5__2_7; RuntimeObject* L_7 = __this->___credentials_3; NullCheck(L_6); VirtualActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_6, L_7); } IL_003e_1: { RuntimeObject* L_8 = __this->___proxy_4; if (!L_8) { goto IL_0057_1; } } { WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_9 = __this->___U3CreqU3E5__2_7; RuntimeObject* L_10 = __this->___proxy_4; NullCheck(L_9); VirtualActionInvoker1< RuntimeObject* >::Invoke(18 /* System.Void System.Net.WebRequest::set_Proxy(System.Net.IWebProxy) */, L_9, L_10); } IL_0057_1: { RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_11 = __this->___cachePolicy_5; if (!L_11) { goto IL_0070_1; } } { WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_12 = __this->___U3CreqU3E5__2_7; RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_13 = __this->___cachePolicy_5; NullCheck(L_12); VirtualActionInvoker1< RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* >::Invoke(8 /* System.Void System.Net.WebRequest::set_CachePolicy(System.Net.Cache.RequestCachePolicy) */, L_12, L_13); } IL_0070_1: { TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873* L_14; L_14 = Task_1_get_Factory_mD89EEB624F4B1BF7199953C2A9DE66D56A8C0F3C(Task_1_get_Factory_mD89EEB624F4B1BF7199953C2A9DE66D56A8C0F3C_RuntimeMethod_var); WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_15 = __this->___U3CreqU3E5__2_7; WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_16 = L_15; Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7* L_17 = (Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7*)il2cpp_codegen_object_new(Func_3_t37EC932F9834D7F9E1C44B6BC6C01F409AE93BA7_il2cpp_TypeInfo_var); NullCheck(L_17); Func_3__ctor_m324F8E477614BC2752604D3ECE61CD9A8FD3D0CA(L_17, L_16, (intptr_t)((void*)GetVirtualMethodInfo(L_16, 21)), NULL); WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_18 = __this->___U3CreqU3E5__2_7; WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_19 = L_18; Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3* L_20 = (Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3*)il2cpp_codegen_object_new(Func_2_tE048A673EF3350A89334B6C88EA7517D1EDF8FF3_il2cpp_TypeInfo_var); NullCheck(L_20); Func_2__ctor_m94318EE271260331D61373FD793E51DFB7A1C4C0(L_20, L_19, (intptr_t)((void*)GetVirtualMethodInfo(L_19, 22)), NULL); NullCheck(L_14); Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* L_21; L_21 = TaskFactory_1_FromAsync_m59E275F7DFF2D16C3BF4E79DFD862A2ADB4A55B2(L_14, L_17, L_20, NULL, TaskFactory_1_FromAsync_m59E275F7DFF2D16C3BF4E79DFD862A2ADB4A55B2_RuntimeMethod_var); NullCheck(L_21); ConfiguredTaskAwaitable_1_tC80D7FC6B858A8683E07A7A894D3329F33EFB022 L_22; L_22 = Task_1_ConfigureAwait_m30B2F04D4FC03DE8195FED5A63C848EB5DB36A7F(L_21, (bool)0, Task_1_ConfigureAwait_m30B2F04D4FC03DE8195FED5A63C848EB5DB36A7F_RuntimeMethod_var); V_6 = L_22; ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 L_23; L_23 = ConfiguredTaskAwaitable_1_GetAwaiter_mA44944C8B7CF9551764480CD91C8062F86304793_inline((&V_6), ConfiguredTaskAwaitable_1_GetAwaiter_mA44944C8B7CF9551764480CD91C8062F86304793_RuntimeMethod_var); V_5 = L_23; bool L_24; L_24 = ConfiguredTaskAwaiter_get_IsCompleted_m1051A39047111C6697E6E6EA6CEC500056158CF4((&V_5), ConfiguredTaskAwaiter_get_IsCompleted_m1051A39047111C6697E6E6EA6CEC500056158CF4_RuntimeMethod_var); if (L_24) { goto IL_00fa_1; } } { int32_t L_25 = 0; V_0 = L_25; __this->___U3CU3E1__state_0 = L_25; ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 L_26 = V_5; __this->___U3CU3Eu__1_8 = L_26; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* L_27 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_mA680061D6515E3135C5AB905FFBF043E1DB9C903(L_27, (&V_5), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136_TisU3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15_mA680061D6515E3135C5AB905FFBF043E1DB9C903_RuntimeMethod_var); goto IL_022c; } IL_00dd_1: { ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136 L_28 = __this->___U3CU3Eu__1_8; V_5 = L_28; ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136* L_29 = (&__this->___U3CU3Eu__1_8); il2cpp_codegen_initobj(L_29, sizeof(ConfiguredTaskAwaiter_tA4D58A8C85956FAD6ADECC38D4BA4FAC370DE136)); int32_t L_30 = (-1); V_0 = L_30; __this->___U3CU3E1__state_0 = L_30; } IL_00fa_1: { WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_31; L_31 = ConfiguredTaskAwaiter_GetResult_m45E079235ACADEF93D8648E4EB96339ADA880B54((&V_5), ConfiguredTaskAwaiter_GetResult_m45E079235ACADEF93D8648E4EB96339ADA880B54_RuntimeMethod_var); V_3 = L_31; WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_32 = __this->___U3CreqU3E5__2_7; V_4 = ((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)IsInstClass((RuntimeObject*)L_32, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var)); HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_33 = V_4; if (!L_33) { goto IL_01e8_1; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_34 = V_1; V_7 = L_34; V_8 = (bool)0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_01d8_1: {// begin finally (depth: 2) { int32_t L_35 = V_0; if ((((int32_t)L_35) >= ((int32_t)0))) { goto IL_01e7_1; } } { bool L_36 = V_8; if (!L_36) { goto IL_01e7_1; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_37 = V_7; Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_37, NULL); } IL_01e7_1: { return; } }// end finally (depth: 2) }); try {// begin try (depth: 2) { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_38 = V_7; Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_38, (&V_8), NULL); XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_39 = V_1; NullCheck(L_39); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_40 = L_39->___connections_0; if (L_40) { goto IL_0138_2; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_41 = V_1; Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_42 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var); NullCheck(L_42); Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_42, NULL); NullCheck(L_41); L_41->___connections_0 = L_42; Il2CppCodeGenWriteBarrier((void**)(&L_41->___connections_0), (void*)L_42); } IL_0138_2: { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_43 = V_1; NullCheck(L_43); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_44 = L_43->___connections_0; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_45 = V_4; NullCheck(L_45); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_46; L_46 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_45, NULL); NullCheck(L_46); String_t* L_47; L_47 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_46, NULL); NullCheck(L_44); RuntimeObject* L_48; L_48 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_44, L_47); V_9 = ((OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673*)CastclassClass((RuntimeObject*)L_48, OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var)); OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_49 = V_9; if (L_49) { goto IL_0161_2; } } { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_50 = (OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673*)il2cpp_codegen_object_new(OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673_il2cpp_TypeInfo_var); NullCheck(L_50); OpenedHost__ctor_m2A06F35EBA2FE8A343C6D8F0E7DF28B1FE74BD64(L_50, NULL); V_9 = L_50; } IL_0161_2: { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_51 = V_9; NullCheck(L_51); int32_t L_52 = L_51->___nonCachedConnectionsCount_0; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_53 = V_4; NullCheck(L_53); ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_54; L_54 = HttpWebRequest_get_ServicePoint_m170B921D095437FC5B7FE5920F327F1AABF532D6(L_53, NULL); NullCheck(L_54); int32_t L_55; L_55 = ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4_inline(L_54, NULL); if ((((int32_t)L_52) >= ((int32_t)((int32_t)il2cpp_codegen_subtract(L_55, 1))))) { goto IL_01c4_2; } } { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_56 = V_9; NullCheck(L_56); int32_t L_57 = L_56->___nonCachedConnectionsCount_0; if (L_57) { goto IL_019a_2; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_58 = V_1; NullCheck(L_58); Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_59 = L_58->___connections_0; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_60 = V_4; NullCheck(L_60); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_61; L_61 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_60, NULL); NullCheck(L_61); String_t* L_62; L_62 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_61, NULL); OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_63 = V_9; NullCheck(L_59); VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_59, L_62, L_63); } IL_019a_2: { OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_64 = V_9; OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* L_65 = L_64; NullCheck(L_65); int32_t L_66 = L_65->___nonCachedConnectionsCount_0; NullCheck(L_65); L_65->___nonCachedConnectionsCount_0 = ((int32_t)il2cpp_codegen_add(L_66, 1)); WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_67 = V_3; NullCheck(L_67); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_68; L_68 = VirtualFuncInvoker0< Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* >::Invoke(13 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_67); XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_69 = V_1; HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_70 = V_4; NullCheck(L_70); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_71; L_71 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_70, NULL); NullCheck(L_71); String_t* L_72; L_72 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_71, NULL); XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* L_73 = (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD*)il2cpp_codegen_object_new(XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD_il2cpp_TypeInfo_var); NullCheck(L_73); XmlRegisteredNonCachedStream__ctor_mAF8BF20A5548FBA90920A191D8833071E4244DD9(L_73, L_68, L_69, L_72, NULL); V_2 = L_73; goto IL_0211; } IL_01c4_2: { WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_74 = V_3; NullCheck(L_74); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_75; L_75 = VirtualFuncInvoker0< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(14 /* System.Uri System.Net.WebResponse::get_ResponseUri() */, L_74); WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_76 = V_3; NullCheck(L_76); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_77; L_77 = VirtualFuncInvoker0< Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* >::Invoke(13 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_76); XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90* L_78 = (XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90*)il2cpp_codegen_object_new(XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90_il2cpp_TypeInfo_var); NullCheck(L_78); XmlCachedStream__ctor_m42CE73C3EA3B5DEFBC2925C6702FC5EE06F78BC9(L_78, L_75, L_77, NULL); V_2 = L_78; goto IL_0211; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_01e8_1: { WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_79 = V_3; NullCheck(L_79); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_80; L_80 = VirtualFuncInvoker0< Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* >::Invoke(13 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_79); V_2 = L_80; goto IL_0211; } }// 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_01f1; } throw e; } CATCH_01f1: {// begin catch(System.Exception) V_10 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); __this->___U3CreqU3E5__2_7 = (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CreqU3E5__2_7), (void*)(WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B*)NULL); AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* L_81 = (&__this->___U3CU3Et__builder_1); Exception_t* L_82 = V_10; AsyncTaskMethodBuilder_1_SetException_m791D3E146542C1B15641A6BB0A5561C44338382C(L_81, L_82, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m791D3E146542C1B15641A6BB0A5561C44338382C_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_022c; }// end catch (depth: 1) IL_0211: { __this->___U3CU3E1__state_0 = ((int32_t)-2); __this->___U3CreqU3E5__2_7 = (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CreqU3E5__2_7), (void*)(WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B*)NULL); AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* L_83 = (&__this->___U3CU3Et__builder_1); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_84 = V_2; AsyncTaskMethodBuilder_1_SetResult_m03C6502C8E7CD8CC5C2DEBF334C70F640D9D6272(L_83, L_84, AsyncTaskMethodBuilder_1_SetResult_m03C6502C8E7CD8CC5C2DEBF334C70F640D9D6272_RuntimeMethod_var); } IL_022c: { return; } } IL2CPP_EXTERN_C void U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_m401EF9DB64A96F37087DBCBD2CA09F888772FE03_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CGetNonFileStreamAsyncU3Ed__5_MoveNext_m401EF9DB64A96F37087DBCBD2CA09F888772FE03(_thisAdjusted, method); } // System.Void System.Xml.XmlDownloadManager/d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m3ED5E31DE04EF6769B01E7F1BAC976A9286ACEE1 (U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m5D949F9E15BCE9A631DDF030D35D8DD10C0C6417_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_t923DC16ADFF754593B125800F38ED37C920B14C1* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_m5D949F9E15BCE9A631DDF030D35D8DD10C0C6417(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m5D949F9E15BCE9A631DDF030D35D8DD10C0C6417_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m3ED5E31DE04EF6769B01E7F1BAC976A9286ACEE1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CGetNonFileStreamAsyncU3Ed__5_t6F4037451FAED208D46C99166A90090CCACC4D15* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CGetNonFileStreamAsyncU3Ed__5_SetStateMachine_m3ED5E31DE04EF6769B01E7F1BAC976A9286ACEE1(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.OpenedHost::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OpenedHost__ctor_m2A06F35EBA2FE8A343C6D8F0E7DF28B1FE74BD64 (OpenedHost_t4E22E69C067618E556CE1DF8504D1D3FF56CD673* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlRegisteredNonCachedStream::.ctor(System.IO.Stream,System.Xml.XmlDownloadManager,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream__ctor_mAF8BF20A5548FBA90920A191D8833071E4244DD9 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* ___1_downloadManager, String_t* ___2_host, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var); Stream__ctor_mE8B074A0EBEB026FFF14062AB4B8A78E17EFFBF0(__this, NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_stream; __this->___stream_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_5), (void*)L_0); XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_1 = ___1_downloadManager; __this->___downloadManager_6 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___downloadManager_6), (void*)L_1); String_t* L_2 = ___2_host; __this->___host_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___host_7), (void*)L_2); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Finalize() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Finalize_mB9020B35BB9C9B1B675A20424895E3FB881B2F3F (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0022: {// begin finally (depth: 1) Object_Finalize_mC98C96301CCABFE00F1A7EF8E15DF507CACD42B2(__this, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_0 = __this->___downloadManager_6; if (!L_0) { goto IL_0019_1; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_1 = __this->___downloadManager_6; String_t* L_2 = __this->___host_7; NullCheck(L_1); XmlDownloadManager_Remove_m57E5EC3D9EDFFC39FD6F2DE326B86CEB1A1CE867(L_1, L_2, NULL); } IL_0019_1: { __this->___stream_5 = (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_5), (void*)(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL); goto IL_0029; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0029: { return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Dispose_mD04D5310193DFEA35BA9DA150178F30453BD561F (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, bool ___0_disposing, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_003e: {// begin finally (depth: 1) bool L_0 = ___0_disposing; Stream_Dispose_m9B37BD21A57F8F2BD20EE353DE14405700810C5C(__this, L_0, NULL); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { bool L_1 = ___0_disposing; if (!L_1) { goto IL_002f_1; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = __this->___stream_5; if (!L_2) { goto IL_002f_1; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_3 = __this->___downloadManager_6; if (!L_3) { goto IL_0024_1; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_4 = __this->___downloadManager_6; String_t* L_5 = __this->___host_7; NullCheck(L_4); XmlDownloadManager_Remove_m57E5EC3D9EDFFC39FD6F2DE326B86CEB1A1CE867(L_4, L_5, NULL); } IL_0024_1: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = __this->___stream_5; NullCheck(L_6); VirtualActionInvoker0::Invoke(19 /* System.Void System.IO.Stream::Close() */, L_6); } IL_002f_1: { __this->___stream_5 = (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_5), (void*)(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL); il2cpp_codegen_runtime_class_init_inline(GC_t920F9CF6EBB7C787E5010A4352E1B587F356DC58_il2cpp_TypeInfo_var); GC_SuppressFinalize_m71815DBD5A0CD2EA1BE43317B08B7A14949EDC65(__this, NULL); goto IL_0046; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0046: { return; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginRead_m75245D7EFF7DB8C12F0E85789B3B2D4A29D8C247 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_state, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_4 = ___3_callback; RuntimeObject* L_5 = ___4_state; NullCheck(L_0); RuntimeObject* L_6; L_6 = VirtualFuncInvoker5< RuntimeObject*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C*, RuntimeObject* >::Invoke(23 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.IAsyncResult System.Xml.XmlRegisteredNonCachedStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlRegisteredNonCachedStream_BeginWrite_m7373E5B475BD171A908355C342C3AD477313EEB2 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_state, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_4 = ___3_callback; RuntimeObject* L_5 = ___4_state; NullCheck(L_0); RuntimeObject* L_6; L_6 = VirtualFuncInvoker5< RuntimeObject*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C*, RuntimeObject* >::Invoke(27 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::EndRead(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_EndRead_m84B07F2CDA73034FFE05AD715D75BE94D39FE820 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; RuntimeObject* L_1 = ___0_asyncResult; NullCheck(L_0); int32_t L_2; L_2 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(24 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::EndWrite(System.IAsyncResult) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_EndWrite_mE9B107C0436321683ACDFA219F0494AC8DED6C12 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; RuntimeObject* L_1 = ___0_asyncResult; NullCheck(L_0); VirtualActionInvoker1< RuntimeObject* >::Invoke(28 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_0, L_1); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Flush_mCBE33C2B664ABC192134D6192B6AAA0D12F0BCB2 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; NullCheck(L_0); VirtualActionInvoker0::Invoke(21 /* System.Void System.IO.Stream::Flush() */, L_0); return; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::Read(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_Read_mF34AF7A2EF377452B4A382277B4312F7658DC8EF (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(32 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Int32 System.Xml.XmlRegisteredNonCachedStream::ReadByte() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlRegisteredNonCachedStream_ReadByte_m7E9F76207AC18D8AD1EBF5CB0D1991C81CACE3A3 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(34 /* System.Int32 System.IO.Stream::ReadByte() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::Seek(System.Int64,System.IO.SeekOrigin) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_Seek_mD15FE0516DD714ADCC70362A1AD22E7ABD5A7789 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, int64_t ___0_offset, int32_t ___1_origin, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; int64_t L_1 = ___0_offset; int32_t L_2 = ___1_origin; NullCheck(L_0); int64_t L_3; L_3 = VirtualFuncInvoker2< int64_t, int64_t, int32_t >::Invoke(31 /* System.Int64 System.IO.Stream::Seek(System.Int64,System.IO.SeekOrigin) */, L_0, L_1, L_2); return L_3; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::Write(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_Write_m8DE8485A0C8170C027114F339A8766D02F3035FF (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_offset; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(35 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::WriteByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_WriteByte_m1EDCBDDC2E8E89533FF0926B0D1C59F5F507CA47 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, uint8_t ___0_value, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; uint8_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< uint8_t >::Invoke(37 /* System.Void System.IO.Stream::WriteByte(System.Byte) */, L_0, L_1); return; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanRead() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanRead_mAB416A4F09ED2E99B6E3D0465548DABE943EB756 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanSeek() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanSeek_m5811BA9F1C62916527FD1735EAC88AF5F82B22E7 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlRegisteredNonCachedStream::get_CanWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlRegisteredNonCachedStream_get_CanWrite_m1089439A2ED20C5FD16CEB6DB324D6012548F833 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Length() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Length_mFE0D355055471E01D45D6A7C7DF615DACC3CA195 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_0); return L_1; } } // System.Int64 System.Xml.XmlRegisteredNonCachedStream::get_Position() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XmlRegisteredNonCachedStream_get_Position_mE6EE60B9F9EB63C79E7642EA996AF7315AF089C5 (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; NullCheck(L_0); int64_t L_1; L_1 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_0); return L_1; } } // System.Void System.Xml.XmlRegisteredNonCachedStream::set_Position(System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRegisteredNonCachedStream_set_Position_m1F163E7F573D5CC3774E71638D49F983747E71ED (XmlRegisteredNonCachedStream_t2CCABC8DD9FDD2B434396C82B8FD3EFD0C30D7AD* __this, int64_t ___0_value, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; int64_t L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< int64_t >::Invoke(13 /* System.Void System.IO.Stream::set_Position(System.Int64) */, L_0, L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlCachedStream::.ctor(System.Uri,System.IO.Stream) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlCachedStream__ctor_m42CE73C3EA3B5DEFBC2925C6702FC5EE06F78BC9 (XmlCachedStream_t34D5245E5D8BA030151EACD390EEA29D03991D90* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_stream, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; int32_t V_1 = 0; { MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(__this, NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri; __this->___uri_15 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_15), (void*)L_0); } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0041: {// begin finally (depth: 1) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_stream; NullCheck(L_1); VirtualActionInvoker0::Invoke(19 /* System.Void System.IO.Stream::Close() */, L_1); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096)); V_0 = L_2; V_1 = 0; goto IL_0025_1; } IL_001c_1: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0; int32_t L_4 = V_1; VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(35 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, __this, L_3, 0, L_4); } IL_0025_1: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = ___1_stream; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0; NullCheck(L_5); int32_t L_7; L_7 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(32 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, ((int32_t)4096)); int32_t L_8 = L_7; V_1 = L_8; if ((((int32_t)L_8) > ((int32_t)0))) { goto IL_001c_1; } } { MemoryStream_set_Position_m662CAB6957EAC03A23FD0E8DAA6317C87360D389(__this, ((int64_t)0), NULL); goto IL_0048; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0048: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.UTF16Decoder::.ctor(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder__ctor_m3C3FEF9D965F0159125428E5ADE9EF42359B6664 (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* __this, bool ___0_bigEndian, const RuntimeMethod* method) { { Decoder__ctor_m0495641DB031A133FE39FBF3A1D139F52A4FACEC(__this, NULL); __this->___lastByte_3 = (-1); bool L_0 = ___0_bigEndian; __this->___bigEndian_2 = L_0; return; } } // System.Int32 System.Xml.UTF16Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetCharCount_mA045B0DD063AB7C8D3067058C0E892ACF6B1053E (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_bytes; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; int32_t L_3; L_3 = VirtualFuncInvoker4< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, bool >::Invoke(6 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) */, __this, L_0, L_1, L_2, (bool)0); return L_3; } } // System.Int32 System.Xml.UTF16Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetCharCount_m80062C2E374BB965073C59B8C52C21E5B3286C23 (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_index, int32_t ___2_count, bool ___3_flush, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t G_B2_0 = 0; int32_t G_B1_0 = 0; int32_t G_B3_0 = 0; int32_t G_B3_1 = 0; { int32_t L_0 = ___2_count; int32_t L_1 = __this->___lastByte_3; G_B1_0 = L_0; if ((((int32_t)L_1) >= ((int32_t)0))) { G_B2_0 = L_0; goto IL_000d; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_000e; } IL_000d: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_000e: { V_0 = ((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0)); bool L_2 = ___3_flush; if (!L_2) { goto IL_0039; } } { int32_t L_3 = V_0; if (!((int32_t)(L_3%2))) { goto IL_0039; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_4 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = L_4; int32_t L_6 = (-1); RuntimeObject* L_7 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_6); NullCheck(L_5); ArrayElementTypeCheck (L_5, L_7); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_7); String_t* L_8; L_8 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_5, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_9 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_9, L_8, (String_t*)NULL, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&UTF16Decoder_GetCharCount_m80062C2E374BB965073C59B8C52C21E5B3286C23_RuntimeMethod_var))); } IL_0039: { int32_t L_10 = V_0; return ((int32_t)(L_10/2)); } } // System.Int32 System.Xml.UTF16Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t UTF16Decoder_GetChars_mFD31FEC40FAE0FFA7508FE49AD626E063A43C1BE (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B5_0 = 0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B5_1 = NULL; int32_t G_B4_0 = 0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B6_2 = NULL; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_bytes; int32_t L_1 = ___1_byteIndex; int32_t L_2 = ___2_byteCount; int32_t L_3; L_3 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, __this, L_0, L_1, L_2); V_0 = L_3; int32_t L_4 = __this->___lastByte_3; if ((((int32_t)L_4) < ((int32_t)0))) { goto IL_0057; } } { int32_t L_5 = ___2_byteCount; if (L_5) { goto IL_0018; } } { int32_t L_6 = V_0; return L_6; } IL_0018: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_bytes; int32_t L_8 = ___1_byteIndex; int32_t L_9 = L_8; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_9, 1)); NullCheck(L_7); int32_t L_10 = L_9; uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); V_1 = L_11; int32_t L_12 = ___2_byteCount; ___2_byteCount = ((int32_t)il2cpp_codegen_subtract(L_12, 1)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = ___3_chars; int32_t L_14 = ___4_charIndex; int32_t L_15 = L_14; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_15, 1)); bool L_16 = __this->___bigEndian_2; G_B4_0 = L_15; G_B4_1 = L_13; if (L_16) { G_B5_0 = L_15; G_B5_1 = L_13; goto IL_0044; } } { int32_t L_17 = V_1; int32_t L_18 = __this->___lastByte_3; G_B6_0 = ((int32_t)(uint16_t)((int32_t)(((int32_t)(L_17<<8))|L_18))); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_004f; } IL_0044: { int32_t L_19 = __this->___lastByte_3; int32_t L_20 = V_1; G_B6_0 = ((int32_t)(uint16_t)((int32_t)(((int32_t)(L_19<<8))|L_20))); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_004f: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (Il2CppChar)G_B6_0); __this->___lastByte_3 = (-1); } IL_0057: { int32_t L_21 = ___2_byteCount; if (!((int32_t)(L_21&1))) { goto IL_006c; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___0_bytes; int32_t L_23 = ___1_byteIndex; int32_t L_24 = ___2_byteCount; int32_t L_25 = ((int32_t)il2cpp_codegen_subtract(L_24, 1)); ___2_byteCount = L_25; NullCheck(L_22); int32_t L_26 = ((int32_t)il2cpp_codegen_add(L_23, L_25)); uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); __this->___lastByte_3 = L_27; } IL_006c: { bool L_28 = __this->___bigEndian_2; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); bool L_29 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0; if ((!(((uint32_t)L_28) == ((uint32_t)L_29)))) { goto IL_00dd; } } { int32_t L_30 = ___1_byteIndex; int32_t L_31 = ___2_byteCount; V_2 = ((int32_t)il2cpp_codegen_add(L_30, L_31)); bool L_32 = __this->___bigEndian_2; if (!L_32) { goto IL_00d7; } } { goto IL_00ab; } IL_0087: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = ___0_bytes; int32_t L_34 = ___1_byteIndex; int32_t L_35 = L_34; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_35, 1)); NullCheck(L_33); int32_t L_36 = L_35; uint8_t L_37 = (L_33)->GetAt(static_cast(L_36)); V_3 = L_37; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = ___0_bytes; int32_t L_39 = ___1_byteIndex; int32_t L_40 = L_39; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_40, 1)); NullCheck(L_38); int32_t L_41 = L_40; uint8_t L_42 = (L_38)->GetAt(static_cast(L_41)); V_4 = L_42; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_43 = ___3_chars; int32_t L_44 = ___4_charIndex; int32_t L_45 = L_44; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_45, 1)); int32_t L_46 = V_3; int32_t L_47 = V_4; NullCheck(L_43); (L_43)->SetAt(static_cast(L_45), (Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_46<<8))|L_47)))); } IL_00ab: { int32_t L_48 = ___1_byteIndex; int32_t L_49 = V_2; if ((((int32_t)L_48) < ((int32_t)L_49))) { goto IL_0087; } } { goto IL_00eb; } IL_00b1: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_50 = ___0_bytes; int32_t L_51 = ___1_byteIndex; int32_t L_52 = L_51; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_52, 1)); NullCheck(L_50); int32_t L_53 = L_52; uint8_t L_54 = (L_50)->GetAt(static_cast(L_53)); V_5 = L_54; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = ___0_bytes; int32_t L_56 = ___1_byteIndex; int32_t L_57 = L_56; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_57, 1)); NullCheck(L_55); int32_t L_58 = L_57; uint8_t L_59 = (L_55)->GetAt(static_cast(L_58)); V_6 = L_59; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_60 = ___3_chars; int32_t L_61 = ___4_charIndex; int32_t L_62 = L_61; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_62, 1)); int32_t L_63 = V_6; int32_t L_64 = V_5; NullCheck(L_60); (L_60)->SetAt(static_cast(L_62), (Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_63<<8))|L_64)))); } IL_00d7: { int32_t L_65 = ___1_byteIndex; int32_t L_66 = V_2; if ((((int32_t)L_65) < ((int32_t)L_66))) { goto IL_00b1; } } { goto IL_00eb; } IL_00dd: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67 = ___0_bytes; int32_t L_68 = ___1_byteIndex; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_69 = ___3_chars; int32_t L_70 = ___4_charIndex; int32_t L_71 = ___2_byteCount; Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_67, L_68, (RuntimeArray*)L_69, ((int32_t)il2cpp_codegen_multiply(L_70, 2)), L_71, NULL); } IL_00eb: { int32_t L_72 = V_0; return L_72; } } // System.Void System.Xml.UTF16Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UTF16Decoder_Convert_mE1B7012AA65805EE90EBE43CF3B199326F786C56 (UTF16Decoder_t6E147EA3BB6AEF4CFC92D6ACC7DBCF13FB101227* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, int32_t ___5_charCount, bool ___6_flush, int32_t* ___7_bytesUsed, int32_t* ___8_charsUsed, bool* ___9_completed, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; int32_t V_6 = 0; int32_t G_B5_0 = 0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B5_1 = NULL; int32_t G_B4_0 = 0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B4_1 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* G_B6_2 = NULL; { int32_t* L_0 = ___8_charsUsed; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___7_bytesUsed; *((int32_t*)L_1) = (int32_t)0; int32_t L_2 = __this->___lastByte_3; if ((((int32_t)L_2) < ((int32_t)0))) { goto IL_006e; } } { int32_t L_3 = ___2_byteCount; if (L_3) { goto IL_0019; } } { bool* L_4 = ___9_completed; *((int8_t*)L_4) = (int8_t)1; return; } IL_0019: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___0_bytes; int32_t L_6 = ___1_byteIndex; int32_t L_7 = L_6; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_7, 1)); NullCheck(L_5); int32_t L_8 = L_7; uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); V_0 = L_9; int32_t L_10 = ___2_byteCount; ___2_byteCount = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); int32_t* L_11 = ___7_bytesUsed; int32_t* L_12 = ___7_bytesUsed; int32_t L_13 = *((int32_t*)L_12); *((int32_t*)L_11) = (int32_t)((int32_t)il2cpp_codegen_add(L_13, 1)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = ___3_chars; int32_t L_15 = ___4_charIndex; int32_t L_16 = L_15; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_16, 1)); bool L_17 = __this->___bigEndian_2; G_B4_0 = L_16; G_B4_1 = L_14; if (L_17) { G_B5_0 = L_16; G_B5_1 = L_14; goto IL_004d; } } { int32_t L_18 = V_0; int32_t L_19 = __this->___lastByte_3; G_B6_0 = ((int32_t)(uint16_t)((int32_t)(((int32_t)(L_18<<8))|L_19))); G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; goto IL_0058; } IL_004d: { int32_t L_20 = __this->___lastByte_3; int32_t L_21 = V_0; G_B6_0 = ((int32_t)(uint16_t)((int32_t)(((int32_t)(L_20<<8))|L_21))); G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; } IL_0058: { NullCheck(G_B6_2); (G_B6_2)->SetAt(static_cast(G_B6_1), (Il2CppChar)G_B6_0); int32_t L_22 = ___5_charCount; ___5_charCount = ((int32_t)il2cpp_codegen_subtract(L_22, 1)); int32_t* L_23 = ___8_charsUsed; int32_t* L_24 = ___8_charsUsed; int32_t L_25 = *((int32_t*)L_24); *((int32_t*)L_23) = (int32_t)((int32_t)il2cpp_codegen_add(L_25, 1)); __this->___lastByte_3 = (-1); } IL_006e: { int32_t L_26 = ___5_charCount; int32_t L_27 = ___2_byteCount; if ((((int32_t)((int32_t)il2cpp_codegen_multiply(L_26, 2))) >= ((int32_t)L_27))) { goto IL_0081; } } { int32_t L_28 = ___5_charCount; ___2_byteCount = ((int32_t)il2cpp_codegen_multiply(L_28, 2)); bool* L_29 = ___9_completed; *((int8_t*)L_29) = (int8_t)0; goto IL_0085; } IL_0081: { bool* L_30 = ___9_completed; *((int8_t*)L_30) = (int8_t)1; } IL_0085: { bool L_31 = __this->___bigEndian_2; il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var); bool L_32 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0; if ((!(((uint32_t)L_31) == ((uint32_t)L_32)))) { goto IL_00f7; } } { int32_t L_33 = ___1_byteIndex; V_1 = L_33; int32_t L_34 = V_1; int32_t L_35 = ___2_byteCount; V_2 = ((int32_t)il2cpp_codegen_add(L_34, ((int32_t)(L_35&((int32_t)-2))))); bool L_36 = __this->___bigEndian_2; if (!L_36) { goto IL_00f1; } } { goto IL_00c7; } IL_00a5: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37 = ___0_bytes; int32_t L_38 = V_1; int32_t L_39 = L_38; V_1 = ((int32_t)il2cpp_codegen_add(L_39, 1)); NullCheck(L_37); int32_t L_40 = L_39; uint8_t L_41 = (L_37)->GetAt(static_cast(L_40)); V_3 = L_41; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = ___0_bytes; int32_t L_43 = V_1; int32_t L_44 = L_43; V_1 = ((int32_t)il2cpp_codegen_add(L_44, 1)); NullCheck(L_42); int32_t L_45 = L_44; uint8_t L_46 = (L_42)->GetAt(static_cast(L_45)); V_4 = L_46; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = ___3_chars; int32_t L_48 = ___4_charIndex; int32_t L_49 = L_48; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_49, 1)); int32_t L_50 = V_3; int32_t L_51 = V_4; NullCheck(L_47); (L_47)->SetAt(static_cast(L_49), (Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_50<<8))|L_51)))); } IL_00c7: { int32_t L_52 = V_1; int32_t L_53 = V_2; if ((((int32_t)L_52) < ((int32_t)L_53))) { goto IL_00a5; } } { goto IL_0108; } IL_00cd: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_54 = ___0_bytes; int32_t L_55 = V_1; int32_t L_56 = L_55; V_1 = ((int32_t)il2cpp_codegen_add(L_56, 1)); NullCheck(L_54); int32_t L_57 = L_56; uint8_t L_58 = (L_54)->GetAt(static_cast(L_57)); V_5 = L_58; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_59 = ___0_bytes; int32_t L_60 = V_1; int32_t L_61 = L_60; V_1 = ((int32_t)il2cpp_codegen_add(L_61, 1)); NullCheck(L_59); int32_t L_62 = L_61; uint8_t L_63 = (L_59)->GetAt(static_cast(L_62)); V_6 = L_63; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_64 = ___3_chars; int32_t L_65 = ___4_charIndex; int32_t L_66 = L_65; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_66, 1)); int32_t L_67 = V_6; int32_t L_68 = V_5; NullCheck(L_64); (L_64)->SetAt(static_cast(L_66), (Il2CppChar)((int32_t)(uint16_t)((int32_t)(((int32_t)(L_67<<8))|L_68)))); } IL_00f1: { int32_t L_69 = V_1; int32_t L_70 = V_2; if ((((int32_t)L_69) < ((int32_t)L_70))) { goto IL_00cd; } } { goto IL_0108; } IL_00f7: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_71 = ___0_bytes; int32_t L_72 = ___1_byteIndex; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_73 = ___3_chars; int32_t L_74 = ___4_charIndex; int32_t L_75 = ___2_byteCount; Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_71, L_72, (RuntimeArray*)L_73, ((int32_t)il2cpp_codegen_multiply(L_74, 2)), ((int32_t)(L_75&((int32_t)-2))), NULL); } IL_0108: { int32_t* L_76 = ___8_charsUsed; int32_t* L_77 = ___8_charsUsed; int32_t L_78 = *((int32_t*)L_77); int32_t L_79 = ___2_byteCount; *((int32_t*)L_76) = (int32_t)((int32_t)il2cpp_codegen_add(L_78, ((int32_t)(L_79/2)))); int32_t* L_80 = ___7_bytesUsed; int32_t* L_81 = ___7_bytesUsed; int32_t L_82 = *((int32_t*)L_81); int32_t L_83 = ___2_byteCount; *((int32_t*)L_80) = (int32_t)((int32_t)il2cpp_codegen_add(L_82, L_83)); int32_t L_84 = ___2_byteCount; if (!((int32_t)(L_84&1))) { goto IL_012c; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_85 = ___0_bytes; int32_t L_86 = ___1_byteIndex; int32_t L_87 = ___2_byteCount; NullCheck(L_85); int32_t L_88 = ((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_86, L_87)), 1)); uint8_t L_89 = (L_85)->GetAt(static_cast(L_88)); __this->___lastByte_3 = L_89; } IL_012c: { return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.SafeAsciiDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeAsciiDecoder__ctor_m1C11CABE1F5C280D6CC096EA14C3B34F1EF2C25B (SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23* __this, const RuntimeMethod* method) { { Decoder__ctor_m0495641DB031A133FE39FBF3A1D139F52A4FACEC(__this, NULL); return; } } // System.Int32 System.Xml.SafeAsciiDecoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeAsciiDecoder_GetCharCount_m982380031B67605A421EE0F559567E04039AC939 (SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { int32_t L_0 = ___2_count; return L_0; } } // System.Int32 System.Xml.SafeAsciiDecoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SafeAsciiDecoder_GetChars_m78F0BE74B4956E7389445F8EB18ED91C9D673DCA (SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int32_t L_0 = ___1_byteIndex; V_0 = L_0; int32_t L_1 = ___4_charIndex; V_1 = L_1; goto IL_0016; } IL_0007: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___3_chars; int32_t L_3 = V_1; int32_t L_4 = L_3; V_1 = ((int32_t)il2cpp_codegen_add(L_4, 1)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ___0_bytes; int32_t L_6 = V_0; int32_t L_7 = L_6; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); NullCheck(L_5); int32_t L_8 = L_7; uint8_t L_9 = (L_5)->GetAt(static_cast(L_8)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_4), (Il2CppChar)L_9); } IL_0016: { int32_t L_10 = V_0; int32_t L_11 = ___1_byteIndex; int32_t L_12 = ___2_byteCount; if ((((int32_t)L_10) < ((int32_t)((int32_t)il2cpp_codegen_add(L_11, L_12))))) { goto IL_0007; } } { int32_t L_13 = ___2_byteCount; return L_13; } } // System.Void System.Xml.SafeAsciiDecoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeAsciiDecoder_Convert_mD5646F210AF91CEF3D5551D74EB7F67AECA33E6B (SafeAsciiDecoder_tDA47373858021AD0271528093DF8C0C03FF90C23* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, int32_t ___5_charCount, bool ___6_flush, int32_t* ___7_bytesUsed, int32_t* ___8_charsUsed, bool* ___9_completed, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___5_charCount; int32_t L_1 = ___2_byteCount; if ((((int32_t)L_0) >= ((int32_t)L_1))) { goto IL_000f; } } { int32_t L_2 = ___5_charCount; ___2_byteCount = L_2; bool* L_3 = ___9_completed; *((int8_t*)L_3) = (int8_t)0; goto IL_0013; } IL_000f: { bool* L_4 = ___9_completed; *((int8_t*)L_4) = (int8_t)1; } IL_0013: { int32_t L_5 = ___1_byteIndex; V_0 = L_5; int32_t L_6 = ___4_charIndex; V_1 = L_6; int32_t L_7 = ___1_byteIndex; int32_t L_8 = ___2_byteCount; V_2 = ((int32_t)il2cpp_codegen_add(L_7, L_8)); goto IL_002d; } IL_001e: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = ___3_chars; int32_t L_10 = V_1; int32_t L_11 = L_10; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_bytes; int32_t L_13 = V_0; int32_t L_14 = L_13; V_0 = ((int32_t)il2cpp_codegen_add(L_14, 1)); NullCheck(L_12); int32_t L_15 = L_14; uint8_t L_16 = (L_12)->GetAt(static_cast(L_15)); NullCheck(L_9); (L_9)->SetAt(static_cast(L_11), (Il2CppChar)L_16); } IL_002d: { int32_t L_17 = V_0; int32_t L_18 = V_2; if ((((int32_t)L_17) < ((int32_t)L_18))) { goto IL_001e; } } { int32_t* L_19 = ___8_charsUsed; int32_t L_20 = ___2_byteCount; *((int32_t*)L_19) = (int32_t)L_20; int32_t* L_21 = ___7_bytesUsed; int32_t L_22 = ___2_byteCount; *((int32_t*)L_21) = (int32_t)L_22; return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Ucs4Encoding::get_WebName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding_get_WebName_m20FF545662FF00203D9F927EE04E23CBE589261D (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Text.Encoding::get_EncodingName() */, __this); return L_0; } } // System.Text.Decoder System.Xml.Ucs4Encoding::GetDecoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* Ucs4Encoding_GetDecoder_mA0ADC89D8F56AA9ED3019BE19F664FB3FE5ADCD9 (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, const RuntimeMethod* method) { { Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* L_0 = __this->___ucs4Decoder_62; return L_0; } } // System.Int32 System.Xml.Ucs4Encoding::GetByteCount(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetByteCount_m4E59CE9E039D4978C6934A0AB932A272A66F9595 (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding_GetByteCount_m4E59CE9E039D4978C6934A0AB932A272A66F9595_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___2_count; if (((int64_t)L_0 * (int64_t)4 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_0 * (int64_t)4 > (int64_t)kIl2CppInt32Max)) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), Ucs4Encoding_GetByteCount_m4E59CE9E039D4978C6934A0AB932A272A66F9595_RuntimeMethod_var); return ((int32_t)il2cpp_codegen_multiply(L_0, 4)); } } // System.Byte[] System.Xml.Ucs4Encoding::GetBytes(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Ucs4Encoding_GetBytes_m65346A1C8565F9980A22114E6C050266CF13EDEF (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, String_t* ___0_s, const RuntimeMethod* method) { { return (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; } } // System.Int32 System.Xml.Ucs4Encoding::GetBytes(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetBytes_m9FD0DEDCE13E104319445ABBA873E5D343EAC6D5 (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_charIndex, int32_t ___2_charCount, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___3_bytes, int32_t ___4_byteIndex, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.Xml.Ucs4Encoding::GetMaxByteCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxByteCount_m7CD55451797300946FECF2B9A6497B76DDF6C371 (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, int32_t ___0_charCount, const RuntimeMethod* method) { { return 0; } } // System.Int32 System.Xml.Ucs4Encoding::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetCharCount_m293E7BD667C2160C9B33FBDC02BCC86D6F653E5A (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* L_0 = __this->___ucs4Decoder_62; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_bytes; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(5 /* System.Int32 System.Text.Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.Int32 System.Xml.Ucs4Encoding::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetChars_m967541AA546861B5B6EF4409F5913006E3CA1D68 (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { { Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* L_0 = __this->___ucs4Decoder_62; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_bytes; int32_t L_2 = ___1_byteIndex; int32_t L_3 = ___2_byteCount; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___3_chars; int32_t L_5 = ___4_charIndex; NullCheck(L_0); int32_t L_6; L_6 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(8 /* System.Int32 System.Text.Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, L_0, L_1, L_2, L_3, L_4, L_5); return L_6; } } // System.Int32 System.Xml.Ucs4Encoding::GetMaxCharCount(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_GetMaxCharCount_mD68E4244F3F631819568321A84D096737BDAE18C (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, int32_t ___0_byteCount, const RuntimeMethod* method) { { int32_t L_0 = ___0_byteCount; return ((int32_t)(((int32_t)il2cpp_codegen_add(L_0, 3))/4)); } } // System.Int32 System.Xml.Ucs4Encoding::get_CodePage() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Encoding_get_CodePage_m418FD86D0DF6723733AB6FD56400375FE4A9E553 (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, const RuntimeMethod* method) { { return 0; } } // System.Text.Encoder System.Xml.Ucs4Encoding::GetEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* Ucs4Encoding_GetEncoder_mA0F7C51BA8A1E4345E35C9905A1EADDDD9218FA0 (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, const RuntimeMethod* method) { { return (Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA*)NULL; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Littleendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_Littleendian_mAC31AF123DA3ED85D9CF3321AB468815A1777E81 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163* L_0 = (Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163*)il2cpp_codegen_object_new(Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Encoding4321__ctor_m39191761F994823FD46F2DC0179466D44653B804(L_0, NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_Bigendian() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_Bigendian_m85375BC19416ABC16DF517B83147C20328219809 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC* L_0 = (Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC*)il2cpp_codegen_object_new(Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Encoding1234__ctor_mE3CD6C385E5AA40CD9121D5923AF105533D61DD6(L_0, NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_2143() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_2143_mD2FF15E44407E4553E6CBDF285335B44631E21DC (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84* L_0 = (Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84*)il2cpp_codegen_object_new(Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Encoding2143__ctor_mE46F56F7DB557DE79212D883C771CE040B88845A(L_0, NULL); return L_0; } } // System.Text.Encoding System.Xml.Ucs4Encoding::get_UCS4_3412() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Ucs4Encoding_get_UCS4_3412_mF9F54B18ADC65ED91D833440D06664A561C46EAE (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22* L_0 = (Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22*)il2cpp_codegen_object_new(Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Encoding3412__ctor_m4586D534C822548F7849D95A99E8F8C6EE5FF622(L_0, NULL); return L_0; } } // System.Void System.Xml.Ucs4Encoding::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding__ctor_m70FAB3C554FDBAAEA23AFB10DC214DFF4A64D64A (Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B* __this, const RuntimeMethod* method) { { Encoding__ctor_m8EA83F1D99F2F28E4848E58ACC1421B5FB3341F2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding1234__ctor_mE3CD6C385E5AA40CD9121D5923AF105533D61DD6 (Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m70FAB3C554FDBAAEA23AFB10DC214DFF4A64D64A(__this, NULL); Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8* L_0 = (Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8*)il2cpp_codegen_object_new(Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Decoder1234__ctor_m24F3E3DF2176B5E2B9D2BAA3734A04E7ED1CA682(L_0, NULL); ((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62), (void*)L_0); return; } } // System.String System.Xml.Ucs4Encoding1234::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding1234_get_EncodingName_m1F82B6AB209732EE06D7F9E1144D0A7BF41E1201 (Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral26C143611F9279917294CC9139984B17E0479D09); s_Il2CppMethodInitialized = true; } { return _stringLiteral26C143611F9279917294CC9139984B17E0479D09; } } // System.Byte[] System.Xml.Ucs4Encoding1234::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Ucs4Encoding1234_GetPreamble_m3F663DE5799D0EACBB4D3CC6F569278FD8E94134 (Ucs4Encoding1234_t50CF6BC56728B30DD01D698D00091401AE6819EC* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)254)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(3), (uint8_t)((int32_t)255)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding4321__ctor_m39191761F994823FD46F2DC0179466D44653B804 (Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m70FAB3C554FDBAAEA23AFB10DC214DFF4A64D64A(__this, NULL); Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9* L_0 = (Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9*)il2cpp_codegen_object_new(Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Decoder4321__ctor_m5CFE9D28AB6B02B583DDAB7643424777335730BE(L_0, NULL); ((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62), (void*)L_0); return; } } // System.String System.Xml.Ucs4Encoding4321::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding4321_get_EncodingName_m420997A7DF142A1FA730C071D82D884C73B28E83 (Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F); s_Il2CppMethodInitialized = true; } { return _stringLiteral7326AE41E617D7A8987EBD38608EC2CA31940C0F; } } // System.Byte[] System.Xml.Ucs4Encoding4321::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Ucs4Encoding4321_GetPreamble_m05B83E8018B6F366014E4B549B7BD5F5B0FA997A (Ucs4Encoding4321_t1D12F64F1E42B10AE6F943DFEEB86E2315A30163* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)255)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)254)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding2143__ctor_mE46F56F7DB557DE79212D883C771CE040B88845A (Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m70FAB3C554FDBAAEA23AFB10DC214DFF4A64D64A(__this, NULL); Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D* L_0 = (Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D*)il2cpp_codegen_object_new(Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Decoder2143__ctor_m5D6678C784082563496F3B3AB90B39A2C3D506A8(L_0, NULL); ((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62), (void*)L_0); return; } } // System.String System.Xml.Ucs4Encoding2143::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding2143_get_EncodingName_mEE6BE6D7A30DB3B2D1248715EA9D284DA47B1A56 (Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral281B4DD577192A2270A89228DB0EF4FCD056C5A1); s_Il2CppMethodInitialized = true; } { return _stringLiteral281B4DD577192A2270A89228DB0EF4FCD056C5A1; } } // System.Byte[] System.Xml.Ucs4Encoding2143::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Ucs4Encoding2143_GetPreamble_mAC07819EFA6E17A1A5A68DE6F36F24ED17A5B8FD (Ucs4Encoding2143_t6A9FB242ADB1117878DB21847771CB71A4EF5D84* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(2), (uint8_t)((int32_t)255)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(3), (uint8_t)((int32_t)254)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.Ucs4Encoding3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Encoding3412__ctor_m4586D534C822548F7849D95A99E8F8C6EE5FF622 (Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Ucs4Encoding__ctor_m70FAB3C554FDBAAEA23AFB10DC214DFF4A64D64A(__this, NULL); Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850* L_0 = (Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850*)il2cpp_codegen_object_new(Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850_il2cpp_TypeInfo_var); NullCheck(L_0); Ucs4Decoder3412__ctor_m64362F60052E1E6D120EDDC0F9BE6D5E323DBECC(L_0, NULL); ((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((Ucs4Encoding_t14CCEC5401979A4752F6F04C62D41054472D415B*)__this)->___ucs4Decoder_62), (void*)L_0); return; } } // System.String System.Xml.Ucs4Encoding3412::get_EncodingName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Ucs4Encoding3412_get_EncodingName_mF3A35063F32BDE378F2F5D5970A6A1682FDDD4DA (Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral00722598CA6BA1F0518997F2B785CD56427AB1F1); s_Il2CppMethodInitialized = true; } { return _stringLiteral00722598CA6BA1F0518997F2B785CD56427AB1F1; } } // System.Byte[] System.Xml.Ucs4Encoding3412::GetPreamble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* Ucs4Encoding3412_GetPreamble_m605FEAE802F1D946FF1CB4E79A4EBA0098EC7FB1 (Ucs4Encoding3412_t60FC400E3E7634BD2096E61A06F728FEC36F2B22* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; NullCheck(L_1); (L_1)->SetAt(static_cast(0), (uint8_t)((int32_t)254)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = L_1; NullCheck(L_2); (L_2)->SetAt(static_cast(1), (uint8_t)((int32_t)255)); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Ucs4Decoder::GetCharCount(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder_GetCharCount_m75D633D2FF1FA1A9D19036E808CBBBEF30970372 (Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { int32_t L_0 = ___2_count; int32_t L_1 = __this->___lastBytesCount_3; return ((int32_t)(((int32_t)il2cpp_codegen_add(L_0, L_1))/4)); } } // System.Int32 System.Xml.Ucs4Decoder::GetChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder_GetChars_mA91DE193BBAE2F7CC33895CC42FBB2AE7EA59721 (Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = __this->___lastBytesCount_3; V_0 = L_0; int32_t L_1 = __this->___lastBytesCount_3; if ((((int32_t)L_1) <= ((int32_t)0))) { goto IL_0074; } } { goto IL_003a; } IL_0012: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = __this->___lastBytes_2; int32_t L_3 = __this->___lastBytesCount_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_bytes; int32_t L_5 = ___1_byteIndex; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); NullCheck(L_2); (L_2)->SetAt(static_cast(L_3), (uint8_t)L_7); int32_t L_8 = ___1_byteIndex; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = ___2_byteCount; ___2_byteCount = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); int32_t L_10 = __this->___lastBytesCount_3; __this->___lastBytesCount_3 = ((int32_t)il2cpp_codegen_add(L_10, 1)); } IL_003a: { int32_t L_11 = __this->___lastBytesCount_3; if ((((int32_t)L_11) >= ((int32_t)4))) { goto IL_0047; } } { int32_t L_12 = ___2_byteCount; if ((((int32_t)L_12) > ((int32_t)0))) { goto IL_0012; } } IL_0047: { int32_t L_13 = __this->___lastBytesCount_3; if ((((int32_t)L_13) >= ((int32_t)4))) { goto IL_0052; } } { return 0; } IL_0052: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = __this->___lastBytes_2; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = ___3_chars; int32_t L_16 = ___4_charIndex; int32_t L_17; L_17 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(14 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_14, 0, 4, L_15, L_16); V_0 = L_17; int32_t L_18 = ___4_charIndex; int32_t L_19 = V_0; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_18, L_19)); __this->___lastBytesCount_3 = 0; goto IL_0076; } IL_0074: { V_0 = 0; } IL_0076: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = ___0_bytes; int32_t L_21 = ___1_byteIndex; int32_t L_22 = ___2_byteCount; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = ___3_chars; int32_t L_24 = ___4_charIndex; int32_t L_25; L_25 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(14 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_20, L_21, L_22, L_23, L_24); int32_t L_26 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_25, L_26)); int32_t L_27 = ___2_byteCount; V_1 = ((int32_t)(L_27&3)); int32_t L_28 = V_1; if ((((int32_t)L_28) < ((int32_t)0))) { goto IL_00b2; } } { V_2 = 0; goto IL_00a7; } IL_0092: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = __this->___lastBytes_2; int32_t L_30 = V_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = ___0_bytes; int32_t L_32 = ___1_byteIndex; int32_t L_33 = ___2_byteCount; int32_t L_34 = V_1; int32_t L_35 = V_2; NullCheck(L_31); int32_t L_36 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_32, L_33)), L_34)), L_35)); uint8_t L_37 = (L_31)->GetAt(static_cast(L_36)); NullCheck(L_29); (L_29)->SetAt(static_cast(L_30), (uint8_t)L_37); int32_t L_38 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_38, 1)); } IL_00a7: { int32_t L_39 = V_2; int32_t L_40 = V_1; if ((((int32_t)L_39) < ((int32_t)L_40))) { goto IL_0092; } } { int32_t L_41 = V_1; __this->___lastBytesCount_3 = L_41; } IL_00b2: { int32_t L_42 = V_0; return L_42; } } // System.Void System.Xml.Ucs4Decoder::Convert(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Convert_mBB9A5EB4B6E7CECB499CE9D92F2D6005775C5610 (Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, int32_t ___5_charCount, bool ___6_flush, int32_t* ___7_bytesUsed, int32_t* ___8_charsUsed, bool* ___9_completed, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; { int32_t* L_0 = ___7_bytesUsed; *((int32_t*)L_0) = (int32_t)0; int32_t* L_1 = ___8_charsUsed; *((int32_t*)L_1) = (int32_t)0; V_0 = 0; int32_t L_2 = __this->___lastBytesCount_3; V_1 = L_2; int32_t L_3 = V_1; if ((((int32_t)L_3) <= ((int32_t)0))) { goto IL_0086; } } { goto IL_0038; } IL_0017: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___lastBytes_2; int32_t L_5 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ___0_bytes; int32_t L_7 = ___1_byteIndex; NullCheck(L_6); int32_t L_8 = L_7; uint8_t L_9 = (L_6)->GetAt(static_cast(L_8)); NullCheck(L_4); (L_4)->SetAt(static_cast(L_5), (uint8_t)L_9); int32_t L_10 = ___1_byteIndex; ___1_byteIndex = ((int32_t)il2cpp_codegen_add(L_10, 1)); int32_t L_11 = ___2_byteCount; ___2_byteCount = ((int32_t)il2cpp_codegen_subtract(L_11, 1)); int32_t* L_12 = ___7_bytesUsed; int32_t* L_13 = ___7_bytesUsed; int32_t L_14 = *((int32_t*)L_13); *((int32_t*)L_12) = (int32_t)((int32_t)il2cpp_codegen_add(L_14, 1)); int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1)); } IL_0038: { int32_t L_16 = V_1; if ((((int32_t)L_16) >= ((int32_t)4))) { goto IL_0040; } } { int32_t L_17 = ___2_byteCount; if ((((int32_t)L_17) > ((int32_t)0))) { goto IL_0017; } } IL_0040: { int32_t L_18 = V_1; if ((((int32_t)L_18) >= ((int32_t)4))) { goto IL_0050; } } { int32_t L_19 = V_1; __this->___lastBytesCount_3 = L_19; bool* L_20 = ___9_completed; *((int8_t*)L_20) = (int8_t)1; return; } IL_0050: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = __this->___lastBytes_2; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = ___3_chars; int32_t L_23 = ___4_charIndex; int32_t L_24; L_24 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(14 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_21, 0, 4, L_22, L_23); V_0 = L_24; int32_t L_25 = ___4_charIndex; int32_t L_26 = V_0; ___4_charIndex = ((int32_t)il2cpp_codegen_add(L_25, L_26)); int32_t L_27 = ___5_charCount; int32_t L_28 = V_0; ___5_charCount = ((int32_t)il2cpp_codegen_subtract(L_27, L_28)); int32_t* L_29 = ___8_charsUsed; int32_t L_30 = V_0; *((int32_t*)L_29) = (int32_t)L_30; __this->___lastBytesCount_3 = 0; int32_t L_31 = ___5_charCount; if (L_31) { goto IL_0088; } } { bool* L_32 = ___9_completed; int32_t L_33 = ___2_byteCount; *((int8_t*)L_32) = (int8_t)((((int32_t)L_33) == ((int32_t)0))? 1 : 0); return; } IL_0086: { V_0 = 0; } IL_0088: { int32_t L_34 = ___5_charCount; int32_t L_35 = ___2_byteCount; if ((((int32_t)((int32_t)il2cpp_codegen_multiply(L_34, 4))) >= ((int32_t)L_35))) { goto IL_009b; } } { int32_t L_36 = ___5_charCount; ___2_byteCount = ((int32_t)il2cpp_codegen_multiply(L_36, 4)); bool* L_37 = ___9_completed; *((int8_t*)L_37) = (int8_t)0; goto IL_009f; } IL_009b: { bool* L_38 = ___9_completed; *((int8_t*)L_38) = (int8_t)1; } IL_009f: { int32_t* L_39 = ___7_bytesUsed; int32_t* L_40 = ___7_bytesUsed; int32_t L_41 = *((int32_t*)L_40); int32_t L_42 = ___2_byteCount; *((int32_t*)L_39) = (int32_t)((int32_t)il2cpp_codegen_add(L_41, L_42)); int32_t* L_43 = ___8_charsUsed; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = ___0_bytes; int32_t L_45 = ___1_byteIndex; int32_t L_46 = ___2_byteCount; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = ___3_chars; int32_t L_48 = ___4_charIndex; int32_t L_49; L_49 = VirtualFuncInvoker5< int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t >::Invoke(14 /* System.Int32 System.Xml.Ucs4Decoder::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) */, __this, L_44, L_45, L_46, L_47, L_48); int32_t L_50 = V_0; *((int32_t*)L_43) = (int32_t)((int32_t)il2cpp_codegen_add(L_49, L_50)); int32_t L_51 = ___2_byteCount; V_2 = ((int32_t)(L_51&3)); int32_t L_52 = V_2; if ((((int32_t)L_52) < ((int32_t)0))) { goto IL_00e5; } } { V_3 = 0; goto IL_00da; } IL_00c5: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = __this->___lastBytes_2; int32_t L_54 = V_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_55 = ___0_bytes; int32_t L_56 = ___1_byteIndex; int32_t L_57 = ___2_byteCount; int32_t L_58 = V_2; int32_t L_59 = V_3; NullCheck(L_55); int32_t L_60 = ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(((int32_t)il2cpp_codegen_add(L_56, L_57)), L_58)), L_59)); uint8_t L_61 = (L_55)->GetAt(static_cast(L_60)); NullCheck(L_53); (L_53)->SetAt(static_cast(L_54), (uint8_t)L_61); int32_t L_62 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_62, 1)); } IL_00da: { int32_t L_63 = V_3; int32_t L_64 = V_2; if ((((int32_t)L_63) < ((int32_t)L_64))) { goto IL_00c5; } } { int32_t L_65 = V_2; __this->___lastBytesCount_3 = L_65; } IL_00e5: { return; } } // System.Void System.Xml.Ucs4Decoder::Ucs4ToUTF16(System.UInt32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder_Ucs4ToUTF16_m21399C42D7A88AF5E10D5DC039AB407C10DDAAB8 (Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* __this, uint32_t ___0_code, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___1_chars, int32_t ___2_charIndex, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___1_chars; int32_t L_1 = ___2_charIndex; uint32_t L_2 = ___0_code; uint32_t L_3 = ___0_code; NullCheck(L_0); (L_0)->SetAt(static_cast(L_1), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(((int32_t)55296), ((int32_t)(uint16_t)((int32_t)il2cpp_codegen_subtract(((int32_t)((uint32_t)L_2>>((int32_t)16))), 1))))), ((int32_t)(uint16_t)((int32_t)(((int32_t)((uint32_t)L_3>>((int32_t)10)))&((int32_t)63)))))))); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___1_chars; int32_t L_5 = ___2_charIndex; uint32_t L_6 = ___0_code; NullCheck(L_4); (L_4)->SetAt(static_cast(((int32_t)il2cpp_codegen_add(L_5, 1))), (Il2CppChar)((int32_t)(uint16_t)((int32_t)il2cpp_codegen_add(((int32_t)56320), ((int32_t)(uint16_t)((int32_t)((int32_t)L_6&((int32_t)1023)))))))); return; } } // System.Void System.Xml.Ucs4Decoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder__ctor_m93A5F3E735B24067E03ECECABF8DAADC9770F2C8 (Ucs4Decoder_t7D0437C862A46FB0EB97DEBA7C4660A781AD7F82* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)4); __this->___lastBytes_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastBytes_2), (void*)L_0); Decoder__ctor_m0495641DB031A133FE39FBF3A1D139F52A4FACEC(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Ucs4Decoder4321::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder4321_GetFullChars_mC4494A48E6EC62E3EEBEE256B87563125F048528 (Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___2_byteCount; int32_t L_1 = ___1_byteIndex; ___2_byteCount = ((int32_t)il2cpp_codegen_add(L_0, L_1)); int32_t L_2 = ___1_byteIndex; V_1 = L_2; int32_t L_3 = ___4_charIndex; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_bytes; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add(L_5, 3)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___0_bytes; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 2)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_bytes; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 1)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___0_bytes; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = L_17; uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_7<<((int32_t)24)))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_15<<8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject*)L_25); String_t* L_26; L_26 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_27 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_27); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_27, L_26, (String_t*)NULL, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder4321_GetFullChars_mC4494A48E6EC62E3EEBEE256B87563125F048528_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = ___3_chars; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m21399C42D7A88AF5E10D5DC039AB407C10DDAAB8(__this, L_29, L_30, L_31, NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_32, 1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_33, NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_36 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder4321_GetFullChars_mC4494A48E6EC62E3EEBEE256B87563125F048528_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = ___3_chars; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)(uint16_t)L_39)); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_40, 1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_41, 4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___2_byteCount; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_42, 3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___4_charIndex; return ((int32_t)il2cpp_codegen_subtract(L_44, L_45)); } } // System.Void System.Xml.Ucs4Decoder4321::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder4321__ctor_m5CFE9D28AB6B02B583DDAB7643424777335730BE (Ucs4Decoder4321_t285D752C3F9138219D99260521EF56B5D929B3F9* __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_m93A5F3E735B24067E03ECECABF8DAADC9770F2C8(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Ucs4Decoder1234::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder1234_GetFullChars_m01D76959DF39FE0EB7B9C30CC4A60961D97132EF (Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___2_byteCount; int32_t L_1 = ___1_byteIndex; ___2_byteCount = ((int32_t)il2cpp_codegen_add(L_0, L_1)); int32_t L_2 = ___1_byteIndex; V_1 = L_2; int32_t L_3 = ___4_charIndex; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_bytes; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = L_5; uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___0_bytes; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 1)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_bytes; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 2)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___0_bytes; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 3)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_7<<((int32_t)24)))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_15<<8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject*)L_25); String_t* L_26; L_26 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_27 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_27); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_27, L_26, (String_t*)NULL, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder1234_GetFullChars_m01D76959DF39FE0EB7B9C30CC4A60961D97132EF_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = ___3_chars; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m21399C42D7A88AF5E10D5DC039AB407C10DDAAB8(__this, L_29, L_30, L_31, NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_32, 1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_33, NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_36 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder1234_GetFullChars_m01D76959DF39FE0EB7B9C30CC4A60961D97132EF_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = ___3_chars; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)(uint16_t)L_39)); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_40, 1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_41, 4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___2_byteCount; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_42, 3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___4_charIndex; return ((int32_t)il2cpp_codegen_subtract(L_44, L_45)); } } // System.Void System.Xml.Ucs4Decoder1234::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder1234__ctor_m24F3E3DF2176B5E2B9D2BAA3734A04E7ED1CA682 (Ucs4Decoder1234_tBCB6ABD091D3515137DFF47B1421CD5D63D9B7F8* __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_m93A5F3E735B24067E03ECECABF8DAADC9770F2C8(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Ucs4Decoder2143::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder2143_GetFullChars_mD004C5342F8D1F215DF51502AF2CC8528CF52EC2 (Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___2_byteCount; int32_t L_1 = ___1_byteIndex; ___2_byteCount = ((int32_t)il2cpp_codegen_add(L_0, L_1)); int32_t L_2 = ___1_byteIndex; V_1 = L_2; int32_t L_3 = ___4_charIndex; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_bytes; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add(L_5, 1)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___0_bytes; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_bytes; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = ((int32_t)il2cpp_codegen_add(L_13, 3)); uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___0_bytes; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 2)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_7<<((int32_t)24)))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_15<<8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject*)L_25); String_t* L_26; L_26 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_27 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_27); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_27, L_26, (String_t*)NULL, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder2143_GetFullChars_mD004C5342F8D1F215DF51502AF2CC8528CF52EC2_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = ___3_chars; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m21399C42D7A88AF5E10D5DC039AB407C10DDAAB8(__this, L_29, L_30, L_31, NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_32, 1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_33, NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_36 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder2143_GetFullChars_mD004C5342F8D1F215DF51502AF2CC8528CF52EC2_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = ___3_chars; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)(uint16_t)L_39)); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_40, 1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_41, 4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___2_byteCount; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_42, 3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___4_charIndex; return ((int32_t)il2cpp_codegen_subtract(L_44, L_45)); } } // System.Void System.Xml.Ucs4Decoder2143::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder2143__ctor_m5D6678C784082563496F3B3AB90B39A2C3D506A8 (Ucs4Decoder2143_t780ABE19A1FAFDDD2113BF501D6EC8CD8408F56D* __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_m93A5F3E735B24067E03ECECABF8DAADC9770F2C8(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Int32 System.Xml.Ucs4Decoder3412::GetFullChars(System.Byte[],System.Int32,System.Int32,System.Char[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Ucs4Decoder3412_GetFullChars_m5A354D0AB12ABF99A8C5C7DEAD9E0690C7C46904 (Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, int32_t ___1_byteIndex, int32_t ___2_byteCount, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___3_chars, int32_t ___4_charIndex, const RuntimeMethod* method) { uint32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { int32_t L_0 = ___2_byteCount; int32_t L_1 = ___1_byteIndex; ___2_byteCount = ((int32_t)il2cpp_codegen_add(L_0, L_1)); int32_t L_2 = ___1_byteIndex; V_1 = L_2; int32_t L_3 = ___4_charIndex; V_2 = L_3; goto IL_0093; } IL_000f: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_bytes; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((int32_t)il2cpp_codegen_add(L_5, 2)); uint8_t L_7 = (L_4)->GetAt(static_cast(L_6)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___0_bytes; int32_t L_9 = V_1; NullCheck(L_8); int32_t L_10 = ((int32_t)il2cpp_codegen_add(L_9, 3)); uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_bytes; int32_t L_13 = V_1; NullCheck(L_12); int32_t L_14 = L_13; uint8_t L_15 = (L_12)->GetAt(static_cast(L_14)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___0_bytes; int32_t L_17 = V_1; NullCheck(L_16); int32_t L_18 = ((int32_t)il2cpp_codegen_add(L_17, 1)); uint8_t L_19 = (L_16)->GetAt(static_cast(L_18)); V_0 = ((int32_t)(((int32_t)(((int32_t)(((int32_t)((int32_t)L_7<<((int32_t)24)))|((int32_t)((int32_t)L_11<<((int32_t)16)))))|((int32_t)((int32_t)L_15<<8))))|(int32_t)L_19)); uint32_t L_20 = V_0; if ((!(((uint32_t)L_20) > ((uint32_t)((int32_t)1114111))))) { goto IL_0055; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_21 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)1); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = L_21; int32_t L_23 = V_1; int32_t L_24 = L_23; RuntimeObject* L_25 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_24); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_25); (L_22)->SetAt(static_cast(0), (RuntimeObject*)L_25); String_t* L_26; L_26 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF927B4144C20383150FDF84829FBD896D179787)), L_22, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_27 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_27); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_27, L_26, (String_t*)NULL, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_27, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder3412_GetFullChars_m5A354D0AB12ABF99A8C5C7DEAD9E0690C7C46904_RuntimeMethod_var))); } IL_0055: { uint32_t L_28 = V_0; if ((!(((uint32_t)L_28) > ((uint32_t)((int32_t)65535))))) { goto IL_006d; } } { uint32_t L_29 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = ___3_chars; int32_t L_31 = V_2; Ucs4Decoder_Ucs4ToUTF16_m21399C42D7A88AF5E10D5DC039AB407C10DDAAB8(__this, L_29, L_30, L_31, NULL); int32_t L_32 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_32, 1)); goto IL_008b; } IL_006d: { uint32_t L_33 = V_0; bool L_34; L_34 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_33, NULL); if (!L_34) { goto IL_0085; } } { String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_36 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_36); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEC8CAA2A3849E3D54918E4EA208FB0D055700292)), L_35, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Ucs4Decoder3412_GetFullChars_m5A354D0AB12ABF99A8C5C7DEAD9E0690C7C46904_RuntimeMethod_var))); } IL_0085: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_37 = ___3_chars; int32_t L_38 = V_2; uint32_t L_39 = V_0; NullCheck(L_37); (L_37)->SetAt(static_cast(L_38), (Il2CppChar)((int32_t)(uint16_t)L_39)); } IL_008b: { int32_t L_40 = V_2; V_2 = ((int32_t)il2cpp_codegen_add(L_40, 1)); int32_t L_41 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_41, 4)); } IL_0093: { int32_t L_42 = V_1; int32_t L_43 = ___2_byteCount; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_42, 3))) < ((int32_t)L_43))) { goto IL_000f; } } { int32_t L_44 = V_2; int32_t L_45 = ___4_charIndex; return ((int32_t)il2cpp_codegen_subtract(L_44, L_45)); } } // System.Void System.Xml.Ucs4Decoder3412::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ucs4Decoder3412__ctor_m64362F60052E1E6D120EDDC0F9BE6D5E323DBECC (Ucs4Decoder3412_t1BEE889C78DA4E6407EAFE192BFF46BDA919A850* __this, const RuntimeMethod* method) { { Ucs4Decoder__ctor_m93A5F3E735B24067E03ECECABF8DAADC9770F2C8(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m2FC4E2AB470AD5003F7B9B5B9451CE320AFDDB2F (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* V_1 = NULL; SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74 V_2; memset((&V_2), 0, sizeof(V_2)); String_t* V_3 = NULL; { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_2); RuntimeObject* L_5; L_5 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_4, NULL); __this->___res_18 = ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___res_18), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var) }; Type_t* L_8; L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL); NullCheck(L_6); RuntimeObject* L_9; L_9 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_6, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, L_8, NULL); __this->___args_19 = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_9, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___args_19), (void*)((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_9, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var))); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_10 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_12; L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL); NullCheck(L_10); RuntimeObject* L_13; L_13 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_10, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_12, NULL); __this->___lineNumber_20 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_13, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_14 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_15 = { reinterpret_cast (Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_0_0_0_var) }; Type_t* L_16; L_16 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_15, NULL); NullCheck(L_14); RuntimeObject* L_17; L_17 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_14, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_16, NULL); __this->___linePosition_21 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_17, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)))); String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___sourceUri_22 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceUri_22), (void*)L_18); V_0 = (String_t*)NULL; SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_19 = ___0_info; NullCheck(L_19); SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_20; L_20 = SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6(L_19, NULL); V_1 = L_20; goto IL_00ea; } IL_009e: { SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_21 = V_1; NullCheck(L_21); SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74 L_22; L_22 = SerializationInfoEnumerator_get_Current_m820863174CF73089751ACC36BC34DD3188A1929B(L_21, NULL); V_2 = L_22; String_t* L_23; L_23 = SerializationEntry_get_Name_mF6151F31B3F43C88AF08F39F178401406642EB67_inline((&V_2), NULL); V_3 = L_23; String_t* L_24 = V_3; bool L_25; L_25 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_24, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, NULL); if (L_25) { goto IL_00c9; } } { String_t* L_26 = V_3; bool L_27; L_27 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_26, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, NULL); if (L_27) { goto IL_00dd; } } { goto IL_00ea; } IL_00c9: { RuntimeObject* L_28; L_28 = SerializationEntry_get_Value_mA57713535F866795C180D20067C0E38A85327912_inline((&V_2), NULL); __this->___sourceUri_22 = ((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceUri_22), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_28, String_t_il2cpp_TypeInfo_var))); goto IL_00ea; } IL_00dd: { RuntimeObject* L_29; L_29 = SerializationEntry_get_Value_mA57713535F866795C180D20067C0E38A85327912_inline((&V_2), NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_29, String_t_il2cpp_TypeInfo_var)); } IL_00ea: { SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_30 = V_1; NullCheck(L_30); bool L_31; L_31 = SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6(L_30, NULL); if (L_31) { goto IL_009e; } } { String_t* L_32 = V_0; if (L_32) { goto IL_0119; } } { String_t* L_33 = __this->___res_18; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = __this->___args_19; int32_t L_35 = __this->___lineNumber_20; int32_t L_36 = __this->___linePosition_21; String_t* L_37; L_37 = XmlException_CreateMessage_m7EF05421A745BA0BC494014171B7FE75BE36D056(L_33, L_34, L_35, L_36, NULL); __this->___message_23 = L_37; Il2CppCodeGenWriteBarrier((void**)(&__this->___message_23), (void*)L_37); return; } IL_0119: { __this->___message_23 = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___message_23), (void*)(String_t*)NULL); return; } } // System.Void System.Xml.XmlException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException_GetObjectData_m6179AFA2490E6B295B7C192E99A828A45104154D (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47EB169AEE74B181812673783C66416B39F5F464); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9(__this, L_0, L_1, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info; String_t* L_3 = __this->___res_18; NullCheck(L_2); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_3, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_info; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = __this->___args_19; NullCheck(L_4); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_4, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, (RuntimeObject*)L_5, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info; int32_t L_7 = __this->___lineNumber_20; NullCheck(L_6); SerializationInfo_AddValue_m9D6ADD10966D1FE8D19050F3A269747C23FE9FC4(L_6, _stringLiteral0BA9045FCB28C8C8B2ACED641BB5013BAC05D492, L_7, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_8 = ___0_info; int32_t L_9 = __this->___linePosition_21; NullCheck(L_8); SerializationInfo_AddValue_m9D6ADD10966D1FE8D19050F3A269747C23FE9FC4(L_8, _stringLiteralE1356901E9F96E6ACC91632889AE94286AFE4CD4, L_9, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_10 = ___0_info; String_t* L_11 = __this->___sourceUri_22; NullCheck(L_10); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_10, _stringLiteral47EB169AEE74B181812673783C66416B39F5F464, L_11, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_12 = ___0_info; NullCheck(L_12); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_12, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960, NULL); return; } } // System.Void System.Xml.XmlException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m5BA0E89E2BA57EBA306CA552E59B20E5EA6E9909 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) { { XmlException__ctor_m39D4A09CD4A3351C21D85A89AAE43ECAD0E910F4(__this, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m39D4A09CD4A3351C21D85A89AAE43ECAD0E910F4 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; XmlException__ctor_m022651219BF5C270D6B851281AACACCB4A6AE5FC(__this, L_0, (Exception_t*)NULL, 0, 0, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m272A72A57A72F47C6977D9CA6E10AD37075A097E (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; Exception_t* L_1 = ___1_innerException; XmlException__ctor_m022651219BF5C270D6B851281AACACCB4A6AE5FC(__this, L_0, L_1, 0, 0, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m022651219BF5C270D6B851281AACACCB4A6AE5FC (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, Exception_t* ___1_innerException, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) { { String_t* L_0 = ___0_message; Exception_t* L_1 = ___1_innerException; int32_t L_2 = ___2_lineNumber; int32_t L_3 = ___3_linePosition; XmlException__ctor_m9E8E4966F92E92928F2334A4B5A6992A20505AD7(__this, L_0, L_1, L_2, L_3, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9E8E4966F92E92928F2334A4B5A6992A20505AD7 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_message, Exception_t* ___1_innerException, int32_t ___2_lineNumber, int32_t ___3_linePosition, String_t* ___4_sourceUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B); s_Il2CppMethodInitialized = true; } XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B2_0 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B3_1 = NULL; { String_t* L_0 = ___0_message; int32_t L_1 = ___2_lineNumber; int32_t L_2 = ___3_linePosition; String_t* L_3; L_3 = XmlException_FormatUserMessage_m063B26658DDABD7F6364C28217D4A518715FC001(L_0, L_1, L_2, NULL); Exception_t* L_4 = ___1_innerException; SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(__this, L_3, L_4, NULL); Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146232000), NULL); String_t* L_5 = ___0_message; G_B1_0 = __this; if (!L_5) { G_B2_0 = __this; goto IL_0026; } } { G_B3_0 = _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94; G_B3_1 = G_B1_0; goto IL_002b; } IL_0026: { G_B3_0 = _stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B; G_B3_1 = G_B2_0; } IL_002b: { NullCheck(G_B3_1); G_B3_1->___res_18 = G_B3_0; Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->___res_18), (void*)G_B3_0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6; String_t* L_8 = ___0_message; NullCheck(L_7); ArrayElementTypeCheck (L_7, L_8); (L_7)->SetAt(static_cast(0), (String_t*)L_8); __this->___args_19 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___args_19), (void*)L_7); String_t* L_9 = ___4_sourceUri; __this->___sourceUri_22 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceUri_22), (void*)L_9); int32_t L_10 = ___2_lineNumber; __this->___lineNumber_20 = L_10; int32_t L_11 = ___3_linePosition; __this->___linePosition_21 = L_11; return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_1, (Exception_t*)NULL, 0, 0, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_2, (Exception_t*)NULL, 0, 0, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mCD230657B1383DCA2BE352251351F34246E3371B (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, String_t* ___2_sourceUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); String_t* L_4 = ___2_sourceUri; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_2, (Exception_t*)NULL, 0, 0, L_4, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Xml.IXmlLineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9B374E074F3F119E162C8075170EAC3D83B903C3 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, RuntimeObject* ___2_lineInfo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); RuntimeObject* L_4 = ___2_lineInfo; XmlException__ctor_mE015AE756769AE9E089407C185225F0DA4B3E848(__this, L_0, L_2, L_4, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Xml.IXmlLineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mC5DF75B19F103B9950AE9C30EE4161CF712442E3 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, RuntimeObject* ___2_lineInfo, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; RuntimeObject* L_2 = ___2_lineInfo; XmlException__ctor_mE015AE756769AE9E089407C185225F0DA4B3E848(__this, L_0, L_1, L_2, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Xml.IXmlLineInfo,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mE015AE756769AE9E089407C185225F0DA4B3E848 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, RuntimeObject* ___2_lineInfo, String_t* ___3_sourceUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* G_B2_0 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B2_1 = NULL; String_t* G_B2_2 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B2_3 = NULL; RuntimeObject* G_B1_0 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B1_1 = NULL; String_t* G_B1_2 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B1_3 = NULL; int32_t G_B3_0 = 0; RuntimeObject* G_B3_1 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B3_2 = NULL; String_t* G_B3_3 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B3_4 = NULL; int32_t G_B5_0 = 0; RuntimeObject* G_B5_1 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B5_2 = NULL; String_t* G_B5_3 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B5_4 = NULL; int32_t G_B4_0 = 0; RuntimeObject* G_B4_1 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B4_2 = NULL; String_t* G_B4_3 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B4_4 = NULL; int32_t G_B6_0 = 0; int32_t G_B6_1 = 0; RuntimeObject* G_B6_2 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* G_B6_3 = NULL; String_t* G_B6_4 = NULL; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* G_B6_5 = NULL; { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; RuntimeObject* L_2 = ___2_lineInfo; G_B1_0 = NULL; G_B1_1 = L_1; G_B1_2 = L_0; G_B1_3 = __this; if (!L_2) { G_B2_0 = NULL; G_B2_1 = L_1; G_B2_2 = L_0; G_B2_3 = __this; goto IL_000f; } } { RuntimeObject* L_3 = ___2_lineInfo; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, L_3); G_B3_0 = L_4; G_B3_1 = G_B1_0; G_B3_2 = G_B1_1; G_B3_3 = G_B1_2; G_B3_4 = G_B1_3; goto IL_0010; } IL_000f: { G_B3_0 = 0; G_B3_1 = G_B2_0; G_B3_2 = G_B2_1; G_B3_3 = G_B2_2; G_B3_4 = G_B2_3; } IL_0010: { RuntimeObject* L_5 = ___2_lineInfo; G_B4_0 = G_B3_0; G_B4_1 = G_B3_1; G_B4_2 = G_B3_2; G_B4_3 = G_B3_3; G_B4_4 = G_B3_4; if (!L_5) { G_B5_0 = G_B3_0; G_B5_1 = G_B3_1; G_B5_2 = G_B3_2; G_B5_3 = G_B3_3; G_B5_4 = G_B3_4; goto IL_001b; } } { RuntimeObject* L_6 = ___2_lineInfo; NullCheck(L_6); int32_t L_7; L_7 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, L_6); G_B6_0 = L_7; G_B6_1 = G_B4_0; G_B6_2 = G_B4_1; G_B6_3 = G_B4_2; G_B6_4 = G_B4_3; G_B6_5 = G_B4_4; goto IL_001c; } IL_001b: { G_B6_0 = 0; G_B6_1 = G_B5_0; G_B6_2 = G_B5_1; G_B6_3 = G_B5_2; G_B6_4 = G_B5_3; G_B6_5 = G_B5_4; } IL_001c: { String_t* L_8 = ___3_sourceUri; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(G_B6_5, G_B6_4, G_B6_3, (Exception_t*)G_B6_2, G_B6_1, G_B6_0, L_8, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m03120C28C23F76A8DA17B42FB00F599D2FB22B3F (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); int32_t L_4 = ___2_lineNumber; int32_t L_5 = ___3_linePosition; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_2, (Exception_t*)NULL, L_4, L_5, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m93B63C9E4FE7C5B4DAE86D7F5B9FA23451CC7077 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, String_t* ___1_arg, int32_t ___2_lineNumber, int32_t ___3_linePosition, String_t* ___4_sourceUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); int32_t L_4 = ___2_lineNumber; int32_t L_5 = ___3_linePosition; String_t* L_6 = ___4_sourceUri; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_2, (Exception_t*)NULL, L_4, L_5, L_6, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9533F222CB16C788C194E7494449C1D96BC781CA (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; int32_t L_2 = ___2_lineNumber; int32_t L_3 = ___3_linePosition; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_1, (Exception_t*)NULL, L_2, L_3, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m9BF115E3E8CAC81B474E36A76805DC4F2E856879 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_lineNumber, int32_t ___3_linePosition, String_t* ___4_sourceUri, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; int32_t L_2 = ___2_lineNumber; int32_t L_3 = ___3_linePosition; String_t* L_4 = ___4_sourceUri; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_1, (Exception_t*)NULL, L_2, L_3, L_4, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_m7E1498E19EBB6E85EC10AA3F9F5A40CA0C5D3F68 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, int32_t ___3_lineNumber, int32_t ___4_linePosition, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; Exception_t* L_2 = ___2_innerException; int32_t L_3 = ___3_lineNumber; int32_t L_4 = ___4_linePosition; XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37(__this, L_0, L_1, L_2, L_3, L_4, (String_t*)NULL, NULL); return; } } // System.Void System.Xml.XmlException::.ctor(System.String,System.String[],System.Exception,System.Int32,System.Int32,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mAF9987B6D433F91FBD0101527C492BA66AB25F37 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_innerException, int32_t ___3_lineNumber, int32_t ___4_linePosition, String_t* ___5_sourceUri, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; int32_t L_2 = ___3_lineNumber; int32_t L_3 = ___4_linePosition; String_t* L_4; L_4 = XmlException_CreateMessage_m7EF05421A745BA0BC494014171B7FE75BE36D056(L_0, L_1, L_2, L_3, NULL); Exception_t* L_5 = ___2_innerException; SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(__this, L_4, L_5, NULL); Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146232000), NULL); String_t* L_6 = ___0_res; __this->___res_18 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___res_18), (void*)L_6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ___1_args; __this->___args_19 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___args_19), (void*)L_7); String_t* L_8 = ___5_sourceUri; __this->___sourceUri_22 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___sourceUri_22), (void*)L_8); int32_t L_9 = ___3_lineNumber; __this->___lineNumber_20 = L_9; int32_t L_10 = ___4_linePosition; __this->___linePosition_21 = L_10; return; } } // System.String System.Xml.XmlException::FormatUserMessage(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_FormatUserMessage_m063B26658DDABD7F6364C28217D4A518715FC001 (String_t* ___0_message, int32_t ___1_lineNumber, int32_t ___2_linePosition, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_message; if (L_0) { goto IL_0011; } } { int32_t L_1 = ___1_lineNumber; int32_t L_2 = ___2_linePosition; String_t* L_3; L_3 = XmlException_CreateMessage_m7EF05421A745BA0BC494014171B7FE75BE36D056(_stringLiteral872479F10B4968F255B608A3698CA1A7EE09888B, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, L_1, L_2, NULL); return L_3; } IL_0011: { int32_t L_4 = ___1_lineNumber; if (L_4) { goto IL_0019; } } { int32_t L_5 = ___2_linePosition; if (L_5) { goto IL_0019; } } { String_t* L_6 = ___0_message; return L_6; } IL_0019: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7; String_t* L_9 = ___0_message; NullCheck(L_8); ArrayElementTypeCheck (L_8, L_9); (L_8)->SetAt(static_cast(0), (String_t*)L_9); int32_t L_10 = ___1_lineNumber; int32_t L_11 = ___2_linePosition; String_t* L_12; L_12 = XmlException_CreateMessage_m7EF05421A745BA0BC494014171B7FE75BE36D056(_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_8, L_10, L_11, NULL); return L_12; } } // System.String System.Xml.XmlException::CreateMessage(System.String,System.String[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_CreateMessage_m7EF05421A745BA0BC494014171B7FE75BE36D056 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, int32_t ___2_lineNumber, int32_t ___3_linePosition, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { int32_t L_0 = ___2_lineNumber; if (L_0) { goto IL_000f_1; } } { String_t* L_1 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___1_args; V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_2; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = V_1; String_t* L_4; L_4 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(L_1, L_3, NULL); V_0 = L_4; goto IL_0052_1; } IL_000f_1: { il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_5; L_5 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_6; L_6 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B((&___2_lineNumber), L_5, NULL); V_2 = L_6; CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_7; L_7 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_8; L_8 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B((&___3_linePosition), L_7, NULL); V_3 = L_8; String_t* L_9 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = ___1_args; V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_10; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = V_1; String_t* L_12; L_12 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(L_9, L_11, NULL); V_0 = L_12; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)3); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13; String_t* L_15 = V_0; NullCheck(L_14); ArrayElementTypeCheck (L_14, L_15); (L_14)->SetAt(static_cast(0), (String_t*)L_15); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_14; String_t* L_17 = V_2; NullCheck(L_16); ArrayElementTypeCheck (L_16, L_17); (L_16)->SetAt(static_cast(1), (String_t*)L_17); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_16; String_t* L_19 = V_3; NullCheck(L_18); ArrayElementTypeCheck (L_18, L_19); (L_18)->SetAt(static_cast(2), (String_t*)L_19); V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_18; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_20 = V_1; String_t* L_21; L_21 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral63D27168A6FFA4A02D5FDBA464A248377E88F4F4, L_20, NULL); V_0 = L_21; } IL_0052_1: { String_t* L_22 = V_0; V_4 = L_22; goto IL_006c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingManifestResourceException_t136A089345909ADB6333D6F4E2AA84C7A00CB3FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0057; } throw e; } CATCH_0057: {// begin catch(System.Resources.MissingManifestResourceException) String_t* L_23 = ___0_res; String_t* L_24; L_24 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18)), L_23, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), NULL); V_4 = L_24; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_006c; }// end catch (depth: 1) IL_006c: { String_t* L_25 = V_4; return L_25; } } // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8 (String_t* ___0_data, int32_t ___1_invCharIndex, const RuntimeMethod* method) { Il2CppChar G_B2_0 = 0x0; Il2CppChar G_B1_0 = 0x0; int32_t G_B3_0 = 0; Il2CppChar G_B3_1 = 0x0; { String_t* L_0 = ___0_data; int32_t L_1 = ___1_invCharIndex; NullCheck(L_0); Il2CppChar L_2; L_2 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_1, NULL); int32_t L_3 = ___1_invCharIndex; String_t* L_4 = ___0_data; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); G_B1_0 = L_2; if ((((int32_t)((int32_t)il2cpp_codegen_add(L_3, 1))) < ((int32_t)L_5))) { G_B2_0 = L_2; goto IL_0015; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_001e; } IL_0015: { String_t* L_6 = ___0_data; int32_t L_7 = ___1_invCharIndex; NullCheck(L_6); Il2CppChar L_8; L_8 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, ((int32_t)il2cpp_codegen_add(L_7, 1)), NULL); G_B3_0 = ((int32_t)(L_8)); G_B3_1 = G_B2_0; } IL_001e: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9; L_9 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(G_B3_1, G_B3_0, NULL); return L_9; } } // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_mCD358DAB8D23BF377EEC6C41C523161FE2B9A2A5 (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_data, int32_t ___1_length, int32_t ___2_invCharIndex, 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; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_data; int32_t L_1 = ___2_invCharIndex; NullCheck(L_0); int32_t L_2 = L_1; uint16_t L_3 = (uint16_t)(L_0)->GetAt(static_cast(L_2)); int32_t L_4 = ___2_invCharIndex; int32_t L_5 = ___1_length; G_B1_0 = ((int32_t)(L_3)); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_4, 1))) < ((int32_t)L_5))) { G_B2_0 = ((int32_t)(L_3)); goto IL_000c; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0011; } IL_000c: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = ___0_data; int32_t L_7 = ___2_invCharIndex; NullCheck(L_6); int32_t L_8 = ((int32_t)il2cpp_codegen_add(L_7, 1)); uint16_t L_9 = (uint16_t)(L_6)->GetAt(static_cast(L_8)); G_B3_0 = ((int32_t)(L_9)); G_B3_1 = G_B2_0; } IL_0011: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10; L_10 = XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65(G_B3_1, G_B3_0, NULL); return L_10; } } // System.String[] System.Xml.XmlException::BuildCharExceptionArgs(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* XmlException_BuildCharExceptionArgs_m5C3D183AB941552746F7DC656366F28CA5BAFC65 (Il2CppChar ___0_invChar, Il2CppChar ___1_nextChar, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38C378162D10735E8E753443B3094057777252AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; int32_t V_1 = 0; { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2); V_0 = L_0; Il2CppChar L_1 = ___0_invChar; bool L_2; L_2 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_1, NULL); if (!L_2) { goto IL_004a; } } { Il2CppChar L_3 = ___1_nextChar; if (!L_3) { goto IL_004a; } } { Il2CppChar L_4 = ___1_nextChar; Il2CppChar L_5 = ___0_invChar; int32_t L_6; L_6 = XmlCharType_CombineSurrogateChar_m4D32D326745128CD021B4C219295A61B074FB8C7(L_4, L_5, NULL); V_1 = L_6; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = V_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)2); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = L_8; Il2CppChar L_10 = ___0_invChar; NullCheck(L_9); (L_9)->SetAt(static_cast(0), (Il2CppChar)L_10); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = L_9; Il2CppChar L_12 = ___1_nextChar; NullCheck(L_11); (L_11)->SetAt(static_cast(1), (Il2CppChar)L_12); String_t* L_13; L_13 = String_CreateString_mFBC28D2E3EB87D497F7E702E4FFAD65F635E44DF(NULL, L_11, NULL); NullCheck(L_7); ArrayElementTypeCheck (L_7, L_13); (L_7)->SetAt(static_cast(0), (String_t*)L_13); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_15; L_15 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); int32_t L_16 = V_1; int32_t L_17 = L_16; RuntimeObject* L_18 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_17); String_t* L_19; L_19 = String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744(L_15, _stringLiteral38C378162D10735E8E753443B3094057777252AC, L_18, NULL); NullCheck(L_14); ArrayElementTypeCheck (L_14, L_19); (L_14)->SetAt(static_cast(1), (String_t*)L_19); goto IL_007e; } IL_004a: { Il2CppChar L_20 = ___0_invChar; if (L_20) { goto IL_0057; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = V_0; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); (L_21)->SetAt(static_cast(0), (String_t*)_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D); goto IL_0066; } IL_0057: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_23; L_23 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_24; L_24 = Char_ToString_m34499826F048A38EB8216D5844A5DA49F54719C8((&___0_invChar), L_23, NULL); NullCheck(L_22); ArrayElementTypeCheck (L_22, L_24); (L_22)->SetAt(static_cast(0), (String_t*)L_24); } IL_0066: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_26; L_26 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); Il2CppChar L_27 = ___0_invChar; int32_t L_28 = ((int32_t)L_27); RuntimeObject* L_29 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_28); String_t* L_30; L_30 = String_Format_m3844098E7C18576D263AAF62F69BE5C70BF9A744(L_26, _stringLiteral38C378162D10735E8E753443B3094057777252AC, L_29, NULL); NullCheck(L_25); ArrayElementTypeCheck (L_25, L_30); (L_25)->SetAt(static_cast(1), (String_t*)L_30); } IL_007e: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = V_0; return L_31; } } // System.Int32 System.Xml.XmlException::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LineNumber_m4DBE53D0E13988CF2A5055C4B853F1399DE1A926 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___lineNumber_20; return L_0; } } // System.Int32 System.Xml.XmlException::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlException_get_LinePosition_m8045E03E183F6B07D6394A1B1FBD55E2CBE2DCB4 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___linePosition_21; return L_0; } } // System.String System.Xml.XmlException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_Message_m218FC0CDE2D81F3E770F9C48807A9B864492F347 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___message_23; if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->___message_23; return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mCFE0D38FDF9001405299AAE43BBE2A9AD806C441(__this, NULL); return L_2; } } // System.String System.Xml.XmlException::get_ResString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlException_get_ResString_m977084C1A1F883C2BED73B1F956D980E62649C7A (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___res_18; return L_0; } } // System.Boolean System.Xml.XmlException::IsCatchableException(System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlException_IsCatchableException_m010A6392147F12EA53A8DC502A83421DCE6BA487 (Exception_t* ___0_e, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AccessViolationException_t2359EDFDD20FE77D56A496DB4F6854A3D2DC4190_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StackOverflowException_t938C753F2BB15F526FD564CCF52061BBE5BC97C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ThreadInterruptedException_t5F777BF218B009092789F6DA0013E4DC3A0987CC_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Exception_t* L_0 = ___0_e; if (((StackOverflowException_t938C753F2BB15F526FD564CCF52061BBE5BC97C9*)IsInstSealed((RuntimeObject*)L_0, StackOverflowException_t938C753F2BB15F526FD564CCF52061BBE5BC97C9_il2cpp_TypeInfo_var))) { goto IL_0035; } } { Exception_t* L_1 = ___0_e; if (((OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F*)IsInstClass((RuntimeObject*)L_1, OutOfMemoryException_tE6DC2F937EC4A8699271D5151C4DF83BDE99EE7F_il2cpp_TypeInfo_var))) { goto IL_0035; } } { Exception_t* L_2 = ___0_e; if (((ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4*)IsInstSealed((RuntimeObject*)L_2, ThreadAbortException_tCA1833E5D49782387EDF3BDCBDB90597B273F3C4_il2cpp_TypeInfo_var))) { goto IL_0035; } } { Exception_t* L_3 = ___0_e; if (((ThreadInterruptedException_t5F777BF218B009092789F6DA0013E4DC3A0987CC*)IsInstClass((RuntimeObject*)L_3, ThreadInterruptedException_t5F777BF218B009092789F6DA0013E4DC3A0987CC_il2cpp_TypeInfo_var))) { goto IL_0035; } } { Exception_t* L_4 = ___0_e; if (((NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB*)IsInstClass((RuntimeObject*)L_4, NullReferenceException_tBDE63A6D24569B964908408389070C6A9F5005BB_il2cpp_TypeInfo_var))) { goto IL_0035; } } { Exception_t* L_5 = ___0_e; return (bool)((((int32_t)((!(((RuntimeObject*)(AccessViolationException_t2359EDFDD20FE77D56A496DB4F6854A3D2DC4190*)((AccessViolationException_t2359EDFDD20FE77D56A496DB4F6854A3D2DC4190*)IsInstClass((RuntimeObject*)L_5, AccessViolationException_t2359EDFDD20FE77D56A496DB4F6854A3D2DC4190_il2cpp_TypeInfo_var))) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } IL_0035: { return (bool)0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNameTable::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNameTable__ctor_m165D6C26354AF163FA559778C1998B36A8A5FBF6 (XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNamespaceManager::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m6485992B6D88F2C7276E1D562B9F643AD60AD4CD (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Void System.Xml.XmlNamespaceManager::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager__ctor_m18E69120CE5886E06630CCCC3215D2C67FC669DB (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nameTable, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = ___0_nameTable; __this->___nameTable_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable_3), (void*)L_0); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1 = ___0_nameTable; NullCheck(L_1); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_1, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); __this->___xml_7 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___xml_7), (void*)L_2); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_3 = ___0_nameTable; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); __this->___xmlNs_8 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlNs_8), (void*)L_4); NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_5 = (NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60*)(NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60*)SZArrayNew(NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60_il2cpp_TypeInfo_var, (uint32_t)8); __this->___nsdecls_1 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___nsdecls_1), (void*)L_5); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_6 = ___0_nameTable; String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; NullCheck(L_6); String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_6, L_7); V_0 = L_8; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_9 = __this->___nsdecls_1; NullCheck(L_9); String_t* L_10 = V_0; String_t* L_11 = V_0; NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3(((L_9)->GetAddressAt(static_cast(0))), L_10, L_11, (-1), (-1), NULL); NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_12 = __this->___nsdecls_1; NullCheck(L_12); String_t* L_13 = __this->___xmlNs_8; XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_14 = ___0_nameTable; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_14, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3(((L_12)->GetAddressAt(static_cast(1))), L_13, L_15, (-1), (-1), NULL); NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_16 = __this->___nsdecls_1; NullCheck(L_16); String_t* L_17 = __this->___xml_7; XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_18 = ___0_nameTable; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_18, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3(((L_16)->GetAddressAt(static_cast(2))), L_17, L_19, 0, (-1), NULL); __this->___lastDecl_2 = 2; __this->___scopeId_4 = 1; return; } } // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlNamespaceManager_get_NameTable_m22C981D682DB704D899C8725091736F10B097628 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, const RuntimeMethod* method) { { XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable_3; return L_0; } } // System.String System.Xml.XmlNamespaceManager::get_DefaultNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_get_DefaultNamespace_m3015809AB8A197A12D23AB61BA11CDB4CD5E1241 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __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; } String_t* V_0 = NULL; { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_0); V_0 = L_1; String_t* L_2 = V_0; if (!L_2) { goto IL_0011; } } { String_t* L_3 = V_0; return L_3; } IL_0011: { String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_4; } } // System.Void System.Xml.XmlNamespaceManager::PushScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager_PushScope_mF17ABF7EF077F538E3012DD9A8EBF0C128D4DCD1 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___scopeId_4; __this->___scopeId_4 = ((int32_t)il2cpp_codegen_add(L_0, 1)); return; } } // System.Boolean System.Xml.XmlNamespaceManager::PopScope() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlNamespaceManager_PopScope_m0EB14C22C44AF1E989C1C381DDDB111F287F9997 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = __this->___lastDecl_2; V_0 = L_0; int32_t L_1 = __this->___scopeId_4; if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_004b; } } { return (bool)0; } IL_0012: { bool L_2 = __this->___useHashtable_6; if (!L_2) { goto IL_0047; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_3 = __this->___hashTable_5; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_4 = __this->___nsdecls_1; int32_t L_5 = V_0; NullCheck(L_4); String_t* L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->___prefix_0; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_7 = __this->___nsdecls_1; int32_t L_8 = V_0; NullCheck(L_7); int32_t L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->___previousNsIndex_3; NullCheck(L_3); Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2(L_3, L_6, L_9, Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); } IL_0047: { int32_t L_10 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); } IL_004b: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_11 = __this->___nsdecls_1; int32_t L_12 = V_0; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->___scopeId_2; int32_t L_14 = __this->___scopeId_4; if ((((int32_t)L_13) == ((int32_t)L_14))) { goto IL_0012; } } { int32_t L_15 = V_0; __this->___lastDecl_2 = L_15; int32_t L_16 = __this->___scopeId_4; __this->___scopeId_4 = ((int32_t)il2cpp_codegen_subtract(L_16, 1)); return (bool)1; } } // System.Void System.Xml.XmlNamespaceManager::AddNamespace(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNamespaceManager_AddNamespace_mDA8DBDC85CE2435D836C207249DEDAAD55B0FA1E (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, String_t* ___0_prefix, String_t* ___1_uri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mBB2DBA9ECB2AD6046CB4CFB717FDD7E474A439AB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; { String_t* L_0 = ___1_uri; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_mDA8DBDC85CE2435D836C207249DEDAAD55B0FA1E_RuntimeMethod_var))); } IL_000e: { String_t* L_2 = ___0_prefix; if (L_2) { goto IL_001c; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCB5CDE966F99FDC7AE4101331D907BCEF208D664)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_mDA8DBDC85CE2435D836C207249DEDAAD55B0FA1E_RuntimeMethod_var))); } IL_001c: { XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4 = __this->___nameTable_3; String_t* L_5 = ___0_prefix; NullCheck(L_4); String_t* L_6; L_6 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, L_5); ___0_prefix = L_6; XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_7 = __this->___nameTable_3; String_t* L_8 = ___1_uri; NullCheck(L_7); String_t* L_9; L_9 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_7, L_8); ___1_uri = L_9; String_t* L_10 = __this->___xml_7; String_t* L_11 = ___0_prefix; bool L_12; L_12 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_10, L_11, NULL); if (!L_12) { goto IL_0063; } } { String_t* L_13 = ___1_uri; NullCheck(L_13); bool L_14; L_14 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_13, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (L_14) { goto IL_0063; } } { String_t* L_15; L_15 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_16 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_16); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_16, L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_mDA8DBDC85CE2435D836C207249DEDAAD55B0FA1E_RuntimeMethod_var))); } IL_0063: { String_t* L_17 = __this->___xmlNs_8; String_t* L_18 = ___0_prefix; bool L_19; L_19 = Ref_Equal_m60FD3EF02546279815B785F856568B01F60FE1AF(L_17, L_18, NULL); if (!L_19) { goto IL_0081; } } { String_t* L_20; L_20 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_21 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_21); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_21, L_20, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNamespaceManager_AddNamespace_mDA8DBDC85CE2435D836C207249DEDAAD55B0FA1E_RuntimeMethod_var))); } IL_0081: { String_t* L_22 = ___0_prefix; int32_t L_23; L_23 = XmlNamespaceManager_LookupNamespaceDecl_m955EBDC78C37873BBE321D1019EC6BBFBC06AFB9(__this, L_22, NULL); V_0 = L_23; V_1 = (-1); int32_t L_24 = V_0; if ((((int32_t)L_24) == ((int32_t)(-1)))) { goto IL_00bd; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_25 = __this->___nsdecls_1; int32_t L_26 = V_0; NullCheck(L_25); int32_t L_27 = ((L_25)->GetAddressAt(static_cast(L_26)))->___scopeId_2; int32_t L_28 = __this->___scopeId_4; if ((!(((uint32_t)L_27) == ((uint32_t)L_28)))) { goto IL_00bb; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_29 = __this->___nsdecls_1; int32_t L_30 = V_0; NullCheck(L_29); String_t* L_31 = ___1_uri; ((L_29)->GetAddressAt(static_cast(L_30)))->___uri_1 = L_31; Il2CppCodeGenWriteBarrier((void**)(&((L_29)->GetAddressAt(static_cast(L_30)))->___uri_1), (void*)L_31); return; } IL_00bb: { int32_t L_32 = V_0; V_1 = L_32; } IL_00bd: { int32_t L_33 = __this->___lastDecl_2; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_34 = __this->___nsdecls_1; NullCheck(L_34); if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_34)->max_length)), 1)))))) { goto IL_00fc; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_35 = __this->___nsdecls_1; NullCheck(L_35); NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_36 = (NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60*)(NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60*)SZArrayNew(NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_35)->max_length)), 2))); V_2 = L_36; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_37 = __this->___nsdecls_1; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_38 = V_2; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_39 = __this->___nsdecls_1; NullCheck(L_39); Array_Copy_mB4904E17BD92E320613A3251C0205E0786B3BF41((RuntimeArray*)L_37, 0, (RuntimeArray*)L_38, 0, ((int32_t)(((RuntimeArray*)L_39)->max_length)), NULL); NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_40 = V_2; __this->___nsdecls_1 = L_40; Il2CppCodeGenWriteBarrier((void**)(&__this->___nsdecls_1), (void*)L_40); } IL_00fc: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_41 = __this->___nsdecls_1; int32_t L_42 = __this->___lastDecl_2; V_3 = ((int32_t)il2cpp_codegen_add(L_42, 1)); int32_t L_43 = V_3; __this->___lastDecl_2 = L_43; int32_t L_44 = V_3; NullCheck(L_41); String_t* L_45 = ___0_prefix; String_t* L_46 = ___1_uri; int32_t L_47 = __this->___scopeId_4; int32_t L_48 = V_1; NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3(((L_41)->GetAddressAt(static_cast(L_44))), L_45, L_46, L_47, L_48, NULL); bool L_49 = __this->___useHashtable_6; if (!L_49) { goto IL_0141; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_50 = __this->___hashTable_5; String_t* L_51 = ___0_prefix; int32_t L_52 = __this->___lastDecl_2; NullCheck(L_50); Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2(L_50, L_51, L_52, Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); return; } IL_0141: { int32_t L_53 = __this->___lastDecl_2; if ((((int32_t)L_53) < ((int32_t)((int32_t)16)))) { goto IL_0197; } } { int32_t L_54 = __this->___lastDecl_2; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_55 = (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*)il2cpp_codegen_object_new(Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); NullCheck(L_55); Dictionary_2__ctor_mBB2DBA9ECB2AD6046CB4CFB717FDD7E474A439AB(L_55, L_54, Dictionary_2__ctor_mBB2DBA9ECB2AD6046CB4CFB717FDD7E474A439AB_RuntimeMethod_var); __this->___hashTable_5 = L_55; Il2CppCodeGenWriteBarrier((void**)(&__this->___hashTable_5), (void*)L_55); V_4 = 0; goto IL_0186; } IL_0161: { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_56 = __this->___hashTable_5; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_57 = __this->___nsdecls_1; int32_t L_58 = V_4; NullCheck(L_57); String_t* L_59 = ((L_57)->GetAddressAt(static_cast(L_58)))->___prefix_0; int32_t L_60 = V_4; NullCheck(L_56); Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2(L_56, L_59, L_60, Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); int32_t L_61 = V_4; V_4 = ((int32_t)il2cpp_codegen_add(L_61, 1)); } IL_0186: { int32_t L_62 = V_4; int32_t L_63 = __this->___lastDecl_2; if ((((int32_t)L_62) <= ((int32_t)L_63))) { goto IL_0161; } } { __this->___useHashtable_6 = (bool)1; } IL_0197: { return; } } // System.Collections.IEnumerator System.Xml.XmlNamespaceManager::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNamespaceManager_GetEnumerator_mEE11B3E5BFE3174740971DB7531694370BDEB009 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0 = __this->___lastDecl_2; Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_1 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); NullCheck(L_1); Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2(L_1, ((int32_t)il2cpp_codegen_add(L_0, 1)), Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var); V_0 = L_1; V_1 = 0; goto IL_0051; } IL_0012: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_2 = __this->___nsdecls_1; int32_t L_3 = V_1; NullCheck(L_2); String_t* L_4 = ((L_2)->GetAddressAt(static_cast(L_3)))->___uri_1; if (!L_4) { goto IL_004d; } } { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_5 = V_0; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_6 = __this->___nsdecls_1; int32_t L_7 = V_1; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->___prefix_0; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_9 = __this->___nsdecls_1; int32_t L_10 = V_1; NullCheck(L_9); String_t* L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->___prefix_0; NullCheck(L_5); Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_5, L_8, L_11, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var); } IL_004d: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_12, 1)); } IL_0051: { int32_t L_13 = V_1; int32_t L_14 = __this->___lastDecl_2; if ((((int32_t)L_13) <= ((int32_t)L_14))) { goto IL_0012; } } { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_15 = V_0; NullCheck(L_15); KeyCollection_t2EDD317F5771E575ACB63527B5AFB71291040342* L_16; L_16 = Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9(L_15, Dictionary_2_get_Keys_m0014C8E91B9B4377ACFBD26A9175A7E5C016D9E9_RuntimeMethod_var); NullCheck(L_16); Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 L_17; L_17 = KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22(L_16, KeyCollection_GetEnumerator_m6B09BC0C54723DE1DB3E62395E41B76F419BAC22_RuntimeMethod_var); Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867 L_18 = L_17; RuntimeObject* L_19 = Box(Enumerator_t84BD4D6D35ABE5554A430614BF2F7588BC152867_il2cpp_TypeInfo_var, &L_18); return (RuntimeObject*)L_19; } } // System.Collections.Generic.IDictionary`2 System.Xml.XmlNamespaceManager::GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNamespaceManager_GetNamespacesInScope_mDB468313DC9C114A1F7C73D10A61F1F14F74DC53 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, int32_t ___0_scope, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_1 = NULL; String_t* V_2 = NULL; String_t* V_3 = NULL; { V_0 = 0; int32_t L_0 = ___0_scope; switch (L_0) { case 0: { goto IL_0016; } case 1: { goto IL_001a; } case 2: { goto IL_001e; } } } { goto IL_0048; } IL_0016: { V_0 = 2; goto IL_0048; } IL_001a: { V_0 = 3; goto IL_0048; } IL_001e: { int32_t L_1 = __this->___lastDecl_2; V_0 = L_1; goto IL_002b; } IL_0027: { int32_t L_2 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_2, 1)); } IL_002b: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_3 = __this->___nsdecls_1; int32_t L_4 = V_0; NullCheck(L_3); int32_t L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->___scopeId_2; int32_t L_6 = __this->___scopeId_4; if ((((int32_t)L_5) == ((int32_t)L_6))) { goto IL_0027; } } { int32_t L_7 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_7, 1)); } IL_0048: { int32_t L_8 = __this->___lastDecl_2; int32_t L_9 = V_0; Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_10 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); NullCheck(L_10); Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2(L_10, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_subtract(L_8, L_9)), 1)), Dictionary_2__ctor_m5D77EB3F62FED2B879551BFADA7FE409B56F99F2_RuntimeMethod_var); V_1 = L_10; goto IL_00ad; } IL_005a: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_11 = __this->___nsdecls_1; int32_t L_12 = V_0; NullCheck(L_11); String_t* L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->___prefix_0; V_2 = L_13; NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_14 = __this->___nsdecls_1; int32_t L_15 = V_0; NullCheck(L_14); String_t* L_16 = ((L_14)->GetAddressAt(static_cast(L_15)))->___uri_1; V_3 = L_16; String_t* L_17 = V_3; if (!L_17) { goto IL_00a9; } } { String_t* L_18 = V_3; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL); if ((((int32_t)L_19) > ((int32_t)0))) { goto IL_0097; } } { String_t* L_20 = V_2; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL); if ((((int32_t)L_21) > ((int32_t)0))) { goto IL_0097; } } { int32_t L_22 = ___0_scope; if ((!(((uint32_t)L_22) == ((uint32_t)2)))) { goto IL_00a1; } } IL_0097: { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_23 = V_1; String_t* L_24 = V_2; String_t* L_25 = V_3; NullCheck(L_23); Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_23, L_24, L_25, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var); goto IL_00a9; } IL_00a1: { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_26 = V_1; String_t* L_27 = V_2; NullCheck(L_26); bool L_28; L_28 = Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC(L_26, L_27, Dictionary_2_Remove_mD816BB81544F3B37050A72FD7BA22E6A3D53BBFC_RuntimeMethod_var); } IL_00a9: { int32_t L_29 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_29, 1)); } IL_00ad: { int32_t L_30 = V_0; int32_t L_31 = __this->___lastDecl_2; if ((((int32_t)L_30) <= ((int32_t)L_31))) { goto IL_005a; } } { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_32 = V_1; return L_32; } } // System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupNamespace_m0D3576834614FF3A1058207F0B4FEBAF160AF904 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, String_t* ___0_prefix, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___0_prefix; int32_t L_1; L_1 = XmlNamespaceManager_LookupNamespaceDecl_m955EBDC78C37873BBE321D1019EC6BBFBC06AFB9(__this, L_0, NULL); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_001e; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_3 = __this->___nsdecls_1; int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->___uri_1; return L_5; } IL_001e: { return (String_t*)NULL; } } // System.Int32 System.Xml.XmlNamespaceManager::LookupNamespaceDecl(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlNamespaceManager_LookupNamespaceDecl_m955EBDC78C37873BBE321D1019EC6BBFBC06AFB9 (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, String_t* ___0_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { bool L_0 = __this->___useHashtable_6; if (!L_0) { goto IL_0047; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_1 = __this->___hashTable_5; String_t* L_2 = ___0_prefix; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var); if (!L_3) { goto IL_0045; } } { goto IL_002c; } IL_001a: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_4 = __this->___nsdecls_1; int32_t L_5 = V_0; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->___previousNsIndex_3; V_0 = L_6; } IL_002c: { int32_t L_7 = V_0; if ((((int32_t)L_7) == ((int32_t)(-1)))) { goto IL_0043; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_8 = __this->___nsdecls_1; int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = ((L_8)->GetAddressAt(static_cast(L_9)))->___uri_1; if (!L_10) { goto IL_001a; } } IL_0043: { int32_t L_11 = V_0; return L_11; } IL_0045: { return (-1); } IL_0047: { int32_t L_12 = __this->___lastDecl_2; V_1 = L_12; goto IL_007d; } IL_0050: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_13 = __this->___nsdecls_1; int32_t L_14 = V_1; NullCheck(L_13); String_t* L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->___prefix_0; String_t* L_16 = ___0_prefix; if ((!(((RuntimeObject*)(String_t*)L_15) == ((RuntimeObject*)(String_t*)L_16)))) { goto IL_0079; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_17 = __this->___nsdecls_1; int32_t L_18 = V_1; NullCheck(L_17); String_t* L_19 = ((L_17)->GetAddressAt(static_cast(L_18)))->___uri_1; if (!L_19) { goto IL_0079; } } { int32_t L_20 = V_1; return L_20; } IL_0079: { int32_t L_21 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_21, 1)); } IL_007d: { int32_t L_22 = V_1; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0050; } } { int32_t L_23 = __this->___lastDecl_2; V_2 = L_23; goto IL_00bc; } IL_008a: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_24 = __this->___nsdecls_1; int32_t L_25 = V_2; NullCheck(L_24); String_t* L_26 = ((L_24)->GetAddressAt(static_cast(L_25)))->___prefix_0; String_t* L_27 = ___0_prefix; bool L_28; L_28 = String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D(L_26, L_27, NULL); if (!L_28) { goto IL_00b8; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_29 = __this->___nsdecls_1; int32_t L_30 = V_2; NullCheck(L_29); String_t* L_31 = ((L_29)->GetAddressAt(static_cast(L_30)))->___uri_1; if (!L_31) { goto IL_00b8; } } { int32_t L_32 = V_2; return L_32; } IL_00b8: { int32_t L_33 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_33, 1)); } IL_00bc: { int32_t L_34 = V_2; if ((((int32_t)L_34) >= ((int32_t)0))) { goto IL_008a; } } { return (-1); } } // System.String System.Xml.XmlNamespaceManager::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlNamespaceManager_LookupPrefix_mA060D0BC1B5B87331C28D3E27C6D5C5F2C773F3B (XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* __this, String_t* ___0_uri, const RuntimeMethod* method) { int32_t V_0 = 0; String_t* V_1 = NULL; { int32_t L_0 = __this->___lastDecl_2; V_0 = L_0; goto IL_0049; } IL_0009: { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_1 = __this->___nsdecls_1; int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___uri_1; String_t* L_4 = ___0_uri; bool L_5; L_5 = String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D(L_3, L_4, NULL); if (!L_5) { goto IL_0045; } } { NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* L_6 = __this->___nsdecls_1; int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->___prefix_0; V_1 = L_8; String_t* L_9 = V_1; String_t* L_10; L_10 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(15 /* System.String System.Xml.XmlNamespaceManager::LookupNamespace(System.String) */, __this, L_9); String_t* L_11 = ___0_uri; bool L_12; L_12 = String_Equals_m3354EFE6393BED8DD6E18F69BEA131AAADCC622D(L_10, L_11, NULL); if (!L_12) { goto IL_0045; } } { String_t* L_13 = V_1; return L_13; } IL_0045: { int32_t L_14 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_14, 1)); } IL_0049: { int32_t L_15 = V_0; if ((((int32_t)L_15) >= ((int32_t)0))) { goto IL_0009; } } { return (String_t*)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 // Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration IL2CPP_EXTERN_C void NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshal_pinvoke(const NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4& unmarshaled, NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_pinvoke& marshaled) { marshaled.___prefix_0 = il2cpp_codegen_marshal_string(unmarshaled.___prefix_0); marshaled.___uri_1 = il2cpp_codegen_marshal_string(unmarshaled.___uri_1); marshaled.___scopeId_2 = unmarshaled.___scopeId_2; marshaled.___previousNsIndex_3 = unmarshaled.___previousNsIndex_3; } IL2CPP_EXTERN_C void NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshal_pinvoke_back(const NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_pinvoke& marshaled, NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4& unmarshaled) { unmarshaled.___prefix_0 = il2cpp_codegen_marshal_string_result(marshaled.___prefix_0); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___prefix_0), (void*)il2cpp_codegen_marshal_string_result(marshaled.___prefix_0)); unmarshaled.___uri_1 = il2cpp_codegen_marshal_string_result(marshaled.___uri_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___uri_1), (void*)il2cpp_codegen_marshal_string_result(marshaled.___uri_1)); int32_t unmarshaledscopeId_temp_2 = 0; unmarshaledscopeId_temp_2 = marshaled.___scopeId_2; unmarshaled.___scopeId_2 = unmarshaledscopeId_temp_2; int32_t unmarshaledpreviousNsIndex_temp_3 = 0; unmarshaledpreviousNsIndex_temp_3 = marshaled.___previousNsIndex_3; unmarshaled.___previousNsIndex_3 = unmarshaledpreviousNsIndex_temp_3; } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration IL2CPP_EXTERN_C void NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshal_pinvoke_cleanup(NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_pinvoke& marshaled) { il2cpp_codegen_marshal_free(marshaled.___prefix_0); marshaled.___prefix_0 = NULL; il2cpp_codegen_marshal_free(marshaled.___uri_1); marshaled.___uri_1 = NULL; } // Conversion methods for marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration IL2CPP_EXTERN_C void NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshal_com(const NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4& unmarshaled, NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_com& marshaled) { marshaled.___prefix_0 = il2cpp_codegen_marshal_bstring(unmarshaled.___prefix_0); marshaled.___uri_1 = il2cpp_codegen_marshal_bstring(unmarshaled.___uri_1); marshaled.___scopeId_2 = unmarshaled.___scopeId_2; marshaled.___previousNsIndex_3 = unmarshaled.___previousNsIndex_3; } IL2CPP_EXTERN_C void NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshal_com_back(const NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_com& marshaled, NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4& unmarshaled) { unmarshaled.___prefix_0 = il2cpp_codegen_marshal_bstring_result(marshaled.___prefix_0); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___prefix_0), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___prefix_0)); unmarshaled.___uri_1 = il2cpp_codegen_marshal_bstring_result(marshaled.___uri_1); Il2CppCodeGenWriteBarrier((void**)(&unmarshaled.___uri_1), (void*)il2cpp_codegen_marshal_bstring_result(marshaled.___uri_1)); int32_t unmarshaledscopeId_temp_2 = 0; unmarshaledscopeId_temp_2 = marshaled.___scopeId_2; unmarshaled.___scopeId_2 = unmarshaledscopeId_temp_2; int32_t unmarshaledpreviousNsIndex_temp_3 = 0; unmarshaledpreviousNsIndex_temp_3 = marshaled.___previousNsIndex_3; unmarshaled.___previousNsIndex_3 = unmarshaledpreviousNsIndex_temp_3; } // Conversion method for clean up from marshalling of: System.Xml.XmlNamespaceManager/NamespaceDeclaration IL2CPP_EXTERN_C void NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshal_com_cleanup(NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4_marshaled_com& marshaled) { il2cpp_codegen_marshal_free_bstring(marshaled.___prefix_0); marshaled.___prefix_0 = NULL; il2cpp_codegen_marshal_free_bstring(marshaled.___uri_1); marshaled.___uri_1 = NULL; } // System.Void System.Xml.XmlNamespaceManager/NamespaceDeclaration::Set(System.String,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3 (NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4* __this, String_t* ___0_prefix, String_t* ___1_uri, int32_t ___2_scopeId, int32_t ___3_previousNsIndex, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; __this->___prefix_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___prefix_0), (void*)L_0); String_t* L_1 = ___1_uri; __this->___uri_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_1), (void*)L_1); int32_t L_2 = ___2_scopeId; __this->___scopeId_2 = L_2; int32_t L_3 = ___3_previousNsIndex; __this->___previousNsIndex_3 = L_3; return; } } IL2CPP_EXTERN_C void NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3_AdjustorThunk (RuntimeObject* __this, String_t* ___0_prefix, String_t* ___1_uri, int32_t ___2_scopeId, int32_t ___3_previousNsIndex, const RuntimeMethod* method) { NamespaceDeclaration_tF445C0E2CA7FE3EF3357E2FC0D282A04136174F4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); NamespaceDeclaration_Set_mF2995843239E0B27FC94945EF6EDCC804A95D0E3(_thisAdjusted, ___0_prefix, ___1_uri, ___2_scopeId, ___3_previousNsIndex, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlNullResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNullResolver__ctor_m82DFB7B25024D5B20544241FEAD0E6EB30381449 (XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2* __this, const RuntimeMethod* method) { { XmlResolver__ctor_m6BB971F861631AEDD5D0414BA7683DC6AEFFADBB(__this, NULL); return; } } // System.Object System.Xml.XmlNullResolver::GetEntity(System.Uri,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlNullResolver_GetEntity_m448D831230189CC79CD75368E3ED5C0286FD8202 (XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_absoluteUri, String_t* ___1_role, Type_t* ___2_ofObjectToReturn, const RuntimeMethod* method) { { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_1 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_1); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral089EAD265C1E562D3C294663C6BD0E68858ACD3B)), L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNullResolver_GetEntity_m448D831230189CC79CD75368E3ED5C0286FD8202_RuntimeMethod_var))); } } // System.Void System.Xml.XmlNullResolver::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlNullResolver__cctor_m444A13D687075E98BA2689CCE59CAE1FD5004C69 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2* L_0 = (XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2*)il2cpp_codegen_object_new(XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_il2cpp_TypeInfo_var); NullCheck(L_0); XmlNullResolver__ctor_m82DFB7B25024D5B20544241FEAD0E6EB30381449(L_0, NULL); ((XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_StaticFields*)il2cpp_codegen_static_fields_for(XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_il2cpp_TypeInfo_var))->___Singleton_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_StaticFields*)il2cpp_codegen_static_fields_for(XmlNullResolver_t2569417DA15677E9831E2DEFD875034F37088FB2_il2cpp_TypeInfo_var))->___Singleton_0), (void*)L_0); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlQualifiedName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_mD1D3B6997D1B544D421B704520AD12E4C120D634 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __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; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(__this, L_0, L_1, NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, 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; } { String_t* L_0 = ___0_name; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(__this, L_0, L_1, NULL); return; } } // System.Void System.Xml.XmlQualifiedName::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, String_t* ___1_ns, 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; } XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* G_B2_0 = NULL; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* G_B1_0 = NULL; String_t* G_B3_0 = NULL; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* G_B3_1 = NULL; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* G_B5_0 = NULL; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* G_B4_0 = NULL; String_t* G_B6_0 = NULL; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* G_B6_1 = NULL; { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); String_t* L_0 = ___1_ns; G_B1_0 = __this; if (!L_0) { G_B2_0 = __this; goto IL_000d; } } { String_t* L_1 = ___1_ns; G_B3_0 = L_1; G_B3_1 = G_B1_0; goto IL_0012; } IL_000d: { String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B3_0 = L_2; G_B3_1 = G_B2_0; } IL_0012: { NullCheck(G_B3_1); G_B3_1->___ns_2 = G_B3_0; Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->___ns_2), (void*)G_B3_0); String_t* L_3 = ___0_name; G_B4_0 = __this; if (!L_3) { G_B5_0 = __this; goto IL_001e; } } { String_t* L_4 = ___0_name; G_B6_0 = L_4; G_B6_1 = G_B4_0; goto IL_0023; } IL_001e: { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B6_0 = L_5; G_B6_1 = G_B5_0; } IL_0023: { NullCheck(G_B6_1); G_B6_1->___name_1 = G_B6_0; Il2CppCodeGenWriteBarrier((void**)(&G_B6_1->___name_1), (void*)G_B6_0); return; } } // System.String System.Xml.XmlQualifiedName::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___ns_2; return L_0; } } // System.String System.Xml.XmlQualifiedName::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___name_1; return L_0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCode() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCode_m1CA9D1D08830AA966EB0E50607ED552E81C49019 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = __this->___hash_3; if (L_0) { goto IL_003c; } } { il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* L_1 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___hashCodeDelegate_0; if (L_1) { goto IL_0019; } } { il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* L_2; L_2 = XmlQualifiedName_GetHashCodeDelegate_mB619668E2B5F17FDD2AC5F7D4BEBD88D10ED59FD(NULL); ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___hashCodeDelegate_0 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___hashCodeDelegate_0), (void*)L_2); } IL_0019: { il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* L_3 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___hashCodeDelegate_0; String_t* L_4; L_4 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(__this, NULL); String_t* L_5; L_5 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(__this, NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL); NullCheck(L_3); int32_t L_7; L_7 = HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_inline(L_3, L_4, L_6, ((int64_t)0), NULL); __this->___hash_3 = L_7; } IL_003c: { int32_t L_8 = __this->___hash_3; return L_8; } } // System.Boolean System.Xml.XmlQualifiedName::get_IsEmpty() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_get_IsEmpty_m37942163D9A870E85BE8762845953C6A6579A400 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_001c; } } { String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(__this, NULL); NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_001c: { return (bool)0; } } // System.String System.Xml.XmlQualifiedName::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_ToString_mD7E21378ABCEA7776C964D3F9AB713E1EE097D12 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0; L_0 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(__this, NULL); NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (!L_1) { goto IL_0024; } } { String_t* L_2; L_2 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(__this, NULL); String_t* L_3; L_3 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(__this, NULL); String_t* L_4; L_4 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_2, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_3, NULL); return L_4; } IL_0024: { String_t* L_5; L_5 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(__this, NULL); return L_5; } } // System.Boolean System.Xml.XmlQualifiedName::Equals(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_Equals_mC07185C3F8ADC054A18552755B24F4B064F6A941 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, RuntimeObject* ___0_other, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_0 = NULL; { RuntimeObject* L_0 = ___0_other; if ((!(((RuntimeObject*)(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)__this) == ((RuntimeObject*)(RuntimeObject*)L_0)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { RuntimeObject* L_1 = ___0_other; V_0 = ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)IsInstClass((RuntimeObject*)L_1, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = V_0; il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_3; L_3 = XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0(L_2, (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)NULL, NULL); if (!L_3) { goto IL_003d; } } { String_t* L_4; L_4 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(__this, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_5 = V_0; NullCheck(L_5); String_t* L_6; L_6 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_5, NULL); bool L_7; L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_6, NULL); if (!L_7) { goto IL_003b; } } { String_t* L_8; L_8 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(__this, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9 = V_0; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_9, NULL); bool L_11; L_11 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_10, NULL); return L_11; } IL_003b: { return (bool)0; } IL_003d: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Equality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_a, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___1_b, const RuntimeMethod* method) { { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___0_a; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___1_b; if ((!(((RuntimeObject*)(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_0) == ((RuntimeObject*)(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)L_1)))) { goto IL_0006; } } { return (bool)1; } IL_0006: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_2 = ___0_a; if (!L_2) { goto IL_000c; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_3 = ___1_b; if (L_3) { goto IL_000e; } } IL_000c: { return (bool)0; } IL_000e: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_4 = ___0_a; NullCheck(L_4); String_t* L_5; L_5 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_4, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_6 = ___1_b; NullCheck(L_6); String_t* L_7; L_7 = XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline(L_6, NULL); bool L_8; L_8 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, L_7, NULL); if (!L_8) { goto IL_0033; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_9 = ___0_a; NullCheck(L_9); String_t* L_10; L_10 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_9, NULL); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_11 = ___1_b; NullCheck(L_11); String_t* L_12; L_12 = XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline(L_11, NULL); bool L_13; L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, L_12, NULL); return L_13; } IL_0033: { return (bool)0; } } // System.Boolean System.Xml.XmlQualifiedName::op_Inequality(System.Xml.XmlQualifiedName,System.Xml.XmlQualifiedName) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_op_Inequality_m8A82F5213618F15B887A45C7B1461EB5C14C86A0 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_a, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___1_b, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_0 = ___0_a; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = ___1_b; il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_2; L_2 = XmlQualifiedName_op_Equality_mAE17874DCEBAFB74CBFEC5CC1EE5399470A61D44(L_0, L_1, NULL); return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0); } } // System.String System.Xml.XmlQualifiedName::ToString(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_ToString_mFDE195ABFDB34C4A2AD86767AA760AD2EB6CA646 (String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_ns; if (!L_0) { goto IL_0018; } } { String_t* L_1 = ___1_ns; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (!L_2) { goto IL_0018; } } { String_t* L_3 = ___1_ns; String_t* L_4 = ___0_name; String_t* L_5; L_5 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_3, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_4, NULL); return L_5; } IL_0018: { String_t* L_6 = ___0_name; return L_6; } } // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate System.Xml.XmlQualifiedName::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* XmlQualifiedName_GetHashCodeDelegate_mB619668E2B5F17FDD2AC5F7D4BEBD88D10ED59FD (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA_il2cpp_TypeInfo_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_GetHashCodeOfString_m4ED2B55AB4835EC63EC1648E9C564DE3C49ABA3A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7); s_Il2CppMethodInitialized = true; } MethodInfo_t* V_0 = NULL; { il2cpp_codegen_runtime_class_init_inline(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); bool L_0; L_0 = XmlQualifiedName_IsRandomizedHashingDisabled_m1B212630B61C45D3D465C99D85FA4D948EBF2FE4(NULL); if (L_0) { goto IL_003d; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_1 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_2; L_2 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_1, NULL); NullCheck(L_2); MethodInfo_t* L_3; L_3 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_2, _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7, ((int32_t)40), NULL); V_0 = L_3; MethodInfo_t* L_4 = V_0; bool L_5; L_5 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_4, (MethodInfo_t*)NULL, NULL); if (!L_5) { goto IL_003d; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); MethodInfo_t* L_8 = V_0; Delegate_t* L_9; L_9 = Delegate_CreateDelegate_m166F8149A673DE0A735634C1AB9DE71FD34A6BB4(L_7, L_8, NULL); return ((HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA*)CastclassSealed((RuntimeObject*)L_9, HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA_il2cpp_TypeInfo_var)); } IL_003d: { HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* L_10 = (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA*)il2cpp_codegen_object_new(HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA_il2cpp_TypeInfo_var); NullCheck(L_10); HashCodeOfStringDelegate__ctor_mACD990E8FD95BBE7E3968653660EB6323D34C4F8(L_10, NULL, (intptr_t)((void*)XmlQualifiedName_GetHashCodeOfString_m4ED2B55AB4835EC63EC1648E9C564DE3C49ABA3A_RuntimeMethod_var), NULL); return L_10; } } // System.Boolean System.Xml.XmlQualifiedName::IsRandomizedHashingDisabled() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlQualifiedName_IsRandomizedHashingDisabled_m1B212630B61C45D3D465C99D85FA4D948EBF2FE4 (const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.XmlQualifiedName::GetHashCodeOfString(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlQualifiedName_GetHashCodeOfString_m4ED2B55AB4835EC63EC1648E9C564DE3C49ABA3A (String_t* ___0_s, int32_t ___1_length, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { { String_t* L_0 = ___0_s; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0); return L_1; } } // System.Void System.Xml.XmlQualifiedName::Init(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName_Init_m2F37BA4297673844DC409B1C7E03849BC95EAAFB (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_name, String_t* ___1_ns, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; __this->___name_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_1), (void*)L_0); String_t* L_1 = ___1_ns; __this->___ns_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___ns_2), (void*)L_1); __this->___hash_3 = 0; return; } } // System.Void System.Xml.XmlQualifiedName::SetNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName_SetNamespace_m63E20F88AB7D2D183870822DD21290AC073152F6 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, String_t* ___0_ns, const RuntimeMethod* method) { { String_t* L_0 = ___0_ns; __this->___ns_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___ns_2), (void*)L_0); return; } } // System.Void System.Xml.XmlQualifiedName::Verify() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName_Verify_mFB83DB0C546F66AA49618EB39EBC76EEA477F002 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = __this->___name_1; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_1; L_1 = XmlConvert_VerifyNCName_mBA591914E9543A4A89B0849C1D99BC523FDEE4E1(L_0, NULL); String_t* L_2 = __this->___ns_2; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (!L_3) { goto IL_0025; } } { String_t* L_4 = __this->___ns_2; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5; L_5 = XmlConvert_ToUri_m7AD70450364FE26EA660C74AC9033F1B9FFFB929(L_4, NULL); } IL_0025: { return; } } // System.Void System.Xml.XmlQualifiedName::Atomize(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName_Atomize_mB8F61AC75ACBFE70B8BEFD6449046D383928ABA1 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nameTable, const RuntimeMethod* method) { { XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = ___0_nameTable; String_t* L_1 = __this->___name_1; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_0, L_1); __this->___name_1 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___name_1), (void*)L_2); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_3 = ___0_nameTable; String_t* L_4 = __this->___ns_2; NullCheck(L_3); String_t* L_5; L_5 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(7 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_3, L_4); __this->___ns_2 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___ns_2), (void*)L_5); return; } } // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Parse(System.String,System.Xml.IXmlNamespaceResolver,System.String&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE (String_t* ___0_s, RuntimeObject* ___1_nsmgr, String_t** ___2_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___0_s; String_t** L_1 = ___2_prefix; il2cpp_codegen_runtime_class_init_inline(ValidateNames_tC1994E2C538F499DFEBBA2705010DC4C770E7598_il2cpp_TypeInfo_var); ValidateNames_ParseQNameThrow_mF256D28CB7D424FA5E379DE438414CA41DDF330C(L_0, L_1, (&V_0), NULL); RuntimeObject* L_2 = ___1_nsmgr; String_t** L_3 = ___2_prefix; String_t* L_4 = *((String_t**)L_3); NullCheck(L_2); String_t* L_5; L_5 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_2, L_4); V_1 = L_5; String_t* L_6 = V_1; if (L_6) { goto IL_0031; } } { String_t** L_7 = ___2_prefix; String_t* L_8 = *((String_t**)L_7); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if (!L_9) { goto IL_002b; } } { String_t** L_10 = ___2_prefix; String_t* L_11 = *((String_t**)L_10); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_12 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_12); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2CC07AF4C3868561B4298BB54D24B5A984DBC70D)), L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlQualifiedName_Parse_m78CCE431EBDD21AF71F3508B8864DAA2A977DEDE_RuntimeMethod_var))); } IL_002b: { String_t* L_13 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; V_1 = L_13; } IL_0031: { String_t* L_14 = V_0; String_t* L_15 = V_1; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_16 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_16); XmlQualifiedName__ctor_m65632114A1726D9FAD0338BC2A8C28BB9D262C7B(L_16, L_14, L_15, NULL); return L_16; } } // System.Xml.XmlQualifiedName System.Xml.XmlQualifiedName::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* XmlQualifiedName_Clone_m7374BE1368635818E627BED03C425BDDB8950060 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0; L_0 = Object_MemberwiseClone_m0676AEE25C3CF7C09F15ECF9EC5CC407863617B3(__this, NULL); return ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)CastclassClass((RuntimeObject*)L_0, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlQualifiedName::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__cctor_mBCA28DF50F0CDC6150E846D0E11AD3CECD032D7A (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___hashCodeDelegate_0 = (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___hashCodeDelegate_0), (void*)(HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA*)NULL); String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_1 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_1); XmlQualifiedName__ctor_m2DD62019A76524587CC7204E1AB903CDAADA6545(L_1, L_0, NULL); ((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_StaticFields*)il2cpp_codegen_static_fields_for(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var))->___Empty_4), (void*)L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_Multicast(HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); int32_t retVal = 0; for (il2cpp_array_size_t i = 0; i < length; i++) { HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef int32_t (*FunctionPointerType) (RuntimeObject*, String_t*, int32_t, int64_t, const RuntimeMethod*); retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_s, ___1_sLen, ___2_additionalEntropy, reinterpret_cast(currentDelegate->___method_3)); } return retVal; } int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_OpenInst(HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { NullCheck(___0_s); typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_s, ___1_sLen, ___2_additionalEntropy, method); } int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_OpenStatic(HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { typedef int32_t (*FunctionPointerType) (String_t*, int32_t, int64_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___method_ptr_0)(___0_s, ___1_sLen, ___2_additionalEntropy, method); } int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_OpenStaticInvoker(HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { return InvokerFuncInvoker3< int32_t, String_t*, int32_t, int64_t >::Invoke(__this->___method_ptr_0, method, NULL, ___0_s, ___1_sLen, ___2_additionalEntropy); } int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_ClosedStaticInvoker(HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { return InvokerFuncInvoker4< int32_t, RuntimeObject*, String_t*, int32_t, int64_t >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_s, ___1_sLen, ___2_additionalEntropy); } IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { typedef int32_t (DEFAULT_CALL *PInvokeFunc)(char*, int32_t, int64_t); PInvokeFunc il2cppPInvokeFunc = reinterpret_cast(il2cpp_codegen_get_reverse_pinvoke_function_ptr(__this)); // Marshaling of parameter '___0_s' to native representation char* ____0_s_marshaled = NULL; ____0_s_marshaled = il2cpp_codegen_marshal_string(___0_s); // Native function invocation int32_t returnValue = il2cppPInvokeFunc(____0_s_marshaled, ___1_sLen, ___2_additionalEntropy); // Marshaling cleanup of parameter '___0_s' native representation il2cpp_codegen_marshal_free(____0_s_marshaled); ____0_s_marshaled = NULL; return returnValue; } // System.Void System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_mACD990E8FD95BBE7E3968653660EB6323D34C4F8 (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { __this->___method_ptr_0 = il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method); __this->___method_3 = ___1_method; __this->___m_target_2 = ___0_object; Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object); int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method); __this->___method_code_6 = (intptr_t)__this; if (MethodIsStatic((RuntimeMethod*)___1_method)) { bool isOpen = parameterCount == 3; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_OpenStatic; else { __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } else { bool isOpen = parameterCount == 2; if (isOpen) { __this->___invoke_impl_1 = (intptr_t)&HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_OpenInst; } else { if (___0_object == NULL) il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL); __this->___invoke_impl_1 = (intptr_t)__this->___method_ptr_0; __this->___method_code_6 = (intptr_t)__this->___m_target_2; } } __this->___extra_arg_5 = (intptr_t)&HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_Multicast; } // System.Int32 System.Xml.XmlQualifiedName/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398 (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, String_t*, int32_t, int64_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_s, ___1_sLen, ___2_additionalEntropy, reinterpret_cast(__this->___method_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.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlResolver_ResolveUri_m4498F8B97A610629046F8EFE50BD3A219321D67E (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_relativeUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL; { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_baseUri; il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL); if (L_1) { goto IL_001e; } } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___0_baseUri; NullCheck(L_2); bool L_3; L_3 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_2, NULL); if (L_3) { goto IL_004a; } } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___0_baseUri; NullCheck(L_4); String_t* L_5; L_5 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_4, NULL); NullCheck(L_5); int32_t L_6; L_6 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_5, NULL); if (L_6) { goto IL_004a; } } IL_001e: { String_t* L_7 = ___1_relativeUri; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); NullCheck(L_8); Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B(L_8, L_7, 0, NULL); V_0 = L_8; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_9 = V_0; NullCheck(L_9); bool L_10; L_10 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_9, NULL); if (L_10) { goto IL_0048; } } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = Uri_get_OriginalString_m3031F9054CA10F2C55C0E2415CC19810D360A5D6(L_11, NULL); NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_0048; } } { String_t* L_14 = ___1_relativeUri; il2cpp_codegen_runtime_class_init_inline(Path_t8A38A801D0219E8209C1B1D90D82D4D755D998BC_il2cpp_TypeInfo_var); String_t* L_15; L_15 = Path_GetFullPath_m9E485D7D38A868A6A5863CBD24677231288EECE2(L_14, NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); NullCheck(L_16); Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A(L_16, L_15, NULL); V_0 = L_16; } IL_0048: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_17 = V_0; return L_17; } IL_004a: { String_t* L_18 = ___1_relativeUri; if (!L_18) { goto IL_0055; } } { String_t* L_19 = ___1_relativeUri; NullCheck(L_19); int32_t L_20; L_20 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_19, NULL); if (L_20) { goto IL_0057; } } IL_0055: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_21 = ___0_baseUri; return L_21; } IL_0057: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_22 = ___0_baseUri; NullCheck(L_22); bool L_23; L_23 = Uri_get_IsAbsoluteUri_m2F9B759B85D295639D7959A616E1FBC203D756DF(L_22, NULL); if (L_23) { goto IL_006f; } } { String_t* L_24; L_24 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC17ABA8939F099A9D149B2F87E42C97BFBBB94E0)), NULL); NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_25 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var))); NullCheck(L_25); NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_25, L_24, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_ResolveUri_m4498F8B97A610629046F8EFE50BD3A219321D67E_RuntimeMethod_var))); } IL_006f: { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_26 = ___0_baseUri; String_t* L_27 = ___1_relativeUri; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_28 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); NullCheck(L_28); Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09(L_28, L_26, L_27, NULL); return L_28; } } // System.Boolean System.Xml.XmlResolver::SupportsType(System.Uri,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlResolver_SupportsType_mC10B15CDD833D95E012A7558589955F4009E79BD (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_absoluteUri, Type_t* ___1_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_absoluteUri; il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); bool L_1; L_1 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL); if (!L_1) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_2); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5A5C61FA41DBC6E47F76DA0596C0D1D738F0DF84)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_SupportsType_mC10B15CDD833D95E012A7558589955F4009E79BD_RuntimeMethod_var))); } IL_0014: { Type_t* L_3 = ___1_type; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (L_4) { goto IL_002f; } } { Type_t* L_5 = ___1_type; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); bool L_8; L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, L_7, NULL); if (!L_8) { goto IL_0031; } } IL_002f: { return (bool)1; } IL_0031: { return (bool)0; } } // System.Threading.Tasks.Task`1 System.Xml.XmlResolver::GetEntityAsync(System.Uri,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* XmlResolver_GetEntityAsync_m1263AC6868475C5348D29BEAB320DB02DAF4B486 (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_absoluteUri, String_t* ___1_role, Type_t* ___2_ofObjectToReturn, const RuntimeMethod* method) { { NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_0 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var))); NullCheck(L_0); NotImplementedException__ctor_mDAB47BC6BD0E342E8F2171E5CABE3E67EA049F1C(L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlResolver_GetEntityAsync_m1263AC6868475C5348D29BEAB320DB02DAF4B486_RuntimeMethod_var))); } } // System.Void System.Xml.XmlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlResolver__ctor_m6BB971F861631AEDD5D0414BA7683DC6AEFFADBB (XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlDownloadManager System.Xml.XmlUrlResolver::get_DownloadManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* XmlUrlResolver_get_DownloadManager_mA5D89CE67E3A681457682E52871593AE05FC3783 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; { RuntimeObject* L_0 = ((XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var))->___s_DownloadManager_0; if (L_0) { goto IL_001a; } } { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_1 = (XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61*)il2cpp_codegen_object_new(XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61_il2cpp_TypeInfo_var); NullCheck(L_1); XmlDownloadManager__ctor_m9C604341FB3E13894A4A5B7E95D221FB1AF63BD9(L_1, NULL); V_0 = L_1; RuntimeObject* L_2 = V_0; RuntimeObject* L_3; L_3 = InterlockedCompareExchangeImpl((&((XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var))->___s_DownloadManager_0), L_2, NULL); } IL_001a: { RuntimeObject* L_4 = ((XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_StaticFields*)il2cpp_codegen_static_fields_for(XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var))->___s_DownloadManager_0; return ((XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61*)CastclassClass((RuntimeObject*)L_4, XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61_il2cpp_TypeInfo_var)); } } // System.Void System.Xml.XmlUrlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* __this, const RuntimeMethod* method) { { XmlResolver__ctor_m6BB971F861631AEDD5D0414BA7683DC6AEFFADBB(__this, NULL); return; } } // System.Object System.Xml.XmlUrlResolver::GetEntity(System.Uri,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlUrlResolver_GetEntity_m1F5BF642CDAC0DC377F60112FA7EBE1955D5B94E (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_absoluteUri, String_t* ___1_role, Type_t* ___2_ofObjectToReturn, 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*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Type_t* L_0 = ___2_ofObjectToReturn; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_1; L_1 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_0, (Type_t*)NULL, NULL); if (L_1) { goto IL_002d; } } { Type_t* L_2 = ___2_ofObjectToReturn; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); bool L_5; L_5 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_2, L_4, NULL); if (L_5) { goto IL_002d; } } { Type_t* L_6 = ___2_ofObjectToReturn; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_8; L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL); bool L_9; L_9 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_6, L_8, NULL); if (!L_9) { goto IL_004b; } } IL_002d: { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_10; L_10 = XmlUrlResolver_get_DownloadManager_mA5D89CE67E3A681457682E52871593AE05FC3783(NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = ___0_absoluteUri; RuntimeObject* L_12 = __this->____credentials_1; RuntimeObject* L_13 = __this->____proxy_2; RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_14 = __this->____cachePolicy_3; NullCheck(L_10); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_15; L_15 = XmlDownloadManager_GetStream_mFCE31324F97366C7BC462BAA28D852B26F573D4D(L_10, L_11, L_12, L_13, L_14, NULL); return L_15; } IL_004b: { String_t* L_16 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_17 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_17); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_17, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD29CA80AA23F62C996542BD3373B35F12EBC874B)), L_16, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlUrlResolver_GetEntity_m1F5BF642CDAC0DC377F60112FA7EBE1955D5B94E_RuntimeMethod_var))); } } // System.Uri System.Xml.XmlUrlResolver::ResolveUri(System.Uri,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* XmlUrlResolver_ResolveUri_mA2F0D58CB4EF2731731D5ACA7985B69DC1D332AB (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_relativeUri, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_baseUri; String_t* L_1 = ___1_relativeUri; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2; L_2 = XmlResolver_ResolveUri_m4498F8B97A610629046F8EFE50BD3A219321D67E(__this, L_0, L_1, NULL); return L_2; } } // System.Threading.Tasks.Task`1 System.Xml.XmlUrlResolver::GetEntityAsync(System.Uri,System.String,System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* XmlUrlResolver_GetEntityAsync_m73D821657E5528ABDB9AF01B11865862E2D7F36A (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_absoluteUri, String_t* ___1_role, Type_t* ___2_ofObjectToReturn, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m45A4D6483DB69E11B713EA667792018DA0FBF38B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_4 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_4), (void*)__this); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_absoluteUri; (&V_0)->___absoluteUri_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___absoluteUri_3), (void*)L_0); Type_t* L_1 = ___2_ofObjectToReturn; (&V_0)->___ofObjectToReturn_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ofObjectToReturn_2), (void*)L_1); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0 L_2; L_2 = AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB(AsyncTaskMethodBuilder_1_Create_m6A59453D00C0143F178809ADFD98C90E8C291ABB_RuntimeMethod_var); (&V_0)->___U3CU3Et__builder_1 = L_2; Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_3 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_Start_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m45A4D6483DB69E11B713EA667792018DA0FBF38B(L_3, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m45A4D6483DB69E11B713EA667792018DA0FBF38B_RuntimeMethod_var); AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_4 = (&(&V_0)->___U3CU3Et__builder_1); Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* L_5; L_5 = AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89(L_4, AsyncTaskMethodBuilder_1_get_Task_mEA092EC6F1324A9D694CF6056FA8583F2A2BDC89_RuntimeMethod_var); return L_5; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlUrlResolver/d__15::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEntityAsyncU3Ed__15_MoveNext_m4EB8A902AF6652E48FDC2EF0D9CF57B9D5683678 (U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m465EAFF91EA97DF41C6C3E5FD559575B93FE4B15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m73EC0AA35D69C7BD9CB8CF0401218F54D50A3F5A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mC3B711F8D7B7CFCA514C0A3FD4F6B2EC77BAD2DD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m02D8819042F353E9808D8FD683CE7A85E070B46E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m623E0E89F5E23F844E733FB75503B8AD97120277_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* V_1 = NULL; RuntimeObject* V_2 = NULL; ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_1_t8AF0FEBCC05402B6B9416E0286B45E21D42056AA V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_1 = __this->___U3CU3E4__this_4; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00ae_1; } } { Type_t* L_3 = __this->___ofObjectToReturn_2; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); bool L_4; L_4 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_3, (Type_t*)NULL, NULL); if (L_4) { goto IL_0053_1; } } { Type_t* L_5 = __this->___ofObjectToReturn_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_7; L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL); bool L_8; L_8 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_5, L_7, NULL); if (L_8) { goto IL_0053_1; } } { Type_t* L_9 = __this->___ofObjectToReturn_2; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast (RuntimeObject_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_11; L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL); bool L_12; L_12 = Type_op_Equality_m99930A0E44E420A685FABA60E60BA1CC5FA0EBDC(L_9, L_11, NULL); if (!L_12) { goto IL_00d4_1; } } IL_0053_1: { XmlDownloadManager_tF752A0197964FA4DF1ED5E3DF7F57F4E61A27F61* L_13; L_13 = XmlUrlResolver_get_DownloadManager_mA5D89CE67E3A681457682E52871593AE05FC3783(NULL); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_14 = __this->___absoluteUri_3; XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_15 = V_1; NullCheck(L_15); RuntimeObject* L_16 = L_15->____credentials_1; XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_17 = V_1; NullCheck(L_17); RuntimeObject* L_18 = L_17->____proxy_2; XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_19 = V_1; NullCheck(L_19); RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_20 = L_19->____cachePolicy_3; NullCheck(L_13); Task_1_t06484715029D51A4420723456D165BAC63798F8D* L_21; L_21 = XmlDownloadManager_GetStreamAsync_mFCA5D1E89017AB471C5CD64DB6768FA8E8BB9F8B(L_13, L_14, L_16, L_18, L_20, NULL); NullCheck(L_21); ConfiguredTaskAwaitable_1_t8AF0FEBCC05402B6B9416E0286B45E21D42056AA L_22; L_22 = Task_1_ConfigureAwait_m623E0E89F5E23F844E733FB75503B8AD97120277(L_21, (bool)0, Task_1_ConfigureAwait_m623E0E89F5E23F844E733FB75503B8AD97120277_RuntimeMethod_var); V_4 = L_22; ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 L_23; L_23 = ConfiguredTaskAwaitable_1_GetAwaiter_m73EC0AA35D69C7BD9CB8CF0401218F54D50A3F5A_inline((&V_4), ConfiguredTaskAwaitable_1_GetAwaiter_m73EC0AA35D69C7BD9CB8CF0401218F54D50A3F5A_RuntimeMethod_var); V_3 = L_23; bool L_24; L_24 = ConfiguredTaskAwaiter_get_IsCompleted_m02D8819042F353E9808D8FD683CE7A85E070B46E((&V_3), ConfiguredTaskAwaiter_get_IsCompleted_m02D8819042F353E9808D8FD683CE7A85E070B46E_RuntimeMethod_var); if (L_24) { goto IL_00ca_1; } } { int32_t L_25 = 0; V_0 = L_25; __this->___U3CU3E1__state_0 = L_25; ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 L_26 = V_3; __this->___U3CU3Eu__1_5 = L_26; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_27 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m465EAFF91EA97DF41C6C3E5FD559575B93FE4B15(L_27, (&V_3), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2_TisU3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5_m465EAFF91EA97DF41C6C3E5FD559575B93FE4B15_RuntimeMethod_var); goto IL_0111; } IL_00ae_1: { ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2 L_28 = __this->___U3CU3Eu__1_5; V_3 = L_28; ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2* L_29 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_29, sizeof(ConfiguredTaskAwaiter_t602DE34EC880E76BC9BA4F3A367C1099BC914FA2)); int32_t L_30 = (-1); V_0 = L_30; __this->___U3CU3E1__state_0 = L_30; } IL_00ca_1: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_31; L_31 = ConfiguredTaskAwaiter_GetResult_mC3B711F8D7B7CFCA514C0A3FD4F6B2EC77BAD2DD((&V_3), ConfiguredTaskAwaiter_GetResult_mC3B711F8D7B7CFCA514C0A3FD4F6B2EC77BAD2DD_RuntimeMethod_var); V_2 = L_31; goto IL_00fd; } IL_00d4_1: { String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_33 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_33); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_33, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD29CA80AA23F62C996542BD3373B35F12EBC874B)), L_32, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetEntityAsyncU3Ed__15_MoveNext_m4EB8A902AF6652E48FDC2EF0D9CF57B9D5683678_RuntimeMethod_var))); } }// 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_00e4; } throw e; } CATCH_00e4: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_34 = (&__this->___U3CU3Et__builder_1); Exception_t* L_35 = V_5; AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6(L_34, L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mC2F74B26F5303F9F960965220E2866D777F1A5C6_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0111; }// end catch (depth: 1) IL_00fd: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_36 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_37 = V_2; AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6(L_36, L_37, AsyncTaskMethodBuilder_1_SetResult_m0D83195F995F9825D7A6DCDC3835D6917C43B5A6_RuntimeMethod_var); } IL_0111: { return; } } IL2CPP_EXTERN_C void U3CGetEntityAsyncU3Ed__15_MoveNext_m4EB8A902AF6652E48FDC2EF0D9CF57B9D5683678_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CGetEntityAsyncU3Ed__15_MoveNext_m4EB8A902AF6652E48FDC2EF0D9CF57B9D5683678(_thisAdjusted, method); } // System.Void System.Xml.XmlUrlResolver/d__15::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetEntityAsyncU3Ed__15_SetStateMachine_m48617EED026EB279AE59A61FC293534D9C4763D1 (U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } { AsyncTaskMethodBuilder_1_tE810F083929D7952F192036D298085BD4B048AD0* L_0 = (&__this->___U3CU3Et__builder_1); RuntimeObject* L_1 = ___0_stateMachine; AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m3BE54983634ABF5BE05200C7894AD0F9F20BDD65_RuntimeMethod_var); return; } } IL2CPP_EXTERN_C void U3CGetEntityAsyncU3Ed__15_SetStateMachine_m48617EED026EB279AE59A61FC293534D9C4763D1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CGetEntityAsyncU3Ed__15_tDC9D52290F7F250E1DEAC8E9A20A5651BBBA0CE5* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CGetEntityAsyncU3Ed__15_SetStateMachine_m48617EED026EB279AE59A61FC293534D9C4763D1(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Boolean System.Xml.BinaryCompatibility::get_TargetsAtLeast_Desktop_V4_5_2() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BinaryCompatibility_get_TargetsAtLeast_Desktop_V4_5_2_mE4A14EA75A72E8E6220A4E7562FC22DF20399F2F (const RuntimeMethod* method) { { return (bool)1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364 (String_t* ___0_name, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; return L_0; } } // System.String System.Xml.Res::GetString(System.String,System.Object[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83 (String_t* ___0_name, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) { { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = ___1_args; if (L_0) { goto IL_0005; } } { String_t* L_1 = ___0_name; return L_1; } IL_0005: { String_t* L_2 = ___0_name; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_3 = ___1_args; String_t* L_4; L_4 = SR_GetString_mBBCFC8C3B18DF600D0FAED49E703251D2250D41B(L_2, L_3, NULL); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.Utils.Res::GetString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Res_GetString_mC3BCC903185C00797859D2B15C008DEAA715FC11 (String_t* ___0_name, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; return L_0; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.XPathDocument::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument__ctor_mD5A032DAE7C92A81CF1750E50C7077ADD229A4D5 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46* L_0 = (NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46*)il2cpp_codegen_object_new(NameTable_t0164DCE377A0A6E712CF54BE4CE5DA58A5537B46_il2cpp_TypeInfo_var); NullCheck(L_0); NameTable__ctor_mB02EE27092095D81E839D51519C4FBDA2227C261(L_0, NULL); __this->___nameTable_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable_6), (void*)L_0); return; } } // System.Void System.Xml.XPath.XPathDocument::.ctor(System.Xml.XmlReader,System.Xml.XmlSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument__ctor_mC70CBBCF189D168032C03EFDCF6643B55AF37F9A (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, int32_t ___1_space, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; if (L_0) { goto IL_0014; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathDocument__ctor_mC70CBBCF189D168032C03EFDCF6643B55AF37F9A_RuntimeMethod_var))); } IL_0014: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = ___0_reader; int32_t L_3 = ___1_space; XPathDocument_LoadFromReader_m3D370CBCE4AAE2592FCFCAD9A025764923DEDF80(__this, L_2, L_3, NULL); return; } } // System.Xml.XmlRawWriter System.Xml.XPath.XPathDocument::LoadFromWriter(System.Xml.XPath.XPathDocument/LoadFlags,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* XPathDocument_LoadFromWriter_m8B57D942A03CCC383C026276E976FCC8FDDDADFA (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, int32_t ___0_flags, String_t* ___1_baseUri, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___1_baseUri; int32_t L_1 = ___0_flags; XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_2 = (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB*)il2cpp_codegen_object_new(XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB_il2cpp_TypeInfo_var); NullCheck(L_2); XPathDocumentBuilder__ctor_m2C518C0B5CEDB844DE475FD81D7CE4ACDB05D308(L_2, __this, (RuntimeObject*)NULL, L_0, L_1, NULL); return L_2; } } // System.Void System.Xml.XPath.XPathDocument::LoadFromReader(System.Xml.XmlReader,System.Xml.XmlSpace) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument_LoadFromReader_m3D370CBCE4AAE2592FCFCAD9A025764923DEDF80 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, int32_t ___1_space, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); s_Il2CppMethodInitialized = true; } XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* V_0 = NULL; RuntimeObject* V_1 = NULL; String_t* V_2 = NULL; bool V_3 = false; int32_t V_4 = 0; RuntimeObject* V_5 = NULL; int32_t V_6 = 0; bool V_7 = false; String_t* V_8 = NULL; { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; if (L_0) { goto IL_000e; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathDocument_LoadFromReader_m3D370CBCE4AAE2592FCFCAD9A025764923DEDF80_RuntimeMethod_var))); } IL_000e: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = ___0_reader; V_1 = ((RuntimeObject*)IsInst((RuntimeObject*)L_2, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var)); RuntimeObject* L_3 = V_1; if (!L_3) { goto IL_0020; } } { RuntimeObject* L_4 = V_1; NullCheck(L_4); bool L_5; L_5 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Xml.IXmlLineInfo::HasLineInfo() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, L_4); if (L_5) { goto IL_0022; } } IL_0020: { V_1 = (RuntimeObject*)NULL; } IL_0022: { RuntimeObject* L_6 = V_1; __this->___hasLineInfo_7 = (bool)((!(((RuntimeObject*)(RuntimeObject*)L_6) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = ___0_reader; NullCheck(L_7); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_8; L_8 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(36 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_7); __this->___nameTable_6 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___nameTable_6), (void*)L_8); RuntimeObject* L_9 = V_1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_10 = ___0_reader; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_10); XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_12 = (XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB*)il2cpp_codegen_object_new(XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB_il2cpp_TypeInfo_var); NullCheck(L_12); XPathDocumentBuilder__ctor_m2C518C0B5CEDB844DE475FD81D7CE4ACDB05D308(L_12, __this, L_9, L_11, 0, NULL); V_0 = L_12; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0235: {// begin finally (depth: 1) XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_13 = V_0; NullCheck(L_13); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_13); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_14 = ___0_reader; NullCheck(L_14); int32_t L_15; L_15 = VirtualFuncInvoker0< int32_t >::Invoke(34 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_14); V_3 = (bool)((((int32_t)L_15) == ((int32_t)0))? 1 : 0); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_16 = ___0_reader; NullCheck(L_16); int32_t L_17; L_17 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_16); V_4 = L_17; XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_18 = __this->___nameTable_6; NullCheck(L_18); String_t* L_19; L_19 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(5 /* System.String System.Xml.XmlNameTable::Get(System.String) */, L_18, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); V_2 = L_19; bool L_20 = V_3; if (!L_20) { goto IL_007a_1; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_21 = ___0_reader; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_21); if (L_22) { goto IL_007a_1; } } { goto IL_023c; } IL_007a_1: { bool L_23 = V_3; if (L_23) { goto IL_008c_1; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_24 = ___0_reader; NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_24); int32_t L_26 = V_4; if ((((int32_t)L_25) >= ((int32_t)L_26))) { goto IL_008c_1; } } { goto IL_023c; } IL_008c_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_27 = ___0_reader; NullCheck(L_27); int32_t L_28; L_28 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_27); V_6 = L_28; int32_t L_29 = V_6; switch (L_29) { case 0: { goto IL_0228_1; } case 1: { goto IL_00e8_1; } case 2: { goto IL_0228_1; } case 3: { goto IL_019f_1; } case 4: { goto IL_019f_1; } case 5: { goto IL_020c_1; } case 6: { goto IL_0228_1; } case 7: { goto IL_01f2_1; } case 8: { goto IL_01e4_1; } case 9: { goto IL_0228_1; } case 10: { goto IL_0214_1; } case 11: { goto IL_0228_1; } case 12: { goto IL_0228_1; } case 13: { goto IL_01c6_1; } case 14: { goto IL_01ae_1; } case 15: { goto IL_0193_1; } case 16: { goto IL_0228_1; } case 17: { goto IL_0228_1; } } } { goto IL_0228_1; } IL_00e8_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_30 = ___0_reader; NullCheck(L_30); bool L_31; L_31 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_30); V_7 = L_31; XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_32 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_33 = ___0_reader; NullCheck(L_33); String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_33); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_35 = ___0_reader; NullCheck(L_35); String_t* L_36; L_36 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_35); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_37 = ___0_reader; NullCheck(L_37); String_t* L_38; L_38 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_37); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_39 = ___0_reader; NullCheck(L_39); String_t* L_40; L_40 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_39); NullCheck(L_32); XPathDocumentBuilder_WriteStartElement_mFC1EA0D69073FAA49B156D6FE6759A3D0ECEB2D0(L_32, L_34, L_36, L_38, L_40, NULL); goto IL_0178_1; } IL_0110_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_41 = ___0_reader; NullCheck(L_41); String_t* L_42; L_42 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_41); V_8 = L_42; String_t* L_43 = V_8; String_t* L_44 = V_2; if ((!(((RuntimeObject*)(String_t*)L_43) == ((RuntimeObject*)(String_t*)L_44)))) { goto IL_0151_1; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_45 = ___0_reader; NullCheck(L_45); String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_45); NullCheck(L_46); int32_t L_47; L_47 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_46, NULL); if (L_47) { goto IL_013d_1; } } { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_48 = V_0; String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_50 = ___0_reader; NullCheck(L_50); String_t* L_51; L_51 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_50); NullCheck(L_48); VirtualActionInvoker2< String_t*, String_t* >::Invoke(63 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_48, L_49, L_51); goto IL_0178_1; } IL_013d_1: { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_52 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_53 = ___0_reader; NullCheck(L_53); String_t* L_54; L_54 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_53); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_55 = ___0_reader; NullCheck(L_55); String_t* L_56; L_56 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_55); NullCheck(L_52); VirtualActionInvoker2< String_t*, String_t* >::Invoke(63 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_52, L_54, L_56); goto IL_0178_1; } IL_0151_1: { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_57 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_58 = ___0_reader; NullCheck(L_58); String_t* L_59; L_59 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_58); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_60 = ___0_reader; NullCheck(L_60); String_t* L_61; L_61 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_60); String_t* L_62 = V_8; NullCheck(L_57); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_57, L_59, L_61, L_62); XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_63 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_64 = ___0_reader; NullCheck(L_64); String_t* L_65; L_65 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_64); NullCheck(L_63); XPathDocumentBuilder_WriteString_mD9017FEBD07E6B5DEFE0576253B0D7CD03888903(L_63, L_65, 4, NULL); XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_66 = V_0; NullCheck(L_66); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_66); } IL_0178_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_67 = ___0_reader; NullCheck(L_67); bool L_68; L_68 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_67); if (L_68) { goto IL_0110_1; } } { bool L_69 = V_7; if (!L_69) { goto IL_0228_1; } } { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_70 = V_0; NullCheck(L_70); XPathDocumentBuilder_WriteEndElement_mC4765C8EE6FA9A9C7FC0AA760209984573D7C36A(L_70, (bool)1, NULL); goto IL_0228_1; } IL_0193_1: { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_71 = V_0; NullCheck(L_71); XPathDocumentBuilder_WriteEndElement_mC4765C8EE6FA9A9C7FC0AA760209984573D7C36A(L_71, (bool)0, NULL); goto IL_0228_1; } IL_019f_1: { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_72 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_73 = ___0_reader; NullCheck(L_73); String_t* L_74; L_74 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_73); NullCheck(L_72); XPathDocumentBuilder_WriteString_mD9017FEBD07E6B5DEFE0576253B0D7CD03888903(L_72, L_74, 4, NULL); goto IL_0228_1; } IL_01ae_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_75 = ___0_reader; NullCheck(L_75); int32_t L_76; L_76 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_75); if ((!(((uint32_t)L_76) == ((uint32_t)2)))) { goto IL_01c6_1; } } { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_77 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_78 = ___0_reader; NullCheck(L_78); String_t* L_79; L_79 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_78); NullCheck(L_77); XPathDocumentBuilder_WriteString_mD9017FEBD07E6B5DEFE0576253B0D7CD03888903(L_77, L_79, 5, NULL); goto IL_0228_1; } IL_01c6_1: { int32_t L_80 = ___1_space; if ((!(((uint32_t)L_80) == ((uint32_t)2)))) { goto IL_0228_1; } } { bool L_81 = V_3; if (!L_81) { goto IL_01d5_1; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_82 = ___0_reader; NullCheck(L_82); int32_t L_83; L_83 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_82); if (!L_83) { goto IL_0228_1; } } IL_01d5_1: { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_84 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_85 = ___0_reader; NullCheck(L_85); String_t* L_86; L_86 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_85); NullCheck(L_84); XPathDocumentBuilder_WriteString_mD9017FEBD07E6B5DEFE0576253B0D7CD03888903(L_84, L_86, 6, NULL); goto IL_0228_1; } IL_01e4_1: { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_87 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_88 = ___0_reader; NullCheck(L_88); String_t* L_89; L_89 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_88); NullCheck(L_87); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_87, L_89); goto IL_0228_1; } IL_01f2_1: { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_90 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_91 = ___0_reader; NullCheck(L_91); String_t* L_92; L_92 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_91); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_93 = ___0_reader; NullCheck(L_93); String_t* L_94; L_94 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_93); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_95 = ___0_reader; NullCheck(L_95); String_t* L_96; L_96 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_95); NullCheck(L_90); XPathDocumentBuilder_WriteProcessingInstruction_m97709A6425068818B30240AB8D7E76738BB660A9(L_90, L_92, L_94, L_96, NULL); goto IL_0228_1; } IL_020c_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_97 = ___0_reader; NullCheck(L_97); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_97); goto IL_0228_1; } IL_0214_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_98 = ___0_reader; NullCheck(L_98); RuntimeObject* L_99; L_99 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(52 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_98); V_5 = L_99; RuntimeObject* L_100 = V_5; if (!L_100) { goto IL_0228_1; } } { XPathDocumentBuilder_tA88BA4FAAE1B99B6F6510B77B083EA313B91B2CB* L_101 = V_0; RuntimeObject* L_102 = V_5; NullCheck(L_101); XPathDocumentBuilder_CreateIdTables_m3CB32779E6BBCBC36F0B29B7D22A2779D99F874A(L_101, L_102, NULL); } IL_0228_1: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_103 = ___0_reader; NullCheck(L_103); bool L_104; L_104 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_103); if (L_104) { goto IL_007a_1; } } { goto IL_023c; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_023c: { return; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathDocument::CreateNavigator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* XPathDocument_CreateNavigator_m985DB2A38D32E4F07D3738AEBBB9BFDF2547628B (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_0 = __this->___pageRoot_1; int32_t L_1 = __this->___idxRoot_4; XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81* L_2 = (XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81*)il2cpp_codegen_object_new(XPathDocumentNavigator_t612FCDCBA3A6C710B47D126B50DB88AD0C66DD81_il2cpp_TypeInfo_var); NullCheck(L_2); XPathDocumentNavigator__ctor_m6F90203C3B45DB6A10BB1918689F3D71F26780C6(L_2, L_0, L_1, (XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C*)NULL, 0, NULL); return L_2; } } // System.Xml.XmlNameTable System.Xml.XPath.XPathDocument::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XPathDocument_get_NameTable_m0983CA6BD6A2B1368D995E18A6F21ABF9573C4FD (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, const RuntimeMethod* method) { { XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_0 = __this->___nameTable_6; return L_0; } } // System.Boolean System.Xml.XPath.XPathDocument::get_HasLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathDocument_get_HasLineInfo_m6B4147B65DC678C082FB591BB7FC58DEF2A1655F (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, const RuntimeMethod* method) { { bool L_0 = __this->___hasLineInfo_7; return L_0; } } // System.Int32 System.Xml.XPath.XPathDocument::GetCollapsedTextNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetCollapsedTextNode_m98762A8E33C319E1DDE36D104BA7129E81DB2F1F (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** ___0_pageText, const RuntimeMethod* method) { { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** L_0 = ___0_pageText; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_1 = __this->___pageText_0; *((RuntimeObject**)L_0) = (RuntimeObject*)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_1); int32_t L_2 = __this->___idxText_3; return L_2; } } // System.Void System.Xml.XPath.XPathDocument::SetCollapsedTextNode(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument_SetCollapsedTextNode_mC8D30E15430C220EB2035361DD990CED93600C09 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___0_pageText, int32_t ___1_idxText, const RuntimeMethod* method) { { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_0 = ___0_pageText; __this->___pageText_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___pageText_0), (void*)L_0); int32_t L_1 = ___1_idxText; __this->___idxText_3 = L_1; return; } } // System.Int32 System.Xml.XPath.XPathDocument::GetRootNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetRootNode_m5EC7196150C032DEEEA061F800FA527E2E33244C (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** ___0_pageRoot, const RuntimeMethod* method) { { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** L_0 = ___0_pageRoot; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_1 = __this->___pageRoot_1; *((RuntimeObject**)L_0) = (RuntimeObject*)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_1); int32_t L_2 = __this->___idxRoot_4; return L_2; } } // System.Void System.Xml.XPath.XPathDocument::SetRootNode(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument_SetRootNode_m760D2B8EF7064E434851F6543AA3640C8888A6B7 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___0_pageRoot, int32_t ___1_idxRoot, const RuntimeMethod* method) { { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_0 = ___0_pageRoot; __this->___pageRoot_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___pageRoot_1), (void*)L_0); int32_t L_1 = ___1_idxRoot; __this->___idxRoot_4 = L_1; return; } } // System.Int32 System.Xml.XPath.XPathDocument::GetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_GetXmlNamespaceNode_m338B46452B3B4BAEF58DC882EEEAE3CEAF094F39 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** ___0_pageXmlNmsp, const RuntimeMethod* method) { { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** L_0 = ___0_pageXmlNmsp; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_1 = __this->___pageXmlNmsp_2; *((RuntimeObject**)L_0) = (RuntimeObject*)L_1; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)L_1); int32_t L_2 = __this->___idxXmlNmsp_5; return L_2; } } // System.Void System.Xml.XPath.XPathDocument::SetXmlNamespaceNode(MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument_SetXmlNamespaceNode_m9F1D8901DF20B533324AF79B1BEDFE81F9823E8F (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___0_pageXmlNmsp, int32_t ___1_idxXmlNmsp, const RuntimeMethod* method) { { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_0 = ___0_pageXmlNmsp; __this->___pageXmlNmsp_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___pageXmlNmsp_2), (void*)L_0); int32_t L_1 = ___1_idxXmlNmsp; __this->___idxXmlNmsp_5 = L_1; return; } } // System.Void System.Xml.XPath.XPathDocument::AddNamespace(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument_AddNamespace_m82188D5E583B5FB7E2785DD67C802E297091C806 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___0_pageElem, int32_t ___1_idxElem, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___2_pageNmsp, int32_t ___3_idxNmsp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mE1258769871BEB13AAC7AB1EC59D57AB799B74D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mF5FF8B899356859561D618FE0BD1658BA1355E3A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* L_0 = __this->___mapNmsp_8; if (L_0) { goto IL_0013; } } { Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* L_1 = (Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456*)il2cpp_codegen_object_new(Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456_il2cpp_TypeInfo_var); NullCheck(L_1); Dictionary_2__ctor_mF5FF8B899356859561D618FE0BD1658BA1355E3A(L_1, Dictionary_2__ctor_mF5FF8B899356859561D618FE0BD1658BA1355E3A_RuntimeMethod_var); __this->___mapNmsp_8 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___mapNmsp_8), (void*)L_1); } IL_0013: { Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* L_2 = __this->___mapNmsp_8; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_3 = ___0_pageElem; int32_t L_4 = ___1_idxElem; XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 L_5; memset((&L_5), 0, sizeof(L_5)); XPathNodeRef__ctor_m14862547984A3EE8A767C1C8415C6E73E3EF30E8((&L_5), L_3, L_4, /*hidden argument*/NULL); XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_6 = ___2_pageNmsp; int32_t L_7 = ___3_idxNmsp; XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 L_8; memset((&L_8), 0, sizeof(L_8)); XPathNodeRef__ctor_m14862547984A3EE8A767C1C8415C6E73E3EF30E8((&L_8), L_6, L_7, /*hidden argument*/NULL); NullCheck(L_2); Dictionary_2_Add_mE1258769871BEB13AAC7AB1EC59D57AB799B74D1(L_2, L_5, L_8, Dictionary_2_Add_mE1258769871BEB13AAC7AB1EC59D57AB799B74D1_RuntimeMethod_var); return; } } // System.Int32 System.Xml.XPath.XPathDocument::LookupNamespaces(MS.Internal.Xml.Cache.XPathNode[],System.Int32,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupNamespaces_m2ECE5FBE932A2F9F04DB9A3B9C0603A1F4D4B904 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___0_pageElem, int32_t ___1_idxElem, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** ___2_pageNmsp, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_mC2374D05E07DB677F2804413801EE682DC5E41BD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m020D5E0F6FA094EB12F56AC0313B224A1B84B49C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 V_0; memset((&V_0), 0, sizeof(V_0)); { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_0 = ___0_pageElem; int32_t L_1 = ___1_idxElem; XPathNodeRef__ctor_m14862547984A3EE8A767C1C8415C6E73E3EF30E8((&V_0), L_0, L_1, NULL); Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* L_2 = __this->___mapNmsp_8; if (!L_2) { goto IL_001f; } } { Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* L_3 = __this->___mapNmsp_8; XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_ContainsKey_mC2374D05E07DB677F2804413801EE682DC5E41BD(L_3, L_4, Dictionary_2_ContainsKey_mC2374D05E07DB677F2804413801EE682DC5E41BD_RuntimeMethod_var); if (L_5) { goto IL_0024; } } IL_001f: { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** L_6 = ___2_pageNmsp; *((RuntimeObject**)L_6) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_6, (void*)(RuntimeObject*)NULL); return 0; } IL_0024: { Dictionary_2_t51690F8426AE5C5CDFF18B8E1108DED306E49456* L_7 = __this->___mapNmsp_8; XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 L_8 = V_0; NullCheck(L_7); XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 L_9; L_9 = Dictionary_2_get_Item_m020D5E0F6FA094EB12F56AC0313B224A1B84B49C(L_7, L_8, Dictionary_2_get_Item_m020D5E0F6FA094EB12F56AC0313B224A1B84B49C_RuntimeMethod_var); V_0 = L_9; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** L_10 = ___2_pageNmsp; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_11; L_11 = XPathNodeRef_get_Page_m8624EDC1840BD05BD55D4E8137095B5986ED54F3_inline((&V_0), NULL); *((RuntimeObject**)L_10) = (RuntimeObject*)L_11; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_10, (void*)(RuntimeObject*)L_11); int32_t L_12; L_12 = XPathNodeRef_get_Index_m37FE9027EA38BDC66D3E83142E7BBEBB18073E33_inline((&V_0), NULL); return L_12; } } // System.Void System.Xml.XPath.XPathDocument::AddIdElement(System.String,MS.Internal.Xml.Cache.XPathNode[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathDocument_AddIdElement_m2D8B74B47076DCF369483D58CAA1F59F4E56D1A4 (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, String_t* ___0_id, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* ___1_pageElem, int32_t ___2_idxElem, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mFC004C2FC76630965F5BEC89126C196DBB1F245A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mCFCD6A970C615500D6A8FC7C7444342F2F681EA4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* L_0 = __this->___idValueMap_9; if (L_0) { goto IL_0013; } } { Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* L_1 = (Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E*)il2cpp_codegen_object_new(Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E_il2cpp_TypeInfo_var); NullCheck(L_1); Dictionary_2__ctor_mCFCD6A970C615500D6A8FC7C7444342F2F681EA4(L_1, Dictionary_2__ctor_mCFCD6A970C615500D6A8FC7C7444342F2F681EA4_RuntimeMethod_var); __this->___idValueMap_9 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___idValueMap_9), (void*)L_1); } IL_0013: { Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* L_2 = __this->___idValueMap_9; String_t* L_3 = ___0_id; NullCheck(L_2); bool L_4; L_4 = Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5(L_2, L_3, Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5_RuntimeMethod_var); if (L_4) { goto IL_0034; } } { Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* L_5 = __this->___idValueMap_9; String_t* L_6 = ___0_id; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_7 = ___1_pageElem; int32_t L_8 = ___2_idxElem; XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 L_9; memset((&L_9), 0, sizeof(L_9)); XPathNodeRef__ctor_m14862547984A3EE8A767C1C8415C6E73E3EF30E8((&L_9), L_7, L_8, /*hidden argument*/NULL); NullCheck(L_5); Dictionary_2_Add_mFC004C2FC76630965F5BEC89126C196DBB1F245A(L_5, L_6, L_9, Dictionary_2_Add_mFC004C2FC76630965F5BEC89126C196DBB1F245A_RuntimeMethod_var); } IL_0034: { return; } } // System.Int32 System.Xml.XPath.XPathDocument::LookupIdElement(System.String,MS.Internal.Xml.Cache.XPathNode[]&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathDocument_LookupIdElement_m7EC2BDAA23203A4EB5C70BE14F0DC94B6796B87E (XPathDocument_tE736154E9BF3ACCEB884DD1EFBADB58BD56DF5EE* __this, String_t* ___0_id, XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** ___1_pageElem, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m39C4BDEB9797559BC5E487FA5683CFBECAE9A002_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 V_0; memset((&V_0), 0, sizeof(V_0)); { Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* L_0 = __this->___idValueMap_9; if (!L_0) { goto IL_0016; } } { Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* L_1 = __this->___idValueMap_9; String_t* L_2 = ___0_id; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5(L_1, L_2, Dictionary_2_ContainsKey_m96BB65B2A65B29A56A1EBF64F26B8E6B03C086B5_RuntimeMethod_var); if (L_3) { goto IL_001b; } } IL_0016: { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** L_4 = ___1_pageElem; *((RuntimeObject**)L_4) = (RuntimeObject*)NULL; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_4, (void*)(RuntimeObject*)NULL); return 0; } IL_001b: { Dictionary_2_tC299E270AFD30A7EBE4C023B28AA11136A2EC04E* L_5 = __this->___idValueMap_9; String_t* L_6 = ___0_id; NullCheck(L_5); XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470 L_7; L_7 = Dictionary_2_get_Item_m39C4BDEB9797559BC5E487FA5683CFBECAE9A002(L_5, L_6, Dictionary_2_get_Item_m39C4BDEB9797559BC5E487FA5683CFBECAE9A002_RuntimeMethod_var); V_0 = L_7; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C** L_8 = ___1_pageElem; XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_9; L_9 = XPathNodeRef_get_Page_m8624EDC1840BD05BD55D4E8137095B5986ED54F3_inline((&V_0), NULL); *((RuntimeObject**)L_8) = (RuntimeObject*)L_9; Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_8, (void*)(RuntimeObject*)L_9); int32_t L_10; L_10 = XPathNodeRef_get_Index_m37FE9027EA38BDC66D3E83142E7BBEBB18073E33_inline((&V_0), NULL); return L_10; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.XPathException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_mD59181800FB3B044B0785CEF318F3CA7B47B5C4F (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_0_0_0_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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* V_1 = NULL; SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74 V_2; memset((&V_2), 0, sizeof(V_2)); { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; SystemException__ctor_mA2BB392E0F4CD8A4C132984F76B7A9FBDB3B6879(__this, L_0, L_1, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_4; L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL); NullCheck(L_2); RuntimeObject* L_5; L_5 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_4, NULL); __this->___res_18 = ((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___res_18), (void*)((String_t*)CastclassSealed((RuntimeObject*)L_5, String_t_il2cpp_TypeInfo_var))); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info; RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_0_0_0_var) }; Type_t* L_8; L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL); NullCheck(L_6); RuntimeObject* L_9; L_9 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_6, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, L_8, NULL); __this->___args_19 = ((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_9, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___args_19), (void*)((StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)Castclass((RuntimeObject*)L_9, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var))); V_0 = (String_t*)NULL; SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_10 = ___0_info; NullCheck(L_10); SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_11; L_11 = SerializationInfo_GetEnumerator_m5230A1D4E4B612E90B10E2034C638CD42F667EA6(L_10, NULL); V_1 = L_11; goto IL_007a; } IL_0053: { SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_12 = V_1; NullCheck(L_12); SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74 L_13; L_13 = SerializationInfoEnumerator_get_Current_m820863174CF73089751ACC36BC34DD3188A1929B(L_12, NULL); V_2 = L_13; String_t* L_14; L_14 = SerializationEntry_get_Name_mF6151F31B3F43C88AF08F39F178401406642EB67_inline((&V_2), NULL); bool L_15; L_15 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, NULL); if (!L_15) { goto IL_007a; } } { RuntimeObject* L_16; L_16 = SerializationEntry_get_Value_mA57713535F866795C180D20067C0E38A85327912_inline((&V_2), NULL); V_0 = ((String_t*)CastclassSealed((RuntimeObject*)L_16, String_t_il2cpp_TypeInfo_var)); } IL_007a: { SerializationInfoEnumerator_t810DE600E5F6AA4F2B66A7F56074277CCD8F1540* L_17 = V_1; NullCheck(L_17); bool L_18; L_18 = SerializationInfoEnumerator_MoveNext_m4F052C960AE85EFED1048CAAAC538AB3714078A6(L_17, NULL); if (L_18) { goto IL_0053; } } { String_t* L_19 = V_0; if (L_19) { goto IL_009d; } } { String_t* L_20 = __this->___res_18; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = __this->___args_19; String_t* L_22; L_22 = XPathException_CreateMessage_m4FE336A6DED0F4CDC969E9FD3344488A008BEED4(L_20, L_21, NULL); __this->___message_20 = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___message_20), (void*)L_22); return; } IL_009d: { __this->___message_20 = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___message_20), (void*)(String_t*)NULL); return; } } // System.Void System.Xml.XPath.XPathException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException_GetObjectData_m80226E71F76D78944C5BA86666196F741801CD0E (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132); s_Il2CppMethodInitialized = true; } { SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_info; StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_context; Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9(__this, L_0, L_1, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_info; String_t* L_3 = __this->___res_18; NullCheck(L_2); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_2, _stringLiteral9F0051E3370AA31B69F5CBF0E35FBE94ACAE0651, L_3, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_info; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = __this->___args_19; NullCheck(L_4); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_4, _stringLiteralEDC12722FE0763003109C7EDBACB6977C0E31132, (RuntimeObject*)L_5, NULL); SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_info; NullCheck(L_6); SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_6, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, _stringLiteral4A962F7AAEC3B50EF4B2CD52A7A2C969B759A960, NULL); return; } } // System.Void System.Xml.XPath.XPathException::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m8C71AC635F8B9C1C68C1682AF4EE0E79285260F5 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __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; } { String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XPathException__ctor_m5C501574770BB34FF38E2045EB9947CAD1667320(__this, L_0, (Exception_t*)NULL, NULL); return; } } // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m5C501574770BB34FF38E2045EB9947CAD1667320 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0; String_t* L_2 = ___0_message; NullCheck(L_1); ArrayElementTypeCheck (L_1, L_2); (L_1)->SetAt(static_cast(0), (String_t*)L_2); Exception_t* L_3 = ___1_innerException; XPathException__ctor_mE32ABABB29AF86E84B9BE4F029A15C5B06AFB2D2(__this, _stringLiteral23114468D04FA2B7A2DA455B545DB914D0A3ED94, L_1, L_3, NULL); return; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82 (String_t* ___0_res, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_1 = (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645*)il2cpp_codegen_object_new(XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); NullCheck(L_1); XPathException__ctor_m237D39E3E6D75FD9A9CC255A45524AAC42FC4DE7(L_1, L_0, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, NULL); return L_1; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_mCD60C456FBFFE42865EE9F1BA8F263EA25FACC71 (String_t* ___0_res, String_t* ___1_arg, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_4 = (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645*)il2cpp_codegen_object_new(XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); NullCheck(L_4); XPathException__ctor_m237D39E3E6D75FD9A9CC255A45524AAC42FC4DE7(L_4, L_0, L_2, NULL); return L_4; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_mE578E3BB08756DEE4786528EE101B13A4FEB3DFB (String_t* ___0_res, String_t* ___1_arg, String_t* ___2_arg2, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_2; String_t* L_5 = ___2_arg2; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(1), (String_t*)L_5); XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_6 = (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645*)il2cpp_codegen_object_new(XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); NullCheck(L_6); XPathException__ctor_m237D39E3E6D75FD9A9CC255A45524AAC42FC4DE7(L_6, L_0, L_4, NULL); return L_6; } } // System.Xml.XPath.XPathException System.Xml.XPath.XPathException::Create(System.String,System.String,System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* XPathException_Create_mF24AE2DB80E5AB091C688ED0D093167CEF5AFE5A (String_t* ___0_res, String_t* ___1_arg, Exception_t* ___2_innerException, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)1); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; String_t* L_3 = ___1_arg; NullCheck(L_2); ArrayElementTypeCheck (L_2, L_3); (L_2)->SetAt(static_cast(0), (String_t*)L_3); Exception_t* L_4 = ___2_innerException; XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_5 = (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645*)il2cpp_codegen_object_new(XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645_il2cpp_TypeInfo_var); NullCheck(L_5); XPathException__ctor_mE32ABABB29AF86E84B9BE4F029A15C5B06AFB2D2(L_5, L_0, L_2, L_4, NULL); return L_5; } } // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_m237D39E3E6D75FD9A9CC255A45524AAC42FC4DE7 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; XPathException__ctor_mE32ABABB29AF86E84B9BE4F029A15C5B06AFB2D2(__this, L_0, L_1, (Exception_t*)NULL, NULL); return; } } // System.Void System.Xml.XPath.XPathException::.ctor(System.String,System.String[],System.Exception) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathException__ctor_mE32ABABB29AF86E84B9BE4F029A15C5B06AFB2D2 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, Exception_t* ___2_inner, const RuntimeMethod* method) { { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; String_t* L_2; L_2 = XPathException_CreateMessage_m4FE336A6DED0F4CDC969E9FD3344488A008BEED4(L_0, L_1, NULL); Exception_t* L_3 = ___2_inner; SystemException__ctor_m0FC84CACD2A5D66222998AA601A5C41CEC36A611(__this, L_2, L_3, NULL); Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline(__this, ((int32_t)-2146231997), NULL); String_t* L_4 = ___0_res; __this->___res_18 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___res_18), (void*)L_4); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = ___1_args; __this->___args_19 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___args_19), (void*)L_5); return; } } // System.String System.Xml.XPath.XPathException::CreateMessage(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathException_CreateMessage_m4FE336A6DED0F4CDC969E9FD3344488A008BEED4 (String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_res; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ___1_args; V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_1; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_2 = V_1; String_t* L_3; L_3 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(L_0, L_2, NULL); V_0 = L_3; String_t* L_4 = V_0; if (L_4) { goto IL_001e_1; } } { String_t* L_5 = ___0_res; String_t* L_6; L_6 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18, L_5, _stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D, NULL); V_0 = L_6; } IL_001e_1: { String_t* L_7 = V_0; V_2 = L_7; goto IL_0036; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MissingManifestResourceException_t136A089345909ADB6333D6F4E2AA84C7A00CB3FD_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_0022; } throw e; } CATCH_0022: {// begin catch(System.Resources.MissingManifestResourceException) String_t* L_8 = ___0_res; String_t* L_9; L_9 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral16C0D1A98D99C5FB32B981C3E41FDB407A083C18)), L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3F14BF976EFD974E34846B742502C802FABAE9D)), NULL); V_2 = L_9; IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0036; }// end catch (depth: 1) IL_0036: { String_t* L_10 = V_2; return L_10; } } // System.String System.Xml.XPath.XPathException::get_Message() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathException_get_Message_m5DEC159534CFF3E8FAC007EF5D40329345CF0302 (XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___message_20; if (!L_0) { goto IL_000f; } } { String_t* L_1 = __this->___message_20; return L_1; } IL_000f: { String_t* L_2; L_2 = Exception_get_Message_mCFE0D38FDF9001405299AAE43BBE2A9AD806C441(__this, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XPath.XPathExpression::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathExpression__ctor_m8CD20065E30D0DC30DA4B312B1AE63472064887A (XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* XPathExpression_Compile_m18F633DB64C8047D26101E1B7DFA5FD540AF8940 (String_t* ___0_xpath, const RuntimeMethod* method) { { String_t* L_0 = ___0_xpath; XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* L_1; L_1 = XPathExpression_Compile_m638B38351450DB2E231F1D52DC57488D61DBABE0(L_0, (RuntimeObject*)NULL, NULL); return L_1; } } // System.Xml.XPath.XPathExpression System.Xml.XPath.XPathExpression::Compile(System.String,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* XPathExpression_Compile_m638B38351450DB2E231F1D52DC57488D61DBABE0 (String_t* ___0_xpath, RuntimeObject* ___1_nsResolver, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } bool V_0 = false; CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* V_1 = NULL; { QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7* L_0 = (QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7*)il2cpp_codegen_object_new(QueryBuilder_tB7F29B25B259C464F8A75696941BA1CB02F8A0F7_il2cpp_TypeInfo_var); NullCheck(L_0); QueryBuilder__ctor_mA7D7751E7EE509BE0D3CAC845ED159ABAD07684A(L_0, NULL); String_t* L_1 = ___0_xpath; NullCheck(L_0); Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_2; L_2 = QueryBuilder_Build_mD6F41ED31882E66486A91E981277D4DBB2919D92(L_0, L_1, (&V_0), NULL); String_t* L_3 = ___0_xpath; bool L_4 = V_0; CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* L_5 = (CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73*)il2cpp_codegen_object_new(CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73_il2cpp_TypeInfo_var); NullCheck(L_5); CompiledXpathExpr__ctor_m89CE15019D3241F450EB9699415482D4A8A1A83F(L_5, L_2, L_3, L_4, NULL); V_1 = L_5; RuntimeObject* L_6 = ___1_nsResolver; if (!L_6) { goto IL_001f; } } { CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* L_7 = V_1; RuntimeObject* L_8 = ___1_nsResolver; NullCheck(L_7); VirtualActionInvoker1< RuntimeObject* >::Invoke(5 /* System.Void System.Xml.XPath.XPathExpression::SetContext(System.Xml.IXmlNamespaceResolver) */, L_7, L_8); } IL_001f: { CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* L_9 = V_1; return L_9; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathItem_ValueAs_m2EBD6F29984D4431EBAD2979370A7EAA24BCFDFB (XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* __this, Type_t* ___0_returnType, const RuntimeMethod* method) { { Type_t* L_0 = ___0_returnType; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(14 /* System.Object System.Xml.XPath.XPathItem::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) */, __this, L_0, (RuntimeObject*)NULL); return L_1; } } // System.Void System.Xml.XPath.XPathItem::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathItem__ctor_m649945BF95822C606725A5E0103D0C2120FA371B (XPathItem_tF0126CC493F2BFDDDFB5B0D05EAE05E8EF8AE1B7* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.String System.Xml.XPath.XPathNavigator::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_ToString_m0C078C8FAEF95FC418797FC040421391E8542FD9 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { String_t* L_0; L_0 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_0; } } // System.Xml.Schema.XmlSchemaType System.Xml.XPath.XPathNavigator::get_XmlType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XPathNavigator_get_XmlType_m3991F06B60DB097C5DD6D73AE111E6EAEE143D05 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0026; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0026; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (!L_6) { goto IL_001f; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_7 = V_1; return L_7; } IL_001f: { RuntimeObject* L_8 = V_0; NullCheck(L_8); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9; L_9 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_8); return L_9; } IL_0026: { return (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF*)NULL; } } // System.Object System.Xml.XPath.XPathNavigator::get_TypedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_get_TypedValue_mABA7E07EE7E0EA5EC637D245427A06D93270EB29 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0084; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_004a; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_1; if (!L_9) { goto IL_0084; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; NullCheck(L_10); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_11; L_11 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_10, NULL); V_2 = L_11; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_12 = V_2; if (!L_12) { goto IL_0084; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_13 = V_1; NullCheck(L_13); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_14; L_14 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_13, NULL); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_16 = V_2; NullCheck(L_16); Type_t* L_17; L_17 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_16); NullCheck(L_14); RuntimeObject* L_18; L_18 = VirtualFuncInvoker3< RuntimeObject*, String_t*, Type_t*, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_14, L_15, L_17, __this); return L_18; } IL_004a: { RuntimeObject* L_19 = V_0; NullCheck(L_19); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20; L_20 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_19); V_1 = L_20; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_21 = V_1; if (!L_21) { goto IL_0084; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_22 = V_1; NullCheck(L_22); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_23; L_23 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_22, NULL); V_2 = L_23; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_24 = V_2; if (!L_24) { goto IL_0084; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_25 = V_1; NullCheck(L_25); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_26; L_26 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_25, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_27 = V_2; String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_29; L_29 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(21 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_27); RuntimeObject* L_30; L_30 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_27, L_28, L_29, __this); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_31 = V_2; NullCheck(L_31); Type_t* L_32; L_32 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_31); NullCheck(L_26); RuntimeObject* L_33; L_33 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_26, L_30, L_32, __this); return L_33; } IL_0084: { String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); return L_34; } } // System.Type System.Xml.XPath.XPathNavigator::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XPathNavigator_get_ValueType_m5344D7AC94573D531B8B8612B7DD160783DC2796 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_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; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_0053; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0038; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_1; if (!L_9) { goto IL_0053; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; NullCheck(L_10); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_11; L_11 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_10, NULL); V_2 = L_11; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_12 = V_2; if (!L_12) { goto IL_0053; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_13 = V_2; NullCheck(L_13); Type_t* L_14; L_14 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_13); return L_14; } IL_0038: { RuntimeObject* L_15 = V_0; NullCheck(L_15); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_16; L_16 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_15); V_1 = L_16; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_17 = V_1; if (!L_17) { goto IL_0053; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_18 = V_1; NullCheck(L_18); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_19; L_19 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_18, NULL); V_2 = L_19; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_20 = V_2; if (!L_20) { goto IL_0053; } } { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_21 = V_2; NullCheck(L_21); Type_t* L_22; L_22 = VirtualFuncInvoker0< Type_t* >::Invoke(4 /* System.Type System.Xml.Schema.XmlSchemaDatatype::get_ValueType() */, L_21); return L_22; } IL_0053: { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_23 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_24; L_24 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_23, NULL); return L_24; } } // System.Boolean System.Xml.XPath.XPathNavigator::get_ValueAsBoolean() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_get_ValueAsBoolean_m1F8B19F15279F0857D154DCA4A2DAF9E3DDD04D5 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; NullCheck(L_10); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_11; L_11 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_10, NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_15; L_15 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18; L_18 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_17, NULL); V_2 = L_18; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20 = V_1; NullCheck(L_20); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_21; L_21 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_20, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(21 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject* L_25; L_25 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); bool L_26; L_26 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(9 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.Object) */, L_21, L_25); return L_26; } IL_006c: { il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_27 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34; String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); bool L_29; L_29 = VirtualFuncInvoker1< bool, String_t* >::Invoke(8 /* System.Boolean System.Xml.Schema.XmlValueConverter::ToBoolean(System.String) */, L_27, L_28); return L_29; } } // System.DateTime System.Xml.XPath.XPathNavigator::get_ValueAsDateTime() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D XPathNavigator_get_ValueAsDateTime_m712209EBBAC07E28B132AAF7C4C00D96F992EEDF (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; NullCheck(L_10); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_11; L_11 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_10, NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_13; L_13 = VirtualFuncInvoker1< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_15; L_15 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18; L_18 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_17, NULL); V_2 = L_18; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20 = V_1; NullCheck(L_20); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_21; L_21 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_20, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(21 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject* L_25; L_25 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_26; L_26 = VirtualFuncInvoker1< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, RuntimeObject* >::Invoke(39 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.Object) */, L_21, L_25); return L_26; } IL_006c: { il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_27 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34; String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_29; L_29 = VirtualFuncInvoker1< DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D, String_t* >::Invoke(38 /* System.DateTime System.Xml.Schema.XmlValueConverter::ToDateTime(System.String) */, L_27, L_28); return L_29; } } // System.Double System.Xml.XPath.XPathNavigator::get_ValueAsDouble() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR double XPathNavigator_get_ValueAsDouble_m6E33105EDEC3CA7B2E5E4A01AEF2E391B66DF8DA (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; NullCheck(L_10); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_11; L_11 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_10, NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); double L_13; L_13 = VirtualFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_15; L_15 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18; L_18 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_17, NULL); V_2 = L_18; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20 = V_1; NullCheck(L_20); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_21; L_21 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_20, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(21 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject* L_25; L_25 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); double L_26; L_26 = VirtualFuncInvoker1< double, RuntimeObject* >::Invoke(29 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.Object) */, L_21, L_25); return L_26; } IL_006c: { il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_27 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34; String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); double L_29; L_29 = VirtualFuncInvoker1< double, String_t* >::Invoke(28 /* System.Double System.Xml.Schema.XmlValueConverter::ToDouble(System.String) */, L_27, L_28); return L_29; } } // System.Int32 System.Xml.XPath.XPathNavigator::get_ValueAsInt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_get_ValueAsInt_mA265FEE01148ACE8262C1533332EBB7AFB43B06E (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; NullCheck(L_10); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_11; L_11 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_10, NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); int32_t L_13; L_13 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_15; L_15 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18; L_18 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_17, NULL); V_2 = L_18; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20 = V_1; NullCheck(L_20); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_21; L_21 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_20, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(21 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject* L_25; L_25 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); int32_t L_26; L_26 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(15 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.Object) */, L_21, L_25); return L_26; } IL_006c: { il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_27 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34; String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); int32_t L_29; L_29 = VirtualFuncInvoker1< int32_t, String_t* >::Invoke(14 /* System.Int32 System.Xml.Schema.XmlValueConverter::ToInt32(System.String) */, L_27, L_28); return L_29; } } // System.Int64 System.Xml.XPath.XPathNavigator::get_ValueAsLong() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t XPathNavigator_get_ValueAsLong_mB902850163A1013BFB6DFB977B4E26E151472557 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0; L_0 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_0; RuntimeObject* L_1 = V_0; if (!L_1) { goto IL_006c; } } { RuntimeObject* L_2 = V_0; NullCheck(L_2); int32_t L_3; L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_2); if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0039; } } { RuntimeObject* L_4 = V_0; NullCheck(L_4); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_5; L_5 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_4); V_1 = L_5; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_6 = V_1; if (L_6) { goto IL_0024; } } { RuntimeObject* L_7 = V_0; NullCheck(L_7); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_8; L_8 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_7); V_1 = L_8; } IL_0024: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9 = V_1; if (!L_9) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; NullCheck(L_10); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_11; L_11 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_10, NULL); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_11); int64_t L_13; L_13 = VirtualFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_11, L_12); return L_13; } IL_0039: { RuntimeObject* L_14 = V_0; NullCheck(L_14); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_15; L_15 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_14); V_1 = L_15; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_16 = V_1; if (!L_16) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_17 = V_1; NullCheck(L_17); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_18; L_18 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_17, NULL); V_2 = L_18; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_19 = V_2; if (!L_19) { goto IL_006c; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20 = V_1; NullCheck(L_20); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_21; L_21 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_20, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_22 = V_2; String_t* L_23; L_23 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_24; L_24 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(21 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); NullCheck(L_22); RuntimeObject* L_25; L_25 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_22, L_23, L_24, __this); NullCheck(L_21); int64_t L_26; L_26 = VirtualFuncInvoker1< int64_t, RuntimeObject* >::Invoke(21 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.Object) */, L_21, L_25); return L_26; } IL_006c: { il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_27 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34; String_t* L_28; L_28 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); NullCheck(L_27); int64_t L_29; L_29 = VirtualFuncInvoker1< int64_t, String_t* >::Invoke(20 /* System.Int64 System.Xml.Schema.XmlValueConverter::ToInt64(System.String) */, L_27, L_28); return L_29; } } // System.Object System.Xml.XPath.XPathNavigator::ValueAs(System.Type,System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_ValueAs_m5003DFF7A5936C4CF5AC451EEA7274600C0C8E1D (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, Type_t* ___0_returnType, RuntimeObject* ___1_nsResolver, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } RuntimeObject* V_0 = NULL; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* V_1 = NULL; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* V_2 = NULL; { RuntimeObject* L_0 = ___1_nsResolver; if (L_0) { goto IL_0006; } } { ___1_nsResolver = __this; } IL_0006: { RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(62 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() */, __this); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_0076; } } { RuntimeObject* L_3 = V_0; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_3); if ((!(((uint32_t)L_4) == ((uint32_t)1)))) { goto IL_0041; } } { RuntimeObject* L_5 = V_0; NullCheck(L_5); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_6; L_6 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_5); V_1 = L_6; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_7 = V_1; if (L_7) { goto IL_002a; } } { RuntimeObject* L_8 = V_0; NullCheck(L_8); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_9; L_9 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_8); V_1 = L_9; } IL_002a: { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_10 = V_1; if (!L_10) { goto IL_0076; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_11 = V_1; NullCheck(L_11); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_12; L_12 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_11, NULL); String_t* L_13; L_13 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); Type_t* L_14 = ___0_returnType; RuntimeObject* L_15 = ___1_nsResolver; NullCheck(L_12); RuntimeObject* L_16; L_16 = VirtualFuncInvoker3< RuntimeObject*, String_t*, Type_t*, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_12, L_13, L_14, L_15); return L_16; } IL_0041: { RuntimeObject* L_17 = V_0; NullCheck(L_17); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_18; L_18 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_17); V_1 = L_18; XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_19 = V_1; if (!L_19) { goto IL_0076; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_20 = V_1; NullCheck(L_20); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_21; L_21 = XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline(L_20, NULL); V_2 = L_21; XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_22 = V_2; if (!L_22) { goto IL_0076; } } { XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_23 = V_1; NullCheck(L_23); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_24; L_24 = XmlSchemaType_get_ValueConverter_mCCC5AAC678099B787A16302E74037FC05E0522C8(L_23, NULL); XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_25 = V_2; String_t* L_26; L_26 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_27; L_27 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(21 /* System.Xml.XmlNameTable System.Xml.XPath.XPathNavigator::get_NameTable() */, __this); RuntimeObject* L_28 = ___1_nsResolver; NullCheck(L_25); RuntimeObject* L_29; L_29 = VirtualFuncInvoker3< RuntimeObject*, String_t*, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8*, RuntimeObject* >::Invoke(6 /* System.Object System.Xml.Schema.XmlSchemaDatatype::ParseValue(System.String,System.Xml.XmlNameTable,System.Xml.IXmlNamespaceResolver) */, L_25, L_26, L_27, L_28); Type_t* L_30 = ___0_returnType; RuntimeObject* L_31 = ___1_nsResolver; NullCheck(L_24); RuntimeObject* L_32; L_32 = VirtualFuncInvoker3< RuntimeObject*, RuntimeObject*, Type_t*, RuntimeObject* >::Invoke(61 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.Object,System.Type,System.Xml.IXmlNamespaceResolver) */, L_24, L_29, L_30, L_31); return L_32; } IL_0076: { il2cpp_codegen_runtime_class_init_inline(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var); XmlValueConverter_tAB12320D9B3994EBB077CA59A095458E60F3F57E* L_33 = ((XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_StaticFields*)il2cpp_codegen_static_fields_for(XmlUntypedConverter_tB707BD09CB81865831777481D33D744A4E960703_il2cpp_TypeInfo_var))->___Untyped_34; String_t* L_34; L_34 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); Type_t* L_35 = ___0_returnType; RuntimeObject* L_36 = ___1_nsResolver; NullCheck(L_33); RuntimeObject* L_37; L_37 = VirtualFuncInvoker3< RuntimeObject*, String_t*, Type_t*, RuntimeObject* >::Invoke(59 /* System.Object System.Xml.Schema.XmlValueConverter::ChangeType(System.String,System.Type,System.Xml.IXmlNamespaceResolver) */, L_33, L_34, L_35, L_36); return L_37; } } // System.Object System.Xml.XPath.XPathNavigator::System.ICloneable.Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_System_ICloneable_Clone_m74317CEB6E525B7CB20F874ACF2E72A363EDB95A (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); return L_0; } } // System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::CreateNavigator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* XPathNavigator_CreateNavigator_m3B9907E1662A516437B437A00EFB2F3566CB8A57 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); return L_0; } } // System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupNamespace_m3893E74CE84581B2F55045B37D22C854D686D411 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; { String_t* L_0 = ___0_prefix; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_0025; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_2; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3); if (!L_4) { goto IL_003c; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = V_0; String_t* L_6 = ___0_prefix; NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(22 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, L_5, L_6); return L_7; } IL_0025: { String_t* L_8 = ___0_prefix; bool L_9; L_9 = VirtualFuncInvoker1< bool, String_t* >::Invoke(41 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) */, __this, L_8); if (!L_9) { goto IL_003c; } } { String_t* L_10; L_10 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); return L_10; } IL_003c: { String_t* L_12 = ___0_prefix; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); if (L_13) { goto IL_004a; } } { String_t* L_14 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_14; } IL_004a: { String_t* L_15 = ___0_prefix; bool L_16; L_16 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_15, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (!L_16) { goto IL_005d; } } { return _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; } IL_005d: { String_t* L_17 = ___0_prefix; bool L_18; L_18 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_17, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_18) { goto IL_0070; } } { return _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; } IL_0070: { return (String_t*)NULL; } } // System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_LookupPrefix_mE61D0E42321BFD0E88449B3159EE1A58D972BEB4 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_namespaceURI, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; { String_t* L_0 = ___0_namespaceURI; if (L_0) { goto IL_0005; } } { return (String_t*)NULL; } IL_0005: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1; L_1 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_1; int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((((int32_t)L_2) == ((int32_t)1))) { goto IL_0025; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = V_0; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_3); if (!L_4) { goto IL_004c; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = V_0; String_t* L_6 = ___0_namespaceURI; NullCheck(L_5); String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(23 /* System.String System.Xml.XPath.XPathNavigator::LookupPrefix(System.String) */, L_5, L_6); return L_7; } IL_0025: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker1< bool, int32_t >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_8, 0); if (!L_9) { goto IL_004c; } } IL_002e: { String_t* L_10 = ___0_namespaceURI; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_11); bool L_13; L_13 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_10, L_12, NULL); if (!L_13) { goto IL_0043; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = V_0; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, L_14); return L_15; } IL_0043: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_16 = V_0; NullCheck(L_16); bool L_17; L_17 = VirtualFuncInvoker1< bool, int32_t >::Invoke(43 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, L_16, 0); if (L_17) { goto IL_002e; } } IL_004c: { String_t* L_18 = ___0_namespaceURI; String_t* L_19 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_20; L_20 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(22 /* System.String System.Xml.XPath.XPathNavigator::LookupNamespace(System.String) */, __this, L_19); bool L_21; L_21 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, L_20, NULL); if (!L_21) { goto IL_0065; } } { String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_22; } IL_0065: { String_t* L_23 = ___0_namespaceURI; bool L_24; L_24 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_23, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_24) { goto IL_0078; } } { return _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; } IL_0078: { String_t* L_25 = ___0_namespaceURI; bool L_26; L_26 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_25, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_26) { goto IL_008b; } } { return _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; } IL_008b: { return (String_t*)NULL; } } // System.Collections.Generic.IDictionary`2 System.Xml.XPath.XPathNavigator::GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_GetNamespacesInScope_mA67FAD8D6E5615EA677D9F6E151608A8DD412317 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, int32_t ___0_scope, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* V_1 = NULL; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_2 = NULL; String_t* V_3 = NULL; String_t* V_4 = NULL; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); V_0 = L_0; int32_t L_1 = V_0; if ((((int32_t)L_1) == ((int32_t)1))) { goto IL_000f; } } { int32_t L_2 = ___0_scope; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0017; } } IL_000f: { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)2))) { goto IL_0017; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)3)))) { goto IL_002e; } } IL_0017: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5; L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_2 = L_5; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = V_2; NullCheck(L_6); bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_6); if (!L_7) { goto IL_002e; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = V_2; int32_t L_9 = ___0_scope; NullCheck(L_8); RuntimeObject* L_10; L_10 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(24 /* System.Collections.Generic.IDictionary`2 System.Xml.XPath.XPathNavigator::GetNamespacesInScope(System.Xml.XmlNamespaceScope) */, L_8, L_9); return L_10; } IL_002e: { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_11 = (Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83*)il2cpp_codegen_object_new(Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83_il2cpp_TypeInfo_var); NullCheck(L_11); Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052(L_11, Dictionary_2__ctor_m768E076F1E804CE4959F4E71D3E6A9ADE2F55052_RuntimeMethod_var); V_1 = L_11; int32_t L_12 = ___0_scope; if (L_12) { goto IL_0047; } } { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_13 = V_1; NullCheck(L_13); Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_13, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var); } IL_0047: { int32_t L_14 = ___0_scope; bool L_15; L_15 = VirtualFuncInvoker1< bool, int32_t >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, L_14); if (!L_15) { goto IL_008d; } } IL_0050: { String_t* L_16; L_16 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); V_3 = L_16; String_t* L_17; L_17 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); V_4 = L_17; String_t* L_18 = V_3; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL); if (L_19) { goto IL_0074; } } { String_t* L_20 = V_4; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL); if (L_21) { goto IL_0074; } } { int32_t L_22 = ___0_scope; if ((!(((uint32_t)L_22) == ((uint32_t)2)))) { goto IL_007d; } } IL_0074: { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_23 = V_1; String_t* L_24 = V_3; String_t* L_25 = V_4; NullCheck(L_23); Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2(L_23, L_24, L_25, Dictionary_2_set_Item_m9BF625649E96E60C1509898A992A6447E351D1A2_RuntimeMethod_var); } IL_007d: { int32_t L_26 = ___0_scope; bool L_27; L_27 = VirtualFuncInvoker1< bool, int32_t >::Invoke(43 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, L_26); if (L_27) { goto IL_0050; } } { bool L_28; L_28 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_008d: { Dictionary_2_t46B2DB028096FA2B828359E52F37F3105A83AD83* L_29 = V_1; return L_29; } } // System.String System.Xml.XPath.XPathNavigator::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_get_XmlLang_m95532E05E90435F5F022611A36B36FC7E4C8C849 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); s_Il2CppMethodInitialized = true; } XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; } IL_0007: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = V_0; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToAttribute(System.String,System.String) */, L_1, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); if (!L_2) { goto IL_0020; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = V_0; NullCheck(L_3); String_t* L_4; L_4 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, L_3); return L_4; } IL_0020: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_5); if (L_6) { goto IL_0007; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_7; } } // System.Object System.Xml.XPath.XPathNavigator::get_UnderlyingObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_get_UnderlyingObject_mA4ABE2E913A936651C4E07AD7B8B71E0D07B0FC9 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { return NULL; } } // System.Boolean System.Xml.XPath.XPathNavigator::get_HasAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_get_HasAttributes_mD8BF877B895C3A06A0DFF81F73735D211C1BFB3D (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstAttribute() */, __this); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); return (bool)1; } } // System.String System.Xml.XPath.XPathNavigator::GetAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_GetAttribute_m4AD4E57A8840CA3FD1D510A89BE4682191BB2B73 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_localName; String_t* L_1 = ___1_namespaceURI; bool L_2; L_2 = VirtualFuncInvoker2< bool, String_t*, String_t* >::Invoke(37 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToAttribute(System.String,System.String) */, __this, L_0, L_1); if (L_2) { goto IL_0010; } } { return _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709; } IL_0010: { String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); return L_3; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToAttribute_m0E759C481D846AB68DEA97DDD2F9963300868FC6 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstAttribute() */, __this); if (!L_0) { goto IL_0035; } } IL_0008: { String_t* L_1 = ___0_localName; String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL); if (!L_3) { goto IL_0026; } } { String_t* L_4 = ___1_namespaceURI; String_t* L_5; L_5 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_6; L_6 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, L_5, NULL); if (!L_6) { goto IL_0026; } } { return (bool)1; } IL_0026: { bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, __this); if (L_7) { goto IL_0008; } } { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_0035: { return (bool)0; } } // System.String System.Xml.XPath.XPathNavigator::GetNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_GetNamespace_m7F7CD98EA31E601408BEDDB21E6B5852ECDD91EC (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } { String_t* L_0 = ___0_name; bool L_1; L_1 = VirtualFuncInvoker1< bool, String_t* >::Invoke(41 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) */, __this, L_0); if (L_1) { goto IL_0035; } } { String_t* L_2 = ___0_name; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (!L_3) { goto IL_001c; } } { return _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; } IL_001c: { String_t* L_4 = ___0_name; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_5) { goto IL_002f; } } { return _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; } IL_002f: { String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; return L_6; } IL_0035: { String_t* L_7; L_7 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Xml.XPath.XPathItem::get_Value() */, __this); bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); return L_7; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNamespace_m83D31622433418DB60BCD6EE09FA7A1751607940 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_name, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, int32_t >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); if (!L_0) { goto IL_0029; } } IL_0009: { String_t* L_1 = ___0_name; String_t* L_2; L_2 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_1, L_2, NULL); if (!L_3) { goto IL_0019; } } { return (bool)1; } IL_0019: { bool L_4; L_4 = VirtualFuncInvoker1< bool, int32_t >::Invoke(43 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); if (L_4) { goto IL_0009; } } { bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_0029: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFirstNamespace_mAB5E988D08695706AC774BF9CC080D0BBE87D7F3 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, int32_t >::Invoke(42 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); return L_0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNextNamespace_mCFC0E397E3FDF324C07601ED923DBDD9475163E7 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker1< bool, int32_t >::Invoke(43 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextNamespace(System.Xml.XPath.XPathNamespaceScope) */, __this, 0); return L_0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirst() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFirst_mA9A9FE7A09706E51721CD7ECC60CE124C1DC8CC3 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); V_0 = L_0; int32_t L_1 = V_0; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, 2))) <= ((uint32_t)1)))) { goto IL_000f; } } { return (bool)0; } IL_000f: { bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_2) { goto IL_0019; } } { return (bool)0; } IL_0019: { bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); return L_3; } } // System.Void System.Xml.XPath.XPathNavigator::MoveToRoot() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator_MoveToRoot_m63DB47F0929C69A862A3646F31780568C9139F1E (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { IL_0000: { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_0) { goto IL_0000; } } { return; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToChild(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToChild_m55657FBE923E237AA4476A8A3DBB98FCE14BA822 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (!L_0) { goto IL_003e; } } IL_0008: { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_002f; } } { String_t* L_2 = ___0_localName; String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_4; L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, L_3, NULL); if (!L_4) { goto IL_002f; } } { String_t* L_5 = ___1_namespaceURI; String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_7; L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, L_6, NULL); if (!L_7) { goto IL_002f; } } { return (bool)1; } IL_002f: { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_8) { goto IL_0008; } } { bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_003e: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToChild(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToChild_m644B2CE7D8C3B54C44BEBF3E0724FE1D2C22727B (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, int32_t ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (!L_0) { goto IL_002f; } } { int32_t L_1 = ___0_type; il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); int32_t L_2; L_2 = XPathNavigator_GetContentKindMask_m8DAF1BF28F46A29F14C49C126D6B80DC80B2DD5F(L_1, NULL); V_0 = L_2; } IL_000f: { int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); int32_t L_4 = V_0; if (!((int32_t)(((int32_t)(1<<((int32_t)((int32_t)L_3&((int32_t)31)))))&L_4))) { goto IL_0020; } } { return (bool)1; } IL_0020: { bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_5) { goto IL_000f; } } { bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); } IL_002f: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFollowing(System.String,System.String,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFollowing_m4DFCBFDDAB3668CECB032D2D7C93D62CF15326BC (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___2_end, const RuntimeMethod* method) { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; int32_t V_1 = 0; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = ___2_end; if (!L_1) { goto IL_0026; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2 = ___2_end; NullCheck(L_2); int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_2); V_1 = L_3; int32_t L_4 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_4, 2))) <= ((uint32_t)1)))) { goto IL_0026; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = ___2_end; NullCheck(L_5); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6; L_6 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_5); ___2_end = L_6; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7 = ___2_end; NullCheck(L_7); bool L_8; L_8 = XPathNavigator_MoveToNonDescendant_m785F90081CF048930901F95070E165A4DFD2552D(L_7, NULL); } IL_0026: { int32_t L_9; L_9 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); V_1 = L_9; int32_t L_10 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, 2))) <= ((uint32_t)1)))) { goto IL_003d; } } { bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_11) { goto IL_003d; } } { return (bool)0; } IL_003d: { bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (L_12) { goto IL_005f; } } IL_0045: { bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_13) { goto IL_005f; } } { bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_14) { goto IL_0045; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_15 = V_0; bool L_16; L_16 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_15); return (bool)0; } IL_005f: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17 = ___2_end; if (!L_17) { goto IL_0075; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_18 = ___2_end; bool L_19; L_19 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, __this, L_18); if (!L_19) { goto IL_0075; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_20 = V_0; bool L_21; L_21 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_20); return (bool)0; } IL_0075: { int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_22) == ((uint32_t)1)))) { goto IL_003d; } } { String_t* L_23 = ___0_localName; String_t* L_24; L_24 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_25; L_25 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_23, L_24, NULL); if (L_25) { goto IL_003d; } } { String_t* L_26 = ___1_namespaceURI; String_t* L_27; L_27 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_28; L_28 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_26, L_27, NULL); if (L_28) { goto IL_003d; } } { return (bool)1; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToFollowing(System.Xml.XPath.XPathNodeType,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToFollowing_m1C6A3E3C5ECE71E3D9DA0CDB1B1762C185D4DC5A (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, int32_t ___0_type, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___1_end, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; int32_t V_1 = 0; int32_t V_2 = 0; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; int32_t L_1 = ___0_type; il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); int32_t L_2; L_2 = XPathNavigator_GetContentKindMask_m8DAF1BF28F46A29F14C49C126D6B80DC80B2DD5F(L_1, NULL); V_1 = L_2; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = ___1_end; if (!L_3) { goto IL_002d; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ___1_end; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_4); V_2 = L_5; int32_t L_6 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, 2))) <= ((uint32_t)1)))) { goto IL_002d; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7 = ___1_end; NullCheck(L_7); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8; L_8 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_7); ___1_end = L_8; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = ___1_end; NullCheck(L_9); bool L_10; L_10 = XPathNavigator_MoveToNonDescendant_m785F90081CF048930901F95070E165A4DFD2552D(L_9, NULL); } IL_002d: { int32_t L_11; L_11 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); V_2 = L_11; int32_t L_12 = V_2; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_12, 2))) <= ((uint32_t)1)))) { goto IL_0044; } } { bool L_13; L_13 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_13) { goto IL_0044; } } { return (bool)0; } IL_0044: { bool L_14; L_14 = VirtualFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (L_14) { goto IL_0066; } } IL_004c: { bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_15) { goto IL_0066; } } { bool L_16; L_16 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_16) { goto IL_004c; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_17 = V_0; bool L_18; L_18 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_17); return (bool)0; } IL_0066: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_19 = ___1_end; if (!L_19) { goto IL_007c; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_20 = ___1_end; bool L_21; L_21 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, __this, L_20); if (!L_21) { goto IL_007c; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_22 = V_0; bool L_23; L_23 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_22); return (bool)0; } IL_007c: { int32_t L_24; L_24 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); int32_t L_25 = V_1; if (!((int32_t)(((int32_t)(1<<((int32_t)((int32_t)L_24&((int32_t)31)))))&L_25))) { goto IL_0044; } } { return (bool)1; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNext_m5DE8B75E89EA94DA805F4784554657AB66486F1D (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, const RuntimeMethod* method) { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; goto IL_0030; } IL_0009: { int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if ((!(((uint32_t)L_1) == ((uint32_t)1)))) { goto IL_0030; } } { String_t* L_2 = ___0_localName; String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(27 /* System.String System.Xml.XPath.XPathNavigator::get_LocalName() */, __this); bool L_4; L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, L_3, NULL); if (!L_4) { goto IL_0030; } } { String_t* L_5 = ___1_namespaceURI; String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(29 /* System.String System.Xml.XPath.XPathNavigator::get_NamespaceURI() */, __this); bool L_7; L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, L_6, NULL); if (!L_7) { goto IL_0030; } } { return (bool)1; } IL_0030: { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_8) { goto IL_0009; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = V_0; bool L_10; L_10 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_9); return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNext_m0991999035972C3466B0273F5B30A7F9638325B3 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, int32_t ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; int32_t V_1 = 0; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; int32_t L_1 = ___0_type; il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); int32_t L_2; L_2 = XPathNavigator_GetContentKindMask_m8DAF1BF28F46A29F14C49C126D6B80DC80B2DD5F(L_1, NULL); V_1 = L_2; goto IL_0021; } IL_0010: { int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); int32_t L_4 = V_1; if (!((int32_t)(((int32_t)(1<<((int32_t)((int32_t)L_3&((int32_t)31)))))&L_4))) { goto IL_0021; } } { return (bool)1; } IL_0021: { bool L_5; L_5 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (L_5) { goto IL_0010; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = V_0; bool L_7; L_7 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_6); return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::get_HasChildren() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_get_HasChildren_mEE267EE104C48835F7658289D97A36698674DEDF (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { bool L_0; L_0 = VirtualFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (!L_0) { goto IL_0011; } } { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); return (bool)1; } IL_0011: { return (bool)0; } } // System.Boolean System.Xml.XPath.XPathNavigator::IsDescendant(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_IsDescendant_m2D53E8E4A3F6E271D151D7D09144DA87C33CD06E (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, const RuntimeMethod* method) { { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = ___0_nav; if (!L_0) { goto IL_0020; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = ___0_nav; NullCheck(L_1); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_1); ___0_nav = L_2; goto IL_0018; } IL_000d: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3 = ___0_nav; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_3, __this); if (!L_4) { goto IL_0018; } } { return (bool)1; } IL_0018: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = ___0_nav; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_5); if (L_6) { goto IL_000d; } } IL_0020: { return (bool)0; } } // System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::ComparePosition(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_ComparePosition_m003AD1A7BC2722ACCE4BC2A501691285E7D168AC (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral971696CB6407FC25FF80CF814D3D67C37EA7358E); s_Il2CppMethodInitialized = true; } XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_4 = NULL; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_5 = NULL; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = ___0_nav; if (L_0) { goto IL_0005; } } { return (int32_t)(3); } IL_0005: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = ___0_nav; bool L_2; L_2 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, __this, L_1); if (!L_2) { goto IL_0010; } } { return (int32_t)(2); } IL_0010: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_3; L_3 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_3; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = ___0_nav; NullCheck(L_4); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5; L_5 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_4); V_1 = L_5; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = V_0; NullCheck(L_6); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7; L_7 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_6); il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); int32_t L_8; L_8 = XPathNavigator_GetDepth_mC890A0833E7E968853F9941B8E006671F28EF766(L_7, NULL); V_2 = L_8; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = V_1; NullCheck(L_9); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_10; L_10 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_9); int32_t L_11; L_11 = XPathNavigator_GetDepth_mC890A0833E7E968853F9941B8E006671F28EF766(L_10, NULL); V_3 = L_11; int32_t L_12 = V_2; int32_t L_13 = V_3; if ((((int32_t)L_12) <= ((int32_t)L_13))) { goto IL_0056; } } { goto IL_0047; } IL_003c: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = V_0; NullCheck(L_14); bool L_15; L_15 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_14); int32_t L_16 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_16, 1)); } IL_0047: { int32_t L_17 = V_2; int32_t L_18 = V_3; if ((((int32_t)L_17) > ((int32_t)L_18))) { goto IL_003c; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_19 = V_0; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_20 = V_1; NullCheck(L_19); bool L_21; L_21 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_19, L_20); if (!L_21) { goto IL_0056; } } { return (int32_t)(1); } IL_0056: { int32_t L_22 = V_3; int32_t L_23 = V_2; if ((((int32_t)L_22) <= ((int32_t)L_23))) { goto IL_0076; } } { goto IL_0067; } IL_005c: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_24 = V_1; NullCheck(L_24); bool L_25; L_25 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_24); int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_subtract(L_26, 1)); } IL_0067: { int32_t L_27 = V_3; int32_t L_28 = V_2; if ((((int32_t)L_27) > ((int32_t)L_28))) { goto IL_005c; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_29 = V_0; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_30 = V_1; NullCheck(L_29); bool L_31; L_31 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_29, L_30); if (!L_31) { goto IL_0076; } } { return (int32_t)(0); } IL_0076: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_32 = V_0; NullCheck(L_32); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_33; L_33 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_32); V_4 = L_33; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_34 = V_1; NullCheck(L_34); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_35; L_35 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, L_34); V_5 = L_35; } IL_0086: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_36 = V_4; NullCheck(L_36); bool L_37; L_37 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_36); if (!L_37) { goto IL_0098; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_38 = V_5; NullCheck(L_38); bool L_39; L_39 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_38); if (L_39) { goto IL_009a; } } IL_0098: { return (int32_t)(3); } IL_009a: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_40 = V_4; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_41 = V_5; NullCheck(L_40); bool L_42; L_42 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_40, L_41); if (!L_42) { goto IL_00c4; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_43 = V_0; NullCheck(L_43); Type_t* L_44; L_44 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(L_43, NULL); NullCheck(L_44); String_t* L_45; L_45 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44); bool L_46; L_46 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_45, _stringLiteral971696CB6407FC25FF80CF814D3D67C37EA7358E, NULL); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_47 = V_0; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_48 = V_1; int32_t L_49; L_49 = XPathNavigator_CompareSiblings_m3D9DD57DEAF73881B7E2690EFBC776469A01069A(__this, L_47, L_48, NULL); return L_49; } IL_00c4: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_50 = V_0; NullCheck(L_50); bool L_51; L_51 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_50); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_52 = V_1; NullCheck(L_52); bool L_53; L_53 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_52); goto IL_0086; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XPath.XPathNavigator::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_get_SchemaInfo_m3500A29FBB95750AC1935EED2F3439C9FFFD7C1C (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { return ((RuntimeObject*)IsInst((RuntimeObject*)__this, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var)); } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* XPathNavigator_Select_m06122F3E7EA14B3AA2176AC4E038E874B366AAFF (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_xpath, const RuntimeMethod* method) { { String_t* L_0 = ___0_xpath; XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* L_1; L_1 = XPathExpression_Compile_m18F633DB64C8047D26101E1B7DFA5FD540AF8940(L_0, NULL); XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2; L_2 = VirtualFuncInvoker1< XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*, XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* >::Invoke(64 /* System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.Xml.XPath.XPathExpression) */, __this, L_1); return L_2; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::Select(System.Xml.XPath.XPathExpression) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* XPathNavigator_Select_mFC06A313ADD9B3B7C16E121DAD5C451116DC0B99 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* ___0_expr, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* G_B2_0 = NULL; XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* G_B1_0 = NULL; { XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* L_0 = ___0_expr; RuntimeObject* L_1; L_1 = VirtualFuncInvoker1< RuntimeObject*, XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* >::Invoke(65 /* System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression) */, __this, L_0); XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_2 = ((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)IsInstClass((RuntimeObject*)L_1, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var)); G_B1_0 = L_2; if (L_2) { G_B2_0 = L_2; goto IL_001a; } } { XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_3; L_3 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDB43AF7750517FC9C2883D18BF195926C1325D17)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathNavigator_Select_mFC06A313ADD9B3B7C16E121DAD5C451116DC0B99_RuntimeMethod_var))); } IL_001a: { return G_B2_0; } } // System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_Evaluate_m6CB48CD6E85EE8062201120BB7B812D163622C31 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* ___0_expr, const RuntimeMethod* method) { { XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* L_0 = ___0_expr; RuntimeObject* L_1; L_1 = VirtualFuncInvoker2< RuntimeObject*, XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(66 /* System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression,System.Xml.XPath.XPathNodeIterator) */, __this, L_0, (XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)NULL); return L_1; } } // System.Object System.Xml.XPath.XPathNavigator::Evaluate(System.Xml.XPath.XPathExpression,System.Xml.XPath.XPathNodeIterator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XPathNavigator_Evaluate_mE1E08D44261603DC685F993C06366E301023CE34 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* ___0_expr, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* ___1_context, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* V_0 = NULL; RuntimeObject* V_1 = NULL; CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* G_B2_0 = NULL; CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* G_B1_0 = NULL; { XPathExpression_tC440DEEAB01C583C8C5CA3CD45AE589FE412F10B* L_0 = ___0_expr; CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73* L_1 = ((CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73*)IsInstClass((RuntimeObject*)L_0, CompiledXpathExpr_t1C2380F42DDC1C51F21BC537F3F01FC15A608C73_il2cpp_TypeInfo_var)); G_B1_0 = L_1; if (L_1) { G_B2_0 = L_1; goto IL_0014; } } { XPathException_t0525C5EE2F588F6CDF71D9562FB23BB41D4BB645* L_2; L_2 = XPathException_Create_m823FEEDBF0AF2F0BAF71C56A7199E82D37FB9D82(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFAA00C50B7D04DD383D697F31AB23DBFB14D8359)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XPathNavigator_Evaluate_mE1E08D44261603DC685F993C06366E301023CE34_RuntimeMethod_var))); } IL_0014: { NullCheck(G_B2_0); Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_3; L_3 = CompiledXpathExpr_get_QueryTree_m0D8ED9C4C87032AC6BE036E4882264DAC3610A61(G_B2_0, NULL); Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_4; L_4 = Query_Clone_m0C3EB356B72B98E1D5312F8ED129AB1EEB10CFF2(L_3, NULL); V_0 = L_4; Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_5 = V_0; NullCheck(L_5); VirtualActionInvoker0::Invoke(12 /* System.Void MS.Internal.Xml.XPath.ResetableIterator::Reset() */, L_5); XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_6 = ___1_context; if (L_6) { goto IL_0036; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_7; L_7 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389* L_8 = (XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389*)il2cpp_codegen_object_new(XPathSingletonIterator_t733BA70C502628735AE3F2D19C3CA40CB5F59389_il2cpp_TypeInfo_var); NullCheck(L_8); XPathSingletonIterator__ctor_m6503CD91BB26FCB9A485893C0E1F383F4A498084(L_8, L_7, (bool)1, NULL); ___1_context = L_8; } IL_0036: { Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_9 = V_0; XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_10 = ___1_context; NullCheck(L_9); RuntimeObject* L_11; L_11 = VirtualFuncInvoker1< RuntimeObject*, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* >::Invoke(14 /* System.Object MS.Internal.Xml.XPath.Query::Evaluate(System.Xml.XPath.XPathNodeIterator) */, L_9, L_10); V_1 = L_11; RuntimeObject* L_12 = V_1; if (!((XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B*)IsInstClass((RuntimeObject*)L_12, XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B_il2cpp_TypeInfo_var))) { goto IL_0053; } } { XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* L_13 = ___1_context; NullCheck(L_13); XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14; L_14 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(8 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNodeIterator::get_Current() */, L_13); Query_tA79EC81C5C56470386C2FCCF4CC81C13847DCFB6* L_15 = V_0; XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6* L_16 = (XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6*)il2cpp_codegen_object_new(XPathSelectionIterator_tD21F19BD736F5146B9C468681C99C8FC432BCBF6_il2cpp_TypeInfo_var); NullCheck(L_16); XPathSelectionIterator__ctor_m1DCBC76CE4179D10C5A3244E6C4ABED6F977FE20(L_16, L_14, L_15, NULL); return L_16; } IL_0053: { RuntimeObject* L_17 = V_1; return L_17; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* XPathNavigator_SelectChildren_m4A723CE225EFEA1B4F8E529EE0B54964EFE1C8A4 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, int32_t ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); int32_t L_1 = ___0_type; XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9* L_2 = (XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9*)il2cpp_codegen_object_new(XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9_il2cpp_TypeInfo_var); NullCheck(L_2); XPathChildIterator__ctor_mAC63B720E0D6DBEEF6691A9A41BA3A5F0EB78B63(L_2, L_0, L_1, NULL); return L_2; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectChildren(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* XPathNavigator_SelectChildren_m073828D9E8FBEA7915DFF7EAFA8B7DAD76BF08C0 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_name, String_t* ___1_namespaceURI, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); String_t* L_1 = ___0_name; String_t* L_2 = ___1_namespaceURI; XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9* L_3 = (XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9*)il2cpp_codegen_object_new(XPathChildIterator_t7AE48294550EE1A0738D3AC370E6142B7D9123D9_il2cpp_TypeInfo_var); NullCheck(L_3); XPathChildIterator__ctor_mFFB165E9B76E647A997B4E5C55CAC8D7325A85CF(L_3, L_0, L_1, L_2, NULL); return L_3; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.Xml.XPath.XPathNodeType,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* XPathNavigator_SelectDescendants_m44D4DBD623D3ABA73B0F6B383CFF27EE802E05D6 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, int32_t ___0_type, bool ___1_matchSelf, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); int32_t L_1 = ___0_type; bool L_2 = ___1_matchSelf; XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB* L_3 = (XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB*)il2cpp_codegen_object_new(XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB_il2cpp_TypeInfo_var); NullCheck(L_3); XPathDescendantIterator__ctor_mAC48F85C8B527E93C153272ACFF687EF5E8E99CF(L_3, L_0, L_1, L_2, NULL); return L_3; } } // System.Xml.XPath.XPathNodeIterator System.Xml.XPath.XPathNavigator::SelectDescendants(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XPathNodeIterator_t66EEBD00F1DC503EEF7D1F7D9B724A446A53223B* XPathNavigator_SelectDescendants_m8F2A4F728E4B17E222ED01E61CBE1393EEE97C29 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, String_t* ___0_name, String_t* ___1_namespaceURI, bool ___2_matchSelf, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); String_t* L_1 = ___0_name; String_t* L_2 = ___1_namespaceURI; bool L_3 = ___2_matchSelf; XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB* L_4 = (XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB*)il2cpp_codegen_object_new(XPathDescendantIterator_tD378EDC0C6297166152D4FAA676FD28AE67077BB_il2cpp_TypeInfo_var); NullCheck(L_4); XPathDescendantIterator__ctor_mD41E2B7332A7A5C62EFD9DECCE28F989D2A83A42(L_4, L_0, L_1, L_2, L_3, NULL); return L_4; } } // System.Boolean System.Xml.XPath.XPathNavigator::MoveToNonDescendant() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_MoveToNonDescendant_m785F90081CF048930901F95070E165A4DFD2552D (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; int32_t V_1 = 0; { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); if (L_0) { goto IL_000a; } } { return (bool)0; } IL_000a: { bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (!L_1) { goto IL_0014; } } { return (bool)1; } IL_0014: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_2; L_2 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_2; bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_3) { goto IL_0025; } } { return (bool)0; } IL_0025: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_4); V_1 = L_5; int32_t L_6 = V_1; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_6, 2))) <= ((uint32_t)1)))) { goto IL_004e; } } { bool L_7; L_7 = VirtualFuncInvoker0< bool >::Invoke(47 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToFirstChild() */, __this); if (!L_7) { goto IL_004e; } } { return (bool)1; } IL_003c: { bool L_8; L_8 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, __this); if (L_8) { goto IL_004e; } } { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_9 = V_0; bool L_10; L_10 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(50 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveTo(System.Xml.XPath.XPathNavigator) */, __this, L_9); return (bool)0; } IL_004e: { bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, __this); if (!L_11) { goto IL_003c; } } { return (bool)1; } } // System.UInt32 System.Xml.XPath.XPathNavigator::get_IndexInParent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t XPathNavigator_get_IndexInParent_m7C10413CA87A913BD7FB9B858B714C8CFB3F3C7C (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; uint32_t V_1 = 0; int32_t V_2 = 0; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; V_1 = 0; int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); V_2 = L_1; int32_t L_2 = V_2; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_001e; } } { int32_t L_3 = V_2; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_002c; } } { goto IL_003a; } IL_001a: { uint32_t L_4 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, 1)); } IL_001e: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_5 = V_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, L_5); if (L_6) { goto IL_001a; } } { goto IL_0042; } IL_0028: { uint32_t L_7 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, 1)); } IL_002c: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = V_0; NullCheck(L_8); bool L_9; L_9 = XPathNavigator_MoveToNextNamespace_mCFC0E397E3FDF324C07601ED923DBDD9475163E7(L_8, NULL); if (L_9) { goto IL_0028; } } { goto IL_0042; } IL_0036: { uint32_t L_10 = V_1; V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, 1)); } IL_003a: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = V_0; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_11); if (L_12) { goto IL_0036; } } IL_0042: { uint32_t L_13 = V_1; return L_13; } } // System.String System.Xml.XPath.XPathNavigator::get_UniqueId() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XPathNavigator_get_UniqueId_m7AA4AFD22CFFFB63E5E6E14D974477EAFC02DEDE (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* V_0 = NULL; StringBuilder_t* V_1 = NULL; uint32_t V_2 = 0; { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0; L_0 = VirtualFuncInvoker0< XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(25 /* System.Xml.XPath.XPathNavigator System.Xml.XPath.XPathNavigator::Clone() */, __this); V_0 = L_0; StringBuilder_t* L_1 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_1); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_1, NULL); V_1 = L_1; StringBuilder_t* L_2 = V_1; il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___NodeTypeLetter_1; int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, __this); NullCheck(L_3); int32_t L_5 = L_4; uint16_t L_6 = (uint16_t)(L_3)->GetAt(static_cast(L_5)); NullCheck(L_2); StringBuilder_t* L_7; L_7 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_2, L_6, NULL); } IL_0020: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_8 = V_0; NullCheck(L_8); uint32_t L_9; L_9 = XPathNavigator_get_IndexInParent_m7C10413CA87A913BD7FB9B858B714C8CFB3F3C7C(L_8, NULL); V_2 = L_9; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_10 = V_0; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_10); if (!L_11) { goto IL_0070; } } { uint32_t L_12 = V_2; if ((!(((uint32_t)L_12) <= ((uint32_t)((int32_t)31))))) { goto IL_0044; } } { StringBuilder_t* L_13 = V_1; il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___UniqueIdTbl_2; uint32_t L_15 = V_2; NullCheck(L_14); uint32_t L_16 = L_15; uint16_t L_17 = (uint16_t)(L_14)->GetAt(static_cast(L_16)); NullCheck(L_13); StringBuilder_t* L_18; L_18 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_13, L_17, NULL); goto IL_0020; } IL_0044: { StringBuilder_t* L_19 = V_1; NullCheck(L_19); StringBuilder_t* L_20; L_20 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_19, ((int32_t)48), NULL); } IL_004d: { StringBuilder_t* L_21 = V_1; il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___UniqueIdTbl_2; uint32_t L_23 = V_2; NullCheck(L_22); int32_t L_24 = ((int32_t)((int32_t)L_23&((int32_t)31))); uint16_t L_25 = (uint16_t)(L_22)->GetAt(static_cast(L_24)); NullCheck(L_21); StringBuilder_t* L_26; L_26 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_21, L_25, NULL); uint32_t L_27 = V_2; V_2 = ((int32_t)((uint32_t)L_27>>5)); uint32_t L_28 = V_2; if (L_28) { goto IL_004d; } } { StringBuilder_t* L_29 = V_1; NullCheck(L_29); StringBuilder_t* L_30; L_30 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_29, ((int32_t)48), NULL); goto IL_0020; } IL_0070: { StringBuilder_t* L_31 = V_1; NullCheck(L_31); String_t* L_32; L_32 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_31); return L_32; } } // System.Int32 System.Xml.XPath.XPathNavigator::GetDepth(System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetDepth_mC890A0833E7E968853F9941B8E006671F28EF766 (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_nav, const RuntimeMethod* method) { int32_t V_0 = 0; { V_0 = 0; goto IL_0008; } IL_0004: { int32_t L_0 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_0, 1)); } IL_0008: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_1 = ___0_nav; NullCheck(L_1); bool L_2; L_2 = VirtualFuncInvoker0< bool >::Invoke(48 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToParent() */, L_1); if (L_2) { goto IL_0004; } } { int32_t L_3 = V_0; return L_3; } } // System.Xml.XmlNodeOrder System.Xml.XPath.XPathNavigator::CompareSiblings(System.Xml.XPath.XPathNavigator,System.Xml.XPath.XPathNavigator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_CompareSiblings_m3D9DD57DEAF73881B7E2690EFBC776469A01069A (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___0_n1, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* ___1_n2, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { V_0 = 0; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_0 = ___0_n1; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_0); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)2))) { goto IL_0013; } } { int32_t L_3 = V_1; if ((((int32_t)L_3) == ((int32_t)3))) { goto IL_001d; } } { goto IL_0019; } IL_0013: { int32_t L_4 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); goto IL_001d; } IL_0019: { int32_t L_5 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_5, 2)); } IL_001d: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_6 = ___1_n2; NullCheck(L_6); int32_t L_7; L_7 = VirtualFuncInvoker0< int32_t >::Invoke(26 /* System.Xml.XPath.XPathNodeType System.Xml.XPath.XPathNavigator::get_NodeType() */, L_6); V_1 = L_7; int32_t L_8 = V_1; if ((((int32_t)L_8) == ((int32_t)2))) { goto IL_0046; } } { int32_t L_9 = V_1; if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_0064; } } { int32_t L_10 = V_0; if (L_10) { goto IL_0080; } } { goto IL_003c; } IL_0031: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_11 = ___0_n1; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_12 = ___1_n2; NullCheck(L_11); bool L_13; L_13 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_11, L_12); if (!L_13) { goto IL_003c; } } { return (int32_t)(0); } IL_003c: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_14 = ___0_n1; NullCheck(L_14); bool L_15; L_15 = XPathNavigator_MoveToNextNamespace_mCFC0E397E3FDF324C07601ED923DBDD9475163E7(L_14, NULL); if (L_15) { goto IL_0031; } } { goto IL_0080; } IL_0046: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_16, 1)); int32_t L_17 = V_0; if (L_17) { goto IL_0080; } } { goto IL_005a; } IL_004f: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_18 = ___0_n1; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_19 = ___1_n2; NullCheck(L_18); bool L_20; L_20 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_18, L_19); if (!L_20) { goto IL_005a; } } { return (int32_t)(0); } IL_005a: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_21 = ___0_n1; NullCheck(L_21); bool L_22; L_22 = VirtualFuncInvoker0< bool >::Invoke(39 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNextAttribute() */, L_21); if (L_22) { goto IL_004f; } } { goto IL_0080; } IL_0064: { int32_t L_23 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_23, 2)); int32_t L_24 = V_0; if (L_24) { goto IL_0080; } } { goto IL_0078; } IL_006d: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_25 = ___0_n1; XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_26 = ___1_n2; NullCheck(L_25); bool L_27; L_27 = VirtualFuncInvoker1< bool, XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* >::Invoke(59 /* System.Boolean System.Xml.XPath.XPathNavigator::IsSamePosition(System.Xml.XPath.XPathNavigator) */, L_25, L_26); if (!L_27) { goto IL_0078; } } { return (int32_t)(0); } IL_0078: { XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* L_28 = ___0_n1; NullCheck(L_28); bool L_29; L_29 = VirtualFuncInvoker0< bool >::Invoke(44 /* System.Boolean System.Xml.XPath.XPathNavigator::MoveToNext() */, L_28); if (L_29) { goto IL_006d; } } IL_0080: { int32_t L_30 = V_0; if ((((int32_t)L_30) < ((int32_t)0))) { goto IL_0086; } } { return (int32_t)(1); } IL_0086: { return (int32_t)(0); } } // System.Int32 System.Xml.XPath.XPathNavigator::GetContentKindMask(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetContentKindMask_m8DAF1BF28F46A29F14C49C126D6B80DC80B2DD5F (int32_t ___0_type, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___ContentKindMasks_3; int32_t L_1 = ___0_type; NullCheck(L_0); int32_t L_2 = L_1; int32_t L_3 = (L_0)->GetAt(static_cast(L_2)); return L_3; } } // System.Int32 System.Xml.XPath.XPathNavigator::GetKindMask(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XPathNavigator_GetKindMask_mC85141D9CC077E0C8FCE49249236DE23E7B0FE25 (int32_t ___0_type, const RuntimeMethod* method) { { int32_t L_0 = ___0_type; if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)9))))) { goto IL_000b; } } { return ((int32_t)2147483647LL); } IL_000b: { int32_t L_1 = ___0_type; if ((!(((uint32_t)L_1) == ((uint32_t)4)))) { goto IL_0012; } } { return ((int32_t)112); } IL_0012: { int32_t L_2 = ___0_type; return ((int32_t)(1<<((int32_t)((int32_t)L_2&((int32_t)31))))); } } // System.Boolean System.Xml.XPath.XPathNavigator::IsText(System.Xml.XPath.XPathNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XPathNavigator_IsText_m74E93D0BC5DBD578B5C1CCD25BE436228F0B4610 (int32_t ___0_type, const RuntimeMethod* method) { { int32_t L_0 = ___0_type; return (bool)((((int32_t)((!(((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_0, 4))) <= ((uint32_t)2)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Xml.XPath.XPathNavigator::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator__ctor_m2A24E4B324A522498AE39749E6407908C47C8E5C (XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13* __this, const RuntimeMethod* method) { { XPathItem__ctor_m649945BF95822C606725A5E0103D0C2120FA371B(__this, NULL); return; } } // System.Void System.Xml.XPath.XPathNavigator::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XPathNavigator__cctor_mE5CE02D7596EA27AA3A578ECABAD97B6452E22C7 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____24F70FC64555D9B7646AD4C0EEB8DF5286779F0E39C15ACA61305BC4A5E40BE6_6_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____AD6E77E234021D825C77689D82D414CDA3ABAE1ACC346D4BA2D6B1876CFC5FBC_31_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____FFF813C50ED1BEC943E2CA58860CC34E0A14A5C0E858B97C7670A384005CC064_52_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185* L_0 = (XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185*)il2cpp_codegen_object_new(XPathNavigatorKeyComparer_t9E68DA4BC364ECF19858E14AECCE74476362F185_il2cpp_TypeInfo_var); NullCheck(L_0); XPathNavigatorKeyComparer__ctor_m231B79202D931C13320C80832BFC6FF03D443C92(L_0, NULL); ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___comparer_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___comparer_0), (void*)L_0); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_3 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____FFF813C50ED1BEC943E2CA58860CC34E0A14A5C0E858B97C7670A384005CC064_52_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_2, L_3, NULL); ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___NodeTypeLetter_1 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___NodeTypeLetter_1), (void*)L_2); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = L_4; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_6 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____AD6E77E234021D825C77689D82D414CDA3ABAE1ACC346D4BA2D6B1876CFC5FBC_31_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_5, L_6, NULL); ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___UniqueIdTbl_2 = L_5; Il2CppCodeGenWriteBarrier((void**)(&((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___UniqueIdTbl_2), (void*)L_5); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_7 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)10)); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_8 = L_7; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_9 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____24F70FC64555D9B7646AD4C0EEB8DF5286779F0E39C15ACA61305BC4A5E40BE6_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_8, L_9, NULL); ((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___ContentKindMasks_3 = L_8; Il2CppCodeGenWriteBarrier((void**)(&((XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_StaticFields*)il2cpp_codegen_static_fields_for(XPathNavigator_tC010C20907D6C6F1589A1BF1B5BE4C313C289E13_il2cpp_TypeInfo_var))->___ContentKindMasks_3), (void*)L_8); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline (ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_0 = __this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Name_mC9D21D5BADE11AEAC7ED5886B39E1A774C63B830_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___name_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_ParsingInProgress_m1A11FBE9700163EB33B81751FB96EA42F99F90EC_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) { { bool L_0 = __this->___parsingInProgress_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaEntity_get_IsExternal_mBFBDEF21B96AE11DAF242E5B7E2C3B63693FC8CE_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) { { bool L_0 = __this->___isExternal_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SchemaEntity_get_Text_mDCF201E623D7A98F87E859ACDEE9B5B6B4E953AE_inline (SchemaEntity_t9ED2BB66C74E37F782F6002ED5BED20306D103E7* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___text_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlCharType__ctor_mB4A379AC51751894C31365E176E3B9BFB5ABC771_inline (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_charProperties, const RuntimeMethod* method) { { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_charProperties; __this->___charProperties_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___charProperties_2), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Capture_get_Index_m35E8D105E5E2142415F85116BFD4BA369AF7A17A_inline (Capture_tE11B735186DAFEE5F7A3BF5A739E9CCCE99DC24A* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___U3CIndexU3Ek__BackingField_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsNegativeInfinity_mF5BAFC9DDA617A086F698FE180BB0D1FA03D7F18_inline (float ___0_f, const RuntimeMethod* method) { { float L_0 = ___0_f; return (bool)((((float)L_0) == ((float)(-std::numeric_limits::infinity())))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Single_IsPositiveInfinity_mB6DA4AAB74012F1BD90C90121090ED87A5782FA7_inline (float ___0_f, const RuntimeMethod* method) { { float L_0 = ___0_f; return (bool)((((float)L_0) == ((float)(std::numeric_limits::infinity())))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsNegativeInfinity_m13015C1072581C43BA6AAED02596E631C18942F6_inline (double ___0_d, const RuntimeMethod* method) { { double L_0 = ___0_d; return (bool)((((double)L_0) == ((double)(-std::numeric_limits::infinity())))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Double_IsPositiveInfinity_m2987455D4BE481D4568F1A47120843F2A8A5FFB0_inline (double ___0_d, const RuntimeMethod* method) { { double L_0 = ___0_d; return (bool)((((double)L_0) == ((double)(std::numeric_limits::infinity())))? 1 : 0); } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___actualUri_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___connectionLimit_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* SerializationEntry_get_Name_mF6151F31B3F43C88AF08F39F178401406642EB67_inline (SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____name_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* SerializationEntry_get_Value_mA57713535F866795C180D20067C0E38A85327912_inline (SerializationEntry_t6A03B35039769EF0EDD14BE879E68F1C104FFF74* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = __this->____value_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Exception_set_HResult_m010A171183E240EBF4F7611E924B533FAB2E471F_inline (Exception_t* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->____HResult_11 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m9198434EF3560A29A90AE7134990CB76131DE398_inline (HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { typedef int32_t (*FunctionPointerType) (RuntimeObject*, String_t*, int32_t, int64_t, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_s, ___1_sLen, ___2_additionalEntropy, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlQualifiedName_get_Namespace_m0CAE4A651EF1CA6F0EB657C83608A796038A2615_inline (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___ns_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* XPathNodeRef_get_Page_m8624EDC1840BD05BD55D4E8137095B5986ED54F3_inline (XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470* __this, const RuntimeMethod* method) { { XPathNodeU5BU5D_tABD91BA95C61EF982E9FB7D2386FCE4C39F8B90C* L_0 = __this->____page_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XPathNodeRef_get_Index_m37FE9027EA38BDC66D3E83142E7BBEBB18073E33_inline (XPathNodeRef_tF695A4CACB9D70FDCBCC9EE7F3AE77D1CAF06470* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____idx_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* XmlSchemaType_get_Datatype_mECB5426C8F94D6BEF27D5E8648BCCDB17C5EAC16_inline (XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* __this, const RuntimeMethod* method) { { XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* L_0 = __this->___datatype_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_0 = (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)__this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B ConfiguredTaskAwaitable_1_GetAwaiter_m447B2323EADC587DE0ABFEA2FEF3AF3342F75186_gshared_inline (ConfiguredTaskAwaitable_1_tE948E6A9D82D7E1E26885E7CE5ED6256AA5BBBD8* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B L_0 = (ConfiguredTaskAwaiter_tDED7237EFF0427AECED9D7549E9AF9F7E568C39B)__this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_gshared_inline (ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_0 = (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80)__this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline (ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 L_0 = (ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2)__this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Tuple_2_get_Item1_mA373258900737E95A0497124B2E8CB119B57588F_gshared_inline (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->___m_Item1_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Tuple_2_get_Item2_mC3DA1194CDB90A9F2132AB6C9B6AFE46BE71620E_gshared_inline (Tuple_2_tD8C018CFAE174A5507C26C7B895CCDB41D05ADF0* __this, const RuntimeMethod* method) { { bool L_0 = (bool)__this->___m_Item2_1; return L_0; } }