#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 VirtualActionInvoker4 { typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method); } }; template struct VirtualActionInvoker10 { typedef void (*Action)(void*, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6, T7 p7, T8 p8, T9 p9, T10 p10) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj); ((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, p7, p8, p9, p10, 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); } }; struct GenericVirtualActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; struct InterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct 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); } }; struct GenericInterfaceActionInvoker0 { typedef void (*Action)(void*, const RuntimeMethod*); static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj) { VirtualInvokeData invokeData; il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData); ((Action)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InvokerActionInvoker1; template struct InvokerActionInvoker1 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1) { void* params[1] = { p1 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; template struct InvokerActionInvoker2; template struct InvokerActionInvoker2 { static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2) { void* params[2] = { p1, p2 }; method->invoker_method(methodPtr, method, obj, params, NULL); } }; 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.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_tE1603CE612C16451D1E56FF4D4859D4FE4087C28; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t34D541B5FA7B648B0BA88CB13474D1CE66138B8D; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_t675335DE0343264EE07C7C3CCEA564A8CE5C8C2F; // System.Collections.Generic.List`1 struct List_1_tD9B750FF9537276DA20E7B5F19B51A67A2B147F4; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D; // System.Collections.Generic.List`1 struct List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD; // System.Collections.Generic.List`1 struct List_1_t43EC7C138A17FAAD7120408F039923082A70301A; // System.Predicate`1 struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12; // System.Predicate`1 struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED; // 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_t7ABCD7F9503486A075E0B072E6EB95956CFE3106; // 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_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0; // System.Threading.Tasks.Task`1 struct Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17; // System.Collections.Generic.Dictionary`2/ValueCollection struct ValueCollection_tBCDB47EC8418220AE86D165C5F101EE22C27DB75; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tE8E657708760F70661F9043B5C9560E99DF8AFF9; // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; // System.Char[] struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; // System.Delegate[] struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; // System.Int32[] struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; // System.IntPtr[] struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832; // System.Object[] struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; // System.Diagnostics.StackTrace[] struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF; // System.String[] struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; // System.Type[] struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB; // System.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // System.Xml.WriteState[] struct WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF; // System.Xml.XmlAttribute[] struct XmlAttributeU5BU5D_tFC0CF817A6D2131D94AB6387E4EAE7D97B3FFC40; // System.Xml.XmlQualifiedName[] struct XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1; // System.Xml.XmlEventCache/XmlEvent[] struct XmlEventU5BU5D_t9B0948C5BC3C8285A5EBE47A7A7C604859A399A2; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60; // System.Xml.XmlWellFormedWriter/AttrName[] struct AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983; // System.Xml.XmlWellFormedWriter/ElementScope[] struct ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9; // System.Xml.XmlWellFormedWriter/Namespace[] struct NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7; // System.Xml.XmlWellFormedWriter/State[] struct StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.Xml.AttributePSVIInfo struct AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE; // System.Reflection.Binder struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235; // System.Xml.BitStack struct BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C; // System.Xml.ByteStack struct ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // System.Xml.CharEntityEncoderFallback struct CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1; // System.Xml.CharEntityEncoderFallbackBuffer struct CharEntityEncoderFallbackBuffer_t69D7BB5EC9D721D55AAA08793E60839B24332BE4; // System.Globalization.CodePageDataItem struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2; // System.Globalization.CompareInfo struct CompareInfo_t1B1A6AC3486B570C76ABA52149C9BD4CD82F9E57; // System.Threading.ContextCallback struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007; // System.Globalization.CultureData struct CultureData_tEEFDCF4ECA1BBF6C0C8C94EB3541657245598F9D; // System.Globalization.CultureInfo struct CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0; // System.Globalization.DateTimeFormatInfo struct DateTimeFormatInfo_t0457520F9FA7B5C8EAAEB3AD50413B6AEEB7458A; // System.Text.DecoderFallback struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // 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.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2; // System.Exception struct Exception_t; // System.Xml.HtmlUtf8RawTextWriter struct HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850; // System.Xml.HtmlUtf8RawTextWriterIndent struct HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Xml.IDtdInfo struct IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // System.Xml.IXmlLineInfo struct IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1; // System.Xml.Schema.IXmlSchemaInfo struct IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B; // System.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // System.Reflection.MemberFilter struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // System.Xml.OnRemoveWriter struct OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F; // System.Xml.QueryOutputWriter struct QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2; // System.Xml.ReadContentAsBinaryHelper struct ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553; // System.Xml.Schema.SchemaElementDecl struct SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD; // System.Xml.SecureStringHasher struct SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E; // System.Threading.SemaphoreSlim struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2; // System.Threading.Tasks.StackGuard struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE; // System.String struct String_t; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // System.Xml.TernaryTreeReadOnly struct TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608; // System.Xml.TextEncodedRawTextWriter struct TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // System.Xml.TextUtf8RawTextWriter struct TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73; // System.IO.TextWriter struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3; // System.Type struct Type_t; // System.Xml.ValidatingReaderNodeData struct ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.Xml.XmlAsyncCheckReader struct XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4; // System.Xml.XmlAsyncCheckReaderWithLineInfo struct XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE; // System.Xml.XmlAsyncCheckReaderWithLineInfoNS struct XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629; // System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema struct XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A; // System.Xml.XmlAsyncCheckReaderWithNS struct XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5; // System.Xml.XmlAsyncCheckWriter struct XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C; // System.Xml.XmlAutoDetectWriter struct XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA; // System.Xml.XmlEncodedRawTextWriter struct XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4; // System.Xml.XmlEventCache struct XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF; // System.Xml.XmlException struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596; // System.Xml.XmlNameTable struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F; // 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.XmlReaderSettings struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA; // System.Xml.XmlResolver struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF; // System.Xml.Schema.XmlSchemaAnnotation struct XmlSchemaAnnotation_t35947D4DA687AA3C531135CEC5EBE7AB1C3EF821; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970; // System.Xml.Schema.XmlSchemaInfo struct XmlSchemaInfo_t6686870BCAA40A8EFD7987976F386DD40DD5323B; // System.Xml.Schema.XmlSchemaObjectCollection struct XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1; // System.Xml.Schema.XmlSchemaSimpleType struct XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8; // System.Xml.Schema.XmlSchemaSimpleTypeContent struct XmlSchemaSimpleTypeContent_t84C9B4F059E687FBF7845373F5A6B2795F982091; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF; // System.Xml.Serialization.XmlSerializerNamespaces struct XmlSerializerNamespaces_t55D593FB2AB45488862F2C620A08F84A422A7E93; // System.Xml.XmlUtf8RawTextWriter struct XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB; // System.Xml.XmlWellFormedWriter struct XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645; // System.Xml.XmlWriter struct XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674; // System.Xml.SecureStringHasher/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046; // System.IO.Stream/ReadWriteTask struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05; // System.Threading.Tasks.Task/ContingentProperties struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540; // System.Xml.XmlQualifiedName/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_t25F1FA9B737C4313ED341BA7AAB31694DC3669DA; // System.Xml.XmlWellFormedWriter/AttributeValueCache struct AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17; IL2CPP_EXTERN_C RuntimeClass* Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_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* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* LocalAppContextSwitches_tD4691F88F847A5F076065A6FEF10BBB5DB039434_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_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* TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____2809A17B374DF1926EA539548F5B3750AA8ADB2BD59F5066AD6F9D439A231122_6_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DD4E9C7C140CABCA5A25F4DA1F6F5BAC5D74E4568F954BF728471E711A35163E_34_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11; IL2CPP_EXTERN_C String_t* _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3; IL2CPP_EXTERN_C String_t* _stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E; IL2CPP_EXTERN_C String_t* _stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E; IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0; IL2CPP_EXTERN_C String_t* _stringLiteral3C0E3372C3889F47C0D6C10398114C4D400A9562; IL2CPP_EXTERN_C String_t* _stringLiteral3D3A6937948B511C58F902D4F718201A18C1E9ED; IL2CPP_EXTERN_C String_t* _stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1; IL2CPP_EXTERN_C String_t* _stringLiteral50709161A683107F88DF833963D6907320EB2D94; IL2CPP_EXTERN_C String_t* _stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529; IL2CPP_EXTERN_C String_t* _stringLiteral5520F0EAC899C656D9482CE97A660E8F8E28ED01; IL2CPP_EXTERN_C String_t* _stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84; IL2CPP_EXTERN_C String_t* _stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D; IL2CPP_EXTERN_C String_t* _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB; IL2CPP_EXTERN_C String_t* _stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8; IL2CPP_EXTERN_C String_t* _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D; IL2CPP_EXTERN_C String_t* _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B; IL2CPP_EXTERN_C String_t* _stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18; IL2CPP_EXTERN_C String_t* _stringLiteral9413AC7CF6AB7E9B088B38F9FF76860CC990A952; IL2CPP_EXTERN_C String_t* _stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B; IL2CPP_EXTERN_C String_t* _stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109; IL2CPP_EXTERN_C String_t* _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4; IL2CPP_EXTERN_C String_t* _stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7; IL2CPP_EXTERN_C String_t* _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7; IL2CPP_EXTERN_C String_t* _stringLiteralE584C9688DCC7AEE34F2DA73D96EA113B211A93D; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5; IL2CPP_EXTERN_C String_t* _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3; IL2CPP_EXTERN_C String_t* _stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0; IL2CPP_EXTERN_C String_t* _stringLiteralF802447DCA401035D8E475710B790B206A9A34EF; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C String_t* _stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m0F64B895C266927BAD968B9EF0DB5241C62786B6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m80A83123B7B3C1F32BD2B941EF82159FBB065C34_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6_m1D51B9196BF16E8881FF13DE76573590BBC9F830_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_mF2E0C44D1DC1DE205885C1EF47BAA26B219E96FE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634_m39F2A1AC85C60BE2B6110D2E8389035791459AA5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55_mA9906A169F291110BE2C7EBEAF07539DBBC43B4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF_m40FDCA27390A1397DBFD8E304B50E5BED72C77AD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6_m8DCB60667DA3213E22B9D59856F87DDFE64880A0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B_mD7289B45ACA7524219A6076FF2AA09A1A74563DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D_m3662B1C38BAD6C1885DA631EDD40BCF1D71F4439_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A_m95BDB01DD13B59137769C33836D9FE43935ADEC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8_m6218B3E28F7CA8B48F5798CAB8FEF93F871645D8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318_mFF7BB7C233A6FFBA4FC64AF4C609AFE7E969D037_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9_mF25BB47334ECE8AB372AAB074C682A4F21F10C85_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046_mF80D09E1748DEB0CEAD8DB44091D9FDB5812E126_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60_m6EDC81942D3380714157DD42DEB9F2B313395C15_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED_m5FC47FFE34CEF435669D3AC55C7FEEB17609FA77_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D_m215C69C069450AF154CB570183263A81284E07B0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002_m9FE500B55453A43E11717B77DB69ED9A57C96CA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63_mB552D9ABC13083D6254944460A50C8109BE77017_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596_m87A15EDC516F1F44A21C5D1FFBB043F9FB2CD72B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE_mA20F2F4ED0CAAFC67AE1978962DDAAE5A3DCC662_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B_mF0F362BCE8F9821717D9C58AD7EF1BD2E0B366C3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mC0E665C1D44A6ACE766D46D8A6900974C7C67891_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3_mCDFED99E22F6E9F71EC3D6184FC4E1B4CBED2A5F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030_mECAAED399A8D2DF59A61E9219C1DE126D37EEA6C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2_mC3580483AC89FC62F049E61B5EEC5D59FF64F4AA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m400FFF2A30F886D75808F2253ED971B963BFD133_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9B62B0AF42B8D720A217CCF7D03D8242D1D7FA4B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_mD4F20774F164452D05D56D2A3101DC82B30F762D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mC605D2D31727D8396798863F0D14AB7F45E74EA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD2119FFD872E74A6F4997BB265A66364DB3471A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mC4F2F141ED84510A73B235D519BCFD8FE1FF5BD5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlUtf8RawTextWriter_WriteCharEntity_mB5B7AE60FE0E4E50A80E8A11F5A87DF288B1DA42_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlUtf8RawTextWriter_WriteEntityRef_m493979FCD994400ADA63EC920AC9684DB7FBAA3E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* HtmlUtf8RawTextWriter_WriteSurrogateCharEntity_mBD3B50F59364F66404566ACCAA50B92B25B7BC4E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m568CB3E67C19B9174F2AD57A64A72D95F93191A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m0EEF879BA3686583502A3D0CE4E388582415D0A6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryOutputWriter_Close_mEFE15AFB05D8F870AE6B22D6B546116638BC4168_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* QueryOutputWriter_WriteStartElement_mAE7A423ED1299999A971702E5C711D1DB7FB9FED_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ReadContentAsBinaryHelper_Finish_m56919E9B4A660955115D1C0680C0FF772DC649F9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* SecureStringHasher_GetHashCodeOfString_mD609BCF07ECFD2DC5CA0118228A09B6757D0D30A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CFinishAsyncU3Ed__31_MoveNext_m89EB66C91ECC36B30FC197B6EA352C85697CAE9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_ValidateContentChars_m4A96FBCBCF892A39F8843112E87937B945805A4A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_WriteCharEntity_mA93124CDD6A6DFD37DFA3F612C1911DF98CFE434_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_WriteStartAttribute_SetInAttribute_m405530FFC81264CCB17B93E63486BBAF65BA53FB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlEncodedRawTextWriter_WriteStartElementAsync_SetAttEndPos_m77C59B90E1A6E2DC34C17AE8C82B0C957D5279CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeType* HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046_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 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031; struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB; struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771; struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C; struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; 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_t873B9D79376C64DD27D1977E8F6391DD3DBDE426 : 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_tE8E657708760F70661F9043B5C9560E99DF8AFF9* ____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_t675335DE0343264EE07C7C3CCEA564A8CE5C8C2F* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tBCDB47EC8418220AE86D165C5F101EE22C27DB75* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Collections.Generic.List`1 struct List_1_t43EC7C138A17FAAD7120408F039923082A70301A : public RuntimeObject { // T[] System.Collections.Generic.List`1::_items XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* ____items_1; // System.Int32 System.Collections.Generic.List`1::_size int32_t ____size_2; // System.Int32 System.Collections.Generic.List`1::_version int32_t ____version_3; // System.Object System.Collections.Generic.List`1::_syncRoot RuntimeObject* ____syncRoot_4; }; // System.Xml.AsyncHelper struct AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB : public RuntimeObject { }; // System.Xml.AttributePSVIInfo struct AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE : public RuntimeObject { // System.String System.Xml.AttributePSVIInfo::localName String_t* ___localName_0; // System.String System.Xml.AttributePSVIInfo::namespaceUri String_t* ___namespaceUri_1; // System.Object System.Xml.AttributePSVIInfo::typedAttributeValue RuntimeObject* ___typedAttributeValue_2; // System.Xml.Schema.XmlSchemaInfo System.Xml.AttributePSVIInfo::attributeSchemaInfo XmlSchemaInfo_t6686870BCAA40A8EFD7987976F386DD40DD5323B* ___attributeSchemaInfo_3; }; // System.Xml.BitStack struct BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C : public RuntimeObject { // System.UInt32[] System.Xml.BitStack::bitStack UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA* ___bitStack_0; // System.Int32 System.Xml.BitStack::stackPos int32_t ___stackPos_1; // System.UInt32 System.Xml.BitStack::curr uint32_t ___curr_2; }; // System.Xml.ByteStack struct ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49 : public RuntimeObject { // System.Byte[] System.Xml.ByteStack::stack ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___stack_0; // System.Int32 System.Xml.ByteStack::growthRate int32_t ___growthRate_1; // System.Int32 System.Xml.ByteStack::top int32_t ___top_2; // System.Int32 System.Xml.ByteStack::size int32_t ___size_3; }; // 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.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.EncoderFallback struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293 : public RuntimeObject { }; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject { // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_9; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_10; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_11; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_12; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14; }; // System.Xml.HtmlTernaryTree struct HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069 : public RuntimeObject { }; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B : public RuntimeObject { }; // System.LocalAppContextSwitches struct LocalAppContextSwitches_tD4691F88F847A5F076065A6FEF10BBB5DB039434 : public RuntimeObject { }; // System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject { // System.Object System.MarshalByRefObject::_identity RuntimeObject* ____identity_0; }; // Native definition for P/Invoke marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke { Il2CppIUnknown* ____identity_0; }; // Native definition for COM marshalling of System.MarshalByRefObject struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com { Il2CppIUnknown* ____identity_0; }; // System.Reflection.MemberInfo struct MemberInfo_t : public RuntimeObject { }; // 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.ReadContentAsBinaryHelper struct ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897 : public RuntimeObject { // System.Xml.XmlReader System.Xml.ReadContentAsBinaryHelper::reader XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___reader_0; // System.Xml.ReadContentAsBinaryHelper/State System.Xml.ReadContentAsBinaryHelper::state int32_t ___state_1; // System.Int32 System.Xml.ReadContentAsBinaryHelper::valueOffset int32_t ___valueOffset_2; // System.Boolean System.Xml.ReadContentAsBinaryHelper::isEnd bool ___isEnd_3; }; // System.Xml.SecureStringHasher struct SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E : public RuntimeObject { // System.Int32 System.Xml.SecureStringHasher::hashCodeRandomizer int32_t ___hashCodeRandomizer_1; }; // 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.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_1; // System.Delegate System.Threading.Tasks.Task::m_action Delegate_t* ___m_action_2; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject* ___m_stateObject_3; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_6; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject* ___m_continuationObject_7; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_10; }; // System.Xml.TernaryTreeReadOnly struct TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608 : public RuntimeObject { // System.Byte[] System.Xml.TernaryTreeReadOnly::nodeBuffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___nodeBuffer_0; }; // System.Xml.ValidatingReaderNodeData struct ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C : public RuntimeObject { // System.String System.Xml.ValidatingReaderNodeData::localName String_t* ___localName_0; // System.String System.Xml.ValidatingReaderNodeData::namespaceUri String_t* ___namespaceUri_1; // System.String System.Xml.ValidatingReaderNodeData::prefix String_t* ___prefix_2; // System.String System.Xml.ValidatingReaderNodeData::nameWPrefix String_t* ___nameWPrefix_3; // System.String System.Xml.ValidatingReaderNodeData::rawValue String_t* ___rawValue_4; // System.String System.Xml.ValidatingReaderNodeData::originalStringValue String_t* ___originalStringValue_5; // System.Int32 System.Xml.ValidatingReaderNodeData::depth int32_t ___depth_6; // System.Xml.AttributePSVIInfo System.Xml.ValidatingReaderNodeData::attributePSVIInfo AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* ___attributePSVIInfo_7; // System.Xml.XmlNodeType System.Xml.ValidatingReaderNodeData::nodeType int32_t ___nodeType_8; // System.Int32 System.Xml.ValidatingReaderNodeData::lineNo int32_t ___lineNo_9; // System.Int32 System.Xml.ValidatingReaderNodeData::linePos int32_t ___linePos_10; }; // 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.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_0; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_1; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_2; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_3; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___hashTable_4; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_5; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_6; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_7; }; // 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.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.XmlWriter struct XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F : public RuntimeObject { // System.Char[] System.Xml.XmlWriter::writeNodeBuffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___writeNodeBuffer_0; }; // System.Xml.XmlWriterSettings struct XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674 : public RuntimeObject { // System.Boolean System.Xml.XmlWriterSettings::useAsync bool ___useAsync_0; // System.Text.Encoding System.Xml.XmlWriterSettings::encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_1; // System.Boolean System.Xml.XmlWriterSettings::omitXmlDecl bool ___omitXmlDecl_2; // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::newLineHandling int32_t ___newLineHandling_3; // System.String System.Xml.XmlWriterSettings::newLineChars String_t* ___newLineChars_4; // System.Xml.TriState System.Xml.XmlWriterSettings::indent int32_t ___indent_5; // System.String System.Xml.XmlWriterSettings::indentChars String_t* ___indentChars_6; // System.Boolean System.Xml.XmlWriterSettings::newLineOnAttributes bool ___newLineOnAttributes_7; // System.Boolean System.Xml.XmlWriterSettings::closeOutput bool ___closeOutput_8; // System.Xml.NamespaceHandling System.Xml.XmlWriterSettings::namespaceHandling int32_t ___namespaceHandling_9; // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::conformanceLevel int32_t ___conformanceLevel_10; // System.Boolean System.Xml.XmlWriterSettings::checkCharacters bool ___checkCharacters_11; // System.Boolean System.Xml.XmlWriterSettings::writeEndDocumentOnClose bool ___writeEndDocumentOnClose_12; // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::outputMethod int32_t ___outputMethod_13; // System.Collections.Generic.List`1 System.Xml.XmlWriterSettings::cdataSections List_1_t43EC7C138A17FAAD7120408F039923082A70301A* ___cdataSections_14; // System.Boolean System.Xml.XmlWriterSettings::doNotEscapeUriAttributes bool ___doNotEscapeUriAttributes_15; // System.Boolean System.Xml.XmlWriterSettings::mergeCDataSections bool ___mergeCDataSections_16; // System.String System.Xml.XmlWriterSettings::mediaType String_t* ___mediaType_17; // System.String System.Xml.XmlWriterSettings::docTypeSystem String_t* ___docTypeSystem_18; // System.String System.Xml.XmlWriterSettings::docTypePublic String_t* ___docTypePublic_19; // System.Xml.XmlStandalone System.Xml.XmlWriterSettings::standalone int32_t ___standalone_20; // System.Boolean System.Xml.XmlWriterSettings::autoXmlDecl bool ___autoXmlDecl_21; // System.Boolean System.Xml.XmlWriterSettings::isReadOnly bool ___isReadOnly_22; }; // 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.Collections.Generic.List`1/Enumerator struct Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current RuntimeObject* ____current_3; }; // System.Collections.Generic.List`1/Enumerator struct Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C { // System.Collections.Generic.List`1 System.Collections.Generic.List`1/Enumerator::_list List_1_t43EC7C138A17FAAD7120408F039923082A70301A* ____list_0; // System.Int32 System.Collections.Generic.List`1/Enumerator::_index int32_t ____index_1; // System.Int32 System.Collections.Generic.List`1/Enumerator::_version int32_t ____version_2; // T System.Collections.Generic.List`1/Enumerator::_current XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ____current_3; }; // System.Nullable`1 struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 { // System.Boolean System.Nullable`1::hasValue bool ___hasValue_0; // T System.Nullable`1::value bool ___value_1; }; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result bool ___m_result_22; }; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result int32_t ___m_result_22; }; // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result String_t* ___m_result_22; }; // 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.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; // System.Xml.CharEntityEncoderFallback struct CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1 : public EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293 { // System.Xml.CharEntityEncoderFallbackBuffer System.Xml.CharEntityEncoderFallback::fallbackBuffer CharEntityEncoderFallbackBuffer_t69D7BB5EC9D721D55AAA08793E60839B24332BE4* ___fallbackBuffer_2; // System.Int32[] System.Xml.CharEntityEncoderFallback::textContentMarks Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___textContentMarks_3; // System.Int32 System.Xml.CharEntityEncoderFallback::endMarkPos int32_t ___endMarkPos_4; // System.Int32 System.Xml.CharEntityEncoderFallback::curMarkPos int32_t ___curMarkPos_5; // System.Int32 System.Xml.CharEntityEncoderFallback::startOffset int32_t ___startOffset_6; }; // 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.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F { }; // Native definition for P/Invoke marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke { }; // Native definition for COM marshalling of System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com { }; // System.Xml.IncrementalReadDummyDecoder struct IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86 : public IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B { }; // 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.Reflection.MethodBase struct MethodBase_t : public MemberInfo_t { }; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3; }; // System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9 { // System.String System.Xml.Xsl.Runtime.StringConcat::s1 String_t* ___s1_0; // System.String System.Xml.Xsl.Runtime.StringConcat::s2 String_t* ___s2_1; // System.String System.Xml.Xsl.Runtime.StringConcat::s3 String_t* ___s3_2; // System.String System.Xml.Xsl.Runtime.StringConcat::s4 String_t* ___s4_3; // System.String System.Xml.Xsl.Runtime.StringConcat::delimiter String_t* ___delimiter_4; // System.Collections.Generic.List`1 System.Xml.Xsl.Runtime.StringConcat::strList List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___strList_5; // System.Int32 System.Xml.Xsl.Runtime.StringConcat::idxStr int32_t ___idxStr_6; }; // Native definition for P/Invoke marshalling of System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_pinvoke { char* ___s1_0; char* ___s2_1; char* ___s3_2; char* ___s4_3; char* ___delimiter_4; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___strList_5; int32_t ___idxStr_6; }; // Native definition for COM marshalling of System.Xml.Xsl.Runtime.StringConcat struct StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9_marshaled_com { Il2CppChar* ___s1_0; Il2CppChar* ___s2_1; Il2CppChar* ___s3_2; Il2CppChar* ___s4_3; Il2CppChar* ___delimiter_4; List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___strList_5; int32_t ___idxStr_6; }; // System.IO.TextWriter struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.Char[] System.IO.TextWriter::CoreNewLine CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___CoreNewLine_3; // System.String System.IO.TextWriter::CoreNewLineStr String_t* ___CoreNewLineStr_4; // System.IFormatProvider System.IO.TextWriter::_internalFormatProvider RuntimeObject* ____internalFormatProvider_5; }; // System.UInt32 struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B { // System.UInt32 System.UInt32::m_value uint32_t ___m_value_0; }; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915 { union { struct { }; uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1]; }; }; // System.Xml.XmlAsyncCheckReader struct XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4 : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD { // System.Xml.XmlReader System.Xml.XmlAsyncCheckReader::coreReader XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___coreReader_3; // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckReader::lastTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___lastTask_4; }; // System.Xml.XmlAsyncCheckWriter struct XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C : public XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F { // System.Xml.XmlWriter System.Xml.XmlAsyncCheckWriter::coreWriter XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___coreWriter_1; // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::lastTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___lastTask_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.XmlRawWriter struct XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B : public XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F { // System.Xml.XmlRawWriterBase64Encoder System.Xml.XmlRawWriter::base64Encoder XmlRawWriterBase64Encoder_tD84D358B95FF6F4EF007528F96F95CC2237D495D* ___base64Encoder_1; // System.Xml.IXmlNamespaceResolver System.Xml.XmlRawWriter::resolver RuntimeObject* ___resolver_2; }; // 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.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 { // System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_pinvoke { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_com { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0; int32_t ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 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_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.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 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.Delegate struct Delegate_t : public RuntimeObject { // System.IntPtr System.Delegate::method_ptr Il2CppMethodPointer ___method_ptr_0; // System.IntPtr System.Delegate::invoke_impl intptr_t ___invoke_impl_1; // System.Object System.Delegate::m_target RuntimeObject* ___m_target_2; // System.IntPtr System.Delegate::method intptr_t ___method_3; // System.IntPtr System.Delegate::delegate_trampoline intptr_t ___delegate_trampoline_4; // System.IntPtr System.Delegate::extra_arg intptr_t ___extra_arg_5; // System.IntPtr System.Delegate::method_code intptr_t ___method_code_6; // System.IntPtr System.Delegate::interp_method intptr_t ___interp_method_7; // System.IntPtr System.Delegate::interp_invoke_impl intptr_t ___interp_invoke_impl_8; // System.Reflection.MethodInfo System.Delegate::method_info MethodInfo_t* ___method_info_9; // System.Reflection.MethodInfo System.Delegate::original_method_info MethodInfo_t* ___original_method_info_10; // System.DelegateData System.Delegate::data DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; // System.Boolean System.Delegate::method_is_virtual bool ___method_is_virtual_12; }; // Native definition for P/Invoke marshalling of System.Delegate struct Delegate_t_marshaled_pinvoke { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // Native definition for COM marshalling of System.Delegate struct Delegate_t_marshaled_com { intptr_t ___method_ptr_0; intptr_t ___invoke_impl_1; Il2CppIUnknown* ___m_target_2; intptr_t ___method_3; intptr_t ___delegate_trampoline_4; intptr_t ___extra_arg_5; intptr_t ___method_code_6; intptr_t ___interp_method_7; intptr_t ___interp_invoke_impl_8; MethodInfo_t* ___method_info_9; MethodInfo_t* ___original_method_info_10; DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11; int32_t ___method_is_virtual_12; }; // System.Exception struct Exception_t : public RuntimeObject { // System.String System.Exception::_className String_t* ____className_1; // System.String System.Exception::_message String_t* ____message_2; // System.Collections.IDictionary System.Exception::_data RuntimeObject* ____data_3; // System.Exception System.Exception::_innerException Exception_t* ____innerException_4; // System.String System.Exception::_helpURL String_t* ____helpURL_5; // System.Object System.Exception::_stackTrace RuntimeObject* ____stackTrace_6; // System.String System.Exception::_stackTraceString String_t* ____stackTraceString_7; // System.String System.Exception::_remoteStackTraceString String_t* ____remoteStackTraceString_8; // System.Int32 System.Exception::_remoteStackIndex int32_t ____remoteStackIndex_9; // System.Object System.Exception::_dynamicMethods RuntimeObject* ____dynamicMethods_10; // System.Int32 System.Exception::_HResult int32_t ____HResult_11; // System.String System.Exception::_source String_t* ____source_12; // System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13; // System.Diagnostics.StackTrace[] System.Exception::captured_traces StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14; // System.IntPtr[] System.Exception::native_trace_ips IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15; // System.Int32 System.Exception::caught_in_unmanaged int32_t ___caught_in_unmanaged_16; }; // 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.Reflection.MethodInfo struct MethodInfo_t : public MethodBase_t { }; // System.Xml.QueryOutputWriter struct QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2 : public XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B { // System.Xml.XmlRawWriter System.Xml.QueryOutputWriter::wrapped XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___wrapped_3; // System.Boolean System.Xml.QueryOutputWriter::inCDataSection bool ___inCDataSection_4; // System.Collections.Generic.Dictionary`2 System.Xml.QueryOutputWriter::lookupCDataElems Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* ___lookupCDataElems_5; // System.Xml.BitStack System.Xml.QueryOutputWriter::bitsCData BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* ___bitsCData_6; // System.Xml.XmlQualifiedName System.Xml.QueryOutputWriter::qnameCData XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qnameCData_7; // System.Boolean System.Xml.QueryOutputWriter::outputDocType bool ___outputDocType_8; // System.Boolean System.Xml.QueryOutputWriter::checkWellFormedDoc bool ___checkWellFormedDoc_9; // System.Boolean System.Xml.QueryOutputWriter::hasDocElem bool ___hasDocElem_10; // System.Boolean System.Xml.QueryOutputWriter::inAttr bool ___inAttr_11; // System.String System.Xml.QueryOutputWriter::systemId String_t* ___systemId_12; // System.String System.Xml.QueryOutputWriter::publicId String_t* ___publicId_13; // System.Int32 System.Xml.QueryOutputWriter::depth int32_t ___depth_14; }; // 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.Xml.XmlAsyncCheckReaderWithLineInfo struct XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE : public XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4 { // System.Xml.IXmlLineInfo System.Xml.XmlAsyncCheckReaderWithLineInfo::readerAsIXmlLineInfo RuntimeObject* ___readerAsIXmlLineInfo_5; }; // System.Xml.XmlAsyncCheckReaderWithNS struct XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5 : public XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4 { // System.Xml.IXmlNamespaceResolver System.Xml.XmlAsyncCheckReaderWithNS::readerAsIXmlNamespaceResolver RuntimeObject* ___readerAsIXmlNamespaceResolver_5; }; // System.Xml.XmlAutoDetectWriter struct XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA : public XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B { // System.Xml.XmlRawWriter System.Xml.XmlAutoDetectWriter::wrapped XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___wrapped_3; // System.Xml.OnRemoveWriter System.Xml.XmlAutoDetectWriter::onRemove OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* ___onRemove_4; // System.Xml.XmlWriterSettings System.Xml.XmlAutoDetectWriter::writerSettings XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___writerSettings_5; // System.Xml.XmlEventCache System.Xml.XmlAutoDetectWriter::eventCache XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* ___eventCache_6; // System.IO.TextWriter System.Xml.XmlAutoDetectWriter::textWriter TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___textWriter_7; // System.IO.Stream System.Xml.XmlAutoDetectWriter::strm Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___strm_8; }; // System.Xml.XmlEncodedRawTextWriter struct XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4 : public XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B { // System.Boolean System.Xml.XmlEncodedRawTextWriter::useAsync bool ___useAsync_3; // System.Byte[] System.Xml.XmlEncodedRawTextWriter::bufBytes ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bufBytes_4; // System.IO.Stream System.Xml.XmlEncodedRawTextWriter::stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_5; // System.Text.Encoding System.Xml.XmlEncodedRawTextWriter::encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_6; // System.Xml.XmlCharType System.Xml.XmlEncodedRawTextWriter::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_7; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufPos int32_t ___bufPos_8; // System.Int32 System.Xml.XmlEncodedRawTextWriter::textPos int32_t ___textPos_9; // System.Int32 System.Xml.XmlEncodedRawTextWriter::contentPos int32_t ___contentPos_10; // System.Int32 System.Xml.XmlEncodedRawTextWriter::cdataPos int32_t ___cdataPos_11; // System.Int32 System.Xml.XmlEncodedRawTextWriter::attrEndPos int32_t ___attrEndPos_12; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufLen int32_t ___bufLen_13; // System.Boolean System.Xml.XmlEncodedRawTextWriter::writeToNull bool ___writeToNull_14; // System.Boolean System.Xml.XmlEncodedRawTextWriter::hadDoubleBracket bool ___hadDoubleBracket_15; // System.Boolean System.Xml.XmlEncodedRawTextWriter::inAttributeValue bool ___inAttributeValue_16; // System.Int32 System.Xml.XmlEncodedRawTextWriter::bufBytesUsed int32_t ___bufBytesUsed_17; // System.Char[] System.Xml.XmlEncodedRawTextWriter::bufChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___bufChars_18; // System.Text.Encoder System.Xml.XmlEncodedRawTextWriter::encoder Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* ___encoder_19; // System.IO.TextWriter System.Xml.XmlEncodedRawTextWriter::writer TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___writer_20; // System.Boolean System.Xml.XmlEncodedRawTextWriter::trackTextContent bool ___trackTextContent_21; // System.Boolean System.Xml.XmlEncodedRawTextWriter::inTextContent bool ___inTextContent_22; // System.Int32 System.Xml.XmlEncodedRawTextWriter::lastMarkPos int32_t ___lastMarkPos_23; // System.Int32[] System.Xml.XmlEncodedRawTextWriter::textContentMarks Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___textContentMarks_24; // System.Xml.CharEntityEncoderFallback System.Xml.XmlEncodedRawTextWriter::charEntityFallback CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* ___charEntityFallback_25; // System.Xml.NewLineHandling System.Xml.XmlEncodedRawTextWriter::newLineHandling int32_t ___newLineHandling_26; // System.Boolean System.Xml.XmlEncodedRawTextWriter::closeOutput bool ___closeOutput_27; // System.Boolean System.Xml.XmlEncodedRawTextWriter::omitXmlDeclaration bool ___omitXmlDeclaration_28; // System.String System.Xml.XmlEncodedRawTextWriter::newLineChars String_t* ___newLineChars_29; // System.Boolean System.Xml.XmlEncodedRawTextWriter::checkCharacters bool ___checkCharacters_30; // System.Xml.XmlStandalone System.Xml.XmlEncodedRawTextWriter::standalone int32_t ___standalone_31; // System.Xml.XmlOutputMethod System.Xml.XmlEncodedRawTextWriter::outputMethod int32_t ___outputMethod_32; // System.Boolean System.Xml.XmlEncodedRawTextWriter::autoXmlDeclaration bool ___autoXmlDeclaration_33; // System.Boolean System.Xml.XmlEncodedRawTextWriter::mergeCDataSections bool ___mergeCDataSections_34; }; // System.Xml.XmlEventCache struct XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF : public XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B { // System.Collections.Generic.List`1 System.Xml.XmlEventCache::pages List_1_tD9B750FF9537276DA20E7B5F19B51A67A2B147F4* ___pages_3; // System.Xml.XmlEventCache/XmlEvent[] System.Xml.XmlEventCache::pageCurr XmlEventU5BU5D_t9B0948C5BC3C8285A5EBE47A7A7C604859A399A2* ___pageCurr_4; // System.Int32 System.Xml.XmlEventCache::pageSize int32_t ___pageSize_5; // System.Boolean System.Xml.XmlEventCache::hasRootNode bool ___hasRootNode_6; // System.Xml.Xsl.Runtime.StringConcat System.Xml.XmlEventCache::singleText StringConcat_t8995382764BCE27EF906F99F1235E172D02C6FB9 ___singleText_7; // System.String System.Xml.XmlEventCache::baseUri String_t* ___baseUri_8; }; // System.Xml.XmlReaderSettings struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA : public RuntimeObject { // System.Boolean System.Xml.XmlReaderSettings::useAsync bool ___useAsync_0; // System.Xml.XmlNameTable System.Xml.XmlReaderSettings::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_1; // System.Xml.XmlResolver System.Xml.XmlReaderSettings::xmlResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_2; // System.Int32 System.Xml.XmlReaderSettings::lineNumberOffset int32_t ___lineNumberOffset_3; // System.Int32 System.Xml.XmlReaderSettings::linePositionOffset int32_t ___linePositionOffset_4; // System.Xml.ConformanceLevel System.Xml.XmlReaderSettings::conformanceLevel int32_t ___conformanceLevel_5; // System.Boolean System.Xml.XmlReaderSettings::checkCharacters bool ___checkCharacters_6; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersInDocument int64_t ___maxCharactersInDocument_7; // System.Int64 System.Xml.XmlReaderSettings::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_8; // System.Boolean System.Xml.XmlReaderSettings::ignoreWhitespace bool ___ignoreWhitespace_9; // System.Boolean System.Xml.XmlReaderSettings::ignorePIs bool ___ignorePIs_10; // System.Boolean System.Xml.XmlReaderSettings::ignoreComments bool ___ignoreComments_11; // System.Xml.DtdProcessing System.Xml.XmlReaderSettings::dtdProcessing int32_t ___dtdProcessing_12; // System.Xml.ValidationType System.Xml.XmlReaderSettings::validationType int32_t ___validationType_13; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::validationFlags int32_t ___validationFlags_14; // System.Xml.Schema.XmlSchemaSet System.Xml.XmlReaderSettings::schemas XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1* ___schemas_15; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlReaderSettings::valEventHandler ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___valEventHandler_16; // System.Boolean System.Xml.XmlReaderSettings::closeInput bool ___closeInput_17; // System.Boolean System.Xml.XmlReaderSettings::isReadOnly bool ___isReadOnly_18; // System.Boolean System.Xml.XmlReaderSettings::k__BackingField bool ___U3CIsXmlResolverSetU3Ek__BackingField_19; }; // System.Xml.Schema.XmlSchemaAttribute struct XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { // System.String System.Xml.Schema.XmlSchemaAttribute::defaultValue String_t* ___defaultValue_9; // System.String System.Xml.Schema.XmlSchemaAttribute::fixedValue String_t* ___fixedValue_10; // System.String System.Xml.Schema.XmlSchemaAttribute::name String_t* ___name_11; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaAttribute::form int32_t ___form_12; // System.Xml.Schema.XmlSchemaUse System.Xml.Schema.XmlSchemaAttribute::use int32_t ___use_13; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::refName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refName_14; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::typeName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___typeName_15; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaAttribute::qualifiedName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qualifiedName_16; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::type XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___type_17; // System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.XmlSchemaAttribute::attributeType XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* ___attributeType_18; // System.Xml.Schema.SchemaAttDef System.Xml.Schema.XmlSchemaAttribute::attDef SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___attDef_19; }; // System.Xml.Schema.XmlSchemaParticle struct XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE : public XmlSchemaAnnotated_t41DBE9DF8776C6C639B33A712F25497C672B4E04 { // System.Decimal System.Xml.Schema.XmlSchemaParticle::minOccurs Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___minOccurs_9; // System.Decimal System.Xml.Schema.XmlSchemaParticle::maxOccurs Decimal_tDA6C877282B2D789CF97C0949661CC11D643969F ___maxOccurs_10; // System.Xml.Schema.XmlSchemaParticle/Occurs System.Xml.Schema.XmlSchemaParticle::flags int32_t ___flags_11; }; // 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.XmlUtf8RawTextWriter struct XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB : public XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B { // System.Boolean System.Xml.XmlUtf8RawTextWriter::useAsync bool ___useAsync_3; // System.Byte[] System.Xml.XmlUtf8RawTextWriter::bufBytes ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bufBytes_4; // System.IO.Stream System.Xml.XmlUtf8RawTextWriter::stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_5; // System.Text.Encoding System.Xml.XmlUtf8RawTextWriter::encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_6; // System.Xml.XmlCharType System.Xml.XmlUtf8RawTextWriter::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_7; // System.Int32 System.Xml.XmlUtf8RawTextWriter::bufPos int32_t ___bufPos_8; // System.Int32 System.Xml.XmlUtf8RawTextWriter::textPos int32_t ___textPos_9; // System.Int32 System.Xml.XmlUtf8RawTextWriter::contentPos int32_t ___contentPos_10; // System.Int32 System.Xml.XmlUtf8RawTextWriter::cdataPos int32_t ___cdataPos_11; // System.Int32 System.Xml.XmlUtf8RawTextWriter::attrEndPos int32_t ___attrEndPos_12; // System.Int32 System.Xml.XmlUtf8RawTextWriter::bufLen int32_t ___bufLen_13; // System.Boolean System.Xml.XmlUtf8RawTextWriter::writeToNull bool ___writeToNull_14; // System.Boolean System.Xml.XmlUtf8RawTextWriter::hadDoubleBracket bool ___hadDoubleBracket_15; // System.Boolean System.Xml.XmlUtf8RawTextWriter::inAttributeValue bool ___inAttributeValue_16; // System.Xml.NewLineHandling System.Xml.XmlUtf8RawTextWriter::newLineHandling int32_t ___newLineHandling_17; // System.Boolean System.Xml.XmlUtf8RawTextWriter::closeOutput bool ___closeOutput_18; // System.Boolean System.Xml.XmlUtf8RawTextWriter::omitXmlDeclaration bool ___omitXmlDeclaration_19; // System.String System.Xml.XmlUtf8RawTextWriter::newLineChars String_t* ___newLineChars_20; // System.Boolean System.Xml.XmlUtf8RawTextWriter::checkCharacters bool ___checkCharacters_21; // System.Xml.XmlStandalone System.Xml.XmlUtf8RawTextWriter::standalone int32_t ___standalone_22; // System.Xml.XmlOutputMethod System.Xml.XmlUtf8RawTextWriter::outputMethod int32_t ___outputMethod_23; // System.Boolean System.Xml.XmlUtf8RawTextWriter::autoXmlDeclaration bool ___autoXmlDeclaration_24; // System.Boolean System.Xml.XmlUtf8RawTextWriter::mergeCDataSections bool ___mergeCDataSections_25; }; // System.Xml.XmlWellFormedWriter struct XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645 : public XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F { // System.Xml.XmlWriter System.Xml.XmlWellFormedWriter::writer XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___writer_1; // System.Xml.XmlRawWriter System.Xml.XmlWellFormedWriter::rawWriter XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___rawWriter_2; // System.Xml.IXmlNamespaceResolver System.Xml.XmlWellFormedWriter::predefinedNamespaces RuntimeObject* ___predefinedNamespaces_3; // System.Xml.XmlWellFormedWriter/Namespace[] System.Xml.XmlWellFormedWriter::nsStack NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* ___nsStack_4; // System.Int32 System.Xml.XmlWellFormedWriter::nsTop int32_t ___nsTop_5; // System.Collections.Generic.Dictionary`2 System.Xml.XmlWellFormedWriter::nsHashtable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___nsHashtable_6; // System.Boolean System.Xml.XmlWellFormedWriter::useNsHashtable bool ___useNsHashtable_7; // System.Xml.XmlWellFormedWriter/ElementScope[] System.Xml.XmlWellFormedWriter::elemScopeStack ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* ___elemScopeStack_8; // System.Int32 System.Xml.XmlWellFormedWriter::elemTop int32_t ___elemTop_9; // System.Xml.XmlWellFormedWriter/AttrName[] System.Xml.XmlWellFormedWriter::attrStack AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* ___attrStack_10; // System.Int32 System.Xml.XmlWellFormedWriter::attrCount int32_t ___attrCount_11; // System.Collections.Generic.Dictionary`2 System.Xml.XmlWellFormedWriter::attrHashTable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___attrHashTable_12; // System.Xml.XmlWellFormedWriter/SpecialAttribute System.Xml.XmlWellFormedWriter::specAttr int32_t ___specAttr_13; // System.Xml.XmlWellFormedWriter/AttributeValueCache System.Xml.XmlWellFormedWriter::attrValueCache AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* ___attrValueCache_14; // System.String System.Xml.XmlWellFormedWriter::curDeclPrefix String_t* ___curDeclPrefix_15; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::stateTable StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* ___stateTable_16; // System.Xml.XmlWellFormedWriter/State System.Xml.XmlWellFormedWriter::currentState int32_t ___currentState_17; // System.Boolean System.Xml.XmlWellFormedWriter::checkCharacters bool ___checkCharacters_18; // System.Boolean System.Xml.XmlWellFormedWriter::omitDuplNamespaces bool ___omitDuplNamespaces_19; // System.Boolean System.Xml.XmlWellFormedWriter::writeEndDocumentOnClose bool ___writeEndDocumentOnClose_20; // System.Xml.ConformanceLevel System.Xml.XmlWellFormedWriter::conformanceLevel int32_t ___conformanceLevel_21; // System.Boolean System.Xml.XmlWellFormedWriter::dtdWritten bool ___dtdWritten_22; // System.Boolean System.Xml.XmlWellFormedWriter::xmlDeclFollows bool ___xmlDeclFollows_23; // System.Xml.XmlCharType System.Xml.XmlWellFormedWriter::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_24; // System.Xml.SecureStringHasher System.Xml.XmlWellFormedWriter::hasher SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* ___hasher_25; }; // 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.Xml.HtmlUtf8RawTextWriter struct HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850 : public XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB { // System.Xml.ByteStack System.Xml.HtmlUtf8RawTextWriter::elementScope ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* ___elementScope_26; // System.Xml.ElementProperties System.Xml.HtmlUtf8RawTextWriter::currentElementProperties uint32_t ___currentElementProperties_27; // System.Xml.AttributeProperties System.Xml.HtmlUtf8RawTextWriter::currentAttributeProperties uint32_t ___currentAttributeProperties_28; // System.Boolean System.Xml.HtmlUtf8RawTextWriter::endsWithAmpersand bool ___endsWithAmpersand_29; // System.Byte[] System.Xml.HtmlUtf8RawTextWriter::uriEscapingBuffer ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___uriEscapingBuffer_30; // System.String System.Xml.HtmlUtf8RawTextWriter::mediaType String_t* ___mediaType_31; // System.Boolean System.Xml.HtmlUtf8RawTextWriter::doNotEscapeUriAttributes bool ___doNotEscapeUriAttributes_32; }; // 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.Xml.TextEncodedRawTextWriter struct TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01 : public XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4 { }; // System.Xml.TextUtf8RawTextWriter struct TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73 : public XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB { }; // System.Type struct Type_t : public MemberInfo_t { // System.RuntimeTypeHandle System.Type::_impl RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8; }; // System.Xml.XmlAsyncCheckReaderWithLineInfoNS struct XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629 : public XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE { // System.Xml.IXmlNamespaceResolver System.Xml.XmlAsyncCheckReaderWithLineInfoNS::readerAsIXmlNamespaceResolver RuntimeObject* ___readerAsIXmlNamespaceResolver_6; }; // System.Xml.Schema.XmlSchemaElement struct XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970 : public XmlSchemaParticle_t9A7544A3F66C6E4B8900456CF705A6F9D95655EE { // System.Boolean System.Xml.Schema.XmlSchemaElement::isAbstract bool ___isAbstract_13; // System.Boolean System.Xml.Schema.XmlSchemaElement::hasAbstractAttribute bool ___hasAbstractAttribute_14; // System.Boolean System.Xml.Schema.XmlSchemaElement::isNillable bool ___isNillable_15; // System.Boolean System.Xml.Schema.XmlSchemaElement::hasNillableAttribute bool ___hasNillableAttribute_16; // System.Boolean System.Xml.Schema.XmlSchemaElement::isLocalTypeDerivationChecked bool ___isLocalTypeDerivationChecked_17; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::block int32_t ___block_18; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::final int32_t ___final_19; // System.Xml.Schema.XmlSchemaForm System.Xml.Schema.XmlSchemaElement::form int32_t ___form_20; // System.String System.Xml.Schema.XmlSchemaElement::defaultValue String_t* ___defaultValue_21; // System.String System.Xml.Schema.XmlSchemaElement::fixedValue String_t* ___fixedValue_22; // System.String System.Xml.Schema.XmlSchemaElement::name String_t* ___name_23; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::refName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___refName_24; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::substitutionGroup XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___substitutionGroup_25; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::typeName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___typeName_26; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::type XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___type_27; // System.Xml.XmlQualifiedName System.Xml.Schema.XmlSchemaElement::qualifiedName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___qualifiedName_28; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.XmlSchemaElement::elementType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___elementType_29; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::blockResolved int32_t ___blockResolved_30; // System.Xml.Schema.XmlSchemaDerivationMethod System.Xml.Schema.XmlSchemaElement::finalResolved int32_t ___finalResolved_31; // System.Xml.Schema.XmlSchemaObjectCollection System.Xml.Schema.XmlSchemaElement::constraints XmlSchemaObjectCollection_tABB09091ECE50CA4C1B43A6E91D2CB04465B9388* ___constraints_32; // System.Xml.Schema.SchemaElementDecl System.Xml.Schema.XmlSchemaElement::elementDecl SchemaElementDecl_t985EC0AC51DF3E0339341916D061539CF41846AD* ___elementDecl_33; }; // 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.ReadContentAsBinaryHelper/d__36 struct U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD { // System.Int32 System.Xml.ReadContentAsBinaryHelper/d__36::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.ReadContentAsBinaryHelper/d__36::<>t__builder AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1; // System.Xml.ReadContentAsBinaryHelper System.Xml.ReadContentAsBinaryHelper/d__36::<>4__this ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* ___U3CU3E4__this_2; // System.Boolean System.Xml.ReadContentAsBinaryHelper/d__36::moveIfOnContentNode bool ___moveIfOnContentNode_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.ReadContentAsBinaryHelper/d__36::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4; }; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07 : public MulticastDelegate_t { }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.Xml.HtmlUtf8RawTextWriterIndent struct HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6 : public HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850 { // System.Int32 System.Xml.HtmlUtf8RawTextWriterIndent::indentLevel int32_t ___indentLevel_35; // System.Int32 System.Xml.HtmlUtf8RawTextWriterIndent::endBlockPos int32_t ___endBlockPos_36; // System.String System.Xml.HtmlUtf8RawTextWriterIndent::indentChars String_t* ___indentChars_37; // System.Boolean System.Xml.HtmlUtf8RawTextWriterIndent::newLineOnAttributes bool ___newLineOnAttributes_38; }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Xml.OnRemoveWriter struct OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F : public MulticastDelegate_t { }; // System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema struct XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A : public XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629 { // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::readerAsIXmlSchemaInfo RuntimeObject* ___readerAsIXmlSchemaInfo_7; }; // 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.ReadContentAsBinaryHelper/d__31 struct U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F { // System.Int32 System.Xml.ReadContentAsBinaryHelper/d__31::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.ReadContentAsBinaryHelper/d__31::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.ReadContentAsBinaryHelper System.Xml.ReadContentAsBinaryHelper/d__31::<>4__this ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.ReadContentAsBinaryHelper/d__31::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_3; }; // System.Xml.SecureStringHasher/HashCodeOfStringDelegate struct HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046 : public MulticastDelegate_t { }; // System.Xml.XmlEncodedRawTextWriter/d__122 struct U3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__122::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__122::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__122::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__122::startOffset int32_t ___startOffset_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__122::endOffset int32_t ___endOffset_4; // System.Boolean System.Xml.XmlEncodedRawTextWriter/d__122::writeAllToStream bool ___writeAllToStream_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__122::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlEncodedRawTextWriter/d__120 struct U3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__120::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__120::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__120::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__120::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; }; // System.Xml.XmlEncodedRawTextWriter/d__121 struct U3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__121::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__121::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__121::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__121::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; }; // System.Xml.XmlEncodedRawTextWriter/d__127 struct U3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__127::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__127::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__127::index int32_t ___index_2; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__127::count int32_t ___count_3; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__127::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_4; // System.Char[] System.Xml.XmlEncodedRawTextWriter/d__127::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__127::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__127::5__3 int32_t ___U3CcurIndexU3E5__3_7; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__127::5__4 int32_t ___U3CleftCountU3E5__4_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__127::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_9; }; // System.Xml.XmlEncodedRawTextWriter/d__109 struct U3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__109::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__109::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__109::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__109::text String_t* ___text_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__109::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlEncodedRawTextWriter/d__148 struct U3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__148::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__148::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlEncodedRawTextWriter/d__148::text String_t* ___text_2; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__148::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__148::5__2 int32_t ___U3CwriteLenU3E5__2_4; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__148::5__3 int32_t ___U3CcurIndexU3E5__3_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__148::5__4 int32_t ___U3CleftCountU3E5__4_6; // System.Boolean System.Xml.XmlEncodedRawTextWriter/d__148::5__5 bool ___U3CneedWriteNewLineU3E5__5_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__148::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_8; }; // System.Xml.XmlEncodedRawTextWriter/d__113 struct U3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__113::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__113::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__113::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.Char System.Xml.XmlEncodedRawTextWriter/d__113::ch Il2CppChar ___ch_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__113::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlEncodedRawTextWriter/d__110 struct U3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__110::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__110::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__110::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__110::text String_t* ___text_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__110::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlEncodedRawTextWriter/d__146 struct U3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__146::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__146::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlEncodedRawTextWriter/d__146::text String_t* ___text_2; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__146::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__146::stopChar int32_t ___stopChar_4; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__146::5__2 int32_t ___U3CwriteLenU3E5__2_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__146::5__3 int32_t ___U3CcurIndexU3E5__3_6; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__146::5__4 int32_t ___U3CleftCountU3E5__4_7; // System.Boolean System.Xml.XmlEncodedRawTextWriter/d__146::5__5 bool ___U3CneedWriteNewLineU3E5__5_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__146::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_9; }; // System.Xml.XmlEncodedRawTextWriter/d__98 struct U3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__98::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__98::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__98::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__98::name String_t* ___name_3; // System.String System.Xml.XmlEncodedRawTextWriter/d__98::pubid String_t* ___pubid_4; // System.String System.Xml.XmlEncodedRawTextWriter/d__98::sysid String_t* ___sysid_5; // System.String System.Xml.XmlEncodedRawTextWriter/d__98::subset String_t* ___subset_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__98::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlEncodedRawTextWriter/d__133 struct U3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__133::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__133::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__133::index int32_t ___index_2; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__133::count int32_t ___count_3; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__133::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_4; // System.Char[] System.Xml.XmlEncodedRawTextWriter/d__133::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__133::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__133::5__3 int32_t ___U3CcurIndexU3E5__3_7; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__133::5__4 int32_t ___U3CleftCountU3E5__4_8; // System.Boolean System.Xml.XmlEncodedRawTextWriter/d__133::5__5 bool ___U3CneedWriteNewLineU3E5__5_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__133::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_10; }; // System.Xml.XmlEncodedRawTextWriter/d__112 struct U3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__112::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__112::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__112::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__112::name String_t* ___name_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__112::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlEncodedRawTextWriter/d__106 struct U3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__106::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__106::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__106::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__106::prefix String_t* ___prefix_3; // System.String System.Xml.XmlEncodedRawTextWriter/d__106::namespaceName String_t* ___namespaceName_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__106::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlEncodedRawTextWriter/d__111 struct U3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__111::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__111::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__111::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__111::name String_t* ___name_3; // System.String System.Xml.XmlEncodedRawTextWriter/d__111::text String_t* ___text_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__111::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlEncodedRawTextWriter/d__118 struct U3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__118::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__118::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__118::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.Char[] System.Xml.XmlEncodedRawTextWriter/d__118::buffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___buffer_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__118::index int32_t ___index_4; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__118::count int32_t ___count_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__118::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlEncodedRawTextWriter/d__119 struct U3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__119::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__119::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__119::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__119::data String_t* ___data_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__119::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlEncodedRawTextWriter/d__143 struct U3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__143::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__143::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__143::index int32_t ___index_2; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__143::count int32_t ___count_3; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__143::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_4; // System.Char[] System.Xml.XmlEncodedRawTextWriter/d__143::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__143::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__143::5__3 int32_t ___U3CcurIndexU3E5__3_7; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__143::5__4 int32_t ___U3CleftCountU3E5__4_8; // System.Boolean System.Xml.XmlEncodedRawTextWriter/d__143::5__5 bool ___U3CneedWriteNewLineU3E5__5_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__143::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_10; }; // System.Xml.XmlEncodedRawTextWriter/d__144 struct U3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__144::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__144::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlEncodedRawTextWriter/d__144::text String_t* ___text_2; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__144::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__144::5__2 int32_t ___U3CwriteLenU3E5__2_4; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__144::5__3 int32_t ___U3CcurIndexU3E5__3_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__144::5__4 int32_t ___U3CleftCountU3E5__4_6; // System.Boolean System.Xml.XmlEncodedRawTextWriter/d__144::5__5 bool ___U3CneedWriteNewLineU3E5__5_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__144::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_8; }; // System.Xml.XmlEncodedRawTextWriter/d__107 struct U3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__107::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__107::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__107::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/d__107::prefix String_t* ___prefix_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__107::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlEncodedRawTextWriter/d__116 struct U3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__116::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__116::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__116::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.Char System.Xml.XmlEncodedRawTextWriter/d__116::lowChar Il2CppChar ___lowChar_3; // System.Char System.Xml.XmlEncodedRawTextWriter/d__116::highChar Il2CppChar ___highChar_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__116::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlEncodedRawTextWriter/d__96 struct U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F { // System.Int32 System.Xml.XmlEncodedRawTextWriter/d__96::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/d__96::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/d__96::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.Xml.XmlStandalone System.Xml.XmlEncodedRawTextWriter/d__96::standalone int32_t ___standalone_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/d__96::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139 struct U3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::text String_t* ___text_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::curIndex int32_t ___curIndex_4; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::leftCount int32_t ___leftCount_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129 struct U3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_2; // System.String System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::text String_t* ___text_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::curIndex int32_t ___curIndex_4; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::leftCount int32_t ___leftCount_5; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135 struct U3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2 { // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Boolean System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::newLine bool ___newLine_2; // System.Xml.XmlEncodedRawTextWriter System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::<>4__this XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::curIndex int32_t ___curIndex_4; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::leftCount int32_t ___leftCount_5; // System.String System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::text String_t* ___text_6; // System.Int32 System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::5__2 int32_t ___U3CwriteLenU3E5__2_7; // System.Boolean System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::5__3 bool ___U3CneedWriteNewLineU3E5__3_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_9; }; // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.List`1 struct List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Collections.Generic.List`1 struct List_1_t43EC7C138A17FAAD7120408F039923082A70301A_StaticFields { // T[] System.Collections.Generic.List`1::s_emptyArray XmlQualifiedNameU5BU5D_t95C376ACDEA9261B842F45A4C4DF9ABEE0FB35D1* ___s_emptyArray_5; }; // System.Collections.Generic.List`1 // System.Xml.AsyncHelper struct AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields { // System.Threading.Tasks.Task System.Xml.AsyncHelper::DoneTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___DoneTask_0; // System.Threading.Tasks.Task`1 System.Xml.AsyncHelper::DoneTaskTrue Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___DoneTaskTrue_1; // System.Threading.Tasks.Task`1 System.Xml.AsyncHelper::DoneTaskFalse Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___DoneTaskFalse_2; // System.Threading.Tasks.Task`1 System.Xml.AsyncHelper::DoneTaskZero Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___DoneTaskZero_3; }; // System.Xml.AsyncHelper // System.Xml.AttributePSVIInfo // System.Xml.AttributePSVIInfo // System.Xml.BitStack // System.Xml.BitStack // System.Xml.ByteStack // System.Xml.ByteStack // 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.Text.Encoder // System.Text.Encoder // System.Text.EncoderFallback struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293_StaticFields { // System.Text.EncoderFallback System.Text.EncoderFallback::s_replacementFallback EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___s_replacementFallback_0; // System.Text.EncoderFallback System.Text.EncoderFallback::s_exceptionFallback EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___s_exceptionFallback_1; }; // System.Text.EncoderFallback // 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_15; }; // System.Text.Encoding // System.Xml.HtmlTernaryTree struct HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_StaticFields { // System.Byte[] System.Xml.HtmlTernaryTree::htmlElements ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___htmlElements_0; // System.Byte[] System.Xml.HtmlTernaryTree::htmlAttributes ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___htmlAttributes_1; }; // System.Xml.HtmlTernaryTree // System.Xml.IncrementalReadDecoder // System.Xml.IncrementalReadDecoder // System.LocalAppContextSwitches struct LocalAppContextSwitches_tD4691F88F847A5F076065A6FEF10BBB5DB039434_StaticFields { // System.Boolean System.LocalAppContextSwitches::IgnoreEmptyKeySequences bool ___IgnoreEmptyKeySequences_0; // System.Boolean System.LocalAppContextSwitches::DontThrowOnInvalidSurrogatePairs bool ___DontThrowOnInvalidSurrogatePairs_1; }; // System.LocalAppContextSwitches // 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.ReadContentAsBinaryHelper // System.Xml.ReadContentAsBinaryHelper // System.Xml.SecureStringHasher struct SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_StaticFields { // System.Xml.SecureStringHasher/HashCodeOfStringDelegate System.Xml.SecureStringHasher::hashCodeDelegate HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* ___hashCodeDelegate_0; }; // System.Xml.SecureStringHasher // System.String struct String_t_StaticFields { // System.String System.String::Empty String_t* ___Empty_6; }; // System.String // 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_8; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_9; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_11; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_14; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::k__BackingField TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_15; // System.Threading.Tasks.Task System.Threading.Tasks.Task::k__BackingField Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_16; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_17; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_18; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_19; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_20; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject* ___s_activeTasksLock_21; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields { // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_12; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_13; }; // System.Xml.TernaryTreeReadOnly // System.Xml.TernaryTreeReadOnly // System.Xml.ValidatingReaderNodeData // System.Xml.ValidatingReaderNodeData // System.Xml.XmlNameTable // System.Xml.XmlNameTable // System.Xml.XmlNamespaceManager // 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.XmlWriter // System.Xml.XmlWriter // System.Xml.XmlWriterSettings // System.Xml.XmlWriterSettings // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // System.Collections.Generic.List`1/Enumerator // 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_23; }; // 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_23; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106* ___s_defaultFactory_23; }; // 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 // System.Xml.CharEntityEncoderFallback // System.Xml.CharEntityEncoderFallback // System.Enum struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_StaticFields { // System.Char[] System.Enum::enumSeperatorCharArray CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___enumSeperatorCharArray_0; }; // System.Enum // System.Xml.IncrementalReadDummyDecoder // System.Xml.IncrementalReadDummyDecoder // 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.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { // System.IO.Stream System.IO.Stream::Null Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1; }; // System.IO.Stream // System.IO.TextWriter struct TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3_StaticFields { // System.IO.TextWriter System.IO.TextWriter::Null TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___Null_1; // System.Char[] System.IO.TextWriter::s_coreNewLine CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___s_coreNewLine_2; }; // System.IO.TextWriter // System.UInt32 // System.UInt32 // System.Void // System.Void // System.Xml.XmlAsyncCheckReader // System.Xml.XmlAsyncCheckReader // System.Xml.XmlAsyncCheckWriter // System.Xml.XmlAsyncCheckWriter // 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.XmlRawWriter // System.Xml.XmlRawWriter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // 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.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable // System.Runtime.CompilerServices.ConfiguredTaskAwaitable // System.Delegate // System.Delegate // System.Exception struct Exception_t_StaticFields { // System.Object System.Exception::s_EDILock RuntimeObject* ___s_EDILock_0; }; // System.Exception // System.Reflection.MethodInfo // System.Reflection.MethodInfo // System.Xml.QueryOutputWriter // System.Xml.QueryOutputWriter // System.RuntimeFieldHandle // System.RuntimeFieldHandle // System.RuntimeTypeHandle // System.RuntimeTypeHandle // System.Xml.XmlAsyncCheckReaderWithLineInfo // System.Xml.XmlAsyncCheckReaderWithLineInfo // System.Xml.XmlAsyncCheckReaderWithNS // System.Xml.XmlAsyncCheckReaderWithNS // System.Xml.XmlAutoDetectWriter // System.Xml.XmlAutoDetectWriter // System.Xml.XmlEncodedRawTextWriter // System.Xml.XmlEncodedRawTextWriter // System.Xml.XmlEventCache // System.Xml.XmlEventCache // System.Xml.XmlReaderSettings struct XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_StaticFields { // System.Nullable`1 System.Xml.XmlReaderSettings::s_enableLegacyXmlSettings Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___s_enableLegacyXmlSettings_20; }; // System.Xml.XmlReaderSettings // System.Xml.Schema.XmlSchemaAttribute // System.Xml.Schema.XmlSchemaAttribute // System.Xml.Schema.XmlSchemaType // System.Xml.Schema.XmlSchemaType // System.Xml.XmlUtf8RawTextWriter // System.Xml.XmlUtf8RawTextWriter // System.Xml.XmlWellFormedWriter struct XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields { // System.String[] System.Xml.XmlWellFormedWriter::stateName StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___stateName_26; // System.String[] System.Xml.XmlWellFormedWriter::tokenName StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___tokenName_27; // System.Xml.WriteState[] System.Xml.XmlWellFormedWriter::state2WriteState WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF* ___state2WriteState_28; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::StateTableDocument StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* ___StateTableDocument_29; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::StateTableAuto StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* ___StateTableAuto_30; }; // System.Xml.XmlWellFormedWriter // 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.Xml.HtmlUtf8RawTextWriter struct HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields { // System.Xml.TernaryTreeReadOnly System.Xml.HtmlUtf8RawTextWriter::elementPropertySearch TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* ___elementPropertySearch_33; // System.Xml.TernaryTreeReadOnly System.Xml.HtmlUtf8RawTextWriter::attributePropertySearch TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* ___attributePropertySearch_34; }; // System.Xml.HtmlUtf8RawTextWriter // System.Xml.TextEncodedRawTextWriter // System.Xml.TextEncodedRawTextWriter // System.Xml.TextUtf8RawTextWriter // System.Xml.TextUtf8RawTextWriter // 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.XmlAsyncCheckReaderWithLineInfoNS // System.Xml.XmlAsyncCheckReaderWithLineInfoNS // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaElement // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.Schema.XmlSchemaSimpleType // System.Xml.ReadContentAsBinaryHelper/d__36 // System.Xml.ReadContentAsBinaryHelper/d__36 // System.Action // System.Action // System.ArgumentException // System.ArgumentException // System.Xml.HtmlUtf8RawTextWriterIndent // System.Xml.HtmlUtf8RawTextWriterIndent // System.InvalidOperationException // System.InvalidOperationException // System.Xml.OnRemoveWriter // System.Xml.OnRemoveWriter // System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema // System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema // System.Xml.XmlException // System.Xml.XmlException // System.Xml.ReadContentAsBinaryHelper/d__31 // System.Xml.ReadContentAsBinaryHelper/d__31 // System.Xml.SecureStringHasher/HashCodeOfStringDelegate // System.Xml.SecureStringHasher/HashCodeOfStringDelegate // System.Xml.XmlEncodedRawTextWriter/d__122 // System.Xml.XmlEncodedRawTextWriter/d__122 // System.Xml.XmlEncodedRawTextWriter/d__120 // System.Xml.XmlEncodedRawTextWriter/d__120 // System.Xml.XmlEncodedRawTextWriter/d__121 // System.Xml.XmlEncodedRawTextWriter/d__121 // System.Xml.XmlEncodedRawTextWriter/d__127 // System.Xml.XmlEncodedRawTextWriter/d__127 // System.Xml.XmlEncodedRawTextWriter/d__109 // System.Xml.XmlEncodedRawTextWriter/d__109 // System.Xml.XmlEncodedRawTextWriter/d__148 // System.Xml.XmlEncodedRawTextWriter/d__148 // System.Xml.XmlEncodedRawTextWriter/d__113 // System.Xml.XmlEncodedRawTextWriter/d__113 // System.Xml.XmlEncodedRawTextWriter/d__110 // System.Xml.XmlEncodedRawTextWriter/d__110 // System.Xml.XmlEncodedRawTextWriter/d__146 // System.Xml.XmlEncodedRawTextWriter/d__146 // System.Xml.XmlEncodedRawTextWriter/d__98 // System.Xml.XmlEncodedRawTextWriter/d__98 // System.Xml.XmlEncodedRawTextWriter/d__133 // System.Xml.XmlEncodedRawTextWriter/d__133 // System.Xml.XmlEncodedRawTextWriter/d__112 // System.Xml.XmlEncodedRawTextWriter/d__112 // System.Xml.XmlEncodedRawTextWriter/d__106 // System.Xml.XmlEncodedRawTextWriter/d__106 // System.Xml.XmlEncodedRawTextWriter/d__111 // System.Xml.XmlEncodedRawTextWriter/d__111 // System.Xml.XmlEncodedRawTextWriter/d__118 // System.Xml.XmlEncodedRawTextWriter/d__118 // System.Xml.XmlEncodedRawTextWriter/d__119 // System.Xml.XmlEncodedRawTextWriter/d__119 // System.Xml.XmlEncodedRawTextWriter/d__143 // System.Xml.XmlEncodedRawTextWriter/d__143 // System.Xml.XmlEncodedRawTextWriter/d__144 // System.Xml.XmlEncodedRawTextWriter/d__144 // System.Xml.XmlEncodedRawTextWriter/d__107 // System.Xml.XmlEncodedRawTextWriter/d__107 // System.Xml.XmlEncodedRawTextWriter/d__116 // System.Xml.XmlEncodedRawTextWriter/d__116 // System.Xml.XmlEncodedRawTextWriter/d__96 // System.Xml.XmlEncodedRawTextWriter/d__96 // System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139 // System.Xml.XmlEncodedRawTextWriter/<_RawTextAsync>d__139 // System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129 // System.Xml.XmlEncodedRawTextWriter/<_WriteAttributeTextBlockAsync>d__129 // System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135 // System.Xml.XmlEncodedRawTextWriter/<_WriteElementTextBlockAsync>d__135 #ifdef __clang__ #pragma clang diagnostic pop #endif // System.Byte[] struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray { ALIGN_FIELD (8) uint8_t m_Items[1]; inline uint8_t GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline uint8_t* GetAddressAt(il2cpp_array_size_t index) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items + index; } inline void SetAt(il2cpp_array_size_t index, uint8_t value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; } inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value) { m_Items[index] = value; } }; // 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.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); } }; // 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.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.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.Int32 System.Collections.Generic.List`1::get_Count() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // T System.Collections.Generic.List`1/Enumerator::get_Current() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, 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.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m1087B74B4FF5004CBB6CC864FF1C87B6DB138505_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__31>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_mF2E0C44D1DC1DE205885C1EF47BAA26B219E96FE_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* ___0_stateMachine, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_gshared (const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__36>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m80A83123B7B3C1F32BD2B941EF82159FBB065C34_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* ___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_t824317F4B958F7512E8F7300511752937A6C6043* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, const RuntimeMethod* method) ; // 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::AwaitUnsafeOnCompleted,System.Xml.ReadContentAsBinaryHelper/d__31>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* ___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::AwaitUnsafeOnCompleted,System.Xml.ReadContentAsBinaryHelper/d__36>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m0F64B895C266927BAD968B9EF0DB5241C62786B6_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* ___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::Startd__96>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mC0E665C1D44A6ACE766D46D8A6900974C7C67891_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__98>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318_mFF7BB7C233A6FFBA4FC64AF4C609AFE7E969D037_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__106>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60_m6EDC81942D3380714157DD42DEB9F2B313395C15_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__107>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE_mA20F2F4ED0CAAFC67AE1978962DDAAE5A3DCC662_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__109>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6_m8DCB60667DA3213E22B9D59856F87DDFE64880A0_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__110>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A_m95BDB01DD13B59137769C33836D9FE43935ADEC8_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__111>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED_m5FC47FFE34CEF435669D3AC55C7FEEB17609FA77_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__112>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046_mF80D09E1748DEB0CEAD8DB44091D9FDB5812E126_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__113>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D_m3662B1C38BAD6C1885DA631EDD40BCF1D71F4439_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__116>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B_mF0F362BCE8F9821717D9C58AD7EF1BD2E0B366C3_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__118>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D_m215C69C069450AF154CB570183263A81284E07B0_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__119>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002_m9FE500B55453A43E11717B77DB69ED9A57C96CA7_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__120>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634_m39F2A1AC85C60BE2B6110D2E8389035791459AA5_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__121>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55_mA9906A169F291110BE2C7EBEAF07539DBBC43B4B_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__122>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6_m1D51B9196BF16E8881FF13DE76573590BBC9F830_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__127>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF_m40FDCA27390A1397DBFD8E304B50E5BED72C77AD_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__129>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030_mECAAED399A8D2DF59A61E9219C1DE126D37EEA6C_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__133>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9_mF25BB47334ECE8AB372AAB074C682A4F21F10C85_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__135>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2_mC3580483AC89FC62F049E61B5EEC5D59FF64F4AA_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__139>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3_mCDFED99E22F6E9F71EC3D6184FC4E1B4CBED2A5F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__143>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63_mB552D9ABC13083D6254944460A50C8109BE77017_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__144>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596_m87A15EDC516F1F44A21C5D1FFBB043F9FB2CD72B_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__146>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8_m6218B3E28F7CA8B48F5798CAB8FEF93F871645D8_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__148>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B_mD7289B45ACA7524219A6076FF2AA09A1A74563DB_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__96>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* ___1_stateMachine, 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.Void System.Xml.XmlUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter__ctor_m3FED45E976C290A249ADEFDCB6B4D899997D6FB2 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_Init_m17F043A172335C446A0E47BAC1622866D71AD755 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_settings, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::RawText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_s, 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.Xml.ByteStack::Push(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteStack_Push_m47D6E14644B1038EDABCC87FE259AAB9368B8871 (ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* __this, uint8_t ___0_data, 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.Byte System.Xml.TernaryTreeReadOnly::FindCaseInsensitiveString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TernaryTreeReadOnly_FindCaseInsensitiveString_m790869604E4C0130B54112156A0004519D4BA687 (TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* __this, String_t* ___0_stringToFind, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteStartElement_m0379A794A0F655460F6E51460D8F650779795F6F (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteMetaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteMetaElement_m7944FF591B4CF1665D569E37D4450FCC0E78878C (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteEndElement_m5608AC0C69CDAAEF96F97DC4DA61BA4DD477479E (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Byte System.Xml.ByteStack::Pop() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t ByteStack_Pop_mA71AC5CF377097285488DF81509F4E54B5915D99 (ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteFullEndElement_mA2262354DD58A77D7D3422165A75016FB0B609F2 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteStartAttribute_mFBD89332E58A89DAFA893BD88A09171AD963DFD8 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::OutputRestAmps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_OutputRestAmps_m37A8B423ADBBB4E48EA3E96731AD668528D1C336 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteCommentOrPi(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteCommentOrPi_m8683C7CE47F8B88FAECBACFF8FF741E26F11C041 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_stopChar, const RuntimeMethod* method) ; // System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD (const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeTextBlock_m8038850D61D7072AEACF2BAA7800D8159B3A6A86 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlElementTextBlock_m4954FD96A9A84553F33ECB8AB4813EDB38999F15 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, 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.InvalidOperationException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteAttributeTextBlock_mE2D22AC1D27C0BFA841022E3C14C58567E2C9977 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteElementTextBlock_mE38367032B8ADFFA8A6F4F34598740F0E791575B (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Xml.TernaryTreeReadOnly::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TernaryTreeReadOnly__ctor_m992650E56855E4FBDB1608D7D226880F302EAD50 (TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_nodeBuffer, const RuntimeMethod* method) ; // System.Void System.Xml.ByteStack::.ctor(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ByteStack__ctor_m2FECD787126127357E9F1FA2588FBA9B08A8F35B (ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* __this, int32_t ___0_growthRate, const RuntimeMethod* method) ; // System.String System.Xml.XmlWriterSettings::get_MediaType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_MediaType_m46564F22D00EE2BC79D4FFA000E09A96F0C5A6CB_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_DoNotEscapeUriAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_DoNotEscapeUriAttributes_m58342EF68EB24B7A68EADBE549304604AB230564_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::RawText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_RawText_mF7942A3974C489D2F8D9301E56E77CEF5F500E07 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteUriAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteUriAttributeText_mC11A475F7C136EC5648D101983FAA53B46774092 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mAECDA8C3439380C5642043B0AA18B4B20C0D784B (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Byte* System.Xml.XmlUtf8RawTextWriter::AmpEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_AmpEntity_m7E503ACD5CB18DAC154F20F6A64F8071EE5048D7 (uint8_t* ___0_pDst, const RuntimeMethod* method) ; // System.Byte* System.Xml.XmlUtf8RawTextWriter::QuoteEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_QuoteEntity_mCDA75ED5FA8C4D9D1FD96FC7C89B8EE8E1CB5934 (uint8_t* ___0_pDst, const RuntimeMethod* method) ; // System.Byte* System.Xml.XmlUtf8RawTextWriter::CarriageReturnEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_CarriageReturnEntity_mDA72CC2391E1616CD15AB64B1502C08957A6FB5F (uint8_t* ___0_pDst, const RuntimeMethod* method) ; // System.Byte* System.Xml.XmlUtf8RawTextWriter::LineFeedEntity(System.Byte*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t* XmlUtf8RawTextWriter_LineFeedEntity_m8E81C822AA323A5C7C359F53C17A196B58BBE2DA (uint8_t* ___0_pDst, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::EncodeChar(System.Char*&,System.Char*,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_EncodeChar_mCD76E36D29EAD5ABABBBB5B445B615D244DBC10D (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar** ___0_pSrc, Il2CppChar* ___1_pSrcEnd, uint8_t** ___2_pDst, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::CharToUTF8(System.Char*&,System.Char*,System.Byte*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_CharToUTF8_m3291DF549C3DA234A7EB4F8B714CB21A5254355A (Il2CppChar** ___0_pSrc, Il2CppChar* ___1_pSrcEnd, uint8_t** ___2_pDst, 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.Void System.Xml.HtmlUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter__ctor_mA1F2A26D176CDD4BE7707C2E0226ACEB775735DD (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_Init_mD5E84F5EA6732D783A82EFCD41C7438340266ACA (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_settings, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteDocType_mDC08A1EE2173D0CC6CC54C45F78B6D54E6DF278C (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteIndent_mD6890BA8F1DF624D29CF8BCACBA94EA4F25FE2FA (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEndElement_m5421A2A570B651EEA581B84FE4C023EEC931A013 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteStartAttribute_m71BF2DA3F5CEDF6A310A7D8AB0EF185939EA9842 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_FlushBuffer_m380AF5AC857AFEFB88FD4D4A223CE2F61D0B624A (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlWriterSettings::get_IndentChars() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_mF26B2899F7718E3DC75CA62FDFB5915BAF5C158D_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_NewLineOnAttributes() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_m3ACAFD8A94C15826E9DDC4F20B280C6AF3407F7D_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Void System.Object::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ; // System.Void System.Xml.IncrementalReadDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDecoder__ctor_mE733A01D272115149EA92BC8D2CA04B1E6087FB7 (IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlRawWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter__ctor_mFB8EB6B94D64BD9F3093B42E36D60FADC66F9989 (XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlWriterSettings::get_DocTypeSystem() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypeSystem_mA52DF45898F37EFBFAFFB19C5FF0E85DB1D59AB1_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlWriterSettings::get_DocTypePublic() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypePublic_mCD450846EDA3E29E0627CBFF9A694BC276C9D847_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Xml.XmlOutputMethod System.Xml.XmlWriterSettings::get_OutputMethod() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_OutputMethod_mD033562BBB2BF636CD2B093DF43FFF69FCEB2BD1_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_AutoXmlDeclaration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_AutoXmlDeclaration_m99219BABCEECCC72F64FA0062E19B2628B806A9C_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Xml.XmlStandalone System.Xml.XmlWriterSettings::get_Standalone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_Standalone_mF6BD9C7DD44EDEA0EE1416AB92471C5374DBE26B_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Collections.Generic.List`1 System.Xml.XmlWriterSettings::get_CDataSectionElements() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t43EC7C138A17FAAD7120408F039923082A70301A* XmlWriterSettings_get_CDataSectionElements_m41A55F92925DE680C957E3E18CF5414EB8D6DF58_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.List`1::get_Count() inline int32_t List_1_get_Count_m0EEF879BA3686583502A3D0CE4E388582415D0A6_inline (List_1_t43EC7C138A17FAAD7120408F039923082A70301A* __this, const RuntimeMethod* method) { return (( int32_t (*) (List_1_t43EC7C138A17FAAD7120408F039923082A70301A*, const RuntimeMethod*))List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline)(__this, method); } // System.Void System.Xml.BitStack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitStack__ctor_m9BADB5496087F772604E9F62D3B18C07630EA45A (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor() inline void Dictionary_2__ctor_m9B62B0AF42B8D720A217CCF7D03D8242D1D7FA4B (Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426*, const RuntimeMethod*))Dictionary_2__ctor_m517E7F9D104FEAE6646EABDDC9C852510E86077C_gshared)(__this, method); } // System.Void System.Xml.XmlQualifiedName::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlQualifiedName__ctor_mD1D3B6997D1B544D421B704520AD12E4C120D634 (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* __this, const RuntimeMethod* method) ; // System.Collections.Generic.List`1/Enumerator System.Collections.Generic.List`1::GetEnumerator() inline Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C List_1_GetEnumerator_m568CB3E67C19B9174F2AD57A64A72D95F93191A1 (List_1_t43EC7C138A17FAAD7120408F039923082A70301A* __this, const RuntimeMethod* method) { return (( Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C (*) (List_1_t43EC7C138A17FAAD7120408F039923082A70301A*, const RuntimeMethod*))List_1_GetEnumerator_mD8294A7FA2BEB1929487127D476F8EC1CDC23BFC_gshared)(__this, method); } // System.Void System.Collections.Generic.List`1/Enumerator::Dispose() inline void Enumerator_Dispose_mC605D2D31727D8396798863F0D14AB7F45E74EA7 (Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C* __this, const RuntimeMethod* method) { (( void (*) (Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C*, const RuntimeMethod*))Enumerator_Dispose_mD9DC3E3C3697830A4823047AB29A77DBBB5ED419_gshared)(__this, method); } // T System.Collections.Generic.List`1/Enumerator::get_Current() inline XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* Enumerator_get_Current_mC4F2F141ED84510A73B235D519BCFD8FE1FF5BD5_inline (Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C* __this, const RuntimeMethod* method) { return (( XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* (*) (Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C*, const RuntimeMethod*))Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline)(__this, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_mD4F20774F164452D05D56D2A3101DC82B30F762D (Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_key, int32_t ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.List`1/Enumerator::MoveNext() inline bool Enumerator_MoveNext_mD2119FFD872E74A6F4997BB265A66364DB3471A1 (Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C* __this, const RuntimeMethod* method) { return (( bool (*) (Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C*, const RuntimeMethod*))Enumerator_MoveNext_mE921CC8F29FBBDE7CC3209A0ED0D921D58D00BCB_gshared)(__this, method); } // System.Void System.Xml.BitStack::PushBit(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitStack_PushBit_m1781C0D736A215362CD21AD07CAF39EE2909F718 (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* __this, bool ___0_bit, const RuntimeMethod* method) ; // System.Void System.Xml.QueryOutputWriter::EndCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, 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.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.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) ; // System.Boolean System.Collections.Generic.Dictionary`2::ContainsKey(TKey) inline bool Dictionary_2_ContainsKey_m400FFF2A30F886D75808F2253ED971B963BFD133 (Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* __this, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426*, XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*, const RuntimeMethod*))Dictionary_2_ContainsKey_m1087B74B4FF5004CBB6CC864FF1C87B6DB138505_gshared)(__this, ___0_key, method); } // System.Boolean System.Xml.BitStack::PopBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3 (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.QueryOutputWriter::StartCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryOutputWriter_StartCDataSection_m99EE7ED6C70003A94BA497D9C1556494F55F9B44 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) ; // System.String System.String::CreateString(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6 (String_t* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_val, int32_t ___1_startIndex, int32_t ___2_length, const RuntimeMethod* method) ; // System.Boolean System.Xml.BitStack::PeekBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PeekBit_m416F1BB8F64059C924312B2416CBE09747B0E1E4 (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.ReadContentAsBinaryHelper::MoveToNextContentNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadContentAsBinaryHelper_MoveToNextContentNode_m7FB239D47130A8324EA15820546E4D43C1E1FBC6 (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, bool ___0_moveIfOnContentNode, const RuntimeMethod* method) ; // System.String System.Enum::ToString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741 (RuntimeObject* __this, const RuntimeMethod* method) ; // 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) ; // System.Void System.Xml.ReadContentAsBinaryHelper::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadContentAsBinaryHelper_Reset_m17AAB38EA5100EAAA4B35BAE7CFA2A4350A0B357 (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A (const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__31>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_mF2E0C44D1DC1DE205885C1EF47BAA26B219E96FE (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_mF2E0C44D1DC1DE205885C1EF47BAA26B219E96FE_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Create() inline AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D (const RuntimeMethod* method) { return (( AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_gshared)(method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::Startd__36>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m80A83123B7B3C1F32BD2B941EF82159FBB065C34 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m80A83123B7B3C1F32BD2B941EF82159FBB065C34_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::get_Task() inline Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, const RuntimeMethod* method) { return (( Task_1_t824317F4B958F7512E8F7300511752937A6C6043* (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_gshared)(__this, method); } // System.Threading.Tasks.Task`1 System.Xml.ReadContentAsBinaryHelper::MoveToNextContentNodeAsync(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ReadContentAsBinaryHelper_MoveToNextContentNodeAsync_m90A3C90CF250D2B8907450A911D1A7EEF33E297B (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, bool ___0_moveIfOnContentNode, 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::AwaitUnsafeOnCompleted,System.Xml.ReadContentAsBinaryHelper/d__31>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0_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.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.ReadContentAsBinaryHelper/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishAsyncU3Ed__31_MoveNext_m89EB66C91ECC36B30FC197B6EA352C85697CAE9F (U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* __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.ReadContentAsBinaryHelper/d__31::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishAsyncU3Ed__31_SetStateMachine_m24B7451CFA084B90DE33D5410F0362CA8088D68A (U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.ReadContentAsBinaryHelper/d__36>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m0F64B895C266927BAD968B9EF0DB5241C62786B6 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m0F64B895C266927BAD968B9EF0DB5241C62786B6_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.ReadContentAsBinaryHelper/d__36::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToNextContentNodeAsyncU3Ed__36_MoveNext_m716039DF76B9F996FC3AEBBB9EB0297588BCA59E (U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* __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.ReadContentAsBinaryHelper/d__36::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToNextContentNodeAsyncU3Ed__36_SetStateMachine_m6D53BB0FBB8FFA1F5A641CF2950E0A6BBA631F15 (U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Int32 System.Environment::get_TickCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m183BFCF001E12849E3D898957F0B81FD88BA183C (const RuntimeMethod* method) ; // System.Boolean System.String::Equals(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ; // System.Xml.SecureStringHasher/HashCodeOfStringDelegate System.Xml.SecureStringHasher::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* SecureStringHasher_GetHashCodeDelegate_mC935B1E47A8478DE0257CD650A4689DB2965A379 (const RuntimeMethod* method) ; // System.Int32 System.Xml.SecureStringHasher/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m75607AC5443193A85145E05E5C6036A9BA0C61A2_inline (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __this, String_t* ___0_s, int32_t ___1_sLen, int64_t ___2_additionalEntropy, 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.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.SecureStringHasher/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_m5635DF373D683517CDFD80D0EB8C380E78BFFA58 (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_mF6EBA0A44503EE7400D3901E059BDFEB8110B205 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_mEDAEC401E6AB69FC8728E0217038DFEBE2C3F564 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_m1D3A9B40867F3EC1B58D63EAF9F9E8B79446E5A6 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_data, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_m377C81F6B413480998B3FFBE321070D4B3E3959C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteRaw_m6CEED895A7A1E54D50BC0DF04ED0F7B7F64FDA94 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_data, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteRaw_m1CD2BE14DD496B9EA6D2093F8555677CC1B52096 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Xml.ValidatingReaderNodeData::Clear(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_Clear_m35EB71C9541236968A8C58B6F2E310C9F90B485B (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, int32_t ___0_nodeType, const RuntimeMethod* method) ; // System.Void System.Xml.AttributePSVIInfo::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributePSVIInfo_Reset_m6BCB21E222189F063C0D2A7ECCB6D72AC9D086AA (AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* __this, const RuntimeMethod* method) ; // System.Void System.Xml.ValidatingReaderNodeData::SetItemData(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_SetItemData_m6F20EE6D67B53597EFEE48860915168BD55FBF22 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_value, String_t* ___1_originalStringValue, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithLineInfoNSSchema__ctor_m717A0AA4ACD08B6E45E0594D00220CB14BAF2284 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAsyncCheckReaderWithLineInfoNS::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithLineInfoNS__ctor_m01293D26DE17269F9DC1E5668C460AB7D97205CC (XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAsyncCheckReaderWithLineInfo::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithLineInfo__ctor_mF1A895DB0EFCB2031EF258B1ADD7AA3C3E8622DE (XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAsyncCheckReaderWithNS::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithNS__ctor_m51BEC76F7ADD099A67A4503BC5E4BBB4446DC8F9 (XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAsyncCheckReader::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader__ctor_m57D1178A8D9AF5D1EE18D16B4B9B96A5F17E5A78 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) ; // System.Void System.Xml.XmlReader::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477 (XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* __this, const RuntimeMethod* method) ; // System.Boolean System.Threading.Tasks.Task::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_m942D6D536545EF059089398B19435591561BB831 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, const RuntimeMethod* method) ; // System.Xml.XmlReaderSettings System.Xml.XmlReaderSettings::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* XmlReaderSettings_Clone_m6581889814EA9982ABCE97535D76722F81972101 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlReaderSettings::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings__ctor_m1BAF1E969D42F7C5D453B381FA763F333C715364 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlReaderSettings::set_Async(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_Async_mD6BEC19B95948116F459E8B53B7FDFBFD52135D3 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlReaderSettings::set_ReadOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ReadOnly_mE9D803936E0E2E8A22464C57D96C71AB35D1A6CB_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAsyncCheckReader::CheckAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlReader::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReader_Dispose_m48A2333E0A2A858E7F6B3B0B7DE63E33B819929D (XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWriter::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter__ctor_m8944C0C05D32C64DD68AE6641BA0943BE80CE714 (XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAsyncCheckWriter::CheckAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWriter::Dispose() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_Dispose_mA0416A9B156E8271B9E129F3E91FEF6EE0A2B373 (XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* __this, const RuntimeMethod* method) ; // System.Xml.XmlWriterSettings System.Xml.XmlWriterSettings::Clone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* XmlWriterSettings_Clone_m7D2132EF36D234189EFE3E94A7EAE6A9E94404B8 (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWriterSettings::set_ReadOnly(System.Boolean) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_ReadOnly_m912EC500806EE683803491EED4796F954F57AB42_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEventCache::.ctor(System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache__ctor_mBA3535680DEC05967B45C29EACDC95374C231C36 (XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* __this, String_t* ___0_baseUri, bool ___1_hasRootNode, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAutoDetectWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_mDD91C4B1B4258E663D7C2881F7F53062857E0F8F (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_writerSettings, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAutoDetectWriter::EnsureWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, int32_t ___0_outMethod, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlAutoDetectWriter::IsHtmlTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_IsHtmlTag_mA1914105F5C0762B36A35A24B9BCB0D00B9443DF (String_t* ___0_tagName, const RuntimeMethod* method) ; // System.Void System.Xml.XmlAutoDetectWriter::CreateWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_CreateWrappedWriter_m3A1C515F1F51D9868C2C6E6B609F43A34FE4CD31 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, int32_t ___0_outMethod, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlAutoDetectWriter::TextBlockCreatesWriter(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_TextBlockCreatesWriter_m39E5E4747352D31279AA83D2F1B09D479B3CF649 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_textBlock, 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::IsOnlyWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWriterSettings::set_OutputMethod(System.Xml.XmlOutputMethod) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_OutputMethod_m8A74B5EE11DD5C1D00D97B896E36AA504C142837_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Xml.TriState System.Xml.XmlWriterSettings::get_IndentInternal() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_IndentInternal_m3180E0936B1C9CB8252AE222C1D17BB1A0448C22_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWriterSettings::set_Indent(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriterSettings_set_Indent_m4560606B33CB7EF5DEE0F5B50A81AC8E67622661 (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* XmlWriter_Create_m84282264490E29541FB66C8B735906E55357F3E6 (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_output, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) ; // System.Xml.XmlRawWriter System.Xml.XmlWellFormedWriter::get_RawWriter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* XmlWellFormedWriter_get_RawWriter_m214811761EBBCB44F46CF8C3590C4611CFE134CA_inline (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Xml.XmlWriter System.Xml.XmlWriter::Create(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* XmlWriter_Create_m80194A2D54B71E2BA6F561AC5CED32BB3177E63A (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_output, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEventCache::EndEvents() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_EndEvents_m14930E127C0BC8C9139CC572BC1238721698075A (XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEventCache::EventsToWriter(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEventCache_EventsToWriter_m80E785FE11C18BA12E44016345E1F26273F4E361 (XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_writer, const RuntimeMethod* method) ; // System.Void System.Xml.OnRemoveWriter::Invoke(System.Xml.XmlRawWriter) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_inline (OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_Async() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_Async_m0444A26262668D76461EEBD468B622F8F5418A60_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Xml.NewLineHandling System.Xml.XmlWriterSettings::get_NewLineHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NewLineHandling_mE5E642195853271BBF3F6EA8399789D675D6EBE0_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_OmitXmlDeclaration() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_OmitXmlDeclaration_m4DDF4951F3229EB1DEEFABD680769ABB9BB881DF_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlWriterSettings::get_NewLineChars() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_NewLineChars_m55DA9DDAED17162E8055730FE8047AEBFA5AC7F9_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_CheckCharacters() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CheckCharacters_mD2E14381EBF36D4C56C13F1BF4846667B4CCBB31_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_CloseOutput() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CloseOutput_m7676FD456B701FF93BCA6C3EADE2E5DF97D7A926_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_MergeCDataSections() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_MergeCDataSections_mA287AE0C1056022F4AE21AB1295026897C2BD817_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::ValidateContentChars(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ValidateContentChars_m4A96FBCBCF892A39F8843112E87937B945805A4A (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_chars, String_t* ___1_propertyName, bool ___2_allowOnlyWhitespace, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m3D7E707E2F95076DC80511A09C53AD5BCD0F6CDB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_settings, const RuntimeMethod* method) ; // System.Text.Encoding System.Xml.XmlWriterSettings::get_Encoding() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlWriterSettings_get_Encoding_mC4E1AB9D49553D659321B2BEEA46AE5D343BCBEE_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Void System.Xml.CharEntityEncoderFallback::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharEntityEncoderFallback__ctor_mD61861CAC7602A03E97260E095E68090096838C6 (CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* __this, const RuntimeMethod* method) ; // System.Void System.Text.Encoding::set_EncoderFallback(System.Text.EncoderFallback) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Encoding_set_EncoderFallback_m479A67230C286D29DAC4A9A93074708666FD483D (Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* __this, EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::ChangeTextContentMark(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_s, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCDataSection_m1884616808AA94C9F91F25C9E65A42059B1C2FEE (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCommentOrPi(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCommentOrPi_m62FCB36114391207A8A947D3EF8B0144A809BD48 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_stopChar, 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.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.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.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) ; // System.Void System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteAttributeTextBlock_m8F58D0D9F8C0155608FAB1F3216FD9BA8F182913 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteElementTextBlock_m3D8057822B0A953E78DAD98BB6017168BCFFD49C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, 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.Void System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharChecking(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRawWithCharChecking_m9778A2D7ABE8D810FABF80BC975E67855D1C741C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::FlushEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_FlushEncoder_mF80738DA0BD3236805E929D8953CC9955543E49B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) ; // System.Void System.Xml.CharEntityEncoderFallback::Reset(System.Int32[],System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CharEntityEncoderFallback_Reset_mD7EF1BA49617CFC5425B5C99F91F66A1B56A37D0 (CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* __this, Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___0_textContentMarks, int32_t ___1_endMarkPos, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::EncodeChars(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_EncodeChars_m60B652794603AF669DE64C260C032DCEC90351D4 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, int32_t ___0_startOffset, int32_t ___1_endOffset, bool ___2_writeAllToStream, const RuntimeMethod* method) ; // System.Void System.Xml.CharEntityEncoderFallback::set_StartOffset(System.Int32) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CharEntityEncoderFallback_set_StartOffset_mA243578474DC2FDE44519F05E12676FE3D0A2865_inline (CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::AmpEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_AmpEntity_m7119B014038B56F76707A58E3CE7B2A67E6D2016 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::LtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LtEntity_m9CF4843E9DF36AE18B20138945AB54784DABBB9B (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::GtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_GtEntity_m2F85F07B179C0690128B7B079202E4E8B55E1A0C (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::QuoteEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_QuoteEntity_m775FD8DA0162986C4AA3CE04B6E9C95381BDCCCF (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::TabEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_TabEntity_m01E27155989C58B1C8CB2D65A994A0877AAD3EE3 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::CarriageReturnEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CarriageReturnEntity_m475E7831359AF89762DD38E5577C9EE03B4E0A68 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::LineFeedEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LineFeedEntity_m6D5717C707EA2D98F260FE91D8D2FF0148A87302 (Il2CppChar* ___0_pDst, 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.Char* System.Xml.XmlEncodedRawTextWriter::EncodeSurrogate(System.Char*,System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D (Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, Il2CppChar* ___2_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::InvalidXmlChar(System.Int32,System.Char*,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, int32_t ___0_ch, Il2CppChar* ___1_pDst, bool ___2_entitize, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::WriteNewLine(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_mA929119ED811F24E33A792F319E86CD409AF447A (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::RawEndCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawEndCData_mC5874E229A16C906DC69C0761DDF11F08B1749A6 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::RawStartCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawStartCData_mFD5FEC36789D6C2FB1ED17B61DD355C5F3FA3A38 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) ; // 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) ; // 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.Exception System.Xml.XmlConvert::CreateInvalidHighSurrogateCharException(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlConvert_CreateInvalidHighSurrogateCharException_mD30C6B24B7B92886A5317E3DEA61AC969889BFF4 (Il2CppChar ___0_hi, const RuntimeMethod* method) ; // System.Char* System.Xml.XmlEncodedRawTextWriter::CharEntity(System.Char*,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CharEntity_m4C3D9B11B2B88B6F483AA471C4069E57C8C22406 (Il2CppChar* ___0_pDst, Il2CppChar ___1_ch, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter::GrowTextContentMarks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_GrowTextContentMarks_m25414678B0AEDF49A5EE82F2DE217E94D92283B0 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) ; // System.Void System.Array::Copy(System.Array,System.Array,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900 (RuntimeArray* ___0_sourceArray, RuntimeArray* ___1_destinationArray, int32_t ___2_length, 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.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.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.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.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.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.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__96>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mC0E665C1D44A6ACE766D46D8A6900974C7C67891 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mC0E665C1D44A6ACE766D46D8A6900974C7C67891_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Xml.XmlEncodedRawTextWriter::CheckAsyncCall() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__98>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318_mFF7BB7C233A6FFBA4FC64AF4C609AFE7E969D037 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318_mFF7BB7C233A6FFBA4FC64AF4C609AFE7E969D037_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::RawTextAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Action::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.AsyncHelper::CallVoidFuncWhenFinish(System.Threading.Tasks.Task,System.Action) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* AsyncHelper_CallVoidFuncWhenFinish_mF49BEA3C9C01D85576791EBF389F0B3B53909386 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___1_func, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ; // System.String System.String::Concat(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__106>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60_m6EDC81942D3380714157DD42DEB9F2B313395C15 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60_m6EDC81942D3380714157DD42DEB9F2B313395C15_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__107>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE_mA20F2F4ED0CAAFC67AE1978962DDAAE5A3DCC662 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE_mA20F2F4ED0CAAFC67AE1978962DDAAE5A3DCC662_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__109>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6_m8DCB60667DA3213E22B9D59856F87DDFE64880A0 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6_m8DCB60667DA3213E22B9D59856F87DDFE64880A0_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__110>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A_m95BDB01DD13B59137769C33836D9FE43935ADEC8 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A_m95BDB01DD13B59137769C33836D9FE43935ADEC8_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__111>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED_m5FC47FFE34CEF435669D3AC55C7FEEB17609FA77 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED_m5FC47FFE34CEF435669D3AC55C7FEEB17609FA77_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__112>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046_mF80D09E1748DEB0CEAD8DB44091D9FDB5812E126 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046_mF80D09E1748DEB0CEAD8DB44091D9FDB5812E126_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__113>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D_m3662B1C38BAD6C1885DA631EDD40BCF1D71F4439 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D_m3662B1C38BAD6C1885DA631EDD40BCF1D71F4439_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteAttributeTextBlockAsync_m26AB67E4BF0B4F8BFFFEEC277A1C20C534B19898 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteElementTextBlockAsync_m8D9BD3DCD9E4AA57485575967F5049EC7EFA875D (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__116>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B_mF0F362BCE8F9821717D9C58AD7EF1BD2E0B366C3 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B_mF0F362BCE8F9821717D9C58AD7EF1BD2E0B366C3_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteAttributeTextBlockAsync_m6DDFCF56861727587A8674DB69A6667962C6AB83 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteElementTextBlockAsync_m4B839C3BAD9EC90B62DE046DF3B2A3780A83005B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__118>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D_m215C69C069450AF154CB570183263A81284E07B0 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D_m215C69C069450AF154CB570183263A81284E07B0_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__119>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002_m9FE500B55453A43E11717B77DB69ED9A57C96CA7 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002_m9FE500B55453A43E11717B77DB69ED9A57C96CA7_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__120>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634_m39F2A1AC85C60BE2B6110D2E8389035791459AA5 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634_m39F2A1AC85C60BE2B6110D2E8389035791459AA5_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__121>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55_mA9906A169F291110BE2C7EBEAF07539DBBC43B4B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55_mA9906A169F291110BE2C7EBEAF07539DBBC43B4B_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__122>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6_m1D51B9196BF16E8881FF13DE76573590BBC9F830 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6_m1D51B9196BF16E8881FF13DE76573590BBC9F830_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.IO.Stream::WriteAsync(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Stream_WriteAsync_m51D91C94481BB32FE1A876A789C9705F433B133D (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockNoFlush(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_m3DD57C867728C3159207FCFECFFF51E3CE760DD0 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__127>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF_m40FDCA27390A1397DBFD8E304B50E5BED72C77AD (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF_m40FDCA27390A1397DBFD8E304B50E5BED72C77AD_gshared)(__this, ___0_stateMachine, method); } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockNoFlush(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_mB889C3CD9B29F97196D7FC90342AAA3C2F29E5BD (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::_WriteAttributeTextBlockAsync(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter__WriteAttributeTextBlockAsync_m491E80C4EE79A8333DAF35B06E145ECC148FEEBB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_curIndex, int32_t ___2_leftCount, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__129>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030_mECAAED399A8D2DF59A61E9219C1DE126D37EEA6C (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030_mECAAED399A8D2DF59A61E9219C1DE126D37EEA6C_gshared)(__this, ___0_stateMachine, method); } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockNoFlush(System.Char*,System.Char*,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_m8124F4ECFFC21B890124E545731EA99E5BF823BF (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, bool* ___2_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__133>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9_mF25BB47334ECE8AB372AAB074C682A4F21F10C85 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9_mF25BB47334ECE8AB372AAB074C682A4F21F10C85_gshared)(__this, ___0_stateMachine, method); } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockNoFlush(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_m3F68C0345CE8C4842CD1E7D1B890E666E7C57AEF (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::_WriteElementTextBlockAsync(System.Boolean,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter__WriteElementTextBlockAsync_m426A47B9EECE996208CEB1AF078951581651D90F (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, bool ___0_newLine, String_t* ___1_text, int32_t ___2_curIndex, int32_t ___3_leftCount, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__135>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2_mC3580483AC89FC62F049E61B5EEC5D59FF64F4AA (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2_mC3580483AC89FC62F049E61B5EEC5D59FF64F4AA_gshared)(__this, ___0_stateMachine, method); } // System.Int32 System.Xml.XmlEncodedRawTextWriter::RawTextNoFlush(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_RawTextNoFlush_mE6636EF262025DFC31984D269010FD2AE6BBFFA9 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlEncodedRawTextWriter::RawTextNoFlush(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_RawTextNoFlush_m1DAFA3E0A75C7EBD768E2DF40203AF2D28479498 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::_RawTextAsync(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter__RawTextAsync_m435EBAF9CDA8540CB36C1B947C769607CE7AA187 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_curIndex, int32_t ___2_leftCount, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__139>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3_mCDFED99E22F6E9F71EC3D6184FC4E1B4CBED2A5F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3_mCDFED99E22F6E9F71EC3D6184FC4E1B4CBED2A5F_gshared)(__this, ___0_stateMachine, method); } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharCheckingNoFlush(System.Char*,System.Char*,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteRawWithCharCheckingNoFlush_m7EE8292973CB5BAE0427ED941D29C5D3DAEC81A1 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, bool* ___2_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__143>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63_mB552D9ABC13083D6254944460A50C8109BE77017 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63_mB552D9ABC13083D6254944460A50C8109BE77017_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__144>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596_m87A15EDC516F1F44A21C5D1FFBB043F9FB2CD72B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596_m87A15EDC516F1F44A21C5D1FFBB043F9FB2CD72B_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__146>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8_m6218B3E28F7CA8B48F5798CAB8FEF93F871645D8 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8_m6218B3E28F7CA8B48F5798CAB8FEF93F871645D8_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__148>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B_mD7289B45ACA7524219A6076FF2AA09A1A74563DB (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B_mD7289B45ACA7524219A6076FF2AA09A1A74563DB_gshared)(__this, ___0_stateMachine, 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::AwaitUnsafeOnCompletedd__96>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_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.XmlEncodedRawTextWriter/d__96::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__96_MoveNext_m101B7BB85815F266CC48A291AB0812C38DD7D456 (U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlEncodedRawTextWriter/d__96::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__96_SetStateMachine_m80F482D0C5DE11F34697B32B4B9AD323F2078B3E (U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* __this, RuntimeObject* ___0_stateMachine, 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.HtmlTernaryTree::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlTernaryTree__cctor_mC8BD0C199A69DB5FEC064BA3DFA647A4E6292BD2 (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*)&HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____2809A17B374DF1926EA539548F5B3750AA8ADB2BD59F5066AD6F9D439A231122_6_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DD4E9C7C140CABCA5A25F4DA1F6F5BAC5D74E4568F954BF728471E711A35163E_34_FieldInfo_var); s_Il2CppMethodInitialized = true; } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1212)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = L_0; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_2 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____2809A17B374DF1926EA539548F5B3750AA8ADB2BD59F5066AD6F9D439A231122_6_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_1, L_2, NULL); ((HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var))->___htmlElements_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var))->___htmlElements_0), (void*)L_1); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)664)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = L_3; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_5 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____DD4E9C7C140CABCA5A25F4DA1F6F5BAC5D74E4568F954BF728471E711A35163E_34_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_4, L_5, NULL); ((HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var))->___htmlAttributes_1 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var))->___htmlAttributes_1), (void*)L_4); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.HtmlUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter__ctor_mA1F2A26D176CDD4BE7707C2E0226ACEB775735DD (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_stream; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = ___1_settings; XmlUtf8RawTextWriter__ctor_m3FED45E976C290A249ADEFDCB6B4D899997D6FB2(__this, L_0, L_1, NULL); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_2 = ___1_settings; HtmlUtf8RawTextWriter_Init_m17F043A172335C446A0E47BAC1622866D71AD755(__this, L_2, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteXmlDeclaration_m7FA68FBC62882DAD71A2ADC5AA0A5B6F1A5C981B (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, int32_t ___0_standalone, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteXmlDeclaration_m5AC4F5BAAD2C4F1275503D738C60E5E61B3185F5 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_xmldecl, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteDocType_mDC08A1EE2173D0CC6CC54C45F78B6D54E6DF278C (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B, NULL); String_t* L_0 = ___0_name; bool L_1; L_1 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_0, _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D, NULL); if (!L_1) { goto IL_0025; } } { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteralBD5F9C4A1692DBE4C79AFDDC46C6C644D8540D7D, NULL); goto IL_0030; } IL_0025: { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteralD693B608C349882961B1C9F46F8BAD4A28983EE4, NULL); } IL_0030: { String_t* L_2 = ___1_pubid; if (!L_2) { goto IL_0076; } } { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA, NULL); String_t* L_3 = ___1_pubid; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_3, NULL); String_t* L_4 = ___2_sysid; if (!L_4) { goto IL_005a; } } { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B, NULL); String_t* L_5 = ___2_sysid; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_5, NULL); } IL_005a: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_7 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_7; int32_t L_8 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (uint8_t)((int32_t)34)); goto IL_00c1; } IL_0076: { String_t* L_10 = ___2_sysid; if (!L_10) { goto IL_00a7; } } { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3, NULL); String_t* L_11 = ___2_sysid; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_11, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_13 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_14, 1)); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)34)); goto IL_00c1; } IL_00a7: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_17 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_17; int32_t L_18 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_18, 1)); int32_t L_19 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (uint8_t)((int32_t)32)); } IL_00c1: { String_t* L_20 = ___3_subset; if (!L_20) { goto IL_0101; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_22 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_22; int32_t L_23 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_23, 1)); int32_t L_24 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (uint8_t)((int32_t)91)); String_t* L_25 = ___3_subset; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_25, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_27 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_27; int32_t L_28 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_28, 1)); int32_t L_29 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(L_29), (uint8_t)((int32_t)93)); } IL_0101: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_31 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_31; int32_t L_32 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_32, 1)); int32_t L_33 = V_0; NullCheck(L_30); (L_30)->SetAt(static_cast(L_33), (uint8_t)((int32_t)62)); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteStartElement_m888BB18F1F91CCDEE6E76DF16CB1814194E09452 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* L_0 = __this->___elementScope_26; uint32_t L_1 = __this->___currentElementProperties_27; NullCheck(L_0); ByteStack_Push_m47D6E14644B1038EDABCC87FE259AAB9368B8871(L_0, (uint8_t)((int32_t)(uint8_t)L_1), NULL); String_t* L_2 = ___2_ns; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_0059; } } { TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* L_4 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___elementPropertySearch_33; String_t* L_5 = ___1_localName; NullCheck(L_4); uint8_t L_6; L_6 = TernaryTreeReadOnly_FindCaseInsensitiveString_m790869604E4C0130B54112156A0004519D4BA687(L_4, L_5, NULL); __this->___currentElementProperties_27 = L_6; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_8; int32_t L_9 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)((int32_t)60)); String_t* L_11 = ___1_localName; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_11, NULL); int32_t L_12 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___attrEndPos_12 = L_12; return; } IL_0059: { __this->___currentElementProperties_27 = ((int32_t)128); String_t* L_13 = ___0_prefix; String_t* L_14 = ___1_localName; String_t* L_15 = ___2_ns; XmlUtf8RawTextWriter_WriteStartElement_m0379A794A0F655460F6E51460D8F650779795F6F(__this, L_13, L_14, L_15, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_StartElementContent_m6CDB01B16DC2AD32A9CE7EB641A8461AC2635F6D (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)62)); int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___contentPos_10 = L_4; uint32_t L_5 = __this->___currentElementProperties_27; if (!((int32_t)((int32_t)L_5&((int32_t)32)))) { goto IL_0037; } } { HtmlUtf8RawTextWriter_WriteMetaElement_m7944FF591B4CF1665D569E37D4450FCC0E78878C(__this, NULL); } IL_0037: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEndElement_m5421A2A570B651EEA581B84FE4C023EEC931A013 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___2_ns; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_0069; } } { uint32_t L_2 = __this->___currentElementProperties_27; if (((int32_t)((int32_t)L_2&8))) { goto IL_0072; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_4; int32_t L_5 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_5, 1)); int32_t L_6 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)((int32_t)60)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_8; int32_t L_9 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)((int32_t)47)); String_t* L_11 = ___1_localName; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_11, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_13 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_14, 1)); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)62)); goto IL_0072; } IL_0069: { String_t* L_16 = ___0_prefix; String_t* L_17 = ___1_localName; String_t* L_18 = ___2_ns; XmlUtf8RawTextWriter_WriteEndElement_m5608AC0C69CDAAEF96F97DC4DA61BA4DD477479E(__this, L_16, L_17, L_18, NULL); } IL_0072: { ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* L_19 = __this->___elementScope_26; NullCheck(L_19); uint8_t L_20; L_20 = ByteStack_Pop_mA71AC5CF377097285488DF81509F4E54B5915D99(L_19, NULL); __this->___currentElementProperties_27 = L_20; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteFullEndElement_m5DADADFC2480CBAFD03E1CBBEBD51FAEC76FD5DD (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ___2_ns; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_0069; } } { uint32_t L_2 = __this->___currentElementProperties_27; if (((int32_t)((int32_t)L_2&8))) { goto IL_0072; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_4; int32_t L_5 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_5, 1)); int32_t L_6 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)((int32_t)60)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_8; int32_t L_9 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (uint8_t)((int32_t)47)); String_t* L_11 = ___1_localName; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_11, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_13 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_14, 1)); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)62)); goto IL_0072; } IL_0069: { String_t* L_16 = ___0_prefix; String_t* L_17 = ___1_localName; String_t* L_18 = ___2_ns; XmlUtf8RawTextWriter_WriteFullEndElement_mA2262354DD58A77D7D3422165A75016FB0B609F2(__this, L_16, L_17, L_18, NULL); } IL_0072: { ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* L_19 = __this->___elementScope_26; NullCheck(L_19); uint8_t L_20; L_20 = ByteStack_Pop_mA71AC5CF377097285488DF81509F4E54B5915D99(L_19, NULL); __this->___currentElementProperties_27 = L_20; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteStartAttribute_m71BF2DA3F5CEDF6A310A7D8AB0EF185939EA9842 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { String_t* L_0 = ___2_ns; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_00ab; } } { int32_t L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___attrEndPos_12; int32_t L_3 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0033; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_5; int32_t L_6 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (uint8_t)((int32_t)32)); } IL_0033: { String_t* L_8 = ___1_localName; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_8, NULL); uint32_t L_9 = __this->___currentElementProperties_27; if (!((int32_t)((int32_t)L_9&7))) { goto IL_006e; } } { TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* L_10 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___attributePropertySearch_34; String_t* L_11 = ___1_localName; NullCheck(L_10); uint8_t L_12; L_12 = TernaryTreeReadOnly_FindCaseInsensitiveString_m790869604E4C0130B54112156A0004519D4BA687(L_10, L_11, NULL); uint32_t L_13 = __this->___currentElementProperties_27; __this->___currentAttributeProperties_28 = ((int32_t)((int32_t)L_12&(int32_t)L_13)); uint32_t L_14 = __this->___currentAttributeProperties_28; if (!((int32_t)((int32_t)L_14&2))) { goto IL_0075; } } { ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16 = (bool)1; return; } IL_006e: { __this->___currentAttributeProperties_28 = 0; } IL_0075: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_16 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_16; int32_t L_17 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_17, 1)); int32_t L_18 = V_0; NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (uint8_t)((int32_t)61)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_20 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_20; int32_t L_21 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_21, 1)); int32_t L_22 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (uint8_t)((int32_t)34)); goto IL_00bb; } IL_00ab: { String_t* L_23 = ___0_prefix; String_t* L_24 = ___1_localName; String_t* L_25 = ___2_ns; XmlUtf8RawTextWriter_WriteStartAttribute_mFBD89332E58A89DAFA893BD88A09171AD963DFD8(__this, L_23, L_24, L_25, NULL); __this->___currentAttributeProperties_28 = 0; } IL_00bb: { ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16 = (bool)1; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEndAttribute_mC9A9A88EED72069F8E24CA3C8207EF65D55D52EC (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { uint32_t L_0 = __this->___currentAttributeProperties_28; if (!((int32_t)((int32_t)L_0&2))) { goto IL_0018; } } { int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___attrEndPos_12 = L_1; goto IL_0047; } IL_0018: { bool L_2 = __this->___endsWithAmpersand_29; if (!L_2) { goto IL_002d; } } { HtmlUtf8RawTextWriter_OutputRestAmps_m37A8B423ADBBB4E48EA3E96731AD668528D1C336(__this, NULL); __this->___endsWithAmpersand_29 = (bool)0; } IL_002d: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_4; int32_t L_5 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_5, 1)); int32_t L_6 = V_0; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (uint8_t)((int32_t)34)); } IL_0047: { ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16 = (bool)0; int32_t L_7 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___attrEndPos_12 = L_7; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteProcessingInstruction_mD64B2F813D2437A1E4EB18CA725A474047ACEF54 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_target, String_t* ___1_text, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)60)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_5; int32_t L_6 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (uint8_t)((int32_t)63)); String_t* L_8 = ___0_target; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_8, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_10; int32_t L_11 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_11, 1)); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (uint8_t)((int32_t)32)); String_t* L_13 = ___1_text; XmlUtf8RawTextWriter_WriteCommentOrPi_m8683C7CE47F8B88FAECBACFF8FF741E26F11C041(__this, L_13, ((int32_t)63), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_15 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_15; int32_t L_16 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_16, 1)); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (uint8_t)((int32_t)62)); int32_t L_18 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; int32_t L_19 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufLen_13; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_008c; } } { VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() */, __this); } IL_008c: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteString_m5CB2D08F38BB440514858576DA389DC3A7F4E100 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_text, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; { String_t* L_0 = ___0_text; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, L_4)); } IL_0010: { Il2CppChar* L_5 = V_0; String_t* L_6 = ___0_text; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 2)))); bool L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16; if (!L_8) { goto IL_002e; } } { Il2CppChar* L_9 = V_0; Il2CppChar* L_10 = V_2; HtmlUtf8RawTextWriter_WriteHtmlAttributeTextBlock_m8038850D61D7072AEACF2BAA7800D8159B3A6A86(__this, L_9, L_10, NULL); goto IL_0036; } IL_002e: { Il2CppChar* L_11 = V_0; Il2CppChar* L_12 = V_2; HtmlUtf8RawTextWriter_WriteHtmlElementTextBlock_m4954FD96A9A84553F33ECB8AB4813EDB38999F15(__this, L_11, L_12, NULL); } IL_0036: { V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteEntityRef_m493979FCD994400ADA63EC920AC9684DB7FBAA3E (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, String_t* ___0_name, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_1); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlUtf8RawTextWriter_WriteEntityRef_m493979FCD994400ADA63EC920AC9684DB7FBAA3E_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteCharEntity_mB5B7AE60FE0E4E50A80E8A11F5A87DF288B1DA42 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_1); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlUtf8RawTextWriter_WriteCharEntity_mB5B7AE60FE0E4E50A80E8A11F5A87DF288B1DA42_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteSurrogateCharEntity_mBD3B50F59364F66404566ACCAA50B92B25B7BC4E (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { String_t* L_0; L_0 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_1); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, L_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HtmlUtf8RawTextWriter_WriteSurrogateCharEntity_mBD3B50F59364F66404566ACCAA50B92B25B7BC4E_RuntimeMethod_var))); } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteChars_m0F1EAEDAD1B2E8F05ECB0EFEF01DB5157A25CC1C (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; int32_t L_1 = ___1_index; NullCheck(L_0); V_1 = ((L_0)->GetAddressAt(static_cast(L_1))); Il2CppChar* L_2 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_2); bool L_3 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16; if (!L_3) { goto IL_0022; } } { Il2CppChar* L_4 = V_0; Il2CppChar* L_5 = V_0; int32_t L_6 = ___2_count; XmlUtf8RawTextWriter_WriteAttributeTextBlock_mE2D22AC1D27C0BFA841022E3C14C58567E2C9977(__this, L_4, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))), NULL); goto IL_002f; } IL_0022: { Il2CppChar* L_7 = V_0; Il2CppChar* L_8 = V_0; int32_t L_9 = ___2_count; XmlUtf8RawTextWriter_WriteElementTextBlock_mE38367032B8ADFFA8A6F4F34598740F0E791575B(__this, L_7, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 2)))), NULL); } IL_002f: { V_1 = (Il2CppChar*)((uintptr_t)0); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_Init_m17F043A172335C446A0E47BAC1622866D71AD755 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_settings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* L_0 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___elementPropertySearch_33; if (L_0) { goto IL_0025; } } { il2cpp_codegen_runtime_class_init_inline(HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ((HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var))->___htmlAttributes_1; TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* L_2 = (TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608*)il2cpp_codegen_object_new(TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608_il2cpp_TypeInfo_var); NullCheck(L_2); TernaryTreeReadOnly__ctor_m992650E56855E4FBDB1608D7D226880F302EAD50(L_2, L_1, NULL); ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___attributePropertySearch_34 = L_2; Il2CppCodeGenWriteBarrier((void**)(&((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___attributePropertySearch_34), (void*)L_2); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ((HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_StaticFields*)il2cpp_codegen_static_fields_for(HtmlTernaryTree_t5AF490C7A18F017033F549D01B03CDEF170B5069_il2cpp_TypeInfo_var))->___htmlElements_0; TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* L_4 = (TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608*)il2cpp_codegen_object_new(TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608_il2cpp_TypeInfo_var); NullCheck(L_4); TernaryTreeReadOnly__ctor_m992650E56855E4FBDB1608D7D226880F302EAD50(L_4, L_3, NULL); ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___elementPropertySearch_33 = L_4; Il2CppCodeGenWriteBarrier((void**)(&((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___elementPropertySearch_33), (void*)L_4); } IL_0025: { ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* L_5 = (ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49*)il2cpp_codegen_object_new(ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49_il2cpp_TypeInfo_var); NullCheck(L_5); ByteStack__ctor_m2FECD787126127357E9F1FA2588FBA9B08A8F35B(L_5, ((int32_t)10), NULL); __this->___elementScope_26 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___elementScope_26), (void*)L_5); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)5); __this->___uriEscapingBuffer_30 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___uriEscapingBuffer_30), (void*)L_6); __this->___currentElementProperties_27 = 0; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_7 = ___0_settings; NullCheck(L_7); String_t* L_8; L_8 = XmlWriterSettings_get_MediaType_m46564F22D00EE2BC79D4FFA000E09A96F0C5A6CB_inline(L_7, NULL); __this->___mediaType_31 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___mediaType_31), (void*)L_8); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_9 = ___0_settings; NullCheck(L_9); bool L_10; L_10 = XmlWriterSettings_get_DoNotEscapeUriAttributes_m58342EF68EB24B7A68EADBE549304604AB230564_inline(L_9, NULL); __this->___doNotEscapeUriAttributes_32 = L_10; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteMetaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteMetaElement_m7944FF591B4CF1665D569E37D4450FCC0E78878C (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109); s_Il2CppMethodInitialized = true; } { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteral8B6E3F95411CAB460D4400E2F3AB4C3C9960BE18, NULL); String_t* L_0 = __this->___mediaType_31; if (L_0) { goto IL_001e; } } { __this->___mediaType_31 = _stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109; Il2CppCodeGenWriteBarrier((void**)(&__this->___mediaType_31), (void*)_stringLiteralBB8B8DA240F884A364B6D0CEBA4061439C6CD109); } IL_001e: { XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteral5A4505B653F6C9898C2C0B9B53871C22AC93493D, NULL); String_t* L_1 = __this->___mediaType_31; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_1, NULL); XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteral5398E74206569B2DDBCA16F7CC2E86FE16D9B529, NULL); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___encoding_6; NullCheck(L_2); String_t* L_3; L_3 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Text.Encoding::get_WebName() */, L_2); XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_3, NULL); XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, _stringLiteral6C2E3DACDCD262BC3809A6E68DFA4CEFE02982EB, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlElementTextBlock_m4954FD96A9A84553F33ECB8AB4813EDB38999F15 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { { uint32_t L_0 = __this->___currentElementProperties_27; if (!((int32_t)((int32_t)L_0&((int32_t)16)))) { goto IL_0014; } } { Il2CppChar* L_1 = ___0_pSrc; Il2CppChar* L_2 = ___1_pSrcEnd; XmlUtf8RawTextWriter_RawText_mF7942A3974C489D2F8D9301E56E77CEF5F500E07(__this, L_1, L_2, NULL); return; } IL_0014: { Il2CppChar* L_3 = ___0_pSrc; Il2CppChar* L_4 = ___1_pSrcEnd; XmlUtf8RawTextWriter_WriteElementTextBlock_mE38367032B8ADFFA8A6F4F34598740F0E791575B(__this, L_3, L_4, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeTextBlock_m8038850D61D7072AEACF2BAA7800D8159B3A6A86 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { { uint32_t L_0 = __this->___currentAttributeProperties_28; if (!((int32_t)((int32_t)L_0&7))) { goto IL_0039; } } { uint32_t L_1 = __this->___currentAttributeProperties_28; if (!((int32_t)((int32_t)L_1&2))) { goto IL_0015; } } { return; } IL_0015: { uint32_t L_2 = __this->___currentAttributeProperties_28; if (!((int32_t)((int32_t)L_2&5))) { goto IL_0030; } } { bool L_3 = __this->___doNotEscapeUriAttributes_32; if (L_3) { goto IL_0030; } } { Il2CppChar* L_4 = ___0_pSrc; Il2CppChar* L_5 = ___1_pSrcEnd; HtmlUtf8RawTextWriter_WriteUriAttributeText_mC11A475F7C136EC5648D101983FAA53B46774092(__this, L_4, L_5, NULL); return; } IL_0030: { Il2CppChar* L_6 = ___0_pSrc; Il2CppChar* L_7 = ___1_pSrcEnd; HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mAECDA8C3439380C5642043B0AA18B4B20C0D784B(__this, L_6, L_7, NULL); return; } IL_0039: { uint32_t L_8 = __this->___currentElementProperties_27; if (!((int32_t)((int32_t)L_8&((int32_t)128)))) { goto IL_0050; } } { Il2CppChar* L_9 = ___0_pSrc; Il2CppChar* L_10 = ___1_pSrcEnd; XmlUtf8RawTextWriter_WriteAttributeTextBlock_mE2D22AC1D27C0BFA841022E3C14C58567E2C9977(__this, L_9, L_10, NULL); return; } IL_0050: { Il2CppChar* L_11 = ___0_pSrc; Il2CppChar* L_12 = ___1_pSrcEnd; HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mAECDA8C3439380C5642043B0AA18B4B20C0D784B(__this, L_11, L_12, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteHtmlAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteHtmlAttributeText_mAECDA8C3439380C5642043B0AA18B4B20C0D784B (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { uint8_t* V_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; uint8_t* V_2 = NULL; Il2CppChar V_3 = 0x0; uint8_t* V_4 = NULL; { bool L_0 = __this->___endsWithAmpersand_29; if (!L_0) { goto IL_0025; } } { Il2CppChar* L_1 = ___1_pSrcEnd; Il2CppChar* L_2 = ___0_pSrc; if ((((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/2)))) <= ((int64_t)((int64_t)0)))) { goto IL_001e; } } { Il2CppChar* L_3 = ___0_pSrc; int32_t L_4 = *((uint16_t*)L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)123)))) { goto IL_001e; } } { HtmlUtf8RawTextWriter_OutputRestAmps_m37A8B423ADBBB4E48EA3E96731AD668528D1C336(__this, NULL); } IL_001e: { __this->___endsWithAmpersand_29 = (bool)0; } IL_0025: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5; V_1 = L_6; if (!L_6) { goto IL_0034; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_1; NullCheck(L_7); if (((int32_t)(((RuntimeArray*)L_7)->max_length))) { goto IL_0039; } } IL_0034: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_0042; } IL_0039: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_1; NullCheck(L_8); V_0 = (uint8_t*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); } IL_0042: { uint8_t* L_9 = V_0; int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, L_10)); V_3 = 0; } IL_004d: { uint8_t* L_11 = V_2; Il2CppChar* L_12 = ___1_pSrcEnd; Il2CppChar* L_13 = ___0_pSrc; V_4 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/2)))))); uint8_t* L_14 = V_4; uint8_t* L_15 = V_0; int32_t L_16 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufLen_13; if ((!(((uintptr_t)L_14) > ((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, L_16)))))) { goto IL_007d; } } { uint8_t* L_17 = V_0; int32_t L_18 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufLen_13; V_4 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, L_18)); goto IL_007d; } IL_0070: { uint8_t* L_19 = V_2; uint8_t* L_20 = L_19; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, 1)); Il2CppChar L_21 = V_3; *((int8_t*)L_20) = (int8_t)((int32_t)(uint8_t)L_21); Il2CppChar* L_22 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, 2)); } IL_007d: { uint8_t* L_23 = V_2; uint8_t* L_24 = V_4; if ((!(((uintptr_t)L_23) < ((uintptr_t)L_24)))) { goto IL_009f; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_25 = (&((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = L_25->___charProperties_2; Il2CppChar* L_27 = ___0_pSrc; int32_t L_28 = *((uint16_t*)L_27); int32_t L_29 = L_28; V_3 = L_29; NullCheck(L_26); int32_t L_30 = L_29; uint8_t L_31 = (L_26)->GetAt(static_cast(L_30)); if (!((int32_t)((int32_t)L_31&((int32_t)128)))) { goto IL_009f; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) <= ((int32_t)((int32_t)127)))) { goto IL_0070; } } IL_009f: { Il2CppChar* L_33 = ___0_pSrc; Il2CppChar* L_34 = ___1_pSrcEnd; if ((!(((uintptr_t)L_33) < ((uintptr_t)L_34)))) { goto IL_016c; } } { uint8_t* L_35 = V_2; uint8_t* L_36 = V_4; if ((!(((uintptr_t)L_35) >= ((uintptr_t)L_36)))) { goto IL_00c4; } } { uint8_t* L_37 = V_2; uint8_t* L_38 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/1)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() */, __this); uint8_t* L_39 = V_0; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, 1)); goto IL_004d; } IL_00c4: { Il2CppChar L_40 = V_3; if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)38))))) { goto IL_00f2; } } { Il2CppChar L_41 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, ((int32_t)9)))) { case 0: { goto IL_0136; } case 1: { goto IL_0149; } case 2: { goto IL_0152; } case 3: { goto IL_0152; } case 4: { goto IL_0140; } } } { Il2CppChar L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)((int32_t)34)))) { goto IL_012d; } } { Il2CppChar L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)38)))) { goto IL_0103; } } { goto IL_0152; } IL_00f2: { Il2CppChar L_44 = V_3; if ((((int32_t)L_44) == ((int32_t)((int32_t)39)))) { goto IL_0136; } } { Il2CppChar L_45 = V_3; if ((((int32_t)L_45) == ((int32_t)((int32_t)60)))) { goto IL_0136; } } { Il2CppChar L_46 = V_3; if ((((int32_t)L_46) == ((int32_t)((int32_t)62)))) { goto IL_0136; } } { goto IL_0152; } IL_0103: { Il2CppChar* L_47 = ___0_pSrc; Il2CppChar* L_48 = ___1_pSrcEnd; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, 2))) == ((uintptr_t)L_48)))) { goto IL_0112; } } { __this->___endsWithAmpersand_29 = (bool)1; goto IL_0123; } IL_0112: { Il2CppChar* L_49 = ___0_pSrc; int32_t L_50 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, 2))); if ((((int32_t)L_50) == ((int32_t)((int32_t)123)))) { goto IL_0123; } } { uint8_t* L_51 = V_2; uint8_t* L_52; L_52 = XmlUtf8RawTextWriter_AmpEntity_m7E503ACD5CB18DAC154F20F6A64F8071EE5048D7(L_51, NULL); V_2 = L_52; goto IL_0162; } IL_0123: { uint8_t* L_53 = V_2; uint8_t* L_54 = L_53; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, 1)); Il2CppChar L_55 = V_3; *((int8_t*)L_54) = (int8_t)((int32_t)(uint8_t)L_55); goto IL_0162; } IL_012d: { uint8_t* L_56 = V_2; uint8_t* L_57; L_57 = XmlUtf8RawTextWriter_QuoteEntity_mCDA75ED5FA8C4D9D1FD96FC7C89B8EE8E1CB5934(L_56, NULL); V_2 = L_57; goto IL_0162; } IL_0136: { uint8_t* L_58 = V_2; uint8_t* L_59 = L_58; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, 1)); Il2CppChar L_60 = V_3; *((int8_t*)L_59) = (int8_t)((int32_t)(uint8_t)L_60); goto IL_0162; } IL_0140: { uint8_t* L_61 = V_2; uint8_t* L_62; L_62 = XmlUtf8RawTextWriter_CarriageReturnEntity_mDA72CC2391E1616CD15AB64B1502C08957A6FB5F(L_61, NULL); V_2 = L_62; goto IL_0162; } IL_0149: { uint8_t* L_63 = V_2; uint8_t* L_64; L_64 = XmlUtf8RawTextWriter_LineFeedEntity_m8E81C822AA323A5C7C359F53C17A196B58BBE2DA(L_63, NULL); V_2 = L_64; goto IL_0162; } IL_0152: { Il2CppChar* L_65 = ___1_pSrcEnd; XmlUtf8RawTextWriter_EncodeChar_mCD76E36D29EAD5ABABBBB5B445B615D244DBC10D(__this, (&___0_pSrc), L_65, (&V_2), NULL); goto IL_004d; } IL_0162: { Il2CppChar* L_66 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, 2)); goto IL_004d; } IL_016c: { uint8_t* L_67 = V_2; uint8_t* L_68 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_67, (intptr_t)L_68))/1)))); V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::WriteUriAttributeText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_WriteUriAttributeText_mC11A475F7C136EC5648D101983FAA53B46774092 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); s_Il2CppMethodInitialized = true; } uint8_t* V_0 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL; uint8_t* V_2 = NULL; Il2CppChar V_3 = 0x0; uint8_t* V_4 = NULL; uint8_t* V_5 = NULL; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_6 = NULL; uint8_t* V_7 = NULL; uint8_t* V_8 = NULL; { bool L_0 = __this->___endsWithAmpersand_29; if (!L_0) { goto IL_0025; } } { Il2CppChar* L_1 = ___1_pSrcEnd; Il2CppChar* L_2 = ___0_pSrc; if ((((int64_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_1, (intptr_t)L_2))/2)))) <= ((int64_t)((int64_t)0)))) { goto IL_001e; } } { Il2CppChar* L_3 = ___0_pSrc; int32_t L_4 = *((uint16_t*)L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)123)))) { goto IL_001e; } } { HtmlUtf8RawTextWriter_OutputRestAmps_m37A8B423ADBBB4E48EA3E96731AD668528D1C336(__this, NULL); } IL_001e: { __this->___endsWithAmpersand_29 = (bool)0; } IL_0025: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5; V_1 = L_6; if (!L_6) { goto IL_0034; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_1; NullCheck(L_7); if (((int32_t)(((RuntimeArray*)L_7)->max_length))) { goto IL_0039; } } IL_0034: { V_0 = (uint8_t*)((uintptr_t)0); goto IL_0042; } IL_0039: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_1; NullCheck(L_8); V_0 = (uint8_t*)((uintptr_t)((L_8)->GetAddressAt(static_cast(0)))); } IL_0042: { uint8_t* L_9 = V_0; int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, L_10)); V_3 = 0; } IL_004d: { uint8_t* L_11 = V_2; Il2CppChar* L_12 = ___1_pSrcEnd; Il2CppChar* L_13 = ___0_pSrc; V_4 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_12, (intptr_t)L_13))/2)))))); uint8_t* L_14 = V_4; uint8_t* L_15 = V_0; int32_t L_16 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufLen_13; if ((!(((uintptr_t)L_14) > ((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_15, L_16)))))) { goto IL_007d; } } { uint8_t* L_17 = V_0; int32_t L_18 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufLen_13; V_4 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_17, L_18)); goto IL_007d; } IL_0070: { uint8_t* L_19 = V_2; uint8_t* L_20 = L_19; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_20, 1)); Il2CppChar L_21 = V_3; *((int8_t*)L_20) = (int8_t)((int32_t)(uint8_t)L_21); Il2CppChar* L_22 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, 2)); } IL_007d: { uint8_t* L_23 = V_2; uint8_t* L_24 = V_4; if ((!(((uintptr_t)L_23) < ((uintptr_t)L_24)))) { goto IL_00a2; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_25 = (&((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = L_25->___charProperties_2; Il2CppChar* L_27 = ___0_pSrc; int32_t L_28 = *((uint16_t*)L_27); int32_t L_29 = L_28; V_3 = L_29; NullCheck(L_26); int32_t L_30 = L_29; uint8_t L_31 = (L_26)->GetAt(static_cast(L_30)); if (!((int32_t)((int32_t)L_31&((int32_t)128)))) { goto IL_00a2; } } { Il2CppChar L_32 = V_3; if ((((int32_t)L_32) < ((int32_t)((int32_t)128)))) { goto IL_0070; } } IL_00a2: { Il2CppChar* L_33 = ___0_pSrc; Il2CppChar* L_34 = ___1_pSrcEnd; if ((!(((uintptr_t)L_33) < ((uintptr_t)L_34)))) { goto IL_01ed; } } { uint8_t* L_35 = V_2; uint8_t* L_36 = V_4; if ((!(((uintptr_t)L_35) >= ((uintptr_t)L_36)))) { goto IL_00c7; } } { uint8_t* L_37 = V_2; uint8_t* L_38 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_37, (intptr_t)L_38))/1)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlUtf8RawTextWriter::FlushBuffer() */, __this); uint8_t* L_39 = V_0; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_39, 1)); goto IL_004d; } IL_00c7: { Il2CppChar L_40 = V_3; if ((!(((uint32_t)L_40) <= ((uint32_t)((int32_t)38))))) { goto IL_00f5; } } { Il2CppChar L_41 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_41, ((int32_t)9)))) { case 0: { goto IL_0142; } case 1: { goto IL_015b; } case 2: { goto IL_0164; } case 3: { goto IL_0164; } case 4: { goto IL_014f; } } } { Il2CppChar L_42 = V_3; if ((((int32_t)L_42) == ((int32_t)((int32_t)34)))) { goto IL_0136; } } { Il2CppChar L_43 = V_3; if ((((int32_t)L_43) == ((int32_t)((int32_t)38)))) { goto IL_0106; } } { goto IL_0164; } IL_00f5: { Il2CppChar L_44 = V_3; if ((((int32_t)L_44) == ((int32_t)((int32_t)39)))) { goto IL_0142; } } { Il2CppChar L_45 = V_3; if ((((int32_t)L_45) == ((int32_t)((int32_t)60)))) { goto IL_0142; } } { Il2CppChar L_46 = V_3; if ((((int32_t)L_46) == ((int32_t)((int32_t)62)))) { goto IL_0142; } } { goto IL_0164; } IL_0106: { Il2CppChar* L_47 = ___0_pSrc; Il2CppChar* L_48 = ___1_pSrcEnd; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, 2))) == ((uintptr_t)L_48)))) { goto IL_0115; } } { __this->___endsWithAmpersand_29 = (bool)1; goto IL_0129; } IL_0115: { Il2CppChar* L_49 = ___0_pSrc; int32_t L_50 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, 2))); if ((((int32_t)L_50) == ((int32_t)((int32_t)123)))) { goto IL_0129; } } { uint8_t* L_51 = V_2; uint8_t* L_52; L_52 = XmlUtf8RawTextWriter_AmpEntity_m7E503ACD5CB18DAC154F20F6A64F8071EE5048D7(L_51, NULL); V_2 = L_52; goto IL_01e3; } IL_0129: { uint8_t* L_53 = V_2; uint8_t* L_54 = L_53; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_54, 1)); Il2CppChar L_55 = V_3; *((int8_t*)L_54) = (int8_t)((int32_t)(uint8_t)L_55); goto IL_01e3; } IL_0136: { uint8_t* L_56 = V_2; uint8_t* L_57; L_57 = XmlUtf8RawTextWriter_QuoteEntity_mCDA75ED5FA8C4D9D1FD96FC7C89B8EE8E1CB5934(L_56, NULL); V_2 = L_57; goto IL_01e3; } IL_0142: { uint8_t* L_58 = V_2; uint8_t* L_59 = L_58; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_59, 1)); Il2CppChar L_60 = V_3; *((int8_t*)L_59) = (int8_t)((int32_t)(uint8_t)L_60); goto IL_01e3; } IL_014f: { uint8_t* L_61 = V_2; uint8_t* L_62; L_62 = XmlUtf8RawTextWriter_CarriageReturnEntity_mDA72CC2391E1616CD15AB64B1502C08957A6FB5F(L_61, NULL); V_2 = L_62; goto IL_01e3; } IL_015b: { uint8_t* L_63 = V_2; uint8_t* L_64; L_64 = XmlUtf8RawTextWriter_LineFeedEntity_m8E81C822AA323A5C7C359F53C17A196B58BBE2DA(L_63, NULL); V_2 = L_64; goto IL_01e3; } IL_0164: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_65 = __this->___uriEscapingBuffer_30; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_66 = L_65; V_6 = L_66; if (!L_66) { goto IL_0175; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_67 = V_6; NullCheck(L_67); if (((int32_t)(((RuntimeArray*)L_67)->max_length))) { goto IL_017b; } } IL_0175: { V_5 = (uint8_t*)((uintptr_t)0); goto IL_0186; } IL_017b: { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_68 = V_6; NullCheck(L_68); V_5 = (uint8_t*)((uintptr_t)((L_68)->GetAddressAt(static_cast(0)))); } IL_0186: { uint8_t* L_69 = V_5; V_7 = L_69; uint8_t* L_70 = V_7; V_8 = L_70; Il2CppChar* L_71 = ___1_pSrcEnd; XmlUtf8RawTextWriter_CharToUTF8_m3291DF549C3DA234A7EB4F8B714CB21A5254355A((&___0_pSrc), L_71, (&V_8), NULL); goto IL_01d5; } IL_019a: { uint8_t* L_72 = V_2; uint8_t* L_73 = L_72; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_73, 1)); *((int8_t*)L_73) = (int8_t)((int32_t)37); uint8_t* L_74 = V_2; uint8_t* L_75 = L_74; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_75, 1)); uint8_t* L_76 = V_7; int32_t L_77 = *((uint8_t*)L_76); NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_78; L_78 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)(L_77>>4)), NULL); *((int8_t*)L_75) = (int8_t)((int32_t)(uint8_t)L_78); uint8_t* L_79 = V_2; uint8_t* L_80 = L_79; V_2 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_80, 1)); uint8_t* L_81 = V_7; int32_t L_82 = *((uint8_t*)L_81); NullCheck(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84); Il2CppChar L_83; L_83 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(_stringLiteral59F5BD34B6C013DEACC784F69C67E95150033A84, ((int32_t)(L_82&((int32_t)15))), NULL); *((int8_t*)L_80) = (int8_t)((int32_t)(uint8_t)L_83); uint8_t* L_84 = V_7; V_7 = ((uint8_t*)il2cpp_codegen_add((intptr_t)L_84, 1)); } IL_01d5: { uint8_t* L_85 = V_7; uint8_t* L_86 = V_8; if ((!(((uintptr_t)L_85) >= ((uintptr_t)L_86)))) { goto IL_019a; } } { V_6 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; goto IL_004d; } IL_01e3: { Il2CppChar* L_87 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, 2)); goto IL_004d; } IL_01ed: { uint8_t* L_88 = V_2; uint8_t* L_89 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((uint8_t*)((intptr_t)((uint8_t*)il2cpp_codegen_subtract((intptr_t)L_88, (intptr_t)L_89))/1)))); V_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriter::OutputRestAmps() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriter_OutputRestAmps_m37A8B423ADBBB4E48EA3E96731AD668528D1C336 (HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)97)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_5; int32_t L_6 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (uint8_t)((int32_t)109)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_9 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_9; int32_t L_10 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_10, 1)); int32_t L_11 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (uint8_t)((int32_t)112)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_13 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_13; int32_t L_14 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_14, 1)); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (uint8_t)((int32_t)59)); 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.HtmlUtf8RawTextWriterIndent::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent__ctor_m33278556F018B1C30908D7A77E38B07E0FC27B0C (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_stream; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = ___1_settings; HtmlUtf8RawTextWriter__ctor_mA1F2A26D176CDD4BE7707C2E0226ACEB775735DD(__this, L_0, L_1, NULL); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_2 = ___1_settings; HtmlUtf8RawTextWriterIndent_Init_mD5E84F5EA6732D783A82EFCD41C7438340266ACA(__this, L_2, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteDocType_mC262802CFD2186070920B868089269ED4A667779 (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; String_t* L_1 = ___1_pubid; String_t* L_2 = ___2_sysid; String_t* L_3 = ___3_subset; HtmlUtf8RawTextWriter_WriteDocType_mDC08A1EE2173D0CC6CC54C45F78B6D54E6DF278C(__this, L_0, L_1, L_2, L_3, NULL); int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; __this->___endBlockPos_36 = L_4; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteStartElement_mFD7A3A687DA00D38C3F2A4B021A87B33D82364E7 (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { ByteStack_tCA5C0427314E734C1847B4867CB3D1617CED0D49* L_0 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___elementScope_26; uint32_t L_1 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___currentElementProperties_27; NullCheck(L_0); ByteStack_Push_m47D6E14644B1038EDABCC87FE259AAB9368B8871(L_0, (uint8_t)((int32_t)(uint8_t)L_1), NULL); String_t* L_2 = ___2_ns; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_0074; } } { TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* L_4 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_StaticFields*)il2cpp_codegen_static_fields_for(HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850_il2cpp_TypeInfo_var))->___elementPropertySearch_33; String_t* L_5 = ___1_localName; NullCheck(L_4); uint8_t L_6; L_6 = TernaryTreeReadOnly_FindCaseInsensitiveString_m790869604E4C0130B54112156A0004519D4BA687(L_4, L_5, NULL); ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___currentElementProperties_27 = L_6; int32_t L_7 = __this->___endBlockPos_36; int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; if ((!(((uint32_t)L_7) == ((uint32_t)L_8)))) { goto IL_004a; } } { uint32_t L_9 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___currentElementProperties_27; if (!((int32_t)((int32_t)L_9&((int32_t)64)))) { goto IL_004a; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_mD6890BA8F1DF624D29CF8BCACBA94EA4F25FE2FA(__this, NULL); } IL_004a: { int32_t L_10 = __this->___indentLevel_35; __this->___indentLevel_35 = ((int32_t)il2cpp_codegen_add(L_10, 1)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_12 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_12; int32_t L_13 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_13, 1)); int32_t L_14 = V_0; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (uint8_t)((int32_t)60)); goto IL_00e4; } IL_0074: { ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___currentElementProperties_27 = ((int32_t)192); int32_t L_15 = __this->___endBlockPos_36; int32_t L_16 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; if ((!(((uint32_t)L_15) == ((uint32_t)L_16)))) { goto IL_0093; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_mD6890BA8F1DF624D29CF8BCACBA94EA4F25FE2FA(__this, NULL); } IL_0093: { int32_t L_17 = __this->___indentLevel_35; __this->___indentLevel_35 = ((int32_t)il2cpp_codegen_add(L_17, 1)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_19 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_19; int32_t L_20 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_20, 1)); int32_t L_21 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_21), (uint8_t)((int32_t)60)); String_t* L_22 = ___0_prefix; NullCheck(L_22); int32_t L_23; L_23 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_22, NULL); if (!L_23) { goto IL_00e4; } } { String_t* L_24 = ___0_prefix; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_24, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_26 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_26; int32_t L_27 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_27, 1)); int32_t L_28 = V_0; NullCheck(L_25); (L_25)->SetAt(static_cast(L_28), (uint8_t)((int32_t)58)); } IL_00e4: { String_t* L_29 = ___1_localName; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_29, NULL); int32_t L_30 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___attrEndPos_12 = L_30; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_StartElementContent_m75A2C873DB4C6EC3323039B542DF9E42ACE2B51C (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufBytes_4; int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; V_0 = L_1; int32_t L_2 = V_0; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (uint8_t)((int32_t)62)); int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___contentPos_10 = L_4; uint32_t L_5 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___currentElementProperties_27; if (!((int32_t)((int32_t)L_5&((int32_t)32)))) { goto IL_004a; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_mD6890BA8F1DF624D29CF8BCACBA94EA4F25FE2FA(__this, NULL); HtmlUtf8RawTextWriter_WriteMetaElement_m7944FF591B4CF1665D569E37D4450FCC0E78878C(__this, NULL); int32_t L_6 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; __this->___endBlockPos_36 = L_6; return; } IL_004a: { uint32_t L_7 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___currentElementProperties_27; if (!((int32_t)((int32_t)L_7&((int32_t)64)))) { goto IL_0061; } } { int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; __this->___endBlockPos_36 = L_8; } IL_0061: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteEndElement_m536FACB0366C29438B20E4476864F24B26B73BBF (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { int32_t G_B4_0 = 0; int32_t G_B1_0 = 0; int32_t G_B2_0 = 0; int32_t G_B3_0 = 0; { int32_t L_0 = __this->___indentLevel_35; __this->___indentLevel_35 = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); uint32_t L_1 = ((HtmlUtf8RawTextWriter_tBDA64D6572325D75C2E84DE787BC2D7C9A0AE850*)__this)->___currentElementProperties_27; int32_t L_2 = ((!(((uint32_t)((int32_t)((int32_t)L_1&((int32_t)64)))) <= ((uint32_t)0)))? 1 : 0); G_B1_0 = L_2; if (!L_2) { G_B4_0 = L_2; goto IL_003f; } } { int32_t L_3 = __this->___endBlockPos_36; int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; G_B2_0 = G_B1_0; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { G_B4_0 = G_B1_0; goto IL_003f; } } { int32_t L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___contentPos_10; int32_t L_6 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; G_B3_0 = G_B2_0; if ((((int32_t)L_5) == ((int32_t)L_6))) { G_B4_0 = G_B2_0; goto IL_003f; } } { HtmlUtf8RawTextWriterIndent_WriteIndent_mD6890BA8F1DF624D29CF8BCACBA94EA4F25FE2FA(__this, NULL); G_B4_0 = G_B3_0; } IL_003f: { String_t* L_7 = ___0_prefix; String_t* L_8 = ___1_localName; String_t* L_9 = ___2_ns; HtmlUtf8RawTextWriter_WriteEndElement_m5421A2A570B651EEA581B84FE4C023EEC931A013(__this, L_7, L_8, L_9, NULL); ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___contentPos_10 = 0; if (!G_B4_0) { goto IL_005d; } } { int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; __this->___endBlockPos_36 = L_10; } IL_005d: { return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteStartAttribute_mCCDD042BA6FD7932B7A71DAC1958D9D984599AF7 (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { bool L_0 = __this->___newLineOnAttributes_38; if (!L_0) { goto IL_0036; } } { String_t* L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___newLineChars_20; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_1, NULL); int32_t L_2 = __this->___indentLevel_35; __this->___indentLevel_35 = ((int32_t)il2cpp_codegen_add(L_2, 1)); HtmlUtf8RawTextWriterIndent_WriteIndent_mD6890BA8F1DF624D29CF8BCACBA94EA4F25FE2FA(__this, NULL); int32_t L_3 = __this->___indentLevel_35; __this->___indentLevel_35 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); } IL_0036: { String_t* L_4 = ___0_prefix; String_t* L_5 = ___1_localName; String_t* L_6 = ___2_ns; HtmlUtf8RawTextWriter_WriteStartAttribute_m71BF2DA3F5CEDF6A310A7D8AB0EF185939EA9842(__this, L_4, L_5, L_6, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_FlushBuffer_m4343563242283D4563A8AB996E287B3057BE128E (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, const RuntimeMethod* method) { HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* G_B2_0 = NULL; HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* G_B1_0 = NULL; int32_t G_B3_0 = 0; HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* G_B3_1 = NULL; { int32_t L_0 = __this->___endBlockPos_36; int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_8; G_B1_0 = __this; if ((((int32_t)L_0) == ((int32_t)L_1))) { G_B2_0 = __this; goto IL_0012; } } { G_B3_0 = 0; G_B3_1 = G_B1_0; goto IL_0013; } IL_0012: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0013: { NullCheck(G_B3_1); G_B3_1->___endBlockPos_36 = G_B3_0; XmlUtf8RawTextWriter_FlushBuffer_m380AF5AC857AFEFB88FD4D4A223CE2F61D0B624A(__this, NULL); return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_Init_mD5E84F5EA6732D783A82EFCD41C7438340266ACA (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_settings, const RuntimeMethod* method) { { __this->___indentLevel_35 = 0; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_0 = ___0_settings; NullCheck(L_0); String_t* L_1; L_1 = XmlWriterSettings_get_IndentChars_mF26B2899F7718E3DC75CA62FDFB5915BAF5C158D_inline(L_0, NULL); __this->___indentChars_37 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___indentChars_37), (void*)L_1); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_2 = ___0_settings; NullCheck(L_2); bool L_3; L_3 = XmlWriterSettings_get_NewLineOnAttributes_m3ACAFD8A94C15826E9DDC4F20B280C6AF3407F7D_inline(L_2, NULL); __this->___newLineOnAttributes_38 = L_3; return; } } // System.Void System.Xml.HtmlUtf8RawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HtmlUtf8RawTextWriterIndent_WriteIndent_mD6890BA8F1DF624D29CF8BCACBA94EA4F25FE2FA (HtmlUtf8RawTextWriterIndent_tC066D5903C4C1015116223E4A62B64637E8971A6* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___newLineChars_20; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_0, NULL); int32_t L_1 = __this->___indentLevel_35; V_0 = L_1; goto IL_0025; } IL_0015: { String_t* L_2 = __this->___indentChars_37; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_2, NULL); int32_t L_3 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_3, 1)); } IL_0025: { int32_t L_4 = V_0; if ((((int32_t)L_4) > ((int32_t)0))) { goto IL_0015; } } { 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 void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_Multicast(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { il2cpp_array_size_t length = __this->___delegates_13->max_length; Delegate_t** delegatesToInvoke = reinterpret_cast(__this->___delegates_13->GetAddressAtUnchecked(0)); for (il2cpp_array_size_t i = 0; i < length; i++) { OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* currentDelegate = reinterpret_cast(delegatesToInvoke[i]); typedef void (*FunctionPointerType) (RuntimeObject*, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*, const RuntimeMethod*); ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_writer, reinterpret_cast(currentDelegate->___method_3)); } } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenInst(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { NullCheck(___0_writer); typedef void (*FunctionPointerType) (XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_writer, method); } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenStatic(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*, const RuntimeMethod*); ((FunctionPointerType)__this->___method_ptr_0)(___0_writer, method); } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenStaticInvoker(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { InvokerActionInvoker1< XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* >::Invoke(__this->___method_ptr_0, method, NULL, ___0_writer); } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_ClosedStaticInvoker(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { InvokerActionInvoker2< RuntimeObject*, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* >::Invoke(__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_writer); } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenVirtual(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { NullCheck(___0_writer); VirtualActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), ___0_writer); } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenInterface(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { NullCheck(___0_writer); InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_writer); } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenGenericVirtual(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { NullCheck(___0_writer); GenericVirtualActionInvoker0::Invoke(method, ___0_writer); } void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenGenericInterface(OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { NullCheck(___0_writer); GenericInterfaceActionInvoker0::Invoke(method, ___0_writer); } // System.Void System.Xml.OnRemoveWriter::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRemoveWriter__ctor_m9FB0F59F53C9354EF8F9445E8711B51312F5F2D9 (OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __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 == 1; if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method)) if (isOpen) __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_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 == 0; if (isOpen) { if (__this->___method_is_virtual_12) { if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method)) if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenGenericInterface; else __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenGenericVirtual; else if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method)) __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenInterface; else __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_OpenVirtual; } else { __this->___invoke_impl_1 = (intptr_t)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_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)&OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_Multicast; } // System.Void System.Xml.OnRemoveWriter::Invoke(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257 (OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_writer, 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.Void System.Xml.IncrementalReadDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDecoder__ctor_mE733A01D272115149EA92BC8D2CA04B1E6087FB7 (IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* __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.Boolean System.Xml.IncrementalReadDummyDecoder::get_IsFull() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IncrementalReadDummyDecoder_get_IsFull_mC29A581FD93E84059A53DCF15CDB26837317F39B (IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Int32 System.Xml.IncrementalReadDummyDecoder::Decode(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IncrementalReadDummyDecoder_Decode_m7ED5F7AB4C32FEA75B335377FC5CAACCB4756D41 (IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_startPos, int32_t ___2_len, const RuntimeMethod* method) { { int32_t L_0 = ___2_len; return L_0; } } // System.Void System.Xml.IncrementalReadDummyDecoder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IncrementalReadDummyDecoder__ctor_m45F0FCE3E794783ED3EB1C279BE4C655FF8E2EE6 (IncrementalReadDummyDecoder_t514FBAC6CC3FF737F6EAF3AF3523D89A933DAB86* __this, const RuntimeMethod* method) { { IncrementalReadDecoder__ctor_mE733A01D272115149EA92BC8D2CA04B1E6087FB7(__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.QueryOutputWriter::.ctor(System.Xml.XmlRawWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter__ctor_m719E09C06E20C2EC55BCEF055A8CB865EEFAAC25 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9B62B0AF42B8D720A217CCF7D03D8242D1D7FA4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_mD4F20774F164452D05D56D2A3101DC82B30F762D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mC605D2D31727D8396798863F0D14AB7F45E74EA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD2119FFD872E74A6F4997BB265A66364DB3471A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mC4F2F141ED84510A73B235D519BCFD8FE1FF5BD5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m568CB3E67C19B9174F2AD57A64A72D95F93191A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Count_m0EEF879BA3686583502A3D0CE4E388582415D0A6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C V_0; memset((&V_0), 0, sizeof(V_0)); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* V_1 = NULL; { XmlRawWriter__ctor_mFB8EB6B94D64BD9F3093B42E36D60FADC66F9989(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = ___0_writer; __this->___wrapped_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___wrapped_3), (void*)L_0); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = ___1_settings; NullCheck(L_1); String_t* L_2; L_2 = XmlWriterSettings_get_DocTypeSystem_mA52DF45898F37EFBFAFFB19C5FF0E85DB1D59AB1_inline(L_1, NULL); __this->___systemId_12 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___systemId_12), (void*)L_2); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_3 = ___1_settings; NullCheck(L_3); String_t* L_4; L_4 = XmlWriterSettings_get_DocTypePublic_mCD450846EDA3E29E0627CBFF9A694BC276C9D847_inline(L_3, NULL); __this->___publicId_13 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___publicId_13), (void*)L_4); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_5 = ___1_settings; NullCheck(L_5); int32_t L_6; L_6 = XmlWriterSettings_get_OutputMethod_mD033562BBB2BF636CD2B093DF43FFF69FCEB2BD1_inline(L_5, NULL); if (L_6) { goto IL_00d9; } } { String_t* L_7 = __this->___systemId_12; if (!L_7) { goto IL_0046; } } { __this->___outputDocType_8 = (bool)1; __this->___checkWellFormedDoc_9 = (bool)1; } IL_0046: { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_8 = ___1_settings; NullCheck(L_8); bool L_9; L_9 = XmlWriterSettings_get_AutoXmlDeclaration_m99219BABCEECCC72F64FA0062E19B2628B806A9C_inline(L_8, NULL); if (!L_9) { goto IL_005e; } } { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_10 = ___1_settings; NullCheck(L_10); int32_t L_11; L_11 = XmlWriterSettings_get_Standalone_mF6BD9C7DD44EDEA0EE1416AB92471C5374DBE26B_inline(L_10, NULL); if ((!(((uint32_t)L_11) == ((uint32_t)1)))) { goto IL_005e; } } { __this->___checkWellFormedDoc_9 = (bool)1; } IL_005e: { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_12 = ___1_settings; NullCheck(L_12); List_1_t43EC7C138A17FAAD7120408F039923082A70301A* L_13; L_13 = XmlWriterSettings_get_CDataSectionElements_m41A55F92925DE680C957E3E18CF5414EB8D6DF58_inline(L_12, NULL); NullCheck(L_13); int32_t L_14; L_14 = List_1_get_Count_m0EEF879BA3686583502A3D0CE4E388582415D0A6_inline(L_13, List_1_get_Count_m0EEF879BA3686583502A3D0CE4E388582415D0A6_RuntimeMethod_var); if ((((int32_t)L_14) <= ((int32_t)0))) { goto IL_00f9; } } { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_15 = (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C*)il2cpp_codegen_object_new(BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C_il2cpp_TypeInfo_var); NullCheck(L_15); BitStack__ctor_m9BADB5496087F772604E9F62D3B18C07630EA45A(L_15, NULL); __this->___bitsCData_6 = L_15; Il2CppCodeGenWriteBarrier((void**)(&__this->___bitsCData_6), (void*)L_15); Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* L_16 = (Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426*)il2cpp_codegen_object_new(Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426_il2cpp_TypeInfo_var); NullCheck(L_16); Dictionary_2__ctor_m9B62B0AF42B8D720A217CCF7D03D8242D1D7FA4B(L_16, Dictionary_2__ctor_m9B62B0AF42B8D720A217CCF7D03D8242D1D7FA4B_RuntimeMethod_var); __this->___lookupCDataElems_5 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___lookupCDataElems_5), (void*)L_16); XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_17 = (XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9*)il2cpp_codegen_object_new(XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9_il2cpp_TypeInfo_var); NullCheck(L_17); XmlQualifiedName__ctor_mD1D3B6997D1B544D421B704520AD12E4C120D634(L_17, NULL); __this->___qnameCData_7 = L_17; Il2CppCodeGenWriteBarrier((void**)(&__this->___qnameCData_7), (void*)L_17); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_18 = ___1_settings; NullCheck(L_18); List_1_t43EC7C138A17FAAD7120408F039923082A70301A* L_19; L_19 = XmlWriterSettings_get_CDataSectionElements_m41A55F92925DE680C957E3E18CF5414EB8D6DF58_inline(L_18, NULL); NullCheck(L_19); Enumerator_t071E9B3BA83C03845AE1893845CAC5103920A91C L_20; L_20 = List_1_GetEnumerator_m568CB3E67C19B9174F2AD57A64A72D95F93191A1(L_19, List_1_GetEnumerator_m568CB3E67C19B9174F2AD57A64A72D95F93191A1_RuntimeMethod_var); V_0 = L_20; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00be: {// begin finally (depth: 1) Enumerator_Dispose_mC605D2D31727D8396798863F0D14AB7F45E74EA7((&V_0), Enumerator_Dispose_mC605D2D31727D8396798863F0D14AB7F45E74EA7_RuntimeMethod_var); return; }// end finally (depth: 1) }); try {// begin try (depth: 1) { goto IL_00b3_1; } IL_009e_1: { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_21; L_21 = Enumerator_get_Current_mC4F2F141ED84510A73B235D519BCFD8FE1FF5BD5_inline((&V_0), Enumerator_get_Current_mC4F2F141ED84510A73B235D519BCFD8FE1FF5BD5_RuntimeMethod_var); V_1 = L_21; Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* L_22 = __this->___lookupCDataElems_5; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_23 = V_1; NullCheck(L_22); Dictionary_2_set_Item_mD4F20774F164452D05D56D2A3101DC82B30F762D(L_22, L_23, 0, Dictionary_2_set_Item_mD4F20774F164452D05D56D2A3101DC82B30F762D_RuntimeMethod_var); } IL_00b3_1: { bool L_24; L_24 = Enumerator_MoveNext_mD2119FFD872E74A6F4997BB265A66364DB3471A1((&V_0), Enumerator_MoveNext_mD2119FFD872E74A6F4997BB265A66364DB3471A1_RuntimeMethod_var); if (L_24) { goto IL_009e_1; } } { goto IL_00cc; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00cc: { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_25 = __this->___bitsCData_6; NullCheck(L_25); BitStack_PushBit_m1781C0D736A215362CD21AD07CAF39EE2909F718(L_25, (bool)0, NULL); return; } IL_00d9: { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_26 = ___1_settings; NullCheck(L_26); int32_t L_27; L_27 = XmlWriterSettings_get_OutputMethod_mD033562BBB2BF636CD2B093DF43FFF69FCEB2BD1_inline(L_26, NULL); if ((!(((uint32_t)L_27) == ((uint32_t)1)))) { goto IL_00f9; } } { String_t* L_28 = __this->___systemId_12; if (L_28) { goto IL_00f2; } } { String_t* L_29 = __this->___publicId_13; if (!L_29) { goto IL_00f9; } } IL_00f2: { __this->___outputDocType_8 = (bool)1; } IL_00f9: { return; } } // System.Void System.Xml.QueryOutputWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_set_NamespaceResolver_mD3CCDD99088387B259DD91A850AF9EE383ECF230 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; ((XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*)__this)->___resolver_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*)__this)->___resolver_2), (void*)L_0); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_1 = __this->___wrapped_3; RuntimeObject* L_2 = ___0_value; NullCheck(L_1); VirtualActionInvoker1< RuntimeObject* >::Invoke(56 /* System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) */, L_1, L_2); return; } } // System.Void System.Xml.QueryOutputWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteXmlDeclaration_mAF2C006C4EDE8A461440FB370722F3E34EE33114 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, int32_t ___0_standalone, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; int32_t L_1 = ___0_standalone; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(57 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteXmlDeclaration_mD1E17174808C6BBAA74DE642CD016C45988B9B5A (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_xmldecl, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_xmldecl; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(58 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteDocType_mE1D60E52D365C5B05922013EC3FAE8D130F7BFA2 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { { String_t* L_0 = __this->___publicId_13; if (L_0) { goto IL_0020; } } { String_t* L_1 = __this->___systemId_12; if (L_1) { goto IL_0020; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_2 = __this->___wrapped_3; String_t* L_3 = ___0_name; String_t* L_4 = ___1_pubid; String_t* L_5 = ___2_sysid; String_t* L_6 = ___3_subset; NullCheck(L_2); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_2, L_3, L_4, L_5, L_6); } IL_0020: { return; } } // System.Void System.Xml.QueryOutputWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteStartElement_mAE7A423ED1299999A971702E5C711D1DB7FB9FED (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m400FFF2A30F886D75808F2253ED971B963BFD133_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* G_B8_0 = NULL; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* G_B7_0 = NULL; String_t* G_B9_0 = NULL; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* G_B9_1 = NULL; { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); bool L_0 = __this->___checkWellFormedDoc_9; if (!L_0) { goto IL_0043; } } { int32_t L_1 = __this->___depth_14; if (L_1) { goto IL_002e; } } { bool L_2 = __this->___hasDocElem_10; if (!L_2) { goto IL_002e; } } { 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*)&_stringLiteral3D3A6937948B511C58F902D4F718201A18C1E9ED)), L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryOutputWriter_WriteStartElement_mAE7A423ED1299999A971702E5C711D1DB7FB9FED_RuntimeMethod_var))); } IL_002e: { int32_t L_5 = __this->___depth_14; __this->___depth_14 = ((int32_t)il2cpp_codegen_add(L_5, 1)); __this->___hasDocElem_10 = (bool)1; } IL_0043: { bool L_6 = __this->___outputDocType_8; if (!L_6) { goto IL_0081; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_7 = __this->___wrapped_3; String_t* L_8 = ___0_prefix; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); G_B7_0 = L_7; if (L_9) { G_B8_0 = L_7; goto IL_005c; } } { String_t* L_10 = ___1_localName; G_B9_0 = L_10; G_B9_1 = G_B7_0; goto IL_0068; } IL_005c: { String_t* L_11 = ___0_prefix; String_t* L_12 = ___1_localName; String_t* L_13; L_13 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_11, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_12, NULL); G_B9_0 = L_13; G_B9_1 = G_B8_0; } IL_0068: { String_t* L_14 = __this->___publicId_13; String_t* L_15 = __this->___systemId_12; NullCheck(G_B9_1); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, G_B9_1, G_B9_0, L_14, L_15, (String_t*)NULL); __this->___outputDocType_8 = (bool)0; } IL_0081: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_16 = __this->___wrapped_3; String_t* L_17 = ___0_prefix; String_t* L_18 = ___1_localName; String_t* L_19 = ___2_ns; NullCheck(L_16); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_16, L_17, L_18, L_19); Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* L_20 = __this->___lookupCDataElems_5; if (!L_20) { goto IL_00c0; } } { XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_21 = __this->___qnameCData_7; String_t* L_22 = ___1_localName; String_t* L_23 = ___2_ns; NullCheck(L_21); XmlQualifiedName_Init_m2F37BA4297673844DC409B1C7E03849BC95EAAFB(L_21, L_22, L_23, NULL); BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_24 = __this->___bitsCData_6; Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* L_25 = __this->___lookupCDataElems_5; XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* L_26 = __this->___qnameCData_7; NullCheck(L_25); bool L_27; L_27 = Dictionary_2_ContainsKey_m400FFF2A30F886D75808F2253ED971B963BFD133(L_25, L_26, Dictionary_2_ContainsKey_m400FFF2A30F886D75808F2253ED971B963BFD133_RuntimeMethod_var); NullCheck(L_24); BitStack_PushBit_m1781C0D736A215362CD21AD07CAF39EE2909F718(L_24, L_27, NULL); } IL_00c0: { return; } } // System.Void System.Xml.QueryOutputWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEndElement_m67F2309AF7BC781CB1CCD8D2DC46E9ECD39A4E17 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(61 /* System.Void System.Xml.XmlRawWriter::WriteEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); bool L_4 = __this->___checkWellFormedDoc_9; if (!L_4) { goto IL_002a; } } { int32_t L_5 = __this->___depth_14; __this->___depth_14 = ((int32_t)il2cpp_codegen_subtract(L_5, 1)); } IL_002a: { Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* L_6 = __this->___lookupCDataElems_5; if (!L_6) { goto IL_003e; } } { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_7 = __this->___bitsCData_6; NullCheck(L_7); bool L_8; L_8 = BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3(L_7, NULL); } IL_003e: { return; } } // System.Void System.Xml.QueryOutputWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteFullEndElement_mCFC2AD96A8250C858FA0578DD2BB23041393156F (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(62 /* System.Void System.Xml.XmlRawWriter::WriteFullEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); bool L_4 = __this->___checkWellFormedDoc_9; if (!L_4) { goto IL_002a; } } { int32_t L_5 = __this->___depth_14; __this->___depth_14 = ((int32_t)il2cpp_codegen_subtract(L_5, 1)); } IL_002a: { Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* L_6 = __this->___lookupCDataElems_5; if (!L_6) { goto IL_003e; } } { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_7 = __this->___bitsCData_6; NullCheck(L_7); bool L_8; L_8 = BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3(L_7, NULL); } IL_003e: { return; } } // System.Void System.Xml.QueryOutputWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_StartElementContent_mB0540034D532842F38E1FB5342C6CFF9AAA2CBBE (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(59 /* System.Void System.Xml.XmlRawWriter::StartElementContent() */, L_0); return; } } // System.Void System.Xml.QueryOutputWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteStartAttribute_mF575F26B63688EC4098D938381A8CDE0E93F6DD7 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { __this->___inAttr_11 = (bool)1; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.QueryOutputWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEndAttribute_mA1CA38A1916920606191D3EF746E8AA7A45721CE (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { __this->___inAttr_11 = (bool)0; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_0); return; } } // System.Void System.Xml.QueryOutputWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteNamespaceDeclaration_m0100319F7928D1494B8B59897A48DA701A998DC8 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_ns; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(63 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Boolean System.Xml.QueryOutputWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryOutputWriter_get_SupportsNamespaceDeclarationInChunks_m53D7AA367C74E2CE577B16ED61A7B63A0C3718C5 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(64 /* System.Boolean System.Xml.XmlRawWriter::get_SupportsNamespaceDeclarationInChunks() */, L_0); return L_1; } } // System.Void System.Xml.QueryOutputWriter::WriteStartNamespaceDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteStartNamespaceDeclaration_m164443A2DF42930D29A30868E72E4BECB9237FF6 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_prefix, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(65 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteEndNamespaceDeclaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEndNamespaceDeclaration_m2FFA926AFAA67072E880AA1AE97D9DF6C883CC98 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(66 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, L_0); return; } } // System.Void System.Xml.QueryOutputWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteCData_m6D2534D02095A033899A50C372E8396B4F3AA750 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_text; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteComment_mA0C0846CBFC12E9A0C894F086B2156C4185ADE61 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_text, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_text; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteProcessingInstruction_m24B3277E75D6C13905CE4CD548E74F85F143BD5C (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_name; String_t* L_2 = ___1_text; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.QueryOutputWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteWhitespace_m8E3478AC2153F8F007A07A97E599617429F5B06D (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_ws, const RuntimeMethod* method) { { bool L_0 = __this->___inAttr_11; if (L_0) { goto IL_0025; } } { bool L_1 = __this->___inCDataSection_4; if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_m99EE7ED6C70003A94BA497D9C1556494F55F9B44(__this, NULL); if (!L_2) { goto IL_0025; } } IL_0018: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_3 = __this->___wrapped_3; String_t* L_4 = ___0_ws; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_4); return; } IL_0025: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_5 = __this->___wrapped_3; String_t* L_6 = ___0_ws; NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_5, L_6); return; } } // System.Void System.Xml.QueryOutputWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteString_mB61A05D356312B4D7DD60FC6CF1FC5B41F5C745C (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_text, const RuntimeMethod* method) { { bool L_0 = __this->___inAttr_11; if (L_0) { goto IL_0025; } } { bool L_1 = __this->___inCDataSection_4; if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_m99EE7ED6C70003A94BA497D9C1556494F55F9B44(__this, NULL); if (!L_2) { goto IL_0025; } } IL_0018: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_3 = __this->___wrapped_3; String_t* L_4 = ___0_text; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_4); return; } IL_0025: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_5 = __this->___wrapped_3; String_t* L_6 = ___0_text; NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_5, L_6); return; } } // System.Void System.Xml.QueryOutputWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteChars_m44803D79431499375804A29222D6F68181D52462 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { bool L_0 = __this->___inAttr_11; if (L_0) { goto IL_002c; } } { bool L_1 = __this->___inCDataSection_4; if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_m99EE7ED6C70003A94BA497D9C1556494F55F9B44(__this, NULL); if (!L_2) { goto IL_002c; } } IL_0018: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_3 = __this->___wrapped_3; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___0_buffer; int32_t L_5 = ___1_index; int32_t L_6 = ___2_count; String_t* L_7; L_7 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_4, L_5, L_6, NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_7); return; } IL_002c: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_8 = __this->___wrapped_3; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = ___0_buffer; int32_t L_10 = ___1_index; int32_t L_11 = ___2_count; NullCheck(L_8); VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteChars(System.Char[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); return; } } // System.Void System.Xml.QueryOutputWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteEntityRef_mEFF0BB46E7B5A9205B89C7D52582E0CB4B7C23BF (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_name, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_name; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteCharEntity_m00938CB48D38A097A26C3AD6E734902C2E3B03F0 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_0, L_1); return; } } // System.Void System.Xml.QueryOutputWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteSurrogateCharEntity_m241F20F4A62A2F6B2EB193D8FB8E92053EC9904D (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2(__this, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; Il2CppChar L_1 = ___0_lowChar; Il2CppChar L_2 = ___1_highChar; NullCheck(L_0); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.QueryOutputWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteRaw_m019F200012A4F29128F98D4590A7184D69EE3E06 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { bool L_0 = __this->___inAttr_11; if (L_0) { goto IL_002c; } } { bool L_1 = __this->___inCDataSection_4; if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_m99EE7ED6C70003A94BA497D9C1556494F55F9B44(__this, NULL); if (!L_2) { goto IL_002c; } } IL_0018: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_3 = __this->___wrapped_3; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = ___0_buffer; int32_t L_5 = ___1_index; int32_t L_6 = ___2_count; String_t* L_7; L_7 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_4, L_5, L_6, NULL); NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_7); return; } IL_002c: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_8 = __this->___wrapped_3; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = ___0_buffer; int32_t L_10 = ___1_index; int32_t L_11 = ___2_count; NullCheck(L_8); VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.Char[],System.Int32,System.Int32) */, L_8, L_9, L_10, L_11); return; } } // System.Void System.Xml.QueryOutputWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_WriteRaw_mD4E480DF7A90B365D7F47B270F50B54E1C1118A7 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, String_t* ___0_data, const RuntimeMethod* method) { { bool L_0 = __this->___inAttr_11; if (L_0) { goto IL_0025; } } { bool L_1 = __this->___inCDataSection_4; if (L_1) { goto IL_0018; } } { bool L_2; L_2 = QueryOutputWriter_StartCDataSection_m99EE7ED6C70003A94BA497D9C1556494F55F9B44(__this, NULL); if (!L_2) { goto IL_0025; } } IL_0018: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_3 = __this->___wrapped_3; String_t* L_4 = ___0_data; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_3, L_4); return; } IL_0025: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_5 = __this->___wrapped_3; String_t* L_6 = ___0_data; NullCheck(L_5); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_5, L_6); return; } } // System.Void System.Xml.QueryOutputWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_Close_mEFE15AFB05D8F870AE6B22D6B546116638BC4168 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_0); bool L_1 = __this->___checkWellFormedDoc_9; if (!L_1) { goto IL_002b; } } { bool L_2 = __this->___hasDocElem_10; if (L_2) { goto IL_002b; } } { 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*)&_stringLiteral9413AC7CF6AB7E9B088B38F9FF76860CC990A952)), L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&QueryOutputWriter_Close_mEFE15AFB05D8F870AE6B22D6B546116638BC4168_RuntimeMethod_var))); } IL_002b: { return; } } // System.Void System.Xml.QueryOutputWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_Flush_m7254C9809B7E62438AD22D60C04C4B9177FA3974 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_0); return; } } // System.Boolean System.Xml.QueryOutputWriter::StartCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool QueryOutputWriter_StartCDataSection_m99EE7ED6C70003A94BA497D9C1556494F55F9B44 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { Dictionary_2_t873B9D79376C64DD27D1977E8F6391DD3DBDE426* L_0 = __this->___lookupCDataElems_5; if (!L_0) { goto IL_001e; } } { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_1 = __this->___bitsCData_6; NullCheck(L_1); bool L_2; L_2 = BitStack_PeekBit_m416F1BB8F64059C924312B2416CBE09747B0E1E4(L_1, NULL); if (!L_2) { goto IL_001e; } } { __this->___inCDataSection_4 = (bool)1; return (bool)1; } IL_001e: { return (bool)0; } } // System.Void System.Xml.QueryOutputWriter::EndCDataSection() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void QueryOutputWriter_EndCDataSection_m625029F30E9B1E062A847B0E2ACDAA16B2BEF7F2 (QueryOutputWriter_t89F1627DE47F1B919E8451A6EDFB258AC61985E2* __this, const RuntimeMethod* method) { { __this->___inCDataSection_4 = (bool)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.ReadContentAsBinaryHelper::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadContentAsBinaryHelper_Finish_m56919E9B4A660955115D1C0680C0FF772DC649F9 (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___state_1; if (!L_0) { goto IL_0064; } } IL_0008: { bool L_1; L_1 = ReadContentAsBinaryHelper_MoveToNextContentNode_m7FB239D47130A8324EA15820546E4D43C1E1FBC6(__this, (bool)1, NULL); if (L_1) { goto IL_0008; } } { int32_t L_2 = __this->___state_1; if ((!(((uint32_t)L_2) == ((uint32_t)2)))) { goto IL_0064; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_3 = __this->___reader_0; NullCheck(L_3); int32_t L_4; L_4 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_3); if ((((int32_t)L_4) == ((int32_t)((int32_t)15)))) { goto IL_0058; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = __this->___reader_0; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_5); V_0 = L_6; Il2CppFakeBox L_7(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var)), (&V_0)); String_t* L_8; L_8 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_7), NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_9 = __this->___reader_0; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_10 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_10); XmlException__ctor_m9B374E074F3F119E162C8075170EAC3D83B903C3(L_10, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50709161A683107F88DF833963D6907320EB2D94)), L_8, ((RuntimeObject*)IsInst((RuntimeObject*)L_9, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var)))), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ReadContentAsBinaryHelper_Finish_m56919E9B4A660955115D1C0680C0FF772DC649F9_RuntimeMethod_var))); } IL_0058: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_11 = __this->___reader_0; NullCheck(L_11); bool L_12; L_12 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_11); } IL_0064: { ReadContentAsBinaryHelper_Reset_m17AAB38EA5100EAAA4B35BAE7CFA2A4350A0B357(__this, NULL); return; } } // System.Void System.Xml.ReadContentAsBinaryHelper::Reset() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadContentAsBinaryHelper_Reset_m17AAB38EA5100EAAA4B35BAE7CFA2A4350A0B357 (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, const RuntimeMethod* method) { { __this->___state_1 = 0; __this->___isEnd_3 = (bool)0; __this->___valueOffset_2 = 0; return; } } // System.Boolean System.Xml.ReadContentAsBinaryHelper::MoveToNextContentNode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ReadContentAsBinaryHelper_MoveToNextContentNode_m7FB239D47130A8324EA15820546E4D43C1E1FBC6 (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, bool ___0_moveIfOnContentNode, const RuntimeMethod* method) { int32_t V_0 = 0; IL_0000: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___reader_0; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); V_0 = L_1; int32_t L_2 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 2))) { case 0: { goto IL_0052; } case 1: { goto IL_0057; } case 2: { goto IL_0057; } case 3: { goto IL_005c; } case 4: { goto IL_0076; } case 5: { goto IL_0078; } case 6: { goto IL_0078; } case 7: { goto IL_0076; } case 8: { goto IL_0076; } case 9: { goto IL_0076; } case 10: { goto IL_0076; } case 11: { goto IL_0057; } case 12: { goto IL_0057; } case 13: { goto IL_0076; } case 14: { goto IL_0078; } } } { goto IL_0076; } IL_0052: { bool L_3 = ___0_moveIfOnContentNode; return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0); } IL_0057: { bool L_4 = ___0_moveIfOnContentNode; if (L_4) { goto IL_0078; } } { return (bool)1; } IL_005c: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = __this->___reader_0; NullCheck(L_5); bool L_6; L_6 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_5); if (!L_6) { goto IL_0076; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = __this->___reader_0; NullCheck(L_7); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_7); goto IL_0078; } IL_0076: { return (bool)0; } IL_0078: { ___0_moveIfOnContentNode = (bool)0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_8 = __this->___reader_0; NullCheck(L_8); bool L_9; L_9 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_8); if (L_9) { goto IL_0000; } } { return (bool)0; } } // System.Threading.Tasks.Task System.Xml.ReadContentAsBinaryHelper::FinishAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ReadContentAsBinaryHelper_FinishAsync_m9EF802B072F38F37A081D8BC75087E021AA6C19F (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_mF2E0C44D1DC1DE205885C1EF47BAA26B219E96FE_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_0; L_0 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_0; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_1 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_mF2E0C44D1DC1DE205885C1EF47BAA26B219E96FE(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_mF2E0C44D1DC1DE205885C1EF47BAA26B219E96FE_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_2, NULL); return L_3; } } // System.Threading.Tasks.Task`1 System.Xml.ReadContentAsBinaryHelper::MoveToNextContentNodeAsync(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ReadContentAsBinaryHelper_MoveToNextContentNodeAsync_m90A3C90CF250D2B8907450A911D1A7EEF33E297B (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, bool ___0_moveIfOnContentNode, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m80A83123B7B3C1F32BD2B941EF82159FBB065C34_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); bool L_0 = ___0_moveIfOnContentNode; (&V_0)->___moveIfOnContentNode_3 = L_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_1; L_1 = AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D(AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_RuntimeMethod_var); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_Start_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m80A83123B7B3C1F32BD2B941EF82159FBB065C34(L_2, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m80A83123B7B3C1F32BD2B941EF82159FBB065C34_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_4; L_4 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_3, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var); return L_4; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.ReadContentAsBinaryHelper/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishAsyncU3Ed__31_MoveNext_m89EB66C91ECC36B30FC197B6EA352C85697CAE9F (U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* V_1 = NULL; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_2; memset((&V_2), 0, sizeof(V_2)); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_3; memset((&V_3), 0, sizeof(V_3)); int32_t V_4 = 0; Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* 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_0065_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0118_1; } } { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_4 = V_1; NullCheck(L_4); int32_t L_5 = L_4->___state_1; if (!L_5) { goto IL_013c_1; } } IL_0023_1: { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_6 = V_1; NullCheck(L_6); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_7; L_7 = ReadContentAsBinaryHelper_MoveToNextContentNodeAsync_m90A3C90CF250D2B8907450A911D1A7EEF33E297B(L_6, (bool)1, NULL); NullCheck(L_7); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_8; L_8 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_7, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_3 = L_8; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_9; L_9 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_2 = L_9; bool L_10; L_10 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_10) { goto IL_0081_1; } } { int32_t L_11 = 0; V_0 = L_11; __this->___U3CU3E1__state_0 = L_11; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_12 = V_2; __this->___U3CU3Eu__1_3 = L_12; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_13 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0(L_13, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0_RuntimeMethod_var); goto IL_0170; } IL_0065_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_14 = __this->___U3CU3Eu__1_3; V_2 = L_14; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_15 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_15, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_16 = (-1); V_0 = L_16; __this->___U3CU3E1__state_0 = L_16; } IL_0081_1: { bool L_17; L_17 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_2), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_17) { goto IL_0023_1; } } { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_18 = V_1; NullCheck(L_18); int32_t L_19 = L_18->___state_1; if ((!(((uint32_t)L_19) == ((uint32_t)2)))) { goto IL_013c_1; } } { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_20 = V_1; NullCheck(L_20); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_21 = L_20->___reader_0; NullCheck(L_21); int32_t L_22; L_22 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_21); if ((((int32_t)L_22) == ((int32_t)((int32_t)15)))) { goto IL_00d5_1; } } { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_23 = V_1; NullCheck(L_23); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_24 = L_23->___reader_0; NullCheck(L_24); int32_t L_25; L_25 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_24); V_4 = L_25; Il2CppFakeBox L_26(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlNodeType_tCA25567E42A464038FDA6BA318EC0A9627B4CB95_il2cpp_TypeInfo_var)), (&V_4)); String_t* L_27; L_27 = Enum_ToString_m946B0B83C4470457D0FF555D862022C72BB55741((Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2*)(&L_26), NULL); ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_28 = V_1; NullCheck(L_28); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_29 = L_28->___reader_0; XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_30 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_30); XmlException__ctor_m9B374E074F3F119E162C8075170EAC3D83B903C3(L_30, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral50709161A683107F88DF833963D6907320EB2D94)), L_27, ((RuntimeObject*)IsInst((RuntimeObject*)L_29, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var)))), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CFinishAsyncU3Ed__31_MoveNext_m89EB66C91ECC36B30FC197B6EA352C85697CAE9F_RuntimeMethod_var))); } IL_00d5_1: { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_31 = V_1; NullCheck(L_31); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_32 = L_31->___reader_0; NullCheck(L_32); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_33; L_33 = VirtualFuncInvoker0< Task_1_t824317F4B958F7512E8F7300511752937A6C6043* >::Invoke(54 /* System.Threading.Tasks.Task`1 System.Xml.XmlReader::ReadAsync() */, L_32); NullCheck(L_33); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_34; L_34 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_33, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_3 = L_34; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_35; L_35 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_2 = L_35; bool L_36; L_36 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_36) { goto IL_0134_1; } } { int32_t L_37 = 1; V_0 = L_37; __this->___U3CU3E1__state_0 = L_37; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_38 = V_2; __this->___U3CU3Eu__1_3 = L_38; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_39 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0(L_39, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F_m1870B761C00C56D505B82737E9505B1C9FF193C0_RuntimeMethod_var); goto IL_0170; } IL_0118_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_40 = __this->___U3CU3Eu__1_3; V_2 = L_40; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_41 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_41, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_42 = (-1); V_0 = L_42; __this->___U3CU3E1__state_0 = L_42; } IL_0134_1: { bool L_43; L_43 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_2), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); } IL_013c_1: { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_44 = V_1; NullCheck(L_44); ReadContentAsBinaryHelper_Reset_m17AAB38EA5100EAAA4B35BAE7CFA2A4350A0B357(L_44, NULL); goto IL_015d; } }// 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_0144; } throw e; } CATCH_0144: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_45 = (&__this->___U3CU3Et__builder_1); Exception_t* L_46 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_45, L_46, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0170; }// end catch (depth: 1) IL_015d: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_47 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_47, NULL); } IL_0170: { return; } } IL2CPP_EXTERN_C void U3CFinishAsyncU3Ed__31_MoveNext_m89EB66C91ECC36B30FC197B6EA352C85697CAE9F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CFinishAsyncU3Ed__31_MoveNext_m89EB66C91ECC36B30FC197B6EA352C85697CAE9F(_thisAdjusted, method); } // System.Void System.Xml.ReadContentAsBinaryHelper/d__31::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishAsyncU3Ed__31_SetStateMachine_m24B7451CFA084B90DE33D5410F0362CA8088D68A (U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* __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 U3CFinishAsyncU3Ed__31_SetStateMachine_m24B7451CFA084B90DE33D5410F0362CA8088D68A_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CFinishAsyncU3Ed__31_t52F66F1A29DFF41F2220C239F1A3F1686F940C5F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CFinishAsyncU3Ed__31_SetStateMachine_m24B7451CFA084B90DE33D5410F0362CA8088D68A(_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.ReadContentAsBinaryHelper/d__36::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToNextContentNodeAsyncU3Ed__36_MoveNext_m716039DF76B9F996FC3AEBBB9EB0297588BCA59E (U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m0F64B895C266927BAD968B9EF0DB5241C62786B6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* V_1 = NULL; bool V_2 = false; int32_t V_3 = 0; 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; ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* 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; } } IL_0014_1: { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_3 = V_1; NullCheck(L_3); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_4 = L_3->___reader_0; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_4); V_3 = L_5; int32_t L_6 = V_3; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_6, 2))) { case 0: { goto IL_0066_1; } case 1: { goto IL_0075_1; } case 2: { goto IL_0075_1; } case 3: { goto IL_0084_1; } case 4: { goto IL_009e_1; } case 5: { goto IL_00a5_1; } case 6: { goto IL_00a5_1; } case 7: { goto IL_009e_1; } case 8: { goto IL_009e_1; } case 9: { goto IL_009e_1; } case 10: { goto IL_009e_1; } case 11: { goto IL_0075_1; } case 12: { goto IL_0075_1; } case 13: { goto IL_009e_1; } case 14: { goto IL_00a5_1; } } } { goto IL_009e_1; } IL_0066_1: { bool L_7 = __this->___moveIfOnContentNode_3; V_2 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0); goto IL_0138; } IL_0075_1: { bool L_8 = __this->___moveIfOnContentNode_3; if (L_8) { goto IL_00a5_1; } } { V_2 = (bool)1; goto IL_0138; } IL_0084_1: { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_9 = V_1; NullCheck(L_9); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_10 = L_9->___reader_0; NullCheck(L_10); bool L_11; L_11 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_10); if (!L_11) { goto IL_009e_1; } } { ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_12 = V_1; NullCheck(L_12); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_13 = L_12->___reader_0; NullCheck(L_13); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_13); goto IL_00a5_1; } IL_009e_1: { V_2 = (bool)0; goto IL_0138; } IL_00a5_1: { __this->___moveIfOnContentNode_3 = (bool)0; ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_14 = V_1; NullCheck(L_14); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_15 = L_14->___reader_0; NullCheck(L_15); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_16; L_16 = VirtualFuncInvoker0< Task_1_t824317F4B958F7512E8F7300511752937A6C6043* >::Invoke(54 /* System.Threading.Tasks.Task`1 System.Xml.XmlReader::ReadAsync() */, L_15); NullCheck(L_16); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_17; L_17 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_16, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_5 = L_17; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_18; L_18 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_4 = L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_19) { goto IL_010f_1; } } { int32_t L_20 = 0; V_0 = L_20; __this->___U3CU3E1__state_0 = L_20; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_21 = V_4; __this->___U3CU3Eu__1_4 = L_21; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_22 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m0F64B895C266927BAD968B9EF0DB5241C62786B6(L_22, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD_m0F64B895C266927BAD968B9EF0DB5241C62786B6_RuntimeMethod_var); goto IL_014c; } IL_00f2_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_23 = __this->___U3CU3Eu__1_4; V_4 = L_23; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_24 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_25 = (-1); V_0 = L_25; __this->___U3CU3E1__state_0 = L_25; } IL_010f_1: { bool L_26; L_26 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (L_26) { goto IL_0014_1; } } { V_2 = (bool)0; goto IL_0138; } }// 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_011f; } throw e; } CATCH_011f: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_27 = (&__this->___U3CU3Et__builder_1); Exception_t* L_28 = V_6; AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_27, L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_014c; }// end catch (depth: 1) IL_0138: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_29 = (&__this->___U3CU3Et__builder_1); bool L_30 = V_2; AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_29, L_30, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); } IL_014c: { return; } } IL2CPP_EXTERN_C void U3CMoveToNextContentNodeAsyncU3Ed__36_MoveNext_m716039DF76B9F996FC3AEBBB9EB0297588BCA59E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CMoveToNextContentNodeAsyncU3Ed__36_MoveNext_m716039DF76B9F996FC3AEBBB9EB0297588BCA59E(_thisAdjusted, method); } // System.Void System.Xml.ReadContentAsBinaryHelper/d__36::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMoveToNextContentNodeAsyncU3Ed__36_SetStateMachine_m6D53BB0FBB8FFA1F5A641CF2950E0A6BBA631F15 (U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* __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 U3CMoveToNextContentNodeAsyncU3Ed__36_SetStateMachine_m6D53BB0FBB8FFA1F5A641CF2950E0A6BBA631F15_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CMoveToNextContentNodeAsyncU3Ed__36_t9E6ED99D2FE7789710E3968BA4DB64A7268669FD* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CMoveToNextContentNodeAsyncU3Ed__36_SetStateMachine_m6D53BB0FBB8FFA1F5A641CF2950E0A6BBA631F15(_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.TernaryTreeReadOnly::.ctor(System.Byte[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TernaryTreeReadOnly__ctor_m992650E56855E4FBDB1608D7D226880F302EAD50 (TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_nodeBuffer, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_nodeBuffer; __this->___nodeBuffer_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___nodeBuffer_0), (void*)L_0); return; } } // System.Byte System.Xml.TernaryTreeReadOnly::FindCaseInsensitiveString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t TernaryTreeReadOnly_FindCaseInsensitiveString_m790869604E4C0130B54112156A0004519D4BA687 (TernaryTreeReadOnly_tD06A8A7750282A366E59B387CAD80E8C606F0608* __this, String_t* ___0_stringToFind, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; int32_t V_3 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_4 = NULL; int32_t V_5 = 0; { V_0 = 0; V_1 = 0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = __this->___nodeBuffer_0; V_4 = L_0; String_t* L_1 = ___0_stringToFind; int32_t L_2 = V_0; NullCheck(L_1); Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_1, L_2, NULL); V_2 = L_3; int32_t L_4 = V_2; if ((((int32_t)L_4) <= ((int32_t)((int32_t)122)))) { goto IL_001b; } } { return (uint8_t)0; } IL_001b: { int32_t L_5 = V_2; if ((((int32_t)L_5) < ((int32_t)((int32_t)97)))) { goto IL_0025; } } { int32_t L_6 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_6, ((int32_t)32))); } IL_0025: { int32_t L_7 = V_1; V_5 = ((int32_t)il2cpp_codegen_multiply(L_7, 4)); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_4; int32_t L_9 = V_5; NullCheck(L_8); int32_t L_10 = L_9; uint8_t L_11 = (L_8)->GetAt(static_cast(L_10)); 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_0049; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_4; int32_t L_15 = V_5; NullCheck(L_14); int32_t L_16 = ((int32_t)il2cpp_codegen_add(L_15, 1)); uint8_t L_17 = (L_14)->GetAt(static_cast(L_16)); if (!L_17) { goto IL_009d; } } { int32_t L_18 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = V_4; int32_t L_20 = V_5; NullCheck(L_19); int32_t L_21 = ((int32_t)il2cpp_codegen_add(L_20, 1)); uint8_t L_22 = (L_19)->GetAt(static_cast(L_21)); V_1 = ((int32_t)il2cpp_codegen_add(L_18, (int32_t)L_22)); goto IL_0025; } IL_0049: { int32_t L_23 = V_2; int32_t L_24 = V_3; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_0062; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = V_4; int32_t L_26 = V_5; NullCheck(L_25); int32_t L_27 = ((int32_t)il2cpp_codegen_add(L_26, 2)); uint8_t L_28 = (L_25)->GetAt(static_cast(L_27)); if (!L_28) { goto IL_009d; } } { int32_t L_29 = V_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = V_4; int32_t L_31 = V_5; NullCheck(L_30); int32_t L_32 = ((int32_t)il2cpp_codegen_add(L_31, 2)); uint8_t L_33 = (L_30)->GetAt(static_cast(L_32)); V_1 = ((int32_t)il2cpp_codegen_add(L_29, (int32_t)L_33)); goto IL_0025; } IL_0062: { int32_t L_34 = V_2; if (L_34) { goto IL_006d; } } { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = V_4; int32_t L_36 = V_5; NullCheck(L_35); int32_t L_37 = ((int32_t)il2cpp_codegen_add(L_36, 3)); uint8_t L_38 = (L_35)->GetAt(static_cast(L_37)); return L_38; } IL_006d: { int32_t L_39 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_39, 1)); int32_t L_40 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_40, 1)); int32_t L_41 = V_0; String_t* L_42 = ___0_stringToFind; NullCheck(L_42); int32_t L_43; L_43 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_42, NULL); if ((!(((uint32_t)L_41) == ((uint32_t)L_43)))) { goto IL_0082; } } { V_2 = 0; goto IL_0025; } IL_0082: { String_t* L_44 = ___0_stringToFind; int32_t L_45 = V_0; NullCheck(L_44); Il2CppChar L_46; L_46 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_44, L_45, NULL); V_2 = L_46; int32_t L_47 = V_2; if ((((int32_t)L_47) <= ((int32_t)((int32_t)122)))) { goto IL_0091; } } { return (uint8_t)0; } IL_0091: { int32_t L_48 = V_2; if ((((int32_t)L_48) < ((int32_t)((int32_t)97)))) { goto IL_0025; } } { int32_t L_49 = V_2; V_2 = ((int32_t)il2cpp_codegen_subtract(L_49, ((int32_t)32))); goto IL_0025; } IL_009d: { return (uint8_t)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.SecureStringHasher::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureStringHasher__ctor_m1F7C97F1DB5BEC1B80480E7CB4019B8E68CC4E92 (SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0; L_0 = Environment_get_TickCount_m183BFCF001E12849E3D898957F0B81FD88BA183C(NULL); __this->___hashCodeRandomizer_1 = L_0; return; } } // System.Boolean System.Xml.SecureStringHasher::Equals(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SecureStringHasher_Equals_m8B63A714C33E1F7F738D528913B19165972CDDE7 (SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* __this, String_t* ___0_x, String_t* ___1_y, const RuntimeMethod* method) { { String_t* L_0 = ___0_x; String_t* L_1 = ___1_y; bool L_2; L_2 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_0, L_1, 4, NULL); return L_2; } } // System.Int32 System.Xml.SecureStringHasher::GetHashCode(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecureStringHasher_GetHashCode_m227DB10B51581EC41428AA34560415F9916FF8C4 (SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* __this, String_t* ___0_key, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* L_0 = ((SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_StaticFields*)il2cpp_codegen_static_fields_for(SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var))->___hashCodeDelegate_0; if (L_0) { goto IL_0011; } } { HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* L_1; L_1 = SecureStringHasher_GetHashCodeDelegate_mC935B1E47A8478DE0257CD650A4689DB2965A379(NULL); ((SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_StaticFields*)il2cpp_codegen_static_fields_for(SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var))->___hashCodeDelegate_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&((SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_StaticFields*)il2cpp_codegen_static_fields_for(SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var))->___hashCodeDelegate_0), (void*)L_1); } IL_0011: { HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* L_2 = ((SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_StaticFields*)il2cpp_codegen_static_fields_for(SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var))->___hashCodeDelegate_0; String_t* L_3 = ___0_key; String_t* L_4 = ___0_key; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); int32_t L_6 = __this->___hashCodeRandomizer_1; NullCheck(L_2); int32_t L_7; L_7 = HashCodeOfStringDelegate_Invoke_m75607AC5443193A85145E05E5C6036A9BA0C61A2_inline(L_2, L_3, L_5, ((int64_t)L_6), NULL); return L_7; } } // System.Int32 System.Xml.SecureStringHasher::GetHashCodeOfString(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecureStringHasher_GetHashCodeOfString_mD609BCF07ECFD2DC5CA0118228A09B6757D0D30A (String_t* ___0_key, int32_t ___1_sLen, int64_t ___2_additionalEntropy, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { int64_t L_0 = ___2_additionalEntropy; V_0 = ((int32_t)L_0); V_1 = 0; goto IL_0019; } IL_0007: { int32_t L_1 = V_0; int32_t L_2 = V_0; String_t* L_3 = ___0_key; int32_t L_4 = V_1; NullCheck(L_3); Il2CppChar L_5; L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_3, L_4, NULL); V_0 = ((int32_t)il2cpp_codegen_add(L_1, ((int32_t)(((int32_t)(L_2<<7))^(int32_t)L_5)))); int32_t L_6 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_6, 1)); } IL_0019: { int32_t L_7 = V_1; String_t* L_8 = ___0_key; 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; } } { int32_t L_10 = V_0; int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_10, ((int32_t)(L_11>>((int32_t)17))))); int32_t L_12 = V_0; int32_t L_13 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_12, ((int32_t)(L_13>>((int32_t)11))))); int32_t L_14 = V_0; int32_t L_15 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_14, ((int32_t)(L_15>>5)))); int32_t L_16 = V_0; return L_16; } } // System.Xml.SecureStringHasher/HashCodeOfStringDelegate System.Xml.SecureStringHasher::GetHashCodeDelegate() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* SecureStringHasher_GetHashCodeDelegate_mC935B1E47A8478DE0257CD650A4689DB2965A379 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046_0_0_0_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureStringHasher_GetHashCodeOfString_mD609BCF07ECFD2DC5CA0118228A09B6757D0D30A_RuntimeMethod_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*)&_stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7); s_Il2CppMethodInitialized = true; } MethodInfo_t* V_0 = NULL; { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_0 = { reinterpret_cast (String_t_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_1; L_1 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_0, NULL); NullCheck(L_1); MethodInfo_t* L_2; L_2 = Type_GetMethod_m9E66B5053F150537A74C490C1DA5174A7875189D(L_1, _stringLiteralD9319D8D06606B8F2B10B57EBAABAE57F7D5B8E7, ((int32_t)40), NULL); V_0 = L_2; MethodInfo_t* L_3 = V_0; bool L_4; L_4 = MethodInfo_op_Inequality_mB73597A1FCC2F906DBCADDEC68A1B7D5B7E89FA8(L_3, (MethodInfo_t*)NULL, NULL); if (!L_4) { goto IL_0036; } } { RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046_0_0_0_var) }; il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var); Type_t* L_6; L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL); MethodInfo_t* L_7 = V_0; Delegate_t* L_8; L_8 = Delegate_CreateDelegate_m166F8149A673DE0A735634C1AB9DE71FD34A6BB4(L_6, L_7, NULL); return ((HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046*)CastclassSealed((RuntimeObject*)L_8, HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046_il2cpp_TypeInfo_var)); } IL_0036: { HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* L_9 = (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046*)il2cpp_codegen_object_new(HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046_il2cpp_TypeInfo_var); NullCheck(L_9); HashCodeOfStringDelegate__ctor_m5635DF373D683517CDFD80D0EB8C380E78BFFA58(L_9, NULL, (intptr_t)((void*)SecureStringHasher_GetHashCodeOfString_mD609BCF07ECFD2DC5CA0118228A09B6757D0D30A_RuntimeMethod_var), NULL); 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 int32_t HashCodeOfStringDelegate_Invoke_m75607AC5443193A85145E05E5C6036A9BA0C61A2_Multicast(HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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_t9AB4FF441166EF88D20657805C4FA187C4FF5046* 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_m75607AC5443193A85145E05E5C6036A9BA0C61A2_OpenInst(HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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_m75607AC5443193A85145E05E5C6036A9BA0C61A2_OpenStatic(HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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_m75607AC5443193A85145E05E5C6036A9BA0C61A2_OpenStaticInvoker(HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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_m75607AC5443193A85145E05E5C6036A9BA0C61A2_ClosedStaticInvoker(HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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_t9AB4FF441166EF88D20657805C4FA187C4FF5046 (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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.SecureStringHasher/HashCodeOfStringDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HashCodeOfStringDelegate__ctor_m5635DF373D683517CDFD80D0EB8C380E78BFFA58 (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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_m75607AC5443193A85145E05E5C6036A9BA0C61A2_OpenStaticInvoker; else __this->___invoke_impl_1 = (intptr_t)&HashCodeOfStringDelegate_Invoke_m75607AC5443193A85145E05E5C6036A9BA0C61A2_ClosedStaticInvoker; else if (isOpen) __this->___invoke_impl_1 = (intptr_t)&HashCodeOfStringDelegate_Invoke_m75607AC5443193A85145E05E5C6036A9BA0C61A2_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_m75607AC5443193A85145E05E5C6036A9BA0C61A2_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_m75607AC5443193A85145E05E5C6036A9BA0C61A2_Multicast; } // System.Int32 System.Xml.SecureStringHasher/HashCodeOfStringDelegate::Invoke(System.String,System.Int32,System.Int64) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m75607AC5443193A85145E05E5C6036A9BA0C61A2 (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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.Void System.Xml.TextEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter__ctor_m0F3178F2FEB6E3D0034A426601B62115A33F3058 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { { TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_0 = ___0_writer; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = ___1_settings; XmlEncodedRawTextWriter__ctor_mF6EBA0A44503EE7400D3901E059BDFEB8110B205(__this, L_0, L_1, NULL); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter__ctor_m4C6DDBDA6F89D63BBB72AFCB2D4B5CCD52801A9E (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_stream; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = ___1_settings; XmlEncodedRawTextWriter__ctor_mEDAEC401E6AB69FC8728E0217038DFEBE2C3F564(__this, L_0, L_1, NULL); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteXmlDeclaration_m17963C5F644F4A2C320DA49FE14E5278235FAB94 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, int32_t ___0_standalone, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteXmlDeclaration_mB2A59E806BD48A742E3254C1AC9094AA36FFA8FD (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_xmldecl, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteDocType_m78F6CE08DA15E2F601DD6AE51AF28F355BE713A8 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteStartElement_m7A2013ECE0F5C9FB54F09B465CAE9EE4BA7AAA8E (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteEndElement_mB4849F30BD331D9B27ABFC6D9939DDFE2B539282 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteFullEndElement_m8DED220459F56CEC228B5AF6C11D4CD875643037 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_StartElementContent_mD82189B4F2BA88DB92E122CE1992A124A7E56313 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteStartAttribute_mA66BEFE59E293917C870041AA0C8072BFBCD0E8B (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { ((XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4*)__this)->___inAttributeValue_16 = (bool)1; return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteEndAttribute_m8455128149EB3673525AAEAB1D3D773A23757B0E (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, const RuntimeMethod* method) { { ((XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4*)__this)->___inAttributeValue_16 = (bool)0; return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteNamespaceDeclaration_m3CF4B6D08C8CB24908C6C10A8A13FEE0BDCE3CA0 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.TextEncodedRawTextWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextEncodedRawTextWriter_get_SupportsNamespaceDeclarationInChunks_m30DE2ADA69F5C389357216B73451FA28AA461E0E (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteCData_mA8512DFFA7FAF0092048DAC0C22F02B016DD1161 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_text, const RuntimeMethod* method) { { String_t* L_0 = ___0_text; XmlEncodedRawTextWriter_WriteRaw_m1D3A9B40867F3EC1B58D63EAF9F9E8B79446E5A6(__this, L_0, NULL); return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteComment_m5072B9FD22F4257C1E214C271D2FEF359F2D9C76 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_text, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteProcessingInstruction_m508A7FD098A007D9C5B5ED4B1BC8C7A67DBD2E4C (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteEntityRef_m826CED23496145F87A932D7DD65D30F78734B19B (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_name, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteCharEntity_m990BD910A686FFC59AD438C6768B8998C42A5987 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteSurrogateCharEntity_mF7945E71C822CE115D0C09FDF4EC3BD7CE1CA13B (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteWhitespace_m22C3D55CC11BA345D710246C47E0F146348FA8D1 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_ws, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4*)__this)->___inAttributeValue_16; if (L_0) { goto IL_000f; } } { String_t* L_1 = ___0_ws; XmlEncodedRawTextWriter_WriteRaw_m1D3A9B40867F3EC1B58D63EAF9F9E8B79446E5A6(__this, L_1, NULL); } IL_000f: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteString_mD81DFD6E0FACD0D60B7383189DA21D366710550E (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_textBlock, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4*)__this)->___inAttributeValue_16; if (L_0) { goto IL_000f; } } { String_t* L_1 = ___0_textBlock; XmlEncodedRawTextWriter_WriteRaw_m1D3A9B40867F3EC1B58D63EAF9F9E8B79446E5A6(__this, L_1, NULL); } IL_000f: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteChars_m5DDC11920C83F7DEA6B2A1ABE875239D4B502C9A (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4*)__this)->___inAttributeValue_16; if (L_0) { goto IL_0011; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; XmlEncodedRawTextWriter_WriteRaw_m377C81F6B413480998B3FFBE321070D4B3E3959C(__this, L_1, L_2, L_3, NULL); } IL_0011: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteRaw_m45D46C69C8238DD4AEC0819764603E1801F4BA26 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4*)__this)->___inAttributeValue_16; if (L_0) { goto IL_0011; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; XmlEncodedRawTextWriter_WriteRaw_m377C81F6B413480998B3FFBE321070D4B3E3959C(__this, L_1, L_2, L_3, NULL); } IL_0011: { return; } } // System.Void System.Xml.TextEncodedRawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextEncodedRawTextWriter_WriteRaw_mAA7443CF3E3278ADE392B45A5872D558570223B5 (TextEncodedRawTextWriter_t12E89CB265B2C3A8511799332CBB269B597DEA01* __this, String_t* ___0_data, const RuntimeMethod* method) { { bool L_0 = ((XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4*)__this)->___inAttributeValue_16; if (L_0) { goto IL_000f; } } { String_t* L_1 = ___0_data; XmlEncodedRawTextWriter_WriteRaw_m1D3A9B40867F3EC1B58D63EAF9F9E8B79446E5A6(__this, L_1, NULL); } IL_000f: { 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.TextUtf8RawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter__ctor_m6220E9A18AC54E47143C779232F23C4B993DC467 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = ___0_stream; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = ___1_settings; XmlUtf8RawTextWriter__ctor_m3FED45E976C290A249ADEFDCB6B4D899997D6FB2(__this, L_0, L_1, NULL); return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteXmlDeclaration_m316CFFB18B9E93C132269387437596B9BAB9C53D (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, int32_t ___0_standalone, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteXmlDeclaration_m934F6D430ADAF09945AD1E3A22BC7A749896747E (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_xmldecl, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteDocType_m42E310E885F5F58DCC0B1C9654EAEB5EEA4BE5F9 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteStartElement_m195F7DCE0F53582481C25CEE59AE194845145642 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteEndElement_m1B147F8C30AE643BADCBED63D699F633AAEA8F5F (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteFullEndElement_m8907DFD2851D5B3E355D73F833B15FC6F0965A6D (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_StartElementContent_m04149EA2BBDC4CD21793F48EB175E857158C14A9 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteStartAttribute_m5DBD57E2AA54CE4AF834F43B8138681E3FCCD713 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16 = (bool)1; return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteEndAttribute_m199DC647E9B39C2F27E587AD451EC63A976AE6D0 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, const RuntimeMethod* method) { { ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16 = (bool)0; return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteNamespaceDeclaration_m2BE23B6963BAC0E6FA7E78CA40209FC2F4DC35A5 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) { { return; } } // System.Boolean System.Xml.TextUtf8RawTextWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TextUtf8RawTextWriter_get_SupportsNamespaceDeclarationInChunks_m3B4C9488045D3AB50FFCCB2AAA5A15EABFED22D2 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, const RuntimeMethod* method) { { return (bool)0; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteCData_m1443079B89BEB72104012444887BCB8A3240E931 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_text, const RuntimeMethod* method) { { String_t* L_0 = ___0_text; XmlUtf8RawTextWriter_WriteRaw_m6CEED895A7A1E54D50BC0DF04ED0F7B7F64FDA94(__this, L_0, NULL); return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteComment_mE885FCA886D493D273127564FF04D8E88E75FC1C (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_text, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteProcessingInstruction_mE2F9A042332F6411F15A22D20984C8F871FD5D5D (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteEntityRef_m13D9021386799EB68A60DA12A05CE5A0A2BCD4CB (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_name, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteCharEntity_mFDBC4992B5F50D34C037CB8BED35C7D4E04E3530 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteSurrogateCharEntity_m4656B9CFCE40FF2E9D926C45918A1AD4C69E6977 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteWhitespace_mC32633ABE143F80F6B0DCB489BC6E7F950FFCE63 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_ws, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16; if (L_0) { goto IL_000f; } } { String_t* L_1 = ___0_ws; XmlUtf8RawTextWriter_WriteRaw_m6CEED895A7A1E54D50BC0DF04ED0F7B7F64FDA94(__this, L_1, NULL); } IL_000f: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteString_m7EEAE6A69EE14286E38E0649AA60A2B033B7B815 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_textBlock, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16; if (L_0) { goto IL_000f; } } { String_t* L_1 = ___0_textBlock; XmlUtf8RawTextWriter_WriteRaw_m6CEED895A7A1E54D50BC0DF04ED0F7B7F64FDA94(__this, L_1, NULL); } IL_000f: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteChars_mD6BAB71E9B6B97408652D1332CC044DBC5E70E0E (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16; if (L_0) { goto IL_0011; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; XmlUtf8RawTextWriter_WriteRaw_m1CD2BE14DD496B9EA6D2093F8555677CC1B52096(__this, L_1, L_2, L_3, NULL); } IL_0011: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteRaw_m2FD369EBC2B92C38C8141709F94D4023DF36824F (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16; if (L_0) { goto IL_0011; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; XmlUtf8RawTextWriter_WriteRaw_m1CD2BE14DD496B9EA6D2093F8555677CC1B52096(__this, L_1, L_2, L_3, NULL); } IL_0011: { return; } } // System.Void System.Xml.TextUtf8RawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TextUtf8RawTextWriter_WriteRaw_mDCFB8402F0078164663625538D5DB11953664674 (TextUtf8RawTextWriter_t63B16D02A0D0351C035D28CF103BE455585F6B73* __this, String_t* ___0_data, const RuntimeMethod* method) { { bool L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___inAttributeValue_16; if (L_0) { goto IL_000f; } } { String_t* L_1 = ___0_data; XmlUtf8RawTextWriter_WriteRaw_m6CEED895A7A1E54D50BC0DF04ED0F7B7F64FDA94(__this, L_1, NULL); } IL_000f: { 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.ValidatingReaderNodeData::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData__ctor_mA1CD5C02D6EAC0721EC87DF21AA34EB03EA129E2 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); ValidatingReaderNodeData_Clear_m35EB71C9541236968A8C58B6F2E310C9F90B485B(__this, 0, NULL); return; } } // System.Void System.Xml.ValidatingReaderNodeData::.ctor(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData__ctor_m6A898DD01B67F8F6F4B2E21FD45394E04AF38AAE (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, int32_t ___0_nodeType, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); int32_t L_0 = ___0_nodeType; ValidatingReaderNodeData_Clear_m35EB71C9541236968A8C58B6F2E310C9F90B485B(__this, L_0, NULL); return; } } // System.String System.Xml.ValidatingReaderNodeData::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidatingReaderNodeData_get_LocalName_m1B5FCCE13DF4BA2F5CF1AD689A9186064EB5349D (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___localName_0; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::set_LocalName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_set_LocalName_m2A3D6FEE94D3628CB8E2621C672E268603C649CB (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___localName_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___localName_0), (void*)L_0); return; } } // System.String System.Xml.ValidatingReaderNodeData::get_Namespace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidatingReaderNodeData_get_Namespace_mE44583C79C6B1F0C5C6C2768590464A804E57FF6 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___namespaceUri_1; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::set_Namespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_set_Namespace_mBF2CA776F072E2780A847C3C53A9BAABBE537362 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___namespaceUri_1 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceUri_1), (void*)L_0); return; } } // System.String System.Xml.ValidatingReaderNodeData::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidatingReaderNodeData_get_Prefix_m47A65BB79C9FE8B2152542E47AB5DB9FDD0F3D34 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___prefix_2; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::set_Prefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_set_Prefix_m1C9BD81384D6A74AB3DD061F65B9EACFA9B89F78 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___prefix_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___prefix_2), (void*)L_0); return; } } // System.String System.Xml.ValidatingReaderNodeData::GetAtomizedNameWPrefix(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidatingReaderNodeData_GetAtomizedNameWPrefix_m46C836E6E3638B0C449430C2B5B9CCBF8F1A0BEE (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nameTable, 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 = __this->___nameWPrefix_3; if (L_0) { goto IL_0045; } } { String_t* L_1 = __this->___prefix_2; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_0023; } } { String_t* L_3 = __this->___localName_0; __this->___nameWPrefix_3 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___nameWPrefix_3), (void*)L_3); goto IL_0045; } IL_0023: { XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_4 = ___0_nameTable; String_t* L_5 = __this->___prefix_2; String_t* L_6 = __this->___localName_0; String_t* L_7; L_7 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_5, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_6, NULL); NullCheck(L_4); String_t* L_8; L_8 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(6 /* System.String System.Xml.XmlNameTable::Add(System.String) */, L_4, L_7); __this->___nameWPrefix_3 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___nameWPrefix_3), (void*)L_8); } IL_0045: { String_t* L_9 = __this->___nameWPrefix_3; return L_9; } } // System.Int32 System.Xml.ValidatingReaderNodeData::get_Depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidatingReaderNodeData_get_Depth_m08B579D77C5CA1CEA934CD16CB8CB36040A1E59D (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___depth_6; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::set_Depth(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_set_Depth_m67104201A7E9C3E72FF18CD75CF28CCEEB349D8B (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___depth_6 = L_0; return; } } // System.String System.Xml.ValidatingReaderNodeData::get_RawValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidatingReaderNodeData_get_RawValue_m910C83DC6975C87F12721378D46110F5A19B272B (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___rawValue_4; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::set_RawValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_set_RawValue_mEE082D1AA279EC32C842D3F17574B5839F42B4A4 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___rawValue_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___rawValue_4), (void*)L_0); return; } } // System.String System.Xml.ValidatingReaderNodeData::get_OriginalStringValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ValidatingReaderNodeData_get_OriginalStringValue_m7324BC2DF5C5339DA89755D74D480D7CD842D95C (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___originalStringValue_5; return L_0; } } // System.Xml.XmlNodeType System.Xml.ValidatingReaderNodeData::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidatingReaderNodeData_get_NodeType_m3E275338D3EAE907A584E73F6C5E35EA6B932CE6 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___nodeType_8; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::set_NodeType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_set_NodeType_mED6E21F9A61E7573CE7737A07E0DAE7CF693A4D2 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___nodeType_8 = L_0; return; } } // System.Xml.AttributePSVIInfo System.Xml.ValidatingReaderNodeData::get_AttInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* ValidatingReaderNodeData_get_AttInfo_m45ACBC84102E1D9D046D31FD457A3DCA98E2090F (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* L_0 = __this->___attributePSVIInfo_7; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::set_AttInfo(System.Xml.AttributePSVIInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_set_AttInfo_m95B6B57A08EDC4C8BA91A4245D459ABA150FA94C (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* ___0_value, const RuntimeMethod* method) { { AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* L_0 = ___0_value; __this->___attributePSVIInfo_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___attributePSVIInfo_7), (void*)L_0); return; } } // System.Int32 System.Xml.ValidatingReaderNodeData::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidatingReaderNodeData_get_LineNumber_m60328F5D1F021D01F27CACC6AD42227DE2F2D515 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___lineNo_9; return L_0; } } // System.Int32 System.Xml.ValidatingReaderNodeData::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ValidatingReaderNodeData_get_LinePosition_mCA2EE6761998E637338A7D98AC7BD2CB7DD6FEA5 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___linePos_10; return L_0; } } // System.Void System.Xml.ValidatingReaderNodeData::Clear(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_Clear_m35EB71C9541236968A8C58B6F2E310C9F90B485B (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, int32_t ___0_nodeType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_nodeType; __this->___nodeType_8 = L_0; String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___localName_0 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___localName_0), (void*)L_1); String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___prefix_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___prefix_2), (void*)L_2); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___namespaceUri_1 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceUri_1), (void*)L_3); String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___rawValue_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___rawValue_4), (void*)L_4); AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* L_5 = __this->___attributePSVIInfo_7; if (!L_5) { goto IL_0046; } } { AttributePSVIInfo_t129E2A73E387A2A7C919EF6AF2FE18560004D1FE* L_6 = __this->___attributePSVIInfo_7; NullCheck(L_6); AttributePSVIInfo_Reset_m6BCB21E222189F063C0D2A7ECCB6D72AC9D086AA(L_6, NULL); } IL_0046: { __this->___nameWPrefix_3 = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___nameWPrefix_3), (void*)(String_t*)NULL); __this->___lineNo_9 = 0; __this->___linePos_10 = 0; return; } } // System.Void System.Xml.ValidatingReaderNodeData::SetLineInfo(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_SetLineInfo_m71C3928A3D901AA471D6BE00B632A1BF21C120B6 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, int32_t ___0_lineNo, int32_t ___1_linePos, const RuntimeMethod* method) { { int32_t L_0 = ___0_lineNo; __this->___lineNo_9 = L_0; int32_t L_1 = ___1_linePos; __this->___linePos_10 = L_1; return; } } // System.Void System.Xml.ValidatingReaderNodeData::SetLineInfo(System.Xml.IXmlLineInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_SetLineInfo_m5FDDF387540E6541CCC92AF98CE0A53C4BF564B0 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, RuntimeObject* ___0_lineInfo, 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* L_0 = ___0_lineInfo; if (!L_0) { goto IL_001b; } } { RuntimeObject* L_1 = ___0_lineInfo; NullCheck(L_1); int32_t L_2; L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, L_1); __this->___lineNo_9 = L_2; RuntimeObject* L_3 = ___0_lineInfo; NullCheck(L_3); int32_t L_4; L_4 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, L_3); __this->___linePos_10 = L_4; } IL_001b: { return; } } // System.Void System.Xml.ValidatingReaderNodeData::SetItemData(System.String,System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_SetItemData_m60B5ABC34768946CDA319A032F5B03A49D63D15A (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_localName, String_t* ___1_prefix, String_t* ___2_ns, int32_t ___3_depth, 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_localName; __this->___localName_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___localName_0), (void*)L_0); String_t* L_1 = ___1_prefix; __this->___prefix_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___prefix_2), (void*)L_1); String_t* L_2 = ___2_ns; __this->___namespaceUri_1 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___namespaceUri_1), (void*)L_2); int32_t L_3 = ___3_depth; __this->___depth_6 = L_3; String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___rawValue_4 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___rawValue_4), (void*)L_4); return; } } // System.Void System.Xml.ValidatingReaderNodeData::SetItemData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_SetItemData_mA8A50401A6E8A82C6F5DB7D166EB1DACD0450FA4 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_value, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; String_t* L_1 = ___0_value; ValidatingReaderNodeData_SetItemData_m6F20EE6D67B53597EFEE48860915168BD55FBF22(__this, L_0, L_1, NULL); return; } } // System.Void System.Xml.ValidatingReaderNodeData::SetItemData(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidatingReaderNodeData_SetItemData_m6F20EE6D67B53597EFEE48860915168BD55FBF22 (ValidatingReaderNodeData_tAE18697DFADC58A9898DF8421118BB1754A7C13C* __this, String_t* ___0_value, String_t* ___1_originalStringValue, const RuntimeMethod* method) { { String_t* L_0 = ___0_value; __this->___rawValue_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___rawValue_4), (void*)L_0); String_t* L_1 = ___1_originalStringValue; __this->___originalStringValue_5 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___originalStringValue_5), (void*)L_1); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Xml.XmlReader System.Xml.XmlAsyncCheckReader::get_CoreReader() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* XmlAsyncCheckReader_get_CoreReader_m7EEC14B20E5C6021736672F4DA2503B14E670A93 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; return L_0; } } // System.Xml.XmlAsyncCheckReader System.Xml.XmlAsyncCheckReader::CreateAsyncCheckWrapper(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* XmlAsyncCheckReader_CreateAsyncCheckWrapper_m6749DFC4E3A5E62B8A7F74EFCA553987E26E0228 (XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, 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*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_0, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var))) { goto IL_002d; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_1, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var))) { goto IL_0026; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = ___0_reader; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_2, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var))) { goto IL_001f; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_3 = ___0_reader; XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* L_4 = (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A*)il2cpp_codegen_object_new(XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A_il2cpp_TypeInfo_var); NullCheck(L_4); XmlAsyncCheckReaderWithLineInfoNSSchema__ctor_m717A0AA4ACD08B6E45E0594D00220CB14BAF2284(L_4, L_3, NULL); return L_4; } IL_001f: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = ___0_reader; XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629* L_6 = (XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629*)il2cpp_codegen_object_new(XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629_il2cpp_TypeInfo_var); NullCheck(L_6); XmlAsyncCheckReaderWithLineInfoNS__ctor_m01293D26DE17269F9DC1E5668C460AB7D97205CC(L_6, L_5, NULL); return L_6; } IL_0026: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = ___0_reader; XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE* L_8 = (XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE*)il2cpp_codegen_object_new(XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE_il2cpp_TypeInfo_var); NullCheck(L_8); XmlAsyncCheckReaderWithLineInfo__ctor_mF1A895DB0EFCB2031EF258B1ADD7AA3C3E8622DE(L_8, L_7, NULL); return L_8; } IL_002d: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_9 = ___0_reader; if (!((RuntimeObject*)IsInst((RuntimeObject*)L_9, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var))) { goto IL_003c; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_10 = ___0_reader; XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5* L_11 = (XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5*)il2cpp_codegen_object_new(XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5_il2cpp_TypeInfo_var); NullCheck(L_11); XmlAsyncCheckReaderWithNS__ctor_m51BEC76F7ADD099A67A4503BC5E4BBB4446DC8F9(L_11, L_10, NULL); return L_11; } IL_003c: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_12 = ___0_reader; XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* L_13 = (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4*)il2cpp_codegen_object_new(XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4_il2cpp_TypeInfo_var); NullCheck(L_13); XmlAsyncCheckReader__ctor_m57D1178A8D9AF5D1EE18D16B4B9B96A5F17E5A78(L_13, L_12, NULL); return L_13; } } // System.Void System.Xml.XmlAsyncCheckReader::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader__ctor_m57D1178A8D9AF5D1EE18D16B4B9B96A5F17E5A78 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; __this->___lastTask_4 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_4), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; __this->___coreReader_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReader_3), (void*)L_1); return; } } // System.Void System.Xml.XmlAsyncCheckReader::CheckAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = __this->___lastTask_4; NullCheck(L_0); bool L_1; L_1 = Task_get_IsCompleted_m942D6D536545EF059089398B19435591561BB831(L_0, NULL); if (L_1) { goto IL_001d; } } { String_t* L_2; L_2 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF802447DCA401035D8E475710B790B206A9A34EF)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_3); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F_RuntimeMethod_var))); } IL_001d: { return; } } // System.Xml.XmlReaderSettings System.Xml.XmlAsyncCheckReader::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* XmlAsyncCheckReader_get_Settings_mC9AF6EBBACAF7623DF2B5A1B073EEAD7A2B0572C (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* V_0 = NULL; { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_1; L_1 = VirtualFuncInvoker0< XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_0); V_0 = L_1; XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_2 = V_0; if (!L_2) { goto IL_0018; } } { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_3 = V_0; NullCheck(L_3); XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_4; L_4 = XmlReaderSettings_Clone_m6581889814EA9982ABCE97535D76722F81972101(L_3, NULL); V_0 = L_4; goto IL_001e; } IL_0018: { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_5 = (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA*)il2cpp_codegen_object_new(XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_il2cpp_TypeInfo_var); NullCheck(L_5); XmlReaderSettings__ctor_m1BAF1E969D42F7C5D453B381FA763F333C715364(L_5, NULL); V_0 = L_5; } IL_001e: { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_6 = V_0; NullCheck(L_6); XmlReaderSettings_set_Async_mD6BEC19B95948116F459E8B53B7FDFBFD52135D3(L_6, (bool)1, NULL); XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_7 = V_0; NullCheck(L_7); XmlReaderSettings_set_ReadOnly_mE9D803936E0E2E8A22464C57D96C71AB35D1A6CB_inline(L_7, (bool)1, NULL); XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_8 = V_0; return L_8; } } // System.Xml.XmlNodeType System.Xml.XmlAsyncCheckReader::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReader_get_NodeType_m74920791B7AB06DABD4156E14719E0BA9007D71C (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_get_Name_m66AC18B1903664459ECE0D652F4618B0AEE670DD (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(7 /* System.String System.Xml.XmlReader::get_Name() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_get_LocalName_m9A464DF7E6EB54D55C390A88ACB79F50F508248D (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(8 /* System.String System.Xml.XmlReader::get_LocalName() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_get_NamespaceURI_mC0B04C91DFDFB55075FBF5C23D0C4A8871FCCE4F (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Xml.XmlReader::get_NamespaceURI() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_get_Prefix_m2841185D0B40D3AC4D63116ABC2D9217B40A121E (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(10 /* System.String System.Xml.XmlReader::get_Prefix() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_get_Value_mAB52C2333599CFCEB199A3B7395F47FFF1662096 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Xml.XmlReader::get_Value() */, L_0); return L_1; } } // System.Int32 System.Xml.XmlAsyncCheckReader::get_Depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReader_get_Depth_m90DEFBF19C3E52DDC46871AB6CAA650D4BADCF92 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_get_BaseURI_m6C6F2C3A33FE994C72095A0DF19EACAAEE40BD25 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::get_IsEmptyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_get_IsEmptyElement_m171DAC813D640FF7E4EA30C66E72DF54DBA6257D (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(14 /* System.Boolean System.Xml.XmlReader::get_IsEmptyElement() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_get_IsDefault_m77C540B9CE7DB9CEE66CA5E0A36AF97BCFCCFA38 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(15 /* System.Boolean System.Xml.XmlReader::get_IsDefault() */, L_0); return L_1; } } // System.Char System.Xml.XmlAsyncCheckReader::get_QuoteChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlAsyncCheckReader_get_QuoteChar_mCEDFEB6DD0DD2B62D184D9C3422EBEA96016F61D (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); Il2CppChar L_1; L_1 = VirtualFuncInvoker0< Il2CppChar >::Invoke(16 /* System.Char System.Xml.XmlReader::get_QuoteChar() */, L_0); return L_1; } } // System.Xml.XmlSpace System.Xml.XmlAsyncCheckReader::get_XmlSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReader_get_XmlSpace_mF3E5F1A927570E81CAF247565B2F79432CB4F731 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(17 /* System.Xml.XmlSpace System.Xml.XmlReader::get_XmlSpace() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_get_XmlLang_mFE8E69E8344EBB5F24C26D1F10D4D3DBF8923C1C (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(18 /* System.String System.Xml.XmlReader::get_XmlLang() */, L_0); return L_1; } } // System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlAsyncCheckReader::get_SchemaInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAsyncCheckReader_get_SchemaInfo_m318E91A85EC2A5461604339428834231DF7F73CD (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(19 /* System.Xml.Schema.IXmlSchemaInfo System.Xml.XmlReader::get_SchemaInfo() */, L_0); return L_1; } } // System.Type System.Xml.XmlAsyncCheckReader::get_ValueType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* XmlAsyncCheckReader_get_ValueType_mF0062CA30841610F998D2ED8A0DAD94354C5B98F (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); Type_t* L_1; L_1 = VirtualFuncInvoker0< Type_t* >::Invoke(20 /* System.Type System.Xml.XmlReader::get_ValueType() */, L_0); return L_1; } } // System.Int32 System.Xml.XmlAsyncCheckReader::get_AttributeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReader_get_AttributeCount_m3E7D43E8741CC31CD7F8AAED3AC08E1986FB83F3 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Xml.XmlReader::get_AttributeCount() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_GetAttribute_mEE55F6998E52DBF387EEB177BF0AEE5BD96205C4 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; String_t* L_1 = ___0_name; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(22 /* System.String System.Xml.XmlReader::GetAttribute(System.String) */, L_0, L_1); return L_2; } } // System.String System.Xml.XmlAsyncCheckReader::GetAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_GetAttribute_mF0167F74233B3333E12B3438D204A229920231EE (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, String_t* ___0_name, String_t* ___1_namespaceURI, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; String_t* L_1 = ___0_name; String_t* L_2 = ___1_namespaceURI; NullCheck(L_0); String_t* L_3; L_3 = VirtualFuncInvoker2< String_t*, String_t*, String_t* >::Invoke(23 /* System.String System.Xml.XmlReader::GetAttribute(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String System.Xml.XmlAsyncCheckReader::GetAttribute(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_GetAttribute_m8EDFF2DFD97F06E868BE6879C2958F4FC001E994 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, int32_t ___0_i, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; int32_t L_1 = ___0_i; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, int32_t >::Invoke(24 /* System.String System.Xml.XmlReader::GetAttribute(System.Int32) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.XmlAsyncCheckReader::MoveToAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_MoveToAttribute_mCFDB711099F305FB65975B42DA1E2AFD3FAC600A (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; String_t* L_1 = ___0_name; NullCheck(L_0); bool L_2; L_2 = VirtualFuncInvoker1< bool, String_t* >::Invoke(25 /* System.Boolean System.Xml.XmlReader::MoveToAttribute(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlAsyncCheckReader::MoveToAttribute(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_MoveToAttribute_m5F8B23CE344759E159B732BE74CBE615684D618C (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, int32_t ___0_i, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; int32_t L_1 = ___0_i; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(26 /* System.Void System.Xml.XmlReader::MoveToAttribute(System.Int32) */, L_0, L_1); return; } } // System.Boolean System.Xml.XmlAsyncCheckReader::MoveToFirstAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_MoveToFirstAttribute_mDE66A670E78852C27684B2C0315E774EC496931A (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::MoveToNextAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_MoveToNextAttribute_mA1C48367F53E2774C17B921BF992C503BEAE5F32 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::MoveToElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_MoveToElement_m78D6D5E70A58D325037A942861299EC1275C0589 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::ReadAttributeValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_ReadAttributeValue_mD5E651EAE86C05032EA67025E635F2FA04092D41 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_Read_m3022DE4D2CF10F88BE850A21A4A180EE4CDBA99F (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::get_EOF() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_get_EOF_m9B75B77DE55CD97382C74567DB603DB4D1250923 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(32 /* System.Boolean System.Xml.XmlReader::get_EOF() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_Close_m9027798EBDCFCA83A01FD6F98C99FB1D4D1C4E60 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(33 /* System.Void System.Xml.XmlReader::Close() */, L_0); return; } } // System.Xml.ReadState System.Xml.XmlAsyncCheckReader::get_ReadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReader_get_ReadState_mA879B0B75AF1A11CC00D4D54058F20C6417947DD (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(34 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckReader::Skip() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_Skip_m70095D7F4E7C251B6B0FCF4D9E907B89D420045D (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(35 /* System.Void System.Xml.XmlReader::Skip() */, L_0); return; } } // System.Xml.XmlNameTable System.Xml.XmlAsyncCheckReader::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlAsyncCheckReader_get_NameTable_m134998214911192B6E8F0906471C1478941A6565 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_1; L_1 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(36 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_0); return L_1; } } // System.String System.Xml.XmlAsyncCheckReader::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_LookupNamespace_mD5D81B8E6C62DF2CA72A8D924101D696D946D59C (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, String_t* ___0_prefix, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; String_t* L_1 = ___0_prefix; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(37 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, L_0, L_1); return L_2; } } // System.Boolean System.Xml.XmlAsyncCheckReader::get_CanResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_get_CanResolveEntity_m65855D298DED2BE5ACA8D7EDF73B49EA7D5B8061 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(38 /* System.Boolean System.Xml.XmlReader::get_CanResolveEntity() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckReader::ResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_ResolveEntity_m34ED408DC47D8982DD06662086F3C9537E0444E0 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.Boolean System.Xml.XmlAsyncCheckReader::get_CanReadValueChunk() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_get_CanReadValueChunk_m74F9DD150C0846B9A188E5525667522C2E95931C (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(40 /* System.Boolean System.Xml.XmlReader::get_CanReadValueChunk() */, L_0); return L_1; } } // System.Int32 System.Xml.XmlAsyncCheckReader::ReadValueChunk(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReader_ReadValueChunk_mD8A0C2D70C8A5115333B1CCE4CEDF305075652E7 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); int32_t L_4; L_4 = VirtualFuncInvoker3< int32_t, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(41 /* System.Int32 System.Xml.XmlReader::ReadValueChunk(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return L_4; } } // System.String System.Xml.XmlAsyncCheckReader::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_ReadString_mF01EA2B48CDCAABBD3832D87D3339C68F5667EF7 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(42 /* System.String System.Xml.XmlReader::ReadString() */, L_0); return L_1; } } // System.Xml.XmlNodeType System.Xml.XmlAsyncCheckReader::MoveToContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReader_MoveToContent_mB63313570732AAA23D0979FB25468A8935FBEC1E (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(43 /* System.Xml.XmlNodeType System.Xml.XmlReader::MoveToContent() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckReader::ReadStartElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_ReadStartElement_m9242F2124D01761426D5B60A25E885E3C96A48EF (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(44 /* System.Void System.Xml.XmlReader::ReadStartElement() */, L_0); return; } } // System.String System.Xml.XmlAsyncCheckReader::ReadElementString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_ReadElementString_m7D585B78AAB653AF2144A9164F6362AB4CE84864 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(45 /* System.String System.Xml.XmlReader::ReadElementString() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckReader::ReadEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_ReadEndElement_mF79B243B11899ED51EFED17F939220D2E78C56AF (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(46 /* System.Void System.Xml.XmlReader::ReadEndElement() */, L_0); return; } } // System.Boolean System.Xml.XmlAsyncCheckReader::IsStartElement(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_IsStartElement_mF513C7D7F4A7553DB4A89EBDA0B4F8A877C79547 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, String_t* ___0_localname, String_t* ___1_ns, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; String_t* L_1 = ___0_localname; String_t* L_2 = ___1_ns; NullCheck(L_0); bool L_3; L_3 = VirtualFuncInvoker2< bool, String_t*, String_t* >::Invoke(47 /* System.Boolean System.Xml.XmlReader::IsStartElement(System.String,System.String) */, L_0, L_1, L_2); return L_3; } } // System.String System.Xml.XmlAsyncCheckReader::ReadInnerXml() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReader_ReadInnerXml_mE41B655F09E7074986426147FA641508701C900F (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); String_t* L_1; L_1 = VirtualFuncInvoker0< String_t* >::Invoke(48 /* System.String System.Xml.XmlReader::ReadInnerXml() */, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReader::get_HasAttributes() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReader_get_HasAttributes_mDEBF78249C5F9A47EA1A0533B55A381B8D04C39C (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(49 /* System.Boolean System.Xml.XmlReader::get_HasAttributes() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckReader::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReader_Dispose_mEEAFECC96F9021347F203652B424EAF34892FA38 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, bool ___0_disposing, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); XmlReader_Dispose_m48A2333E0A2A858E7F6B3B0B7DE63E33B819929D(L_0, NULL); return; } } // System.Xml.XmlNamespaceManager System.Xml.XmlAsyncCheckReader::get_NamespaceManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* XmlAsyncCheckReader_get_NamespaceManager_mE5ADA41603AAF76B98B5975EC6C8F6F5BED033C1 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* L_1; L_1 = VirtualFuncInvoker0< XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* >::Invoke(51 /* System.Xml.XmlNamespaceManager System.Xml.XmlReader::get_NamespaceManager() */, L_0); return L_1; } } // System.Xml.IDtdInfo System.Xml.XmlAsyncCheckReader::get_DtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAsyncCheckReader_get_DtdInfo_m911ECE05C75BFE3F00071D6EAAFEB7A72317586B (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(52 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_0); return L_1; } } // System.Threading.Tasks.Task`1 System.Xml.XmlAsyncCheckReader::GetValueAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* XmlAsyncCheckReader_GetValueAsync_mE620218A8411FAA97F577F7DA8E5B631FA2CD771 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* V_0 = NULL; { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_1; L_1 = VirtualFuncInvoker0< Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* >::Invoke(53 /* System.Threading.Tasks.Task`1 System.Xml.XmlReader::GetValueAsync() */, L_0); V_0 = L_1; Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_2 = V_0; __this->___lastTask_4 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_4), (void*)L_2); Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task`1 System.Xml.XmlAsyncCheckReader::ReadAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* XmlAsyncCheckReader_ReadAsync_m4042B93DABFB65F65C0AD753BF2AAA7458F0481F (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { Task_1_t824317F4B958F7512E8F7300511752937A6C6043* V_0 = NULL; { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; NullCheck(L_0); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_1; L_1 = VirtualFuncInvoker0< Task_1_t824317F4B958F7512E8F7300511752937A6C6043* >::Invoke(54 /* System.Threading.Tasks.Task`1 System.Xml.XmlReader::ReadAsync() */, L_0); V_0 = L_1; Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_2 = V_0; __this->___lastTask_4 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_4), (void*)L_2); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task`1 System.Xml.XmlAsyncCheckReader::ReadValueChunkAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* XmlAsyncCheckReader_ReadValueChunkAsync_m625091DA04AE7E62F81D557950C5829288951E18 (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Task_1_t4C228DE57804012969575431CFF12D57C875552D* V_0 = NULL; { XmlAsyncCheckReader_CheckAsync_mBEBABEBA48FF3AD449259427038A3A471D58062F(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_3; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_4; L_4 = VirtualFuncInvoker3< Task_1_t4C228DE57804012969575431CFF12D57C875552D*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(55 /* System.Threading.Tasks.Task`1 System.Xml.XmlReader::ReadValueChunkAsync(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); V_0 = L_4; Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_5 = V_0; __this->___lastTask_4 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_4), (void*)L_5); Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_6 = V_0; return L_6; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAsyncCheckReaderWithNS::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithNS__ctor_m51BEC76F7ADD099A67A4503BC5E4BBB4446DC8F9 (XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; XmlAsyncCheckReader__ctor_m57D1178A8D9AF5D1EE18D16B4B9B96A5F17E5A78(__this, L_0, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; __this->___readerAsIXmlNamespaceResolver_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___readerAsIXmlNamespaceResolver_5), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var))); return; } } // System.Collections.Generic.IDictionary`2 System.Xml.XmlAsyncCheckReaderWithNS::System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAsyncCheckReaderWithNS_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope_mFB68238B44BC8511BCB253E3694C2C0CF47CF6C9 (XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5* __this, int32_t ___0_scope, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___readerAsIXmlNamespaceResolver_5; int32_t L_1 = ___0_scope; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0 /* System.Collections.Generic.IDictionary`2 System.Xml.IXmlNamespaceResolver::GetNamespacesInScope(System.Xml.XmlNamespaceScope) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.String System.Xml.XmlAsyncCheckReaderWithNS::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReaderWithNS_System_Xml_IXmlNamespaceResolver_LookupNamespace_mB58BE39B3F66BFFE0D4825C0C47799A4274D64E9 (XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5* __this, String_t* ___0_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___readerAsIXmlNamespaceResolver_5; String_t* L_1 = ___0_prefix; NullCheck(L_0); String_t* L_2; L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.String System.Xml.XmlAsyncCheckReaderWithNS::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReaderWithNS_System_Xml_IXmlNamespaceResolver_LookupPrefix_mACA50553B283AC7C33F6484D3158FAFAD3BFC14A (XmlAsyncCheckReaderWithNS_t45EF8629B68CDA4DA530DA8DFE2E84B6CBDA51D5* __this, String_t* ___0_namespaceName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___readerAsIXmlNamespaceResolver_5; String_t* L_1 = ___0_namespaceName; NullCheck(L_0); String_t* L_2; L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(2 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAsyncCheckReaderWithLineInfo::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithLineInfo__ctor_mF1A895DB0EFCB2031EF258B1ADD7AA3C3E8622DE (XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, 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; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; XmlAsyncCheckReader__ctor_m57D1178A8D9AF5D1EE18D16B4B9B96A5F17E5A78(__this, L_0, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; __this->___readerAsIXmlLineInfo_5 = ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___readerAsIXmlLineInfo_5), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var))); return; } } // System.Int32 System.Xml.XmlAsyncCheckReaderWithLineInfo::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReaderWithLineInfo_get_LineNumber_m6E2953C24684BDBF29AD8E974D847C745E7CA586 (XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE* __this, 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* L_0 = __this->___readerAsIXmlLineInfo_5; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Int32 System.Xml.XmlAsyncCheckReaderWithLineInfo::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReaderWithLineInfo_get_LinePosition_m7109037DB7595F19932CA5C5D46A735462AE7E52 (XmlAsyncCheckReaderWithLineInfo_t8FF975EFD0E6507376183AE0E38DF2B9E670ADDE* __this, 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* L_0 = __this->___readerAsIXmlLineInfo_5; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAsyncCheckReaderWithLineInfoNS::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithLineInfoNS__ctor_m01293D26DE17269F9DC1E5668C460AB7D97205CC (XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; XmlAsyncCheckReaderWithLineInfo__ctor_mF1A895DB0EFCB2031EF258B1ADD7AA3C3E8622DE(__this, L_0, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; __this->___readerAsIXmlNamespaceResolver_6 = ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___readerAsIXmlNamespaceResolver_6), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var))); return; } } // System.Collections.Generic.IDictionary`2 System.Xml.XmlAsyncCheckReaderWithLineInfoNS::System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlAsyncCheckReaderWithLineInfoNS_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope_m9B0D9B4267241729CF4230EA7B10A21EE571A28C (XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629* __this, int32_t ___0_scope, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___readerAsIXmlNamespaceResolver_6; int32_t L_1 = ___0_scope; NullCheck(L_0); RuntimeObject* L_2; L_2 = InterfaceFuncInvoker1< RuntimeObject*, int32_t >::Invoke(0 /* System.Collections.Generic.IDictionary`2 System.Xml.IXmlNamespaceResolver::GetNamespacesInScope(System.Xml.XmlNamespaceScope) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.String System.Xml.XmlAsyncCheckReaderWithLineInfoNS::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReaderWithLineInfoNS_System_Xml_IXmlNamespaceResolver_LookupNamespace_m13CF9B8CA9E38A4840EF40A1476838D60A9B0F23 (XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629* __this, String_t* ___0_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___readerAsIXmlNamespaceResolver_6; String_t* L_1 = ___0_prefix; NullCheck(L_0); String_t* L_2; L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } // System.String System.Xml.XmlAsyncCheckReaderWithLineInfoNS::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckReaderWithLineInfoNS_System_Xml_IXmlNamespaceResolver_LookupPrefix_m46E767E367408BE7EA5EDB7881A5516D4BD19396 (XmlAsyncCheckReaderWithLineInfoNS_tAF2E0500872708A54144994961C7A5B47330A629* __this, String_t* ___0_namespaceName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { RuntimeObject* L_0 = __this->___readerAsIXmlNamespaceResolver_6; String_t* L_1 = ___0_namespaceName; NullCheck(L_0); String_t* L_2; L_2 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(2 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_0, L_1); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckReaderWithLineInfoNSSchema__ctor_m717A0AA4ACD08B6E45E0594D00220CB14BAF2284 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, 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; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; XmlAsyncCheckReaderWithLineInfoNS__ctor_m01293D26DE17269F9DC1E5668C460AB7D97205CC(__this, L_0, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; __this->___readerAsIXmlSchemaInfo_7 = ((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___readerAsIXmlSchemaInfo_7), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_1, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var))); return; } } // System.Xml.Schema.XmlSchemaValidity System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::System.Xml.Schema.IXmlSchemaInfo.get_Validity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_Validity_m12C67D84A14E11558964EDF8BD427EA42AB55116 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __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* L_0 = __this->___readerAsIXmlSchemaInfo_7; NullCheck(L_0); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Xml.Schema.XmlSchemaValidity System.Xml.Schema.IXmlSchemaInfo::get_Validity() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::System.Xml.Schema.IXmlSchemaInfo.get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_IsDefault_mA8E4C105F21E3AD3695C44FF036555C305C10E76 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __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* L_0 = __this->___readerAsIXmlSchemaInfo_7; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsDefault() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Boolean System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::System.Xml.Schema.IXmlSchemaInfo.get_IsNil() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_IsNil_m02F81120F8CD88E32A3E82A60EC21D7D6D8FDC37 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __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* L_0 = __this->___readerAsIXmlSchemaInfo_7; NullCheck(L_0); bool L_1; L_1 = InterfaceFuncInvoker0< bool >::Invoke(2 /* System.Boolean System.Xml.Schema.IXmlSchemaInfo::get_IsNil() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Xml.Schema.XmlSchemaSimpleType System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::System.Xml.Schema.IXmlSchemaInfo.get_MemberType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_MemberType_mC800C871B70EAABAB7CD0527E07D97C82B83F421 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __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* L_0 = __this->___readerAsIXmlSchemaInfo_7; NullCheck(L_0); XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* L_1; L_1 = InterfaceFuncInvoker0< XmlSchemaSimpleType_tA52BBE2D61DAD61BD3FCDF40E1CD9F41388F7FA8* >::Invoke(3 /* System.Xml.Schema.XmlSchemaSimpleType System.Xml.Schema.IXmlSchemaInfo::get_MemberType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Xml.Schema.XmlSchemaType System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::System.Xml.Schema.IXmlSchemaInfo.get_SchemaType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_SchemaType_m27AF47A4E236D8CAC803366BE08A17E910B0BC2A (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __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* L_0 = __this->___readerAsIXmlSchemaInfo_7; NullCheck(L_0); XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* L_1; L_1 = InterfaceFuncInvoker0< XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* >::Invoke(4 /* System.Xml.Schema.XmlSchemaType System.Xml.Schema.IXmlSchemaInfo::get_SchemaType() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Xml.Schema.XmlSchemaElement System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::System.Xml.Schema.IXmlSchemaInfo.get_SchemaElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_SchemaElement_m21A5734AE21C52202C7F357D964DD37F31A6B872 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __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* L_0 = __this->___readerAsIXmlSchemaInfo_7; NullCheck(L_0); XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* L_1; L_1 = InterfaceFuncInvoker0< XmlSchemaElement_t24D5940E4EB4E5FFDAD1772AFBD7A83CD992C970* >::Invoke(5 /* System.Xml.Schema.XmlSchemaElement System.Xml.Schema.IXmlSchemaInfo::get_SchemaElement() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_0); return L_1; } } // System.Xml.Schema.XmlSchemaAttribute System.Xml.XmlAsyncCheckReaderWithLineInfoNSSchema::System.Xml.Schema.IXmlSchemaInfo.get_SchemaAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* XmlAsyncCheckReaderWithLineInfoNSSchema_System_Xml_Schema_IXmlSchemaInfo_get_SchemaAttribute_m8BFF9032E2A3D2F29864E77B8F75393DCF972C79 (XmlAsyncCheckReaderWithLineInfoNSSchema_t8AB6445A111B644E0FE84CA11F40CEB1550BF08A* __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* L_0 = __this->___readerAsIXmlSchemaInfo_7; NullCheck(L_0); XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* L_1; L_1 = InterfaceFuncInvoker0< XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* >::Invoke(6 /* System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.IXmlSchemaInfo::get_SchemaAttribute() */, IXmlSchemaInfo_tF7DB6310A471259B33C4081B30E73925164204DB_il2cpp_TypeInfo_var, L_0); return L_1; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlAsyncCheckWriter::.ctor(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter__ctor_mF26B7294DC235BD71761488DE271E04B72A4AA86 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_writer, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; __this->___lastTask_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_0); XmlWriter__ctor_m8944C0C05D32C64DD68AE6641BA0943BE80CE714(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_1 = ___0_writer; __this->___coreWriter_1 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___coreWriter_1), (void*)L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::CheckAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = __this->___lastTask_2; NullCheck(L_0); bool L_1; L_1 = Task_get_IsCompleted_m942D6D536545EF059089398B19435591561BB831(L_0, NULL); if (L_1) { goto IL_001d; } } { String_t* L_2; L_2 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF802447DCA401035D8E475710B790B206A9A34EF)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_3 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_3); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_3, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273_RuntimeMethod_var))); } IL_001d: { return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartDocument_mF04C2EEA6FDB1F29EE035CB39D10609E5455485B (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartDocument(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartDocument_mB0C3E21FF2A58775ADEB89D9C02C5B191D56BB01 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, bool ___0_standalone, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; bool L_1 = ___0_standalone; NullCheck(L_0); VirtualActionInvoker1< bool >::Invoke(6 /* System.Void System.Xml.XmlWriter::WriteStartDocument(System.Boolean) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEndDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEndDocument_mFB1BFBAB57D64164559AAAE5496139C47ADD3266 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); VirtualActionInvoker0::Invoke(7 /* System.Void System.Xml.XmlWriter::WriteEndDocument() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteDocType_m1BDA8DC5AA4F7466F8FE235E68DE3D00713AF62D (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_name; String_t* L_2 = ___1_pubid; String_t* L_3 = ___2_sysid; String_t* L_4 = ___3_subset; NullCheck(L_0); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartElement_m5383D5B76CF8B6C129303468262EE6E32985A2CA (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEndElement_m6635AEE916A63B054CF143FD98E662A95242BA5F (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteFullEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteFullEndElement_mFE003682D4B23A167119D0E79053765FB5A5C6CA (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); VirtualActionInvoker0::Invoke(11 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteStartAttribute_m137E48EC686134354E3E1D6760F523E32965FAEA (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEndAttribute_m3B9A1AB6B44758B9EE6DEE8FFB34B2D61C2149F2 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteCData_m70B6C67B4AA5D75DDAB4E4CF072FF8DF597D3590 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_text; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteComment_m02242FB57C0E2C97A9177CCD86C21C14B67732DB (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_text; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteProcessingInstruction_m3690DDA6E6DE0E4D459AD45EB5B6FA8909EDC6BF (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_name; String_t* L_2 = ___1_text; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteEntityRef_mBB4940725BC03C3BF5801BFF9CED399F05D76A49 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_name; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteCharEntity_m05933B9B6BCD50A7303F48F5E721CB408BCE5BD9 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteWhitespace_m081A0C8B82285431803CE69115C11B61B195FEB1 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_ws, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_ws; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteString_m5ED3DABD137FE2C4A871FE51FCCE54F5B89FF574 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_text; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteSurrogateCharEntity_m2C698C4E94176B64DF8EF2E6AD31FC738C9413B0 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; Il2CppChar L_1 = ___0_lowChar; Il2CppChar L_2 = ___1_highChar; NullCheck(L_0); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteChars_m3554B60413C847D25E863759B0B3102676717A1A (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteChars(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteRaw_mBA9F32E11D1C722EC110B51A253A79BA300ABAA1 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteRaw_mF173C8A42386908D332C2B4B2FE458601AC271EE (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_data, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_data; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteBase64_mAA313F6323FE77953471D846477562759D95E5C6 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteBinHex_m1D90F3B55E3F61EACCD50123EA1EA3F5DD013831 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Xml.WriteState System.Xml.XmlAsyncCheckWriter::get_WriteState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlAsyncCheckWriter_get_WriteState_mB12FBC5C2CBBFF25F9E1DC2236ECD1FC3B5A1A22 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(27 /* System.Xml.WriteState System.Xml.XmlWriter::get_WriteState() */, L_0); return L_1; } } // System.Void System.Xml.XmlAsyncCheckWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_Close_m93CCC89036CFAF7A14B6ACC2015BCCE63334767E (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_0); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_Flush_mEA26DA4EFD13155CEB9B6862FD6B6D05E3C9236A (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_0); return; } } // System.String System.Xml.XmlAsyncCheckWriter::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlAsyncCheckWriter_LookupPrefix_mB26E20FECB9C03E28E64328E6F03392FE2B8B3FD (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_ns, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_ns; NullCheck(L_0); String_t* L_2; L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, L_0, L_1); return L_2; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteValue_mCC257EE1C07F009CF5E3A74A60ECEA1DE9184F48 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_value, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(31 /* System.Void System.Xml.XmlWriter::WriteValue(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteAttributes(System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteAttributes_mF5E39E0A94FB7FA9AFD82BAAF0504DF6CF71AF98 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, bool ___1_defattr, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; bool L_2 = ___1_defattr; NullCheck(L_0); VirtualActionInvoker2< XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD*, bool >::Invoke(32 /* System.Void System.Xml.XmlWriter::WriteAttributes(System.Xml.XmlReader,System.Boolean) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::WriteNode(System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_WriteNode_m3BC61E736023D2A63FA236CE533F6C15AA7F2202 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, bool ___1_defattr, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; bool L_2 = ___1_defattr; NullCheck(L_0); VirtualActionInvoker2< XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD*, bool >::Invoke(33 /* System.Void System.Xml.XmlWriter::WriteNode(System.Xml.XmlReader,System.Boolean) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAsyncCheckWriter::Dispose(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAsyncCheckWriter_Dispose_m9FB52733C39DF5547853FED056CC4D323F1AAAA5 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, bool ___0_disposing, const RuntimeMethod* method) { { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); XmlWriter_Dispose_mA0416A9B156E8271B9E129F3E91FEF6EE0A2B373(L_0, NULL); return; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteStartDocumentAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteStartDocumentAsync_m90F1248B7B44678538040C618CE7C8692C136612 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(35 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStartDocumentAsync() */, L_0); V_0 = L_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; __this->___lastTask_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteDocTypeAsync(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteDocTypeAsync_mC0CDA3DCD6C43EAB0893688D1FB8EB1C8F51BBDA (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_name; String_t* L_2 = ___1_pubid; String_t* L_3 = ___2_sysid; String_t* L_4 = ___3_subset; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = VirtualFuncInvoker4< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t*, String_t*, String_t*, String_t* >::Invoke(36 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteDocTypeAsync(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); V_0 = L_5; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_0; __this->___lastTask_2 = L_6; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_6); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7 = V_0; return L_7; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteStartElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteStartElementAsync_m1A2D66ABFDF009993F268E2DF5ED522C767B8C7A (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = VirtualFuncInvoker3< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t*, String_t*, String_t* >::Invoke(37 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStartElementAsync(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); V_0 = L_4; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; __this->___lastTask_2 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_5); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_0; return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteEndElementAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteEndElementAsync_mCBCE997AC5D9FE36667F139F4B3EA82009959A84 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(38 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndElementAsync() */, L_0); V_0 = L_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; __this->___lastTask_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteFullEndElementAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteFullEndElementAsync_mD610FDA4F185044BA1293B8CAD6AA9EC15B043ED (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(39 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteFullEndElementAsync() */, L_0); V_0 = L_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; __this->___lastTask_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteStartAttributeAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteStartAttributeAsync_mE150203C6F9FD06E3BDF78895FED63A6F817929B (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = VirtualFuncInvoker3< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t*, String_t*, String_t* >::Invoke(40 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStartAttributeAsync(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); V_0 = L_4; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; __this->___lastTask_2 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_5); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_0; return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteEndAttributeAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteEndAttributeAsync_m3BC710CAB6D77F2017D717B6D1BAC5653C667ADC (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(41 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndAttributeAsync() */, L_0); V_0 = L_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; __this->___lastTask_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteCDataAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteCDataAsync_m87A67C5DD49AF631FD9B75DF1CA8907BBC84AE21 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_text, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_text; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(42 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteCDataAsync(System.String) */, L_0, L_1); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; __this->___lastTask_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_3); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteCommentAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteCommentAsync_m30372EFBB2DDA5A8FC2AAEE1D604E9C2F47D4FC2 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_text, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_text; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(43 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteCommentAsync(System.String) */, L_0, L_1); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; __this->___lastTask_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_3); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteProcessingInstructionAsync(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteProcessingInstructionAsync_m6B618B8C13554DB0B26BFD2E2CCB8566F2E3B32B (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_name; String_t* L_2 = ___1_text; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = VirtualFuncInvoker2< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t*, String_t* >::Invoke(44 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteProcessingInstructionAsync(System.String,System.String) */, L_0, L_1, L_2); V_0 = L_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; __this->___lastTask_2 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; return L_5; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteEntityRefAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteEntityRefAsync_mC4F0157907B7D35F8684EEC8D401B77C581F17F0 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_name, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_name; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(45 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEntityRefAsync(System.String) */, L_0, L_1); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; __this->___lastTask_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_3); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteCharEntityAsync(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteCharEntityAsync_mEF059BDC2324C6261DF207144579B4304E1DC19A (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, Il2CppChar >::Invoke(46 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteCharEntityAsync(System.Char) */, L_0, L_1); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; __this->___lastTask_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_3); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteWhitespaceAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteWhitespaceAsync_m7654B289A23CD868930334A07731D88E57BE52E7 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_ws, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_ws; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(47 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteWhitespaceAsync(System.String) */, L_0, L_1); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; __this->___lastTask_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_3); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteStringAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteStringAsync_m5A16B8F357E2FEEE10EFF75C25786118F1FA0DD2 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_text, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_text; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(48 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStringAsync(System.String) */, L_0, L_1); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; __this->___lastTask_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_3); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteSurrogateCharEntityAsync(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteSurrogateCharEntityAsync_m483110EEC37BE7A4E376256509859EA337659C74 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; Il2CppChar L_1 = ___0_lowChar; Il2CppChar L_2 = ___1_highChar; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = VirtualFuncInvoker2< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, Il2CppChar, Il2CppChar >::Invoke(49 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteSurrogateCharEntityAsync(System.Char,System.Char) */, L_0, L_1, L_2); V_0 = L_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; __this->___lastTask_2 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; return L_5; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteCharsAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteCharsAsync_mFCC1EAD3CBC5D281D80FD26F8D90F1745F0BB47E (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = VirtualFuncInvoker3< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(50 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteCharsAsync(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); V_0 = L_4; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; __this->___lastTask_2 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_5); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_0; return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteRawAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteRawAsync_m50657E310B4ACB228B47DF0DE7BC2ED950042D38 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = VirtualFuncInvoker3< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(51 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteRawAsync(System.Char[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); V_0 = L_4; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; __this->___lastTask_2 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_5); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6 = V_0; return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteRawAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteRawAsync_mFAB459CC27EC7A2EB1B20654D3A5ADAEFA99D9F5 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, String_t* ___0_data, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; String_t* L_1 = ___0_data; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(52 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteRawAsync(System.String) */, L_0, L_1); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; __this->___lastTask_2 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_3); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::FlushAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_FlushAsync_mCAC9427C0442E60A7D4DDE4984AD408988865066 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(53 /* System.Threading.Tasks.Task System.Xml.XmlWriter::FlushAsync() */, L_0); V_0 = L_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = V_0; __this->___lastTask_2 = L_2; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteAttributesAsync(System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteAttributesAsync_m87566EF1FCFADDEC50B899B9DFEF1E935FB6CA98 (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, bool ___1_defattr, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; bool L_2 = ___1_defattr; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = VirtualFuncInvoker2< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD*, bool >::Invoke(54 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteAttributesAsync(System.Xml.XmlReader,System.Boolean) */, L_0, L_1, L_2); V_0 = L_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; __this->___lastTask_2 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; return L_5; } } // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckWriter::WriteNodeAsync(System.Xml.XmlReader,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlAsyncCheckWriter_WriteNodeAsync_mC01D9F051F5D5F947BA7854A2D74A3C7BAA1D02D (XmlAsyncCheckWriter_t98A6D0BF4760A0189CE7B062959545425ABC847C* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, bool ___1_defattr, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; { XmlAsyncCheckWriter_CheckAsync_m5905D1468C2C2F9D17FFAC88C2DFA219DC4DF273(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___coreWriter_1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = ___0_reader; bool L_2 = ___1_defattr; NullCheck(L_0); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = VirtualFuncInvoker2< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD*, bool >::Invoke(55 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteNodeAsync(System.Xml.XmlReader,System.Boolean) */, L_0, L_1, L_2); V_0 = L_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_0; __this->___lastTask_2 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___lastTask_2), (void*)L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; 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.XmlAutoDetectWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_mDD91C4B1B4258E663D7C2881F7F53062857E0F8F (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_writerSettings, 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*)&XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlRawWriter__ctor_mFB8EB6B94D64BD9F3093B42E36D60FADC66F9989(__this, NULL); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_0 = ___0_writerSettings; NullCheck(L_0); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1; L_1 = XmlWriterSettings_Clone_m7D2132EF36D234189EFE3E94A7EAE6A9E94404B8(L_0, NULL); __this->___writerSettings_5 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___writerSettings_5), (void*)L_1); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_2 = __this->___writerSettings_5; NullCheck(L_2); XmlWriterSettings_set_ReadOnly_m912EC500806EE683803491EED4796F954F57AB42_inline(L_2, (bool)1, NULL); String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_4 = (XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF*)il2cpp_codegen_object_new(XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF_il2cpp_TypeInfo_var); NullCheck(L_4); XmlEventCache__ctor_mBA3535680DEC05967B45C29EACDC95374C231C36(L_4, L_3, (bool)1, NULL); __this->___eventCache_6 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___eventCache_6), (void*)L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_mBE391F3E538FC4006D2CDDA419CADB70323CDECC (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_textWriter, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_writerSettings, const RuntimeMethod* method) { { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_0 = ___1_writerSettings; XmlAutoDetectWriter__ctor_mDD91C4B1B4258E663D7C2881F7F53062857E0F8F(__this, L_0, NULL); TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = ___0_textWriter; __this->___textWriter_7 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___textWriter_7), (void*)L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter__ctor_m49BFF556FF8509246492598A7C8DBE081795C7B7 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_strm, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_writerSettings, const RuntimeMethod* method) { { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_0 = ___1_writerSettings; XmlAutoDetectWriter__ctor_mDD91C4B1B4258E663D7C2881F7F53062857E0F8F(__this, L_0, NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___0_strm; __this->___strm_8 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___strm_8), (void*)L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteDocType_mB66BC3289221DB390360A5AEDE73F0DFC8AB9006 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_name; String_t* L_2 = ___1_pubid; String_t* L_3 = ___2_sysid; String_t* L_4 = ___3_subset; NullCheck(L_0); VirtualActionInvoker4< String_t*, String_t*, String_t*, String_t* >::Invoke(8 /* System.Void System.Xml.XmlWriter::WriteDocType(System.String,System.String,System.String,System.String) */, L_0, L_1, L_2, L_3, L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteStartElement_m155315E07D2C7EC0F3BA2BE26A09E8BB04F10F8E (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; if (L_0) { goto IL_0028; } } { String_t* L_1 = ___2_ns; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_0021; } } { String_t* L_3 = ___1_localName; bool L_4; L_4 = XmlAutoDetectWriter_IsHtmlTag_mA1914105F5C0762B36A35A24B9BCB0D00B9443DF(L_3, NULL); if (!L_4) { goto IL_0021; } } { XmlAutoDetectWriter_CreateWrappedWriter_m3A1C515F1F51D9868C2C6E6B609F43A34FE4CD31(__this, 1, NULL); goto IL_0028; } IL_0021: { XmlAutoDetectWriter_CreateWrappedWriter_m3A1C515F1F51D9868C2C6E6B609F43A34FE4CD31(__this, 0, NULL); } IL_0028: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_5 = __this->___wrapped_3; String_t* L_6 = ___0_prefix; String_t* L_7 = ___1_localName; String_t* L_8 = ___2_ns; NullCheck(L_5); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_5, L_6, L_7, L_8); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteStartAttribute_mFC64257D86F1A9E5ADF1FDBDE622BD0439EA1E74 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEndAttribute_m1360EBF2388285E56BFBF71BB61D27198194335B (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteCData_mC2A3273985D491098CEBFB28AB97897EDCB51D51 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_text, const RuntimeMethod* method) { { String_t* L_0 = ___0_text; bool L_1; L_1 = XmlAutoDetectWriter_TextBlockCreatesWriter_m39E5E4747352D31279AA83D2F1B09D479B3CF649(__this, L_0, NULL); if (!L_1) { goto IL_0016; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_2 = __this->___wrapped_3; String_t* L_3 = ___0_text; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_2, L_3); return; } IL_0016: { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_4 = __this->___eventCache_6; String_t* L_5 = ___0_text; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(14 /* System.Void System.Xml.XmlWriter::WriteCData(System.String) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteComment_m969E987C85BC22C9DCC7440D2486D8EA1434D32A (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; if (L_0) { goto IL_0015; } } { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_1 = __this->___eventCache_6; String_t* L_2 = ___0_text; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_1, L_2); return; } IL_0015: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_3 = __this->___wrapped_3; String_t* L_4 = ___0_text; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_3, L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteProcessingInstruction_mDC1E8FFDF2E671B34E9EB10E903D0AA035CF2BA0 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; if (L_0) { goto IL_0016; } } { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_1 = __this->___eventCache_6; String_t* L_2 = ___0_name; String_t* L_3 = ___1_text; NullCheck(L_1); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_1, L_2, L_3); return; } IL_0016: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___wrapped_3; String_t* L_5 = ___0_name; String_t* L_6 = ___1_text; NullCheck(L_4); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_4, L_5, L_6); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteWhitespace_m5215962550F88ADB2C2DDD3D137FFB2211B29970 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_ws, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; if (L_0) { goto IL_0015; } } { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_1 = __this->___eventCache_6; String_t* L_2 = ___0_ws; NullCheck(L_1); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_1, L_2); return; } IL_0015: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_3 = __this->___wrapped_3; String_t* L_4 = ___0_ws; NullCheck(L_3); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_3, L_4); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteString_m3B591D712094FAA9162D2AA7C37EDC473F7AD002 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_text, const RuntimeMethod* method) { { String_t* L_0 = ___0_text; bool L_1; L_1 = XmlAutoDetectWriter_TextBlockCreatesWriter_m39E5E4747352D31279AA83D2F1B09D479B3CF649(__this, L_0, NULL); if (!L_1) { goto IL_0016; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_2 = __this->___wrapped_3; String_t* L_3 = ___0_text; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_2, L_3); return; } IL_0016: { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_4 = __this->___eventCache_6; String_t* L_5 = ___0_text; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteChars_m9FF0043376E8868C747A0B63984F5BFECCD21260 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; String_t* L_3; L_3 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_0, L_1, L_2, NULL); VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteRaw_mA1E15F5B3D3978C40AC725F91DC4ED334A28B665 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; String_t* L_3; L_3 = String_CreateString_mB7B3AC2AF28010538650051A9000369B1CD6BAB6(NULL, L_0, L_1, L_2, NULL); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, __this, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteRaw_mBEC92988DDCD155971231780E64B2B9595A0DFCA (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_data, const RuntimeMethod* method) { { String_t* L_0 = ___0_data; bool L_1; L_1 = XmlAutoDetectWriter_TextBlockCreatesWriter_m39E5E4747352D31279AA83D2F1B09D479B3CF649(__this, L_0, NULL); if (!L_1) { goto IL_0016; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_2 = __this->___wrapped_3; String_t* L_3 = ___0_data; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_2, L_3); return; } IL_0016: { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_4 = __this->___eventCache_6; String_t* L_5 = ___0_data; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(24 /* System.Void System.Xml.XmlWriter::WriteRaw(System.String) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEntityRef_m90DFF3A1CEE87512BA292E4439B7AE08215AF7FB (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_name; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteCharEntity_m71661F0E5FC5099A5B51C40D5503CA8DBA76161B (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; Il2CppChar L_1 = ___0_ch; NullCheck(L_0); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteSurrogateCharEntity_m09222DB5C666A8D60D07B0AB91F08F384820F532 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; Il2CppChar L_1 = ___0_lowChar; Il2CppChar L_2 = ___1_highChar; NullCheck(L_0); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_0, L_1, L_2); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteBase64_m475C1023BDF2B9894F8AC4B25A0DD0F19BA603D2 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteBinHex_m1A4411BCDD43DEA7ACD327DF55EC72257729F30A (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer; int32_t L_2 = ___1_index; int32_t L_3 = ___2_count; NullCheck(L_0); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(26 /* System.Void System.Xml.XmlWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_Close_mE2F26ABE308370C6BE5FE164884CDF191B894AF2 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_Flush_mDD7666D00728EEC764D0C983AB2266B89A9F54C9 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteValue_m7847A3317DC9EE8A1B92CA608874C0153C327AF8 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_value, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_value; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(31 /* System.Void System.Xml.XmlWriter::WriteValue(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_set_NamespaceResolver_m4A832AA7C80520519A47E8C408F653EFCA8CC84C (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; ((XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*)__this)->___resolver_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&((XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*)__this)->___resolver_2), (void*)L_0); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_1 = __this->___wrapped_3; if (L_1) { goto IL_001c; } } { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_2 = __this->___eventCache_6; RuntimeObject* L_3 = ___0_value; NullCheck(L_2); VirtualActionInvoker1< RuntimeObject* >::Invoke(56 /* System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) */, L_2, L_3); return; } IL_001c: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___wrapped_3; RuntimeObject* L_5 = ___0_value; NullCheck(L_4); VirtualActionInvoker1< RuntimeObject* >::Invoke(56 /* System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) */, L_4, L_5); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteXmlDeclaration_mB728852847CD9B75AFF4F788EB9049912DA1B3FF (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, int32_t ___0_standalone, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; int32_t L_1 = ___0_standalone; NullCheck(L_0); VirtualActionInvoker1< int32_t >::Invoke(57 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteXmlDeclaration_mE337FBA262FF901E56C051B8546E520A7020A3EE (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_xmldecl, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_xmldecl; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(58 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_StartElementContent_mBF443BEE9C1009C22E43D686013B17FB231CDE20 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(59 /* System.Void System.Xml.XmlRawWriter::StartElementContent() */, L_0); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEndElement_m1CFDBAF2EFAB714FE8025786EE38DD243E44DC71 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(61 /* System.Void System.Xml.XmlRawWriter::WriteEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteFullEndElement_m07F88E47329FC1D11F04650F2090790BC5D5B355 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; NullCheck(L_0); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(62 /* System.Void System.Xml.XmlRawWriter::WriteFullEndElement(System.String,System.String,System.String) */, L_0, L_1, L_2, L_3); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteNamespaceDeclaration_m497754540C2362C7A6F237ABAECB6BA53FB2573A (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_ns; NullCheck(L_0); VirtualActionInvoker2< String_t*, String_t* >::Invoke(63 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_0, L_1, L_2); return; } } // System.Boolean System.Xml.XmlAutoDetectWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_get_SupportsNamespaceDeclarationInChunks_mEF6F32ECF4D1B7FFDA1821C47DE5E2680A0535F0 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(64 /* System.Boolean System.Xml.XmlRawWriter::get_SupportsNamespaceDeclarationInChunks() */, L_0); return L_1; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteStartNamespaceDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteStartNamespaceDeclaration_m722B0C56A675120B8EF08F6588C27F30F9679C66 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_prefix, const RuntimeMethod* method) { { XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D(__this, 0, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; String_t* L_1 = ___0_prefix; NullCheck(L_0); VirtualActionInvoker1< String_t* >::Invoke(65 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, L_0, L_1); return; } } // System.Void System.Xml.XmlAutoDetectWriter::WriteEndNamespaceDeclaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_WriteEndNamespaceDeclaration_m33024928C1612A46DFFEF265418D3E17C9C84F7C (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; NullCheck(L_0); VirtualActionInvoker0::Invoke(66 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, L_0); return; } } // System.Boolean System.Xml.XmlAutoDetectWriter::IsHtmlTag(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_IsHtmlTag_mA1914105F5C0762B36A35A24B9BCB0D00B9443DF (String_t* ___0_tagName, const RuntimeMethod* method) { { String_t* L_0 = ___0_tagName; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if ((((int32_t)L_1) == ((int32_t)4))) { goto IL_000b; } } { return (bool)0; } IL_000b: { String_t* L_2 = ___0_tagName; NullCheck(L_2); Il2CppChar L_3; L_3 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_2, 0, NULL); if ((((int32_t)L_3) == ((int32_t)((int32_t)72)))) { goto IL_0023; } } { String_t* L_4 = ___0_tagName; 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)104)))) { goto IL_0023; } } { return (bool)0; } IL_0023: { String_t* L_6 = ___0_tagName; NullCheck(L_6); Il2CppChar L_7; L_7 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_6, 1, NULL); if ((((int32_t)L_7) == ((int32_t)((int32_t)84)))) { goto IL_003b; } } { String_t* L_8 = ___0_tagName; NullCheck(L_8); Il2CppChar L_9; L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, 1, NULL); if ((((int32_t)L_9) == ((int32_t)((int32_t)116)))) { goto IL_003b; } } { return (bool)0; } IL_003b: { String_t* L_10 = ___0_tagName; NullCheck(L_10); Il2CppChar L_11; L_11 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, 2, NULL); if ((((int32_t)L_11) == ((int32_t)((int32_t)77)))) { goto IL_0053; } } { String_t* L_12 = ___0_tagName; NullCheck(L_12); Il2CppChar L_13; L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, 2, NULL); if ((((int32_t)L_13) == ((int32_t)((int32_t)109)))) { goto IL_0053; } } { return (bool)0; } IL_0053: { String_t* L_14 = ___0_tagName; NullCheck(L_14); Il2CppChar L_15; L_15 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, 3, NULL); if ((((int32_t)L_15) == ((int32_t)((int32_t)76)))) { goto IL_006b; } } { String_t* L_16 = ___0_tagName; NullCheck(L_16); Il2CppChar L_17; L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_16, 3, NULL); if ((((int32_t)L_17) == ((int32_t)((int32_t)108)))) { goto IL_006b; } } { return (bool)0; } IL_006b: { return (bool)1; } } // System.Void System.Xml.XmlAutoDetectWriter::EnsureWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_EnsureWrappedWriter_m1CBB0C907CF20DBB655B7BF5710D90CF2745E28D (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, int32_t ___0_outMethod, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; if (L_0) { goto IL_000f; } } { int32_t L_1 = ___0_outMethod; XmlAutoDetectWriter_CreateWrappedWriter_m3A1C515F1F51D9868C2C6E6B609F43A34FE4CD31(__this, L_1, NULL); } IL_000f: { return; } } // System.Boolean System.Xml.XmlAutoDetectWriter::TextBlockCreatesWriter(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlAutoDetectWriter_TextBlockCreatesWriter_m39E5E4747352D31279AA83D2F1B09D479B3CF649 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, String_t* ___0_textBlock, const RuntimeMethod* method) { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 V_0; memset((&V_0), 0, sizeof(V_0)); { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___wrapped_3; if (L_0) { goto IL_0021; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_1; L_1 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); V_0 = L_1; String_t* L_2 = ___0_textBlock; bool L_3; L_3 = XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490((&V_0), L_2, NULL); if (!L_3) { goto IL_001a; } } { return (bool)0; } IL_001a: { XmlAutoDetectWriter_CreateWrappedWriter_m3A1C515F1F51D9868C2C6E6B609F43A34FE4CD31(__this, 0, NULL); } IL_0021: { return (bool)1; } } // System.Void System.Xml.XmlAutoDetectWriter::CreateWrappedWriter(System.Xml.XmlOutputMethod) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlAutoDetectWriter_CreateWrappedWriter_m3A1C515F1F51D9868C2C6E6B609F43A34FE4CD31 (XmlAutoDetectWriter_tD652BD82D53729D3F906AD0A07FFAB4B62BB98DA* __this, int32_t ___0_outMethod, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_0 = __this->___writerSettings_5; NullCheck(L_0); XmlWriterSettings_set_ReadOnly_m912EC500806EE683803491EED4796F954F57AB42_inline(L_0, (bool)0, NULL); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = __this->___writerSettings_5; int32_t L_2 = ___0_outMethod; NullCheck(L_1); XmlWriterSettings_set_OutputMethod_m8A74B5EE11DD5C1D00D97B896E36AA504C142837_inline(L_1, L_2, NULL); int32_t L_3 = ___0_outMethod; if ((!(((uint32_t)L_3) == ((uint32_t)1)))) { goto IL_0036; } } { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_4 = __this->___writerSettings_5; NullCheck(L_4); int32_t L_5; L_5 = XmlWriterSettings_get_IndentInternal_m3180E0936B1C9CB8252AE222C1D17BB1A0448C22_inline(L_4, NULL); if ((!(((uint32_t)L_5) == ((uint32_t)(-1))))) { goto IL_0036; } } { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_6 = __this->___writerSettings_5; NullCheck(L_6); XmlWriterSettings_set_Indent_m4560606B33CB7EF5DEE0F5B50A81AC8E67622661(L_6, (bool)1, NULL); } IL_0036: { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_7 = __this->___writerSettings_5; NullCheck(L_7); XmlWriterSettings_set_ReadOnly_m912EC500806EE683803491EED4796F954F57AB42_inline(L_7, (bool)1, NULL); TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_8 = __this->___textWriter_7; if (!L_8) { goto IL_006d; } } { TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_9 = __this->___textWriter_7; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_10 = __this->___writerSettings_5; XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_11; L_11 = XmlWriter_Create_m84282264490E29541FB66C8B735906E55357F3E6(L_9, L_10, NULL); NullCheck(((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645*)CastclassClass((RuntimeObject*)L_11, XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_12; L_12 = XmlWellFormedWriter_get_RawWriter_m214811761EBBCB44F46CF8C3590C4611CFE134CA_inline(((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645*)CastclassClass((RuntimeObject*)L_11, XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var)), NULL); __this->___wrapped_3 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___wrapped_3), (void*)L_12); goto IL_008e; } IL_006d: { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_13 = __this->___strm_8; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_14 = __this->___writerSettings_5; XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_15; L_15 = XmlWriter_Create_m80194A2D54B71E2BA6F561AC5CED32BB3177E63A(L_13, L_14, NULL); NullCheck(((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645*)CastclassClass((RuntimeObject*)L_15, XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_16; L_16 = XmlWellFormedWriter_get_RawWriter_m214811761EBBCB44F46CF8C3590C4611CFE134CA_inline(((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645*)CastclassClass((RuntimeObject*)L_15, XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var)), NULL); __this->___wrapped_3 = L_16; Il2CppCodeGenWriteBarrier((void**)(&__this->___wrapped_3), (void*)L_16); } IL_008e: { XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_17 = __this->___eventCache_6; NullCheck(L_17); XmlEventCache_EndEvents_m14930E127C0BC8C9139CC572BC1238721698075A(L_17, NULL); XmlEventCache_t8C2E7917F6C73E997AC8E3C4C6BCEC88E75ED6CF* L_18 = __this->___eventCache_6; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_19 = __this->___wrapped_3; NullCheck(L_18); XmlEventCache_EventsToWriter_m80E785FE11C18BA12E44016345E1F26273F4E361(L_18, L_19, NULL); OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* L_20 = __this->___onRemove_4; if (!L_20) { goto IL_00c3; } } { OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* L_21 = __this->___onRemove_4; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_22 = __this->___wrapped_3; NullCheck(L_21); OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_inline(L_21, L_22, NULL); } IL_00c3: { 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.XmlEncodedRawTextWriter::.ctor(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_m3D7E707E2F95076DC80511A09C53AD5BCD0F6CDB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_settings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3); s_Il2CppMethodInitialized = true; } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_0; L_0 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); __this->___xmlCharType_7 = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___xmlCharType_7))->___charProperties_2), (void*)NULL); __this->___bufPos_8 = 1; __this->___textPos_9 = 1; __this->___bufLen_13 = ((int32_t)6144); XmlRawWriter__ctor_mFB8EB6B94D64BD9F3093B42E36D60FADC66F9989(__this, NULL); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_1 = ___0_settings; NullCheck(L_1); bool L_2; L_2 = XmlWriterSettings_get_Async_m0444A26262668D76461EEBD468B622F8F5418A60_inline(L_1, NULL); __this->___useAsync_3 = L_2; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_3 = ___0_settings; NullCheck(L_3); int32_t L_4; L_4 = XmlWriterSettings_get_NewLineHandling_mE5E642195853271BBF3F6EA8399789D675D6EBE0_inline(L_3, NULL); __this->___newLineHandling_26 = L_4; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_5 = ___0_settings; NullCheck(L_5); bool L_6; L_6 = XmlWriterSettings_get_OmitXmlDeclaration_m4DDF4951F3229EB1DEEFABD680769ABB9BB881DF_inline(L_5, NULL); __this->___omitXmlDeclaration_28 = L_6; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_7 = ___0_settings; NullCheck(L_7); String_t* L_8; L_8 = XmlWriterSettings_get_NewLineChars_m55DA9DDAED17162E8055730FE8047AEBFA5AC7F9_inline(L_7, NULL); __this->___newLineChars_29 = L_8; Il2CppCodeGenWriteBarrier((void**)(&__this->___newLineChars_29), (void*)L_8); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_9 = ___0_settings; NullCheck(L_9); bool L_10; L_10 = XmlWriterSettings_get_CheckCharacters_mD2E14381EBF36D4C56C13F1BF4846667B4CCBB31_inline(L_9, NULL); __this->___checkCharacters_30 = L_10; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_11 = ___0_settings; NullCheck(L_11); bool L_12; L_12 = XmlWriterSettings_get_CloseOutput_m7676FD456B701FF93BCA6C3EADE2E5DF97D7A926_inline(L_11, NULL); __this->___closeOutput_27 = L_12; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_13 = ___0_settings; NullCheck(L_13); int32_t L_14; L_14 = XmlWriterSettings_get_Standalone_mF6BD9C7DD44EDEA0EE1416AB92471C5374DBE26B_inline(L_13, NULL); __this->___standalone_31 = L_14; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_15 = ___0_settings; NullCheck(L_15); int32_t L_16; L_16 = XmlWriterSettings_get_OutputMethod_mD033562BBB2BF636CD2B093DF43FFF69FCEB2BD1_inline(L_15, NULL); __this->___outputMethod_32 = L_16; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_17 = ___0_settings; NullCheck(L_17); bool L_18; L_18 = XmlWriterSettings_get_MergeCDataSections_mA287AE0C1056022F4AE21AB1295026897C2BD817_inline(L_17, NULL); __this->___mergeCDataSections_34 = L_18; bool L_19 = __this->___checkCharacters_30; if (!L_19) { goto IL_00b8; } } { int32_t L_20 = __this->___newLineHandling_26; if (L_20) { goto IL_00b8; } } { String_t* L_21 = __this->___newLineChars_29; XmlEncodedRawTextWriter_ValidateContentChars_m4A96FBCBCF892A39F8843112E87937B945805A4A(__this, L_21, _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3, (bool)0, NULL); } IL_00b8: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.TextWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_mF6EBA0A44503EE7400D3901E059BDFEB8110B205 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* ___0_writer, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_0 = ___1_settings; XmlEncodedRawTextWriter__ctor_m3D7E707E2F95076DC80511A09C53AD5BCD0F6CDB(__this, L_0, NULL); TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_1 = ___0_writer; __this->___writer_20 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___writer_20), (void*)L_1); TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_2 = ___0_writer; NullCheck(L_2); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3; L_3 = VirtualFuncInvoker0< Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* >::Invoke(11 /* System.Text.Encoding System.IO.TextWriter::get_Encoding() */, L_2); __this->___encoding_6 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___encoding_6), (void*)L_3); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_4 = ___1_settings; NullCheck(L_4); bool L_5; L_5 = XmlWriterSettings_get_Async_m0444A26262668D76461EEBD468B622F8F5418A60_inline(L_4, NULL); if (!L_5) { goto IL_002d; } } { __this->___bufLen_13 = ((int32_t)65536); } IL_002d: { int32_t L_6 = __this->___bufLen_13; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_6, ((int32_t)32)))); __this->___bufChars_18 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___bufChars_18), (void*)L_7); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_8 = ___1_settings; NullCheck(L_8); bool L_9; L_9 = XmlWriterSettings_get_AutoXmlDeclaration_m99219BABCEECCC72F64FA0062E19B2628B806A9C_inline(L_8, NULL); if (!L_9) { goto IL_005c; } } { int32_t L_10 = __this->___standalone_31; VirtualActionInvoker1< int32_t >::Invoke(57 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, __this, L_10); __this->___autoXmlDeclaration_33 = (bool)1; } IL_005c: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter__ctor_mEDAEC401E6AB69FC8728E0217038DFEBE2C3F564 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, 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*)&CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL; { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_0 = ___1_settings; XmlEncodedRawTextWriter__ctor_m3D7E707E2F95076DC80511A09C53AD5BCD0F6CDB(__this, L_0, NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___0_stream; __this->___stream_5 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_5), (void*)L_1); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_2 = ___1_settings; NullCheck(L_2); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3; L_3 = XmlWriterSettings_get_Encoding_mC4E1AB9D49553D659321B2BEEA46AE5D343BCBEE_inline(L_2, NULL); __this->___encoding_6 = L_3; Il2CppCodeGenWriteBarrier((void**)(&__this->___encoding_6), (void*)L_3); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_4 = ___1_settings; NullCheck(L_4); bool L_5; L_5 = XmlWriterSettings_get_Async_m0444A26262668D76461EEBD468B622F8F5418A60_inline(L_4, NULL); if (!L_5) { goto IL_002d; } } { __this->___bufLen_13 = ((int32_t)65536); } IL_002d: { int32_t L_6 = __this->___bufLen_13; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)SZArrayNew(CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_add(L_6, ((int32_t)32)))); __this->___bufChars_18 = L_7; Il2CppCodeGenWriteBarrier((void**)(&__this->___bufChars_18), (void*)L_7); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = __this->___bufChars_18; NullCheck(L_8); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_8)->max_length))); __this->___bufBytes_4 = L_9; Il2CppCodeGenWriteBarrier((void**)(&__this->___bufBytes_4), (void*)L_9); __this->___bufBytesUsed_17 = 0; __this->___trackTextContent_21 = (bool)1; __this->___inTextContent_22 = (bool)0; __this->___lastMarkPos_23 = 0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_10 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)64)); __this->___textContentMarks_24 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___textContentMarks_24), (void*)L_10); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_11 = __this->___textContentMarks_24; NullCheck(L_11); (L_11)->SetAt(static_cast(0), (int32_t)1); CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* L_12 = (CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1*)il2cpp_codegen_object_new(CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1_il2cpp_TypeInfo_var); NullCheck(L_12); CharEntityEncoderFallback__ctor_mD61861CAC7602A03E97260E095E68090096838C6(L_12, NULL); __this->___charEntityFallback_25 = L_12; Il2CppCodeGenWriteBarrier((void**)(&__this->___charEntityFallback_25), (void*)L_12); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_13 = ___1_settings; NullCheck(L_13); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_14; L_14 = XmlWriterSettings_get_Encoding_mC4E1AB9D49553D659321B2BEEA46AE5D343BCBEE_inline(L_13, NULL); NullCheck(L_14); RuntimeObject* L_15; L_15 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(18 /* System.Object System.Text.Encoding::Clone() */, L_14); __this->___encoding_6 = ((Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)CastclassClass((RuntimeObject*)L_15, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___encoding_6), (void*)((Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095*)CastclassClass((RuntimeObject*)L_15, Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_il2cpp_TypeInfo_var))); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_16 = __this->___encoding_6; CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* L_17 = __this->___charEntityFallback_25; NullCheck(L_16); Encoding_set_EncoderFallback_m479A67230C286D29DAC4A9A93074708666FD483D(L_16, L_17, NULL); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_18 = __this->___encoding_6; NullCheck(L_18); Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* L_19; L_19 = VirtualFuncInvoker0< Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* >::Invoke(42 /* System.Text.Encoder System.Text.Encoding::GetEncoder() */, L_18); __this->___encoder_19 = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->___encoder_19), (void*)L_19); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_20 = ___0_stream; NullCheck(L_20); bool L_21; L_21 = VirtualFuncInvoker0< bool >::Invoke(8 /* System.Boolean System.IO.Stream::get_CanSeek() */, L_20); if (!L_21) { goto IL_00d9; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_22 = ___0_stream; NullCheck(L_22); int64_t L_23; L_23 = VirtualFuncInvoker0< int64_t >::Invoke(12 /* System.Int64 System.IO.Stream::get_Position() */, L_22); if (L_23) { goto IL_00f9; } } IL_00d9: { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_24 = __this->___encoding_6; NullCheck(L_24); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25; L_25 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Byte[] System.Text.Encoding::GetPreamble() */, L_24); V_0 = L_25; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = V_0; NullCheck(L_26); if (!(((RuntimeArray*)L_26)->max_length)) { goto IL_00f9; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_27 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = V_0; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_29 = V_0; NullCheck(L_29); NullCheck(L_27); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(35 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_27, L_28, 0, ((int32_t)(((RuntimeArray*)L_29)->max_length))); } IL_00f9: { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_30 = ___1_settings; NullCheck(L_30); bool L_31; L_31 = XmlWriterSettings_get_AutoXmlDeclaration_m99219BABCEECCC72F64FA0062E19B2628B806A9C_inline(L_30, NULL); if (!L_31) { goto IL_0114; } } { int32_t L_32 = __this->___standalone_31; VirtualActionInvoker1< int32_t >::Invoke(57 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, __this, L_32); __this->___autoXmlDeclaration_33 = (bool)1; } IL_0114: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteXmlDeclaration_m3A3E97BE015725DB905E15C6621139112126A776 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, int32_t ___0_standalone, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B10_0 = NULL; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B9_0 = NULL; String_t* G_B11_0 = NULL; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B11_1 = NULL; { bool L_0 = __this->___omitXmlDeclaration_28; if (L_0) { goto IL_0096; } } { bool L_1 = __this->___autoXmlDeclaration_33; if (L_1) { goto IL_0096; } } { bool L_2 = __this->___trackTextContent_21; if (!L_2) { goto IL_002d; } } { bool L_3 = __this->___inTextContent_22; if (!L_3) { goto IL_002d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_002d: { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B, NULL); XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11, NULL); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_4 = __this->___encoding_6; if (!L_4) { goto IL_0067; } } { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E, NULL); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_5 = __this->___encoding_6; NullCheck(L_5); String_t* L_6; L_6 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Text.Encoding::get_WebName() */, L_5); XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_6, NULL); } IL_0067: { int32_t L_7 = ___0_standalone; if (!L_7) { goto IL_008b; } } { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E, NULL); int32_t L_8 = ___0_standalone; G_B9_0 = __this; if ((((int32_t)L_8) == ((int32_t)1))) { G_B10_0 = __this; goto IL_0081; } } { G_B11_0 = _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; G_B11_1 = G_B9_0; goto IL_0086; } IL_0081: { G_B11_0 = _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; G_B11_1 = G_B10_0; } IL_0086: { NullCheck(G_B11_1); XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(G_B11_1, G_B11_0, NULL); } IL_008b: { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1, NULL); } IL_0096: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteXmlDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteXmlDeclaration_m3AB1671C659F299B4719817F021E45D5D7DB748B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_xmldecl, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } { bool L_0 = __this->___omitXmlDeclaration_28; if (L_0) { goto IL_001c; } } { bool L_1 = __this->___autoXmlDeclaration_33; if (L_1) { goto IL_001c; } } { String_t* L_2 = ___0_xmldecl; VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, __this, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, L_2); } IL_001c: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteDocType_mDBEDCAB711092E22DFE5969871777DD43C3939EA (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B, NULL); String_t* L_2 = ___0_name; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_2, NULL); String_t* L_3 = ___1_pubid; if (!L_3) { goto IL_006f; } } { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA, NULL); String_t* L_4 = ___1_pubid; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_4, NULL); XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B, NULL); String_t* L_5 = ___2_sysid; if (!L_5) { goto IL_0053; } } { String_t* L_6 = ___2_sysid; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_6, NULL); } IL_0053: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->___bufChars_18; int32_t L_8 = __this->___bufPos_8; V_0 = L_8; int32_t L_9 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (Il2CppChar)((int32_t)34)); goto IL_00ba; } IL_006f: { String_t* L_11 = ___2_sysid; if (!L_11) { goto IL_00a0; } } { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3, NULL); String_t* L_12 = ___2_sysid; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_12, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = __this->___bufChars_18; int32_t L_14 = __this->___bufPos_8; V_0 = L_14; int32_t L_15 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_15, 1)); int32_t L_16 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(L_16), (Il2CppChar)((int32_t)34)); goto IL_00ba; } IL_00a0: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = __this->___bufChars_18; int32_t L_18 = __this->___bufPos_8; V_0 = L_18; int32_t L_19 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_19, 1)); int32_t L_20 = V_0; NullCheck(L_17); (L_17)->SetAt(static_cast(L_20), (Il2CppChar)((int32_t)32)); } IL_00ba: { String_t* L_21 = ___3_subset; if (!L_21) { goto IL_00fa; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = __this->___bufChars_18; int32_t L_23 = __this->___bufPos_8; V_0 = L_23; int32_t L_24 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_24, 1)); int32_t L_25 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(L_25), (Il2CppChar)((int32_t)91)); String_t* L_26 = ___3_subset; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_26, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = __this->___bufChars_18; int32_t L_28 = __this->___bufPos_8; V_0 = L_28; int32_t L_29 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_29, 1)); int32_t L_30 = V_0; NullCheck(L_27); (L_27)->SetAt(static_cast(L_30), (Il2CppChar)((int32_t)93)); } IL_00fa: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = __this->___bufChars_18; int32_t L_32 = __this->___bufPos_8; V_0 = L_32; int32_t L_33 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_33, 1)); int32_t L_34 = V_0; NullCheck(L_31); (L_31)->SetAt(static_cast(L_34), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartElement_mCDCE55482129A24BCC95726DE611FB58CB1632EB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); String_t* L_6 = ___0_prefix; if (!L_6) { goto IL_005d; } } { String_t* L_7 = ___0_prefix; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); if (!L_8) { goto IL_005d; } } { String_t* L_9 = ___0_prefix; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_9, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->___bufChars_18; int32_t L_11 = __this->___bufPos_8; V_0 = L_11; int32_t L_12 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_12, 1)); int32_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)58)); } IL_005d: { String_t* L_14 = ___1_localName; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_14, NULL); int32_t L_15 = __this->___bufPos_8; __this->___attrEndPos_12 = L_15; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_StartElementContent_mD809F4166E242A11AD499962421E5883D322F44B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; int32_t L_1 = __this->___bufPos_8; V_0 = L_1; int32_t L_2 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (Il2CppChar)((int32_t)62)); int32_t L_4 = __this->___bufPos_8; __this->___contentPos_10 = L_4; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndElement_m2039FDBAFF31B7BF9497D232724F9FB07ABDFC81 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { int32_t L_2 = __this->___contentPos_10; int32_t L_3 = __this->___bufPos_8; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_00aa; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->___bufChars_18; int32_t L_5 = __this->___bufPos_8; V_0 = L_5; int32_t L_6 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)60)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = __this->___bufChars_18; int32_t L_9 = __this->___bufPos_8; V_0 = L_9; int32_t L_10 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_10, 1)); int32_t L_11 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (Il2CppChar)((int32_t)47)); String_t* L_12 = ___0_prefix; if (!L_12) { goto IL_0088; } } { String_t* L_13 = ___0_prefix; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); if (!L_14) { goto IL_0088; } } { String_t* L_15 = ___0_prefix; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_15, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = __this->___bufChars_18; int32_t L_17 = __this->___bufPos_8; V_0 = L_17; int32_t L_18 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_18, 1)); int32_t L_19 = V_0; NullCheck(L_16); (L_16)->SetAt(static_cast(L_19), (Il2CppChar)((int32_t)58)); } IL_0088: { String_t* L_20 = ___1_localName; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_20, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_21 = __this->___bufChars_18; int32_t L_22 = __this->___bufPos_8; V_0 = L_22; int32_t L_23 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_23, 1)); int32_t L_24 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (Il2CppChar)((int32_t)62)); return; } IL_00aa: { int32_t L_25 = __this->___bufPos_8; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_subtract(L_25, 1)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = __this->___bufChars_18; int32_t L_27 = __this->___bufPos_8; V_0 = L_27; int32_t L_28 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_28, 1)); int32_t L_29 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(L_29), (Il2CppChar)((int32_t)32)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = __this->___bufChars_18; int32_t L_31 = __this->___bufPos_8; V_0 = L_31; int32_t L_32 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_32, 1)); int32_t L_33 = V_0; NullCheck(L_30); (L_30)->SetAt(static_cast(L_33), (Il2CppChar)((int32_t)47)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = __this->___bufChars_18; int32_t L_35 = __this->___bufPos_8; V_0 = L_35; int32_t L_36 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_36, 1)); int32_t L_37 = V_0; NullCheck(L_34); (L_34)->SetAt(static_cast(L_37), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteFullEndElement_m3F8608DE81F8F61E9990264D050AE6579BBD6FE5 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->___bufChars_18; int32_t L_7 = __this->___bufPos_8; V_0 = L_7; int32_t L_8 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)47)); String_t* L_10 = ___0_prefix; if (!L_10) { goto IL_0077; } } { String_t* L_11 = ___0_prefix; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL); if (!L_12) { goto IL_0077; } } { String_t* L_13 = ___0_prefix; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_13, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = __this->___bufChars_18; int32_t L_15 = __this->___bufPos_8; V_0 = L_15; int32_t L_16 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_16, 1)); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)58)); } IL_0077: { String_t* L_18 = ___1_localName; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_18, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = __this->___bufChars_18; int32_t L_20 = __this->___bufPos_8; V_0 = L_20; int32_t L_21 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_21, 1)); int32_t L_22 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartAttribute_mDD0E306F666655493413D9CECDD048D53711CCFA (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { int32_t L_2 = __this->___attrEndPos_12; int32_t L_3 = __this->___bufPos_8; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_003f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->___bufChars_18; int32_t L_5 = __this->___bufPos_8; V_0 = L_5; int32_t L_6 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)32)); } IL_003f: { String_t* L_8 = ___0_prefix; if (!L_8) { goto IL_006c; } } { String_t* L_9 = ___0_prefix; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_006c; } } { String_t* L_11 = ___0_prefix; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_11, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = __this->___bufChars_18; int32_t L_13 = __this->___bufPos_8; V_0 = L_13; int32_t L_14 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_14, 1)); int32_t L_15 = V_0; NullCheck(L_12); (L_12)->SetAt(static_cast(L_15), (Il2CppChar)((int32_t)58)); } IL_006c: { String_t* L_16 = ___1_localName; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_16, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_17 = __this->___bufChars_18; int32_t L_18 = __this->___bufPos_8; V_0 = L_18; int32_t L_19 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_19, 1)); int32_t L_20 = V_0; NullCheck(L_17); (L_17)->SetAt(static_cast(L_20), (Il2CppChar)((int32_t)61)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_21 = __this->___bufChars_18; int32_t L_22 = __this->___bufPos_8; V_0 = L_22; int32_t L_23 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_23, 1)); int32_t L_24 = V_0; NullCheck(L_21); (L_21)->SetAt(static_cast(L_24), (Il2CppChar)((int32_t)34)); __this->___inAttributeValue_16 = (bool)1; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndAttribute_mDD67581403248AD334B1C3424BA4D58229FC7C4E (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)34)); __this->___inAttributeValue_16 = (bool)0; int32_t L_6 = __this->___bufPos_8; __this->___attrEndPos_12 = L_6; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteNamespaceDeclaration(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteNamespaceDeclaration_m167EB508D2295EEF29742E22C757ABBE7BEE9CE7 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_namespaceName, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; VirtualActionInvoker1< String_t* >::Invoke(65 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, __this, L_0); String_t* L_1 = ___1_namespaceName; VirtualActionInvoker1< String_t* >::Invoke(20 /* System.Void System.Xml.XmlWriter::WriteString(System.String) */, __this, L_1); VirtualActionInvoker0::Invoke(66 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, __this); return; } } // System.Boolean System.Xml.XmlEncodedRawTextWriter::get_SupportsNamespaceDeclarationInChunks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlEncodedRawTextWriter_get_SupportsNamespaceDeclarationInChunks_mC5BB9DF550B44616DF2FE36CD7060C1DBC2016E7 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartNamespaceDeclaration(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartNamespaceDeclaration_mA3DDCF1972064B692A5EFE032D2D060369A8281B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { String_t* L_2 = ___0_prefix; NullCheck(L_2); int32_t L_3; L_3 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_2, NULL); if (L_3) { goto IL_002c; } } { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8, NULL); goto IL_0072; } IL_002c: { XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, _stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7, NULL); String_t* L_4 = ___0_prefix; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_4, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = __this->___bufChars_18; int32_t L_6 = __this->___bufPos_8; V_0 = L_6; int32_t L_7 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_7, 1)); int32_t L_8 = V_0; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)((int32_t)61)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->___bufChars_18; int32_t L_10 = __this->___bufPos_8; V_0 = L_10; int32_t L_11 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_11, 1)); int32_t L_12 = V_0; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (Il2CppChar)((int32_t)34)); } IL_0072: { __this->___inAttributeValue_16 = (bool)1; bool L_13 = __this->___trackTextContent_21; if (!L_13) { goto IL_0090; } } { bool L_14 = __this->___inTextContent_22; if (L_14) { goto IL_0090; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)1, NULL); } IL_0090: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEndNamespaceDeclaration() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEndNamespaceDeclaration_mEDB5286B4AAE23936DFD9738F72221435AA24D31 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { __this->___inAttributeValue_16 = (bool)0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)34)); int32_t L_6 = __this->___bufPos_8; __this->___attrEndPos_12 = L_6; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCData_m2FD4BC6708C8A44B301A07F379CE77704EEC3849 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { bool L_2 = __this->___mergeCDataSections_34; if (!L_2) { goto IL_0040; } } { int32_t L_3 = __this->___bufPos_8; int32_t L_4 = __this->___cdataPos_11; if ((!(((uint32_t)L_3) == ((uint32_t)L_4)))) { goto IL_0040; } } { int32_t L_5 = __this->___bufPos_8; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_subtract(L_5, 3)); goto IL_012a; } IL_0040: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->___bufChars_18; int32_t L_7 = __this->___bufPos_8; V_0 = L_7; int32_t L_8 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)60)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->___bufChars_18; int32_t L_11 = __this->___bufPos_8; V_0 = L_11; int32_t L_12 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_12, 1)); int32_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)33)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = __this->___bufChars_18; int32_t L_15 = __this->___bufPos_8; V_0 = L_15; int32_t L_16 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_16, 1)); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)91)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = __this->___bufChars_18; int32_t L_19 = __this->___bufPos_8; V_0 = L_19; int32_t L_20 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_20, 1)); int32_t L_21 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_21), (Il2CppChar)((int32_t)67)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = __this->___bufChars_18; int32_t L_23 = __this->___bufPos_8; V_0 = L_23; int32_t L_24 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_24, 1)); int32_t L_25 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(L_25), (Il2CppChar)((int32_t)68)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_26 = __this->___bufChars_18; int32_t L_27 = __this->___bufPos_8; V_0 = L_27; int32_t L_28 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_28, 1)); int32_t L_29 = V_0; NullCheck(L_26); (L_26)->SetAt(static_cast(L_29), (Il2CppChar)((int32_t)65)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_30 = __this->___bufChars_18; int32_t L_31 = __this->___bufPos_8; V_0 = L_31; int32_t L_32 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_32, 1)); int32_t L_33 = V_0; NullCheck(L_30); (L_30)->SetAt(static_cast(L_33), (Il2CppChar)((int32_t)84)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_34 = __this->___bufChars_18; int32_t L_35 = __this->___bufPos_8; V_0 = L_35; int32_t L_36 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_36, 1)); int32_t L_37 = V_0; NullCheck(L_34); (L_34)->SetAt(static_cast(L_37), (Il2CppChar)((int32_t)65)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_38 = __this->___bufChars_18; int32_t L_39 = __this->___bufPos_8; V_0 = L_39; int32_t L_40 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_40, 1)); int32_t L_41 = V_0; NullCheck(L_38); (L_38)->SetAt(static_cast(L_41), (Il2CppChar)((int32_t)91)); } IL_012a: { String_t* L_42 = ___0_text; XmlEncodedRawTextWriter_WriteCDataSection_m1884616808AA94C9F91F25C9E65A42059B1C2FEE(__this, L_42, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_43 = __this->___bufChars_18; int32_t L_44 = __this->___bufPos_8; V_0 = L_44; int32_t L_45 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_45, 1)); int32_t L_46 = V_0; NullCheck(L_43); (L_43)->SetAt(static_cast(L_46), (Il2CppChar)((int32_t)93)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_47 = __this->___bufChars_18; int32_t L_48 = __this->___bufPos_8; V_0 = L_48; int32_t L_49 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_49, 1)); int32_t L_50 = V_0; NullCheck(L_47); (L_47)->SetAt(static_cast(L_50), (Il2CppChar)((int32_t)93)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_51 = __this->___bufChars_18; int32_t L_52 = __this->___bufPos_8; V_0 = L_52; int32_t L_53 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_53, 1)); int32_t L_54 = V_0; NullCheck(L_51); (L_51)->SetAt(static_cast(L_54), (Il2CppChar)((int32_t)62)); int32_t L_55 = __this->___bufPos_8; __this->___textPos_9 = L_55; int32_t L_56 = __this->___bufPos_8; __this->___cdataPos_11 = L_56; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteComment_m61806CB2EAC9543B6C217B690AF069ECBC3F6020 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->___bufChars_18; int32_t L_7 = __this->___bufPos_8; V_0 = L_7; int32_t L_8 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)33)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = __this->___bufChars_18; int32_t L_11 = __this->___bufPos_8; V_0 = L_11; int32_t L_12 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_12, 1)); int32_t L_13 = V_0; NullCheck(L_10); (L_10)->SetAt(static_cast(L_13), (Il2CppChar)((int32_t)45)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_14 = __this->___bufChars_18; int32_t L_15 = __this->___bufPos_8; V_0 = L_15; int32_t L_16 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_16, 1)); int32_t L_17 = V_0; NullCheck(L_14); (L_14)->SetAt(static_cast(L_17), (Il2CppChar)((int32_t)45)); String_t* L_18 = ___0_text; XmlEncodedRawTextWriter_WriteCommentOrPi_m62FCB36114391207A8A947D3EF8B0144A809BD48(__this, L_18, ((int32_t)45), NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = __this->___bufChars_18; int32_t L_20 = __this->___bufPos_8; V_0 = L_20; int32_t L_21 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_21, 1)); int32_t L_22 = V_0; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)45)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = __this->___bufChars_18; int32_t L_24 = __this->___bufPos_8; V_0 = L_24; int32_t L_25 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_25, 1)); int32_t L_26 = V_0; NullCheck(L_23); (L_23)->SetAt(static_cast(L_26), (Il2CppChar)((int32_t)45)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = __this->___bufChars_18; int32_t L_28 = __this->___bufPos_8; V_0 = L_28; int32_t L_29 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_29, 1)); int32_t L_30 = V_0; NullCheck(L_27); (L_27)->SetAt(static_cast(L_30), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteProcessingInstruction_m7C95C598CABA1C1FC3EE7F67E4480B4C7F832355 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->___bufChars_18; int32_t L_7 = __this->___bufPos_8; V_0 = L_7; int32_t L_8 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)63)); String_t* L_10 = ___0_name; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_10, NULL); String_t* L_11 = ___1_text; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL); if ((((int32_t)L_12) <= ((int32_t)0))) { goto IL_007e; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = __this->___bufChars_18; int32_t L_14 = __this->___bufPos_8; V_0 = L_14; int32_t L_15 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_15, 1)); int32_t L_16 = V_0; NullCheck(L_13); (L_13)->SetAt(static_cast(L_16), (Il2CppChar)((int32_t)32)); String_t* L_17 = ___1_text; XmlEncodedRawTextWriter_WriteCommentOrPi_m62FCB36114391207A8A947D3EF8B0144A809BD48(__this, L_17, ((int32_t)63), NULL); } IL_007e: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_18 = __this->___bufChars_18; int32_t L_19 = __this->___bufPos_8; V_0 = L_19; int32_t L_20 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_20, 1)); int32_t L_21 = V_0; NullCheck(L_18); (L_18)->SetAt(static_cast(L_21), (Il2CppChar)((int32_t)63)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_22 = __this->___bufChars_18; int32_t L_23 = __this->___bufPos_8; V_0 = L_23; int32_t L_24 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_24, 1)); int32_t L_25 = V_0; NullCheck(L_22); (L_22)->SetAt(static_cast(L_25), (Il2CppChar)((int32_t)62)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteEntityRef_mDBB5C2F883A9957C5DDE2D8A59A7A33DEF15DDF2 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_name, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)38)); String_t* L_6 = ___0_name; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_6, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->___bufChars_18; int32_t L_8 = __this->___bufPos_8; V_0 = L_8; int32_t L_9 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t L_10 = V_0; NullCheck(L_7); (L_7)->SetAt(static_cast(L_10), (Il2CppChar)((int32_t)59)); int32_t L_11 = __this->___bufPos_8; int32_t L_12 = __this->___bufLen_13; if ((((int32_t)L_11) <= ((int32_t)L_12))) { goto IL_0066; } } { VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_0066: { int32_t L_13 = __this->___bufPos_8; __this->___textPos_9 = L_13; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCharEntity_mA93124CDD6A6DFD37DFA3F612C1911DF98CFE434 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { Il2CppChar L_0 = ___0_ch; V_1 = L_0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_2; L_2 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_1), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, NULL); V_0 = L_2; bool L_3 = __this->___checkCharacters_30; if (!L_3) { goto IL_0032; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_4 = (&__this->___xmlCharType_7); Il2CppChar L_5 = ___0_ch; bool L_6; L_6 = XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5(L_4, L_5, NULL); if (L_6) { goto IL_0032; } } { Il2CppChar L_7 = ___0_ch; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_8; L_8 = XmlConvert_CreateInvalidCharException_mE86C6EAFD256563406F74C1A6F378ADE2C07ACD2(L_7, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_WriteCharEntity_mA93124CDD6A6DFD37DFA3F612C1911DF98CFE434_RuntimeMethod_var))); } IL_0032: { bool L_9 = __this->___trackTextContent_21; if (!L_9) { goto IL_0049; } } { bool L_10 = __this->___inTextContent_22; if (!L_10) { goto IL_0049; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0049: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = __this->___bufChars_18; int32_t L_12 = __this->___bufPos_8; V_1 = L_12; int32_t L_13 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_13, 1)); int32_t L_14 = V_1; NullCheck(L_11); (L_11)->SetAt(static_cast(L_14), (Il2CppChar)((int32_t)38)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_15 = __this->___bufChars_18; int32_t L_16 = __this->___bufPos_8; V_1 = L_16; int32_t L_17 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_17, 1)); int32_t L_18 = V_1; NullCheck(L_15); (L_15)->SetAt(static_cast(L_18), (Il2CppChar)((int32_t)35)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = __this->___bufChars_18; int32_t L_20 = __this->___bufPos_8; V_1 = L_20; int32_t L_21 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_21, 1)); int32_t L_22 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)120)); String_t* L_23 = V_0; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_23, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_24 = __this->___bufChars_18; int32_t L_25 = __this->___bufPos_8; V_1 = L_25; int32_t L_26 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_26, 1)); int32_t L_27 = V_1; NullCheck(L_24); (L_24)->SetAt(static_cast(L_27), (Il2CppChar)((int32_t)59)); int32_t L_28 = __this->___bufPos_8; int32_t L_29 = __this->___bufLen_13; if ((((int32_t)L_28) <= ((int32_t)L_29))) { goto IL_00cc; } } { VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_00cc: { int32_t L_30 = __this->___bufPos_8; __this->___textPos_9 = L_30; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteWhitespace_mFA9FBE6D75A686D9452C0783D1F1EBAAAB6DD05A (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_ws, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { String_t* L_2 = ___0_ws; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0027; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0027: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___0_ws; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 2)))); bool L_10 = __this->___inAttributeValue_16; if (!L_10) { goto IL_0045; } } { Il2CppChar* L_11 = V_0; Il2CppChar* L_12 = V_2; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m8F58D0D9F8C0155608FAB1F3216FD9BA8F182913(__this, L_11, L_12, NULL); goto IL_004d; } IL_0045: { Il2CppChar* L_13 = V_0; Il2CppChar* L_14 = V_2; XmlEncodedRawTextWriter_WriteElementTextBlock_m3D8057822B0A953E78DAD98BB6017168BCFFD49C(__this, L_13, L_14, NULL); } IL_004d: { V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteString_mA1C3CF752273BA33AC2C9E63C378C5FF0F509CF7 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)1, NULL); } IL_0017: { String_t* L_2 = ___0_text; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0027; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0027: { Il2CppChar* L_7 = V_0; String_t* L_8 = ___0_text; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 2)))); bool L_10 = __this->___inAttributeValue_16; if (!L_10) { goto IL_0045; } } { Il2CppChar* L_11 = V_0; Il2CppChar* L_12 = V_2; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m8F58D0D9F8C0155608FAB1F3216FD9BA8F182913(__this, L_11, L_12, NULL); goto IL_004d; } IL_0045: { Il2CppChar* L_13 = V_0; Il2CppChar* L_14 = V_2; XmlEncodedRawTextWriter_WriteElementTextBlock_m3D8057822B0A953E78DAD98BB6017168BCFFD49C(__this, L_13, L_14, NULL); } IL_004d: { V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteSurrogateCharEntity_mC29AC47472E1C4CC4E2FBD4E36900D948766B6A6 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { Il2CppChar L_2 = ___0_lowChar; Il2CppChar L_3 = ___1_highChar; int32_t L_4; L_4 = XmlCharType_CombineSurrogateChar_m4D32D326745128CD021B4C219295A61B074FB8C7(L_2, L_3, NULL); V_0 = L_4; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = __this->___bufChars_18; int32_t L_6 = __this->___bufPos_8; V_1 = L_6; int32_t L_7 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_7, 1)); int32_t L_8 = V_1; NullCheck(L_5); (L_5)->SetAt(static_cast(L_8), (Il2CppChar)((int32_t)38)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->___bufChars_18; int32_t L_10 = __this->___bufPos_8; V_1 = L_10; int32_t L_11 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_11, 1)); int32_t L_12 = V_1; NullCheck(L_9); (L_9)->SetAt(static_cast(L_12), (Il2CppChar)((int32_t)35)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_13 = __this->___bufChars_18; int32_t L_14 = __this->___bufPos_8; V_1 = L_14; int32_t L_15 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_15, 1)); int32_t L_16 = V_1; NullCheck(L_13); (L_13)->SetAt(static_cast(L_16), (Il2CppChar)((int32_t)120)); NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_17; L_17 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_18; L_18 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_17, NULL); XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_18, NULL); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = __this->___bufChars_18; int32_t L_20 = __this->___bufPos_8; V_1 = L_20; int32_t L_21 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_21, 1)); int32_t L_22 = V_1; NullCheck(L_19); (L_19)->SetAt(static_cast(L_22), (Il2CppChar)((int32_t)59)); int32_t L_23 = __this->___bufPos_8; __this->___textPos_9 = L_23; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteChars_m199ABAEC5FBFBB7C234A304D5094F58D48ADFB07 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)1, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_buffer; int32_t L_3 = ___1_index; NullCheck(L_2); V_1 = ((L_2)->GetAddressAt(static_cast(L_3))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); bool L_5 = __this->___inAttributeValue_16; if (!L_5) { goto IL_0039; } } { Il2CppChar* L_6 = V_0; Il2CppChar* L_7 = V_0; int32_t L_8 = ___2_count; XmlEncodedRawTextWriter_WriteAttributeTextBlock_m8F58D0D9F8C0155608FAB1F3216FD9BA8F182913(__this, L_6, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))), NULL); goto IL_0046; } IL_0039: { Il2CppChar* L_9 = V_0; Il2CppChar* L_10 = V_0; int32_t L_11 = ___2_count; XmlEncodedRawTextWriter_WriteElementTextBlock_m3D8057822B0A953E78DAD98BB6017168BCFFD49C(__this, L_9, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), 2)))), NULL); } IL_0046: { V_1 = (Il2CppChar*)((uintptr_t)0); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_m377C81F6B413480998B3FFBE321070D4B3E3959C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_buffer; int32_t L_3 = ___1_index; NullCheck(L_2); V_1 = ((L_2)->GetAddressAt(static_cast(L_3))); Il2CppChar* L_4 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_0; Il2CppChar* L_6 = V_0; int32_t L_7 = ___2_count; XmlEncodedRawTextWriter_WriteRawWithCharChecking_m9778A2D7ABE8D810FABF80BC975E67855D1C741C(__this, L_5, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 2)))), NULL); V_1 = (Il2CppChar*)((uintptr_t)0); int32_t L_8 = __this->___bufPos_8; __this->___textPos_9 = L_8; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRaw_m1D3A9B40867F3EC1B58D63EAF9F9E8B79446E5A6 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_data, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_0017; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_0017; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_0017: { String_t* L_2 = ___0_data; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0027; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0027: { Il2CppChar* L_7 = V_0; Il2CppChar* L_8 = V_0; String_t* L_9 = ___0_data; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); XmlEncodedRawTextWriter_WriteRawWithCharChecking_m9778A2D7ABE8D810FABF80BC975E67855D1C741C(__this, L_7, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), 2)))), NULL); V_1 = (String_t*)NULL; int32_t L_11 = __this->___bufPos_8; __this->___textPos_9 = L_11; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_Close_m377D95A8F315BCD82C64D3356933B7A4F0EC976F (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_000e: {// begin finally (depth: 1) { __this->___writeToNull_14 = (bool)1; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; if (!L_0) { goto IL_0049; } } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_002a: {// begin finally (depth: 2) { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0040: {// begin finally (depth: 3) __this->___stream_5 = (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_5), (void*)(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL); return; }// end finally (depth: 3) }); try {// begin try (depth: 3) { bool L_1 = __this->___closeOutput_27; if (!L_1) { goto IL_003e_1; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = __this->___stream_5; NullCheck(L_2); VirtualActionInvoker0::Invoke(19 /* System.Void System.IO.Stream::Close() */, L_2); } IL_003e_1: { goto IL_0048; } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0048: { return; } }// end finally (depth: 2) }); try {// begin try (depth: 2) Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = __this->___stream_5; NullCheck(L_3); VirtualActionInvoker0::Invoke(21 /* System.Void System.IO.Stream::Flush() */, L_3); goto IL_007d; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_0049: { TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_4 = __this->___writer_20; if (!L_4) { goto IL_007d; } } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_005e: {// begin finally (depth: 2) { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0074: {// begin finally (depth: 3) __this->___writer_20 = (TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___writer_20), (void*)(TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3*)NULL); return; }// end finally (depth: 3) }); try {// begin try (depth: 3) { bool L_5 = __this->___closeOutput_27; if (!L_5) { goto IL_0072_1; } } { TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_6 = __this->___writer_20; NullCheck(L_6); VirtualActionInvoker0::Invoke(8 /* System.Void System.IO.TextWriter::Close() */, L_6); } IL_0072_1: { goto IL_007c; } }// end try (depth: 3) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007c: { return; } }// end finally (depth: 2) }); try {// begin try (depth: 2) TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_7 = __this->___writer_20; NullCheck(L_7); VirtualActionInvoker0::Invoke(10 /* System.Void System.IO.TextWriter::Flush() */, L_7); goto IL_007d; }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007d: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); XmlEncodedRawTextWriter_FlushEncoder_mF80738DA0BD3236805E929D8953CC9955543E49B(__this, NULL); goto IL_007e; }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_007e: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_Flush_mC269847F8643AE8FEB778FA84A3BA42A7A5DA2F2 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { { VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); XmlEncodedRawTextWriter_FlushEncoder_mF80738DA0BD3236805E929D8953CC9955543E49B(__this, NULL); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; if (!L_0) { goto IL_0020; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = __this->___stream_5; NullCheck(L_1); VirtualActionInvoker0::Invoke(21 /* System.Void System.IO.Stream::Flush() */, L_1); return; } IL_0020: { TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_2 = __this->___writer_20; if (!L_2) { goto IL_0033; } } { TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_3 = __this->___writer_20; NullCheck(L_3); VirtualActionInvoker0::Invoke(10 /* System.Void System.IO.TextWriter::Flush() */, L_3); } IL_0033: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_FlushBuffer_mDFE298B4E2182ABDE3C497E10252BBF6D73B7C3C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B12_0 = NULL; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B11_0 = NULL; int32_t G_B13_0 = 0; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B13_1 = NULL; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B15_0 = NULL; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B14_0 = NULL; int32_t G_B16_0 = 0; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B16_1 = NULL; { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0088: {// begin finally (depth: 1) { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->___bufChars_18; int32_t L_2 = __this->___bufPos_8; NullCheck(L_1); int32_t L_3 = ((int32_t)il2cpp_codegen_subtract(L_2, 1)); uint16_t L_4 = (uint16_t)(L_1)->GetAt(static_cast(L_3)); NullCheck(L_0); (L_0)->SetAt(static_cast(0), (Il2CppChar)L_4); int32_t L_5 = __this->___textPos_9; int32_t L_6 = __this->___bufPos_8; G_B11_0 = __this; if ((((int32_t)L_5) == ((int32_t)L_6))) { G_B12_0 = __this; goto IL_00b1; } } { G_B13_0 = 0; G_B13_1 = G_B11_0; goto IL_00b2; } IL_00b1: { G_B13_0 = 1; G_B13_1 = G_B12_0; } IL_00b2: { NullCheck(G_B13_1); G_B13_1->___textPos_9 = G_B13_0; int32_t L_7 = __this->___attrEndPos_12; int32_t L_8 = __this->___bufPos_8; G_B14_0 = __this; if ((((int32_t)L_7) == ((int32_t)L_8))) { G_B15_0 = __this; goto IL_00c9; } } { G_B16_0 = 0; G_B16_1 = G_B14_0; goto IL_00ca; } IL_00c9: { G_B16_0 = 1; G_B16_1 = G_B15_0; } IL_00ca: { NullCheck(G_B16_1); G_B16_1->___attrEndPos_12 = G_B16_0; __this->___contentPos_10 = 0; __this->___cdataPos_11 = 0; __this->___bufPos_8 = 1; return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) try {// begin try (depth: 2) { bool L_9 = __this->___writeToNull_14; if (L_9) { goto IL_007c_2; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_10 = __this->___stream_5; if (!L_10) { goto IL_0062_2; } } { bool L_11 = __this->___trackTextContent_21; if (!L_11) { goto IL_0052_2; } } { CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* L_12 = __this->___charEntityFallback_25; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_13 = __this->___textContentMarks_24; int32_t L_14 = __this->___lastMarkPos_23; NullCheck(L_12); CharEntityEncoderFallback_Reset_mD7EF1BA49617CFC5425B5C99F91F66A1B56A37D0(L_12, L_13, L_14, NULL); int32_t L_15 = __this->___lastMarkPos_23; if (!((int32_t)(L_15&1))) { goto IL_004b_2; } } { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_16 = __this->___textContentMarks_24; NullCheck(L_16); (L_16)->SetAt(static_cast(1), (int32_t)1); __this->___lastMarkPos_23 = 1; goto IL_0052_2; } IL_004b_2: { __this->___lastMarkPos_23 = 0; } IL_0052_2: { int32_t L_17 = __this->___bufPos_8; XmlEncodedRawTextWriter_EncodeChars_m60B652794603AF669DE64C260C032DCEC90351D4(__this, 1, L_17, (bool)1, NULL); goto IL_007c_2; } IL_0062_2: { TextWriter_tA9E5461506CF806E17B6BBBF2119359DEDA3F0F3* L_18 = __this->___writer_20; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_19 = __this->___bufChars_18; int32_t L_20 = __this->___bufPos_8; NullCheck(L_18); VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(15 /* System.Void System.IO.TextWriter::Write(System.Char[],System.Int32,System.Int32) */, L_18, L_19, 1, ((int32_t)il2cpp_codegen_subtract(L_20, 1))); } IL_007c_2: { goto IL_00e5; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_007e_1; } throw e; } CATCH_007e_1: {// begin catch(System.Object) __this->___writeToNull_14 = (bool)1; IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 2) }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00e5: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::EncodeChars(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_EncodeChars_m60B652794603AF669DE64C260C032DCEC90351D4 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, int32_t ___0_startOffset, int32_t ___1_endOffset, bool ___2_writeAllToStream, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; { goto IL_0095; } IL_0005: { CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* L_0 = __this->___charEntityFallback_25; if (!L_0) { goto IL_0019; } } { CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* L_1 = __this->___charEntityFallback_25; int32_t L_2 = ___0_startOffset; NullCheck(L_1); CharEntityEncoderFallback_set_StartOffset_mA243578474DC2FDE44519F05E12676FE3D0A2865_inline(L_1, L_2, NULL); } IL_0019: { Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* L_3 = __this->___encoder_19; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->___bufChars_18; int32_t L_5 = ___0_startOffset; int32_t L_6 = ___1_endOffset; int32_t L_7 = ___0_startOffset; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = __this->___bufBytes_4; int32_t L_9 = __this->___bufBytesUsed_17; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = __this->___bufBytes_4; NullCheck(L_10); int32_t L_11 = __this->___bufBytesUsed_17; NullCheck(L_3); VirtualActionInvoker10< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(9 /* System.Void System.Text.Encoder::Convert(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_3, L_4, L_5, ((int32_t)il2cpp_codegen_subtract(L_6, L_7)), L_8, L_9, ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_10)->max_length)), L_11)), (bool)0, (&V_0), (&V_1), (&V_2)); int32_t L_12 = ___0_startOffset; int32_t L_13 = V_0; ___0_startOffset = ((int32_t)il2cpp_codegen_add(L_12, L_13)); int32_t L_14 = __this->___bufBytesUsed_17; int32_t L_15 = V_1; __this->___bufBytesUsed_17 = ((int32_t)il2cpp_codegen_add(L_14, L_15)); int32_t L_16 = __this->___bufBytesUsed_17; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = __this->___bufBytes_4; NullCheck(L_17); if ((((int32_t)L_16) < ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_17)->max_length)), ((int32_t)16)))))) { goto IL_0095; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_18 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = __this->___bufBytes_4; int32_t L_20 = __this->___bufBytesUsed_17; NullCheck(L_18); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(35 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_18, L_19, 0, L_20); __this->___bufBytesUsed_17 = 0; } IL_0095: { int32_t L_21 = ___0_startOffset; int32_t L_22 = ___1_endOffset; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_0005; } } { bool L_23 = ___2_writeAllToStream; if (!L_23) { goto IL_00c7; } } { int32_t L_24 = __this->___bufBytesUsed_17; if ((((int32_t)L_24) <= ((int32_t)0))) { goto IL_00c7; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_25 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = __this->___bufBytes_4; int32_t L_27 = __this->___bufBytesUsed_17; NullCheck(L_25); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(35 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_25, L_26, 0, L_27); __this->___bufBytesUsed_17 = 0; } IL_00c7: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::FlushEncoder() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_FlushEncoder_mF80738DA0BD3236805E929D8953CC9955543E49B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; if (!L_0) { goto IL_0047; } } { Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* L_1 = __this->___encoder_19; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = __this->___bufBytes_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___bufBytes_4; NullCheck(L_4); NullCheck(L_1); VirtualActionInvoker10< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(9 /* System.Void System.Text.Encoder::Convert(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_1, L_2, 1, 0, L_3, 0, ((int32_t)(((RuntimeArray*)L_4)->max_length)), (bool)1, (&V_0), (&V_1), (&V_2)); int32_t L_5 = V_1; if (!L_5) { goto IL_0047; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = __this->___bufBytes_4; int32_t L_8 = V_1; NullCheck(L_6); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(35 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_6, L_7, 0, L_8); } IL_0047: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteAttributeTextBlock_m8F58D0D9F8C0155608FAB1F3216FD9BA8F182913 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; Il2CppChar* V_4 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_1; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = V_0; int32_t L_5 = __this->___bufPos_8; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))); V_3 = 0; } IL_002b: { Il2CppChar* L_6 = V_2; Il2CppChar* L_7 = ___1_pSrcEnd; Il2CppChar* L_8 = ___0_pSrc; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_7, (intptr_t)L_8))/2))), ((int64_t)2)))))); Il2CppChar* L_9 = V_4; Il2CppChar* L_10 = V_0; int32_t L_11 = __this->___bufLen_13; if ((!(((uintptr_t)L_9) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), 2)))))))) { goto IL_0064; } } { Il2CppChar* L_12 = V_0; int32_t L_13 = __this->___bufLen_13; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2)))); goto IL_0064; } IL_0057: { Il2CppChar* L_14 = V_2; int32_t L_15 = V_3; *((int16_t*)L_14) = (int16_t)((int32_t)(uint16_t)L_15); Il2CppChar* L_16 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2)); Il2CppChar* L_17 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, 2)); } IL_0064: { Il2CppChar* L_18 = V_2; Il2CppChar* L_19 = V_4; if ((!(((uintptr_t)L_18) < ((uintptr_t)L_19)))) { goto IL_0081; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_20 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = L_20->___charProperties_2; Il2CppChar* L_22 = ___0_pSrc; int32_t L_23 = *((uint16_t*)L_22); int32_t L_24 = L_23; V_3 = L_24; NullCheck(L_21); int32_t L_25 = L_24; uint8_t L_26 = (L_21)->GetAt(static_cast(L_25)); if (((int32_t)((int32_t)L_26&((int32_t)128)))) { goto IL_0057; } } IL_0081: { Il2CppChar* L_27 = ___0_pSrc; Il2CppChar* L_28 = ___1_pSrcEnd; if ((!(((uintptr_t)L_27) < ((uintptr_t)L_28)))) { goto IL_01dd; } } { Il2CppChar* L_29 = V_2; Il2CppChar* L_30 = V_4; if ((!(((uintptr_t)L_29) >= ((uintptr_t)L_30)))) { goto IL_00a6; } } { Il2CppChar* L_31 = V_2; Il2CppChar* L_32 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/2)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_33 = V_0; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, 2)); goto IL_002b; } IL_00a6: { int32_t L_34 = V_3; if ((((int32_t)L_34) > ((int32_t)((int32_t)38)))) { goto IL_00d7; } } { int32_t L_35 = V_3; switch (((int32_t)il2cpp_codegen_subtract(L_35, ((int32_t)9)))) { case 0: { goto IL_0128; } case 1: { goto IL_0166; } case 2: { goto IL_0182; } case 3: { goto IL_0182; } case 4: { goto IL_014a; } } } { int32_t L_36 = V_3; if ((((int32_t)L_36) == ((int32_t)((int32_t)34)))) { goto IL_010f; } } { int32_t L_37 = V_3; if ((((int32_t)L_37) == ((int32_t)((int32_t)38)))) { goto IL_00eb; } } { goto IL_0182; } IL_00d7: { int32_t L_38 = V_3; if ((((int32_t)L_38) == ((int32_t)((int32_t)39)))) { goto IL_011b; } } { int32_t L_39 = V_3; if ((((int32_t)L_39) == ((int32_t)((int32_t)60)))) { goto IL_00f7; } } { int32_t L_40 = V_3; if ((((int32_t)L_40) == ((int32_t)((int32_t)62)))) { goto IL_0103; } } { goto IL_0182; } IL_00eb: { Il2CppChar* L_41 = V_2; Il2CppChar* L_42; L_42 = XmlEncodedRawTextWriter_AmpEntity_m7119B014038B56F76707A58E3CE7B2A67E6D2016(L_41, NULL); V_2 = L_42; goto IL_01d3; } IL_00f7: { Il2CppChar* L_43 = V_2; Il2CppChar* L_44; L_44 = XmlEncodedRawTextWriter_LtEntity_m9CF4843E9DF36AE18B20138945AB54784DABBB9B(L_43, NULL); V_2 = L_44; goto IL_01d3; } IL_0103: { Il2CppChar* L_45 = V_2; Il2CppChar* L_46; L_46 = XmlEncodedRawTextWriter_GtEntity_m2F85F07B179C0690128B7B079202E4E8B55E1A0C(L_45, NULL); V_2 = L_46; goto IL_01d3; } IL_010f: { Il2CppChar* L_47 = V_2; Il2CppChar* L_48; L_48 = XmlEncodedRawTextWriter_QuoteEntity_m775FD8DA0162986C4AA3CE04B6E9C95381BDCCCF(L_47, NULL); V_2 = L_48; goto IL_01d3; } IL_011b: { Il2CppChar* L_49 = V_2; int32_t L_50 = V_3; *((int16_t*)L_49) = (int16_t)((int32_t)(uint16_t)L_50); Il2CppChar* L_51 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, 2)); goto IL_01d3; } IL_0128: { int32_t L_52 = __this->___newLineHandling_26; if ((!(((uint32_t)L_52) == ((uint32_t)2)))) { goto IL_013e; } } { Il2CppChar* L_53 = V_2; int32_t L_54 = V_3; *((int16_t*)L_53) = (int16_t)((int32_t)(uint16_t)L_54); Il2CppChar* L_55 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, 2)); goto IL_01d3; } IL_013e: { Il2CppChar* L_56 = V_2; Il2CppChar* L_57; L_57 = XmlEncodedRawTextWriter_TabEntity_m01E27155989C58B1C8CB2D65A994A0877AAD3EE3(L_56, NULL); V_2 = L_57; goto IL_01d3; } IL_014a: { int32_t L_58 = __this->___newLineHandling_26; if ((!(((uint32_t)L_58) == ((uint32_t)2)))) { goto IL_015d; } } { Il2CppChar* L_59 = V_2; int32_t L_60 = V_3; *((int16_t*)L_59) = (int16_t)((int32_t)(uint16_t)L_60); Il2CppChar* L_61 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, 2)); goto IL_01d3; } IL_015d: { Il2CppChar* L_62 = V_2; Il2CppChar* L_63; L_63 = XmlEncodedRawTextWriter_CarriageReturnEntity_m475E7831359AF89762DD38E5577C9EE03B4E0A68(L_62, NULL); V_2 = L_63; goto IL_01d3; } IL_0166: { int32_t L_64 = __this->___newLineHandling_26; if ((!(((uint32_t)L_64) == ((uint32_t)2)))) { goto IL_0179; } } { Il2CppChar* L_65 = V_2; int32_t L_66 = V_3; *((int16_t*)L_65) = (int16_t)((int32_t)(uint16_t)L_66); Il2CppChar* L_67 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, 2)); goto IL_01d3; } IL_0179: { Il2CppChar* L_68 = V_2; Il2CppChar* L_69; L_69 = XmlEncodedRawTextWriter_LineFeedEntity_m6D5717C707EA2D98F260FE91D8D2FF0148A87302(L_68, NULL); V_2 = L_69; goto IL_01d3; } IL_0182: { int32_t L_70 = V_3; bool L_71; L_71 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_70, NULL); if (!L_71) { goto IL_01a0; } } { Il2CppChar* L_72 = ___0_pSrc; Il2CppChar* L_73 = ___1_pSrcEnd; Il2CppChar* L_74 = V_2; Il2CppChar* L_75; L_75 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_72, L_73, L_74, NULL); V_2 = L_75; Il2CppChar* L_76 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_002b; } IL_01a0: { int32_t L_77 = V_3; if ((((int32_t)L_77) <= ((int32_t)((int32_t)127)))) { goto IL_01ad; } } { int32_t L_78 = V_3; if ((((int32_t)L_78) < ((int32_t)((int32_t)65534)))) { goto IL_01c1; } } IL_01ad: { int32_t L_79 = V_3; Il2CppChar* L_80 = V_2; Il2CppChar* L_81; L_81 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_79, L_80, (bool)1, NULL); V_2 = L_81; Il2CppChar* L_82 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, 2)); goto IL_002b; } IL_01c1: { Il2CppChar* L_83 = V_2; int32_t L_84 = V_3; *((int16_t*)L_83) = (int16_t)((int32_t)(uint16_t)L_84); Il2CppChar* L_85 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_85, 2)); Il2CppChar* L_86 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, 2)); goto IL_002b; } IL_01d3: { Il2CppChar* L_87 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, 2)); goto IL_002b; } IL_01dd: { Il2CppChar* L_88 = V_2; Il2CppChar* L_89 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_88, (intptr_t)L_89))/2)))); V_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlock(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteElementTextBlock_m3D8057822B0A953E78DAD98BB6017168BCFFD49C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; Il2CppChar* V_2 = NULL; int32_t V_3 = 0; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_1; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = V_0; int32_t L_5 = __this->___bufPos_8; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))); V_3 = 0; } IL_002b: { Il2CppChar* L_6 = V_2; Il2CppChar* L_7 = ___1_pSrcEnd; Il2CppChar* L_8 = ___0_pSrc; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_7, (intptr_t)L_8))/2))), ((int64_t)2)))))); Il2CppChar* L_9 = V_4; Il2CppChar* L_10 = V_0; int32_t L_11 = __this->___bufLen_13; if ((!(((uintptr_t)L_9) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_10, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_11), 2)))))))) { goto IL_0064; } } { Il2CppChar* L_12 = V_0; int32_t L_13 = __this->___bufLen_13; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2)))); goto IL_0064; } IL_0057: { Il2CppChar* L_14 = V_2; int32_t L_15 = V_3; *((int16_t*)L_14) = (int16_t)((int32_t)(uint16_t)L_15); Il2CppChar* L_16 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2)); Il2CppChar* L_17 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, 2)); } IL_0064: { Il2CppChar* L_18 = V_2; Il2CppChar* L_19 = V_4; if ((!(((uintptr_t)L_18) < ((uintptr_t)L_19)))) { goto IL_0081; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_20 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = L_20->___charProperties_2; Il2CppChar* L_22 = ___0_pSrc; int32_t L_23 = *((uint16_t*)L_22); int32_t L_24 = L_23; V_3 = L_24; NullCheck(L_21); int32_t L_25 = L_24; uint8_t L_26 = (L_21)->GetAt(static_cast(L_25)); if (((int32_t)((int32_t)L_26&((int32_t)128)))) { goto IL_0057; } } IL_0081: { Il2CppChar* L_27 = ___0_pSrc; Il2CppChar* L_28 = ___1_pSrcEnd; if ((!(((uintptr_t)L_27) < ((uintptr_t)L_28)))) { goto IL_01e0; } } { Il2CppChar* L_29 = V_2; Il2CppChar* L_30 = V_4; if ((!(((uintptr_t)L_29) >= ((uintptr_t)L_30)))) { goto IL_00a6; } } { Il2CppChar* L_31 = V_2; Il2CppChar* L_32 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/2)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_33 = V_0; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, 2)); goto IL_002b; } IL_00a6: { int32_t L_34 = V_3; if ((((int32_t)L_34) > ((int32_t)((int32_t)38)))) { goto IL_00d7; } } { int32_t L_35 = V_3; switch (((int32_t)il2cpp_codegen_subtract(L_35, ((int32_t)9)))) { case 0: { goto IL_010f; } case 1: { goto IL_011c; } case 2: { goto IL_0185; } case 3: { goto IL_0185; } case 4: { goto IL_013e; } } } { int32_t L_36 = V_3; if ((((int32_t)L_36) == ((int32_t)((int32_t)34)))) { goto IL_010f; } } { int32_t L_37 = V_3; if ((((int32_t)L_37) == ((int32_t)((int32_t)38)))) { goto IL_00eb; } } { goto IL_0185; } IL_00d7: { int32_t L_38 = V_3; if ((((int32_t)L_38) == ((int32_t)((int32_t)39)))) { goto IL_010f; } } { int32_t L_39 = V_3; if ((((int32_t)L_39) == ((int32_t)((int32_t)60)))) { goto IL_00f7; } } { int32_t L_40 = V_3; if ((((int32_t)L_40) == ((int32_t)((int32_t)62)))) { goto IL_0103; } } { goto IL_0185; } IL_00eb: { Il2CppChar* L_41 = V_2; Il2CppChar* L_42; L_42 = XmlEncodedRawTextWriter_AmpEntity_m7119B014038B56F76707A58E3CE7B2A67E6D2016(L_41, NULL); V_2 = L_42; goto IL_01d6; } IL_00f7: { Il2CppChar* L_43 = V_2; Il2CppChar* L_44; L_44 = XmlEncodedRawTextWriter_LtEntity_m9CF4843E9DF36AE18B20138945AB54784DABBB9B(L_43, NULL); V_2 = L_44; goto IL_01d6; } IL_0103: { Il2CppChar* L_45 = V_2; Il2CppChar* L_46; L_46 = XmlEncodedRawTextWriter_GtEntity_m2F85F07B179C0690128B7B079202E4E8B55E1A0C(L_45, NULL); V_2 = L_46; goto IL_01d6; } IL_010f: { Il2CppChar* L_47 = V_2; int32_t L_48 = V_3; *((int16_t*)L_47) = (int16_t)((int32_t)(uint16_t)L_48); Il2CppChar* L_49 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, 2)); goto IL_01d6; } IL_011c: { int32_t L_50 = __this->___newLineHandling_26; if (L_50) { goto IL_0131; } } { Il2CppChar* L_51 = V_2; Il2CppChar* L_52; L_52 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_51, NULL); V_2 = L_52; goto IL_01d6; } IL_0131: { Il2CppChar* L_53 = V_2; int32_t L_54 = V_3; *((int16_t*)L_53) = (int16_t)((int32_t)(uint16_t)L_54); Il2CppChar* L_55 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_55, 2)); goto IL_01d6; } IL_013e: { int32_t L_56 = __this->___newLineHandling_26; V_5 = L_56; int32_t L_57 = V_5; switch (L_57) { case 0: { goto IL_015b; } case 1: { goto IL_0172; } case 2: { goto IL_017b; } } } { goto IL_01d6; } IL_015b: { Il2CppChar* L_58 = ___0_pSrc; int32_t L_59 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_58, 2))); if ((!(((uint32_t)L_59) == ((uint32_t)((int32_t)10))))) { goto IL_0168; } } { Il2CppChar* L_60 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, 2)); } IL_0168: { Il2CppChar* L_61 = V_2; Il2CppChar* L_62; L_62 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_61, NULL); V_2 = L_62; goto IL_01d6; } IL_0172: { Il2CppChar* L_63 = V_2; Il2CppChar* L_64; L_64 = XmlEncodedRawTextWriter_CarriageReturnEntity_m475E7831359AF89762DD38E5577C9EE03B4E0A68(L_63, NULL); V_2 = L_64; goto IL_01d6; } IL_017b: { Il2CppChar* L_65 = V_2; int32_t L_66 = V_3; *((int16_t*)L_65) = (int16_t)((int32_t)(uint16_t)L_66); Il2CppChar* L_67 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, 2)); goto IL_01d6; } IL_0185: { int32_t L_68 = V_3; bool L_69; L_69 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_68, NULL); if (!L_69) { goto IL_01a3; } } { Il2CppChar* L_70 = ___0_pSrc; Il2CppChar* L_71 = ___1_pSrcEnd; Il2CppChar* L_72 = V_2; Il2CppChar* L_73; L_73 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_70, L_71, L_72, NULL); V_2 = L_73; Il2CppChar* L_74 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_002b; } IL_01a3: { int32_t L_75 = V_3; if ((((int32_t)L_75) <= ((int32_t)((int32_t)127)))) { goto IL_01b0; } } { int32_t L_76 = V_3; if ((((int32_t)L_76) < ((int32_t)((int32_t)65534)))) { goto IL_01c4; } } IL_01b0: { int32_t L_77 = V_3; Il2CppChar* L_78 = V_2; Il2CppChar* L_79; L_79 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_77, L_78, (bool)1, NULL); V_2 = L_79; Il2CppChar* L_80 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_80, 2)); goto IL_002b; } IL_01c4: { Il2CppChar* L_81 = V_2; int32_t L_82 = V_3; *((int16_t*)L_81) = (int16_t)((int32_t)(uint16_t)L_82); Il2CppChar* L_83 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, 2)); Il2CppChar* L_84 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, 2)); goto IL_002b; } IL_01d6: { Il2CppChar* L_85 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_85, 2)); goto IL_002b; } IL_01e0: { Il2CppChar* L_86 = V_2; Il2CppChar* L_87 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_86, (intptr_t)L_87))/2)))); int32_t L_88 = __this->___bufPos_8; __this->___textPos_9 = L_88; __this->___contentPos_10 = 0; V_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_s, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; { String_t* L_0 = ___0_s; V_1 = L_0; String_t* L_1 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_1); Il2CppChar* L_2 = V_0; if (!L_2) { goto IL_0010; } } { Il2CppChar* L_3 = V_0; int32_t L_4; L_4 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, L_4)); } IL_0010: { Il2CppChar* L_5 = V_0; Il2CppChar* L_6 = V_0; String_t* L_7 = ___0_s; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); XmlEncodedRawTextWriter_RawText_mA929119ED811F24E33A792F319E86CD409AF447A(__this, L_5, ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))), NULL); V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::RawText(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_RawText_mA929119ED811F24E33A792F319E86CD409AF447A (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_1; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = V_0; int32_t L_5 = __this->___bufPos_8; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))); Il2CppChar* L_6 = ___0_pSrcBegin; V_3 = L_6; V_4 = 0; } IL_002e: { Il2CppChar* L_7 = V_2; Il2CppChar* L_8 = ___1_pSrcEnd; Il2CppChar* L_9 = V_3; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/2))), ((int64_t)2)))))); Il2CppChar* L_10 = V_5; Il2CppChar* L_11 = V_0; int32_t L_12 = __this->___bufLen_13; if ((!(((uintptr_t)L_10) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2)))))))) { goto IL_0067; } } { Il2CppChar* L_13 = V_0; int32_t L_14 = __this->___bufLen_13; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2)))); goto IL_0067; } IL_005a: { Il2CppChar* L_15 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, 2)); Il2CppChar* L_16 = V_2; int32_t L_17 = V_4; *((int16_t*)L_16) = (int16_t)((int32_t)(uint16_t)L_17); Il2CppChar* L_18 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, 2)); } IL_0067: { Il2CppChar* L_19 = V_2; Il2CppChar* L_20 = V_5; if ((!(((uintptr_t)L_19) < ((uintptr_t)L_20)))) { goto IL_0078; } } { Il2CppChar* L_21 = V_3; int32_t L_22 = *((uint16_t*)L_21); int32_t L_23 = L_22; V_4 = L_23; if ((((int32_t)L_23) < ((int32_t)((int32_t)55296)))) { goto IL_005a; } } IL_0078: { Il2CppChar* L_24 = V_3; Il2CppChar* L_25 = ___1_pSrcEnd; if ((!(((uintptr_t)L_24) < ((uintptr_t)L_25)))) { goto IL_00ed; } } { Il2CppChar* L_26 = V_2; Il2CppChar* L_27 = V_5; if ((!(((uintptr_t)L_26) >= ((uintptr_t)L_27)))) { goto IL_009a; } } { Il2CppChar* L_28 = V_2; Il2CppChar* L_29 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_28, (intptr_t)L_29))/2)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_30 = V_0; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, 2)); goto IL_002e; } IL_009a: { int32_t L_31 = V_4; bool L_32; L_32 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_31, NULL); if (!L_32) { goto IL_00b8; } } { Il2CppChar* L_33 = V_3; Il2CppChar* L_34 = ___1_pSrcEnd; Il2CppChar* L_35 = V_2; Il2CppChar* L_36; L_36 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_33, L_34, L_35, NULL); V_2 = L_36; Il2CppChar* L_37 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_002e; } IL_00b8: { int32_t L_38 = V_4; if ((((int32_t)L_38) <= ((int32_t)((int32_t)127)))) { goto IL_00c7; } } { int32_t L_39 = V_4; if ((((int32_t)L_39) < ((int32_t)((int32_t)65534)))) { goto IL_00db; } } IL_00c7: { int32_t L_40 = V_4; Il2CppChar* L_41 = V_2; Il2CppChar* L_42; L_42 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_40, L_41, (bool)0, NULL); V_2 = L_42; Il2CppChar* L_43 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_43, 2)); goto IL_002e; } IL_00db: { Il2CppChar* L_44 = V_2; int32_t L_45 = V_4; *((int16_t*)L_44) = (int16_t)((int32_t)(uint16_t)L_45); Il2CppChar* L_46 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, 2)); Il2CppChar* L_47 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, 2)); goto IL_002e; } IL_00ed: { Il2CppChar* L_48 = V_2; Il2CppChar* L_49 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_48, (intptr_t)L_49))/2)))); V_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharChecking(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteRawWithCharChecking_m9778A2D7ABE8D810FABF80BC975E67855D1C741C (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_1; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = ___0_pSrcBegin; V_2 = L_4; Il2CppChar* L_5 = V_0; int32_t L_6 = __this->___bufPos_8; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))); V_4 = 0; } IL_002e: { Il2CppChar* L_7 = V_3; Il2CppChar* L_8 = ___1_pSrcEnd; Il2CppChar* L_9 = V_2; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/2))), ((int64_t)2)))))); Il2CppChar* L_10 = V_5; Il2CppChar* L_11 = V_0; int32_t L_12 = __this->___bufLen_13; if ((!(((uintptr_t)L_10) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2)))))))) { goto IL_0067; } } { Il2CppChar* L_13 = V_0; int32_t L_14 = __this->___bufLen_13; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2)))); goto IL_0067; } IL_005a: { Il2CppChar* L_15 = V_3; int32_t L_16 = V_4; *((int16_t*)L_15) = (int16_t)((int32_t)(uint16_t)L_16); Il2CppChar* L_17 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, 2)); Il2CppChar* L_18 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, 2)); } IL_0067: { Il2CppChar* L_19 = V_3; Il2CppChar* L_20 = V_5; if ((!(((uintptr_t)L_19) < ((uintptr_t)L_20)))) { goto IL_0082; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_21 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = L_21->___charProperties_2; Il2CppChar* L_23 = V_2; int32_t L_24 = *((uint16_t*)L_23); int32_t L_25 = L_24; V_4 = L_25; NullCheck(L_22); int32_t L_26 = L_25; uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); if (((int32_t)((int32_t)L_27&((int32_t)64)))) { goto IL_005a; } } IL_0082: { Il2CppChar* L_28 = V_2; Il2CppChar* L_29 = ___1_pSrcEnd; if ((!(((uintptr_t)L_28) < ((uintptr_t)L_29)))) { goto IL_018f; } } { Il2CppChar* L_30 = V_3; Il2CppChar* L_31 = V_5; if ((!(((uintptr_t)L_30) >= ((uintptr_t)L_31)))) { goto IL_00a7; } } { Il2CppChar* L_32 = V_3; Il2CppChar* L_33 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, (intptr_t)L_33))/2)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_34 = V_0; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_34, 2)); goto IL_002e; } IL_00a7: { int32_t L_35 = V_4; if ((((int32_t)L_35) > ((int32_t)((int32_t)38)))) { goto IL_00d3; } } { int32_t L_36 = V_4; switch (((int32_t)il2cpp_codegen_subtract(L_36, ((int32_t)9)))) { case 0: { goto IL_00df; } case 1: { goto IL_0116; } case 2: { goto IL_0133; } case 3: { goto IL_0133; } case 4: { goto IL_00ed; } } } { int32_t L_37 = V_4; if ((((int32_t)L_37) == ((int32_t)((int32_t)38)))) { goto IL_00df; } } { goto IL_0133; } IL_00d3: { int32_t L_38 = V_4; if ((((int32_t)L_38) == ((int32_t)((int32_t)60)))) { goto IL_00df; } } { int32_t L_39 = V_4; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)93))))) { goto IL_0133; } } IL_00df: { Il2CppChar* L_40 = V_3; int32_t L_41 = V_4; *((int16_t*)L_40) = (int16_t)((int32_t)(uint16_t)L_41); Il2CppChar* L_42 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_42, 2)); goto IL_0186; } IL_00ed: { int32_t L_43 = __this->___newLineHandling_26; if (L_43) { goto IL_010b; } } { Il2CppChar* L_44 = V_2; int32_t L_45 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_44, 2))); if ((!(((uint32_t)L_45) == ((uint32_t)((int32_t)10))))) { goto IL_0101; } } { Il2CppChar* L_46 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_46, 2)); } IL_0101: { Il2CppChar* L_47 = V_3; Il2CppChar* L_48; L_48 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_47, NULL); V_3 = L_48; goto IL_0186; } IL_010b: { Il2CppChar* L_49 = V_3; int32_t L_50 = V_4; *((int16_t*)L_49) = (int16_t)((int32_t)(uint16_t)L_50); Il2CppChar* L_51 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_51, 2)); goto IL_0186; } IL_0116: { int32_t L_52 = __this->___newLineHandling_26; if (L_52) { goto IL_0128; } } { Il2CppChar* L_53 = V_3; Il2CppChar* L_54; L_54 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_53, NULL); V_3 = L_54; goto IL_0186; } IL_0128: { Il2CppChar* L_55 = V_3; int32_t L_56 = V_4; *((int16_t*)L_55) = (int16_t)((int32_t)(uint16_t)L_56); Il2CppChar* L_57 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, 2)); goto IL_0186; } IL_0133: { int32_t L_58 = V_4; bool L_59; L_59 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_58, NULL); if (!L_59) { goto IL_0151; } } { Il2CppChar* L_60 = V_2; Il2CppChar* L_61 = ___1_pSrcEnd; Il2CppChar* L_62 = V_3; Il2CppChar* L_63; L_63 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_60, L_61, L_62, NULL); V_3 = L_63; Il2CppChar* L_64 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_002e; } IL_0151: { int32_t L_65 = V_4; if ((((int32_t)L_65) <= ((int32_t)((int32_t)127)))) { goto IL_0160; } } { int32_t L_66 = V_4; if ((((int32_t)L_66) < ((int32_t)((int32_t)65534)))) { goto IL_0174; } } IL_0160: { int32_t L_67 = V_4; Il2CppChar* L_68 = V_3; Il2CppChar* L_69; L_69 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_67, L_68, (bool)0, NULL); V_3 = L_69; Il2CppChar* L_70 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, 2)); goto IL_002e; } IL_0174: { Il2CppChar* L_71 = V_3; int32_t L_72 = V_4; *((int16_t*)L_71) = (int16_t)((int32_t)(uint16_t)L_72); Il2CppChar* L_73 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_73, 2)); Il2CppChar* L_74 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_74, 2)); goto IL_002e; } IL_0186: { Il2CppChar* L_75 = V_2; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, 2)); goto IL_002e; } IL_018f: { Il2CppChar* L_76 = V_3; Il2CppChar* L_77 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_76, (intptr_t)L_77))/2)))); V_1 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCommentOrPi(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCommentOrPi_m62FCB36114391207A8A947D3EF8B0144A809BD48 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_stopChar, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; Il2CppChar* V_8 = NULL; { String_t* L_0 = ___0_text; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_001d; } } { int32_t L_2 = __this->___bufPos_8; int32_t L_3 = __this->___bufLen_13; if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001c; } } { VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_001c: { return; } IL_001d: { String_t* L_4 = ___0_text; V_1 = L_4; String_t* L_5 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_5); Il2CppChar* L_6 = V_0; if (!L_6) { goto IL_002d; } } { Il2CppChar* L_7 = V_0; int32_t L_8; L_8 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, L_8)); } IL_002d: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9; V_3 = L_10; if (!L_10) { goto IL_003c; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_3; NullCheck(L_11); if (((int32_t)(((RuntimeArray*)L_11)->max_length))) { goto IL_0041; } } IL_003c: { V_2 = (Il2CppChar*)((uintptr_t)0); goto IL_004a; } IL_0041: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_3; NullCheck(L_12); V_2 = (Il2CppChar*)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); } IL_004a: { Il2CppChar* L_13 = V_0; V_4 = L_13; Il2CppChar* L_14 = V_0; String_t* L_15 = ___0_text; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL); V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))); Il2CppChar* L_17 = V_2; int32_t L_18 = __this->___bufPos_8; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), 2)))); V_7 = 0; } IL_006a: { Il2CppChar* L_19 = V_6; Il2CppChar* L_20 = V_5; Il2CppChar* L_21 = V_4; V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/2))), ((int64_t)2)))))); Il2CppChar* L_22 = V_8; Il2CppChar* L_23 = V_2; int32_t L_24 = __this->___bufLen_13; if ((!(((uintptr_t)L_22) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2)))))))) { goto IL_00ab; } } { Il2CppChar* L_25 = V_2; int32_t L_26 = __this->___bufLen_13; V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), 2)))); goto IL_00ab; } IL_0099: { Il2CppChar* L_27 = V_6; int32_t L_28 = V_7; *((int16_t*)L_27) = (int16_t)((int32_t)(uint16_t)L_28); Il2CppChar* L_29 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, 2)); Il2CppChar* L_30 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, 2)); } IL_00ab: { Il2CppChar* L_31 = V_6; Il2CppChar* L_32 = V_8; if ((!(((uintptr_t)L_31) < ((uintptr_t)L_32)))) { goto IL_00cd; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_33 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = L_33->___charProperties_2; Il2CppChar* L_35 = V_4; int32_t L_36 = *((uint16_t*)L_35); int32_t L_37 = L_36; V_7 = L_37; NullCheck(L_34); int32_t L_38 = L_37; uint8_t L_39 = (L_34)->GetAt(static_cast(L_38)); if (!((int32_t)((int32_t)L_39&((int32_t)64)))) { goto IL_00cd; } } { int32_t L_40 = V_7; int32_t L_41 = ___1_stopChar; if ((!(((uint32_t)L_40) == ((uint32_t)L_41)))) { goto IL_0099; } } IL_00cd: { Il2CppChar* L_42 = V_4; Il2CppChar* L_43 = V_5; if ((!(((uintptr_t)L_42) < ((uintptr_t)L_43)))) { goto IL_02a1; } } { Il2CppChar* L_44 = V_6; Il2CppChar* L_45 = V_8; if ((!(((uintptr_t)L_44) >= ((uintptr_t)L_45)))) { goto IL_00fa; } } { Il2CppChar* L_46 = V_6; Il2CppChar* L_47 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_46, (intptr_t)L_47))/2)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_48 = V_2; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, 2)); goto IL_006a; } IL_00fa: { int32_t L_49 = V_7; if ((((int32_t)L_49) > ((int32_t)((int32_t)45)))) { goto IL_0132; } } { int32_t L_50 = V_7; switch (((int32_t)il2cpp_codegen_subtract(L_50, ((int32_t)9)))) { case 0: { goto IL_0226; } case 1: { goto IL_0204; } case 2: { goto IL_0234; } case 3: { goto IL_0234; } case 4: { goto IL_01cd; } } } { int32_t L_51 = V_7; if ((((int32_t)L_51) == ((int32_t)((int32_t)38)))) { goto IL_0226; } } { int32_t L_52 = V_7; if ((((int32_t)L_52) == ((int32_t)((int32_t)45)))) { goto IL_014c; } } { goto IL_0234; } IL_0132: { int32_t L_53 = V_7; if ((((int32_t)L_53) == ((int32_t)((int32_t)60)))) { goto IL_0226; } } { int32_t L_54 = V_7; if ((((int32_t)L_54) == ((int32_t)((int32_t)63)))) { goto IL_0183; } } { int32_t L_55 = V_7; if ((((int32_t)L_55) == ((int32_t)((int32_t)93)))) { goto IL_01bd; } } { goto IL_0234; } IL_014c: { Il2CppChar* L_56 = V_6; *((int16_t*)L_56) = (int16_t)((int32_t)45); Il2CppChar* L_57 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, 2)); int32_t L_58 = V_7; int32_t L_59 = ___1_stopChar; if ((!(((uint32_t)L_58) == ((uint32_t)L_59)))) { goto IL_0296; } } { Il2CppChar* L_60 = V_4; Il2CppChar* L_61 = V_5; if ((((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, 2))) == ((intptr_t)L_61))) { goto IL_0173; } } { Il2CppChar* L_62 = V_4; int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, 2))); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)45))))) { goto IL_0296; } } IL_0173: { Il2CppChar* L_64 = V_6; *((int16_t*)L_64) = (int16_t)((int32_t)32); Il2CppChar* L_65 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, 2)); goto IL_0296; } IL_0183: { Il2CppChar* L_66 = V_6; *((int16_t*)L_66) = (int16_t)((int32_t)63); Il2CppChar* L_67 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, 2)); int32_t L_68 = V_7; int32_t L_69 = ___1_stopChar; if ((!(((uint32_t)L_68) == ((uint32_t)L_69)))) { goto IL_0296; } } { Il2CppChar* L_70 = V_4; Il2CppChar* L_71 = V_5; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, 2))) < ((uintptr_t)L_71)))) { goto IL_0296; } } { Il2CppChar* L_72 = V_4; int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, 2))); if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)62))))) { goto IL_0296; } } { Il2CppChar* L_74 = V_6; *((int16_t*)L_74) = (int16_t)((int32_t)32); Il2CppChar* L_75 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, 2)); goto IL_0296; } IL_01bd: { Il2CppChar* L_76 = V_6; *((int16_t*)L_76) = (int16_t)((int32_t)93); Il2CppChar* L_77 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_77, 2)); goto IL_0296; } IL_01cd: { int32_t L_78 = __this->___newLineHandling_26; if (L_78) { goto IL_01f3; } } { Il2CppChar* L_79 = V_4; int32_t L_80 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, 2))); if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)10))))) { goto IL_01e4; } } { Il2CppChar* L_81 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_81, 2)); } IL_01e4: { Il2CppChar* L_82 = V_6; Il2CppChar* L_83; L_83 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_82, NULL); V_6 = L_83; goto IL_0296; } IL_01f3: { Il2CppChar* L_84 = V_6; int32_t L_85 = V_7; *((int16_t*)L_84) = (int16_t)((int32_t)(uint16_t)L_85); Il2CppChar* L_86 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_86, 2)); goto IL_0296; } IL_0204: { int32_t L_87 = __this->___newLineHandling_26; if (L_87) { goto IL_0218; } } { Il2CppChar* L_88 = V_6; Il2CppChar* L_89; L_89 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_88, NULL); V_6 = L_89; goto IL_0296; } IL_0218: { Il2CppChar* L_90 = V_6; int32_t L_91 = V_7; *((int16_t*)L_90) = (int16_t)((int32_t)(uint16_t)L_91); Il2CppChar* L_92 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, 2)); goto IL_0296; } IL_0226: { Il2CppChar* L_93 = V_6; int32_t L_94 = V_7; *((int16_t*)L_93) = (int16_t)((int32_t)(uint16_t)L_94); Il2CppChar* L_95 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_95, 2)); goto IL_0296; } IL_0234: { int32_t L_96 = V_7; bool L_97; L_97 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_96, NULL); if (!L_97) { goto IL_0258; } } { Il2CppChar* L_98 = V_4; Il2CppChar* L_99 = V_5; Il2CppChar* L_100 = V_6; Il2CppChar* L_101; L_101 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_98, L_99, L_100, NULL); V_6 = L_101; Il2CppChar* L_102 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_102, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_006a; } IL_0258: { int32_t L_103 = V_7; if ((((int32_t)L_103) <= ((int32_t)((int32_t)127)))) { goto IL_0267; } } { int32_t L_104 = V_7; if ((((int32_t)L_104) < ((int32_t)((int32_t)65534)))) { goto IL_027f; } } IL_0267: { int32_t L_105 = V_7; Il2CppChar* L_106 = V_6; Il2CppChar* L_107; L_107 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_105, L_106, (bool)0, NULL); V_6 = L_107; Il2CppChar* L_108 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, 2)); goto IL_006a; } IL_027f: { Il2CppChar* L_109 = V_6; int32_t L_110 = V_7; *((int16_t*)L_109) = (int16_t)((int32_t)(uint16_t)L_110); Il2CppChar* L_111 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_111, 2)); Il2CppChar* L_112 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_112, 2)); goto IL_006a; } IL_0296: { Il2CppChar* L_113 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_113, 2)); goto IL_006a; } IL_02a1: { Il2CppChar* L_114 = V_6; Il2CppChar* L_115 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_114, (intptr_t)L_115))/2)))); V_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; V_1 = (String_t*)NULL; return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteCDataSection(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteCDataSection_m1884616808AA94C9F91F25C9E65A42059B1C2FEE (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; int32_t V_7 = 0; Il2CppChar* V_8 = NULL; { String_t* L_0 = ___0_text; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); if (L_1) { goto IL_001d; } } { int32_t L_2 = __this->___bufPos_8; int32_t L_3 = __this->___bufLen_13; if ((((int32_t)L_2) < ((int32_t)L_3))) { goto IL_001c; } } { VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); } IL_001c: { return; } IL_001d: { String_t* L_4 = ___0_text; V_1 = L_4; String_t* L_5 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_5); Il2CppChar* L_6 = V_0; if (!L_6) { goto IL_002d; } } { Il2CppChar* L_7 = V_0; int32_t L_8; L_8 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, L_8)); } IL_002d: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9; V_3 = L_10; if (!L_10) { goto IL_003c; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_3; NullCheck(L_11); if (((int32_t)(((RuntimeArray*)L_11)->max_length))) { goto IL_0041; } } IL_003c: { V_2 = (Il2CppChar*)((uintptr_t)0); goto IL_004a; } IL_0041: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_3; NullCheck(L_12); V_2 = (Il2CppChar*)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); } IL_004a: { Il2CppChar* L_13 = V_0; V_4 = L_13; Il2CppChar* L_14 = V_0; String_t* L_15 = ___0_text; NullCheck(L_15); int32_t L_16; L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL); V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))); Il2CppChar* L_17 = V_2; int32_t L_18 = __this->___bufPos_8; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_18), 2)))); V_7 = 0; } IL_006a: { Il2CppChar* L_19 = V_6; Il2CppChar* L_20 = V_5; Il2CppChar* L_21 = V_4; V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_20, (intptr_t)L_21))/2))), ((int64_t)2)))))); Il2CppChar* L_22 = V_8; Il2CppChar* L_23 = V_2; int32_t L_24 = __this->___bufLen_13; if ((!(((uintptr_t)L_22) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_24), 2)))))))) { goto IL_00ab; } } { Il2CppChar* L_25 = V_2; int32_t L_26 = __this->___bufLen_13; V_8 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_25, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_26), 2)))); goto IL_00ab; } IL_0099: { Il2CppChar* L_27 = V_6; int32_t L_28 = V_7; *((int16_t*)L_27) = (int16_t)((int32_t)(uint16_t)L_28); Il2CppChar* L_29 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, 2)); Il2CppChar* L_30 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_30, 2)); } IL_00ab: { Il2CppChar* L_31 = V_6; Il2CppChar* L_32 = V_8; if ((!(((uintptr_t)L_31) < ((uintptr_t)L_32)))) { goto IL_00d1; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_33 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = L_33->___charProperties_2; Il2CppChar* L_35 = V_4; int32_t L_36 = *((uint16_t*)L_35); int32_t L_37 = L_36; V_7 = L_37; NullCheck(L_34); int32_t L_38 = L_37; uint8_t L_39 = (L_34)->GetAt(static_cast(L_38)); if (!((int32_t)((int32_t)L_39&((int32_t)128)))) { goto IL_00d1; } } { int32_t L_40 = V_7; if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)93))))) { goto IL_0099; } } IL_00d1: { Il2CppChar* L_41 = V_4; Il2CppChar* L_42 = V_5; if ((!(((uintptr_t)L_41) < ((uintptr_t)L_42)))) { goto IL_028b; } } { Il2CppChar* L_43 = V_6; Il2CppChar* L_44 = V_8; if ((!(((uintptr_t)L_43) >= ((uintptr_t)L_44)))) { goto IL_00fe; } } { Il2CppChar* L_45 = V_6; Il2CppChar* L_46 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/2)))); VirtualActionInvoker0::Invoke(77 /* System.Void System.Xml.XmlEncodedRawTextWriter::FlushBuffer() */, __this); Il2CppChar* L_47 = V_2; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, 2)); goto IL_006a; } IL_00fe: { int32_t L_48 = V_7; if ((((int32_t)L_48) > ((int32_t)((int32_t)39)))) { goto IL_013b; } } { int32_t L_49 = V_7; switch (((int32_t)il2cpp_codegen_subtract(L_49, ((int32_t)9)))) { case 0: { goto IL_0210; } case 1: { goto IL_01ee; } case 2: { goto IL_021e; } case 3: { goto IL_021e; } case 4: { goto IL_01b7; } } } { int32_t L_50 = V_7; if ((((int32_t)L_50) == ((int32_t)((int32_t)34)))) { goto IL_0210; } } { int32_t L_51 = V_7; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_51, ((int32_t)38)))) > ((uint32_t)1)))) { goto IL_0210; } } { goto IL_021e; } IL_013b: { int32_t L_52 = V_7; if ((((int32_t)L_52) == ((int32_t)((int32_t)60)))) { goto IL_0210; } } { int32_t L_53 = V_7; if ((((int32_t)L_53) == ((int32_t)((int32_t)62)))) { goto IL_0155; } } { int32_t L_54 = V_7; if ((((int32_t)L_54) == ((int32_t)((int32_t)93)))) { goto IL_018b; } } { goto IL_021e; } IL_0155: { bool L_55 = __this->___hadDoubleBracket_15; if (!L_55) { goto IL_017b; } } { Il2CppChar* L_56 = V_6; int32_t L_57 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)(-1)), 2))))); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)93))))) { goto IL_017b; } } { Il2CppChar* L_58 = V_6; Il2CppChar* L_59; L_59 = XmlEncodedRawTextWriter_RawEndCData_mC5874E229A16C906DC69C0761DDF11F08B1749A6(L_58, NULL); V_6 = L_59; Il2CppChar* L_60 = V_6; Il2CppChar* L_61; L_61 = XmlEncodedRawTextWriter_RawStartCData_mFD5FEC36789D6C2FB1ED17B61DD355C5F3FA3A38(L_60, NULL); V_6 = L_61; } IL_017b: { Il2CppChar* L_62 = V_6; *((int16_t*)L_62) = (int16_t)((int32_t)62); Il2CppChar* L_63 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, 2)); goto IL_0280; } IL_018b: { Il2CppChar* L_64 = V_6; int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)(-1)), 2))))); if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)93))))) { goto IL_01a0; } } { __this->___hadDoubleBracket_15 = (bool)1; goto IL_01a7; } IL_01a0: { __this->___hadDoubleBracket_15 = (bool)0; } IL_01a7: { Il2CppChar* L_66 = V_6; *((int16_t*)L_66) = (int16_t)((int32_t)93); Il2CppChar* L_67 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, 2)); goto IL_0280; } IL_01b7: { int32_t L_68 = __this->___newLineHandling_26; if (L_68) { goto IL_01dd; } } { Il2CppChar* L_69 = V_4; int32_t L_70 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, 2))); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)10))))) { goto IL_01ce; } } { Il2CppChar* L_71 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, 2)); } IL_01ce: { Il2CppChar* L_72 = V_6; Il2CppChar* L_73; L_73 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_72, NULL); V_6 = L_73; goto IL_0280; } IL_01dd: { Il2CppChar* L_74 = V_6; int32_t L_75 = V_7; *((int16_t*)L_74) = (int16_t)((int32_t)(uint16_t)L_75); Il2CppChar* L_76 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, 2)); goto IL_0280; } IL_01ee: { int32_t L_77 = __this->___newLineHandling_26; if (L_77) { goto IL_0202; } } { Il2CppChar* L_78 = V_6; Il2CppChar* L_79; L_79 = XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6(__this, L_78, NULL); V_6 = L_79; goto IL_0280; } IL_0202: { Il2CppChar* L_80 = V_6; int32_t L_81 = V_7; *((int16_t*)L_80) = (int16_t)((int32_t)(uint16_t)L_81); Il2CppChar* L_82 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, 2)); goto IL_0280; } IL_0210: { Il2CppChar* L_83 = V_6; int32_t L_84 = V_7; *((int16_t*)L_83) = (int16_t)((int32_t)(uint16_t)L_84); Il2CppChar* L_85 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_85, 2)); goto IL_0280; } IL_021e: { int32_t L_86 = V_7; bool L_87; L_87 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_86, NULL); if (!L_87) { goto IL_0242; } } { Il2CppChar* L_88 = V_4; Il2CppChar* L_89 = V_5; Il2CppChar* L_90 = V_6; Il2CppChar* L_91; L_91 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_88, L_89, L_90, NULL); V_6 = L_91; Il2CppChar* L_92 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_006a; } IL_0242: { int32_t L_93 = V_7; if ((((int32_t)L_93) <= ((int32_t)((int32_t)127)))) { goto IL_0251; } } { int32_t L_94 = V_7; if ((((int32_t)L_94) < ((int32_t)((int32_t)65534)))) { goto IL_0269; } } IL_0251: { int32_t L_95 = V_7; Il2CppChar* L_96 = V_6; Il2CppChar* L_97; L_97 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_95, L_96, (bool)0, NULL); V_6 = L_97; Il2CppChar* L_98 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, 2)); goto IL_006a; } IL_0269: { Il2CppChar* L_99 = V_6; int32_t L_100 = V_7; *((int16_t*)L_99) = (int16_t)((int32_t)(uint16_t)L_100); Il2CppChar* L_101 = V_6; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_101, 2)); Il2CppChar* L_102 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_102, 2)); goto IL_006a; } IL_0280: { Il2CppChar* L_103 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_103, 2)); goto IL_006a; } IL_028b: { Il2CppChar* L_104 = V_6; Il2CppChar* L_105 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_104, (intptr_t)L_105))/2)))); V_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; V_1 = (String_t*)NULL; return; } } // System.Char* System.Xml.XmlEncodedRawTextWriter::EncodeSurrogate(System.Char*,System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D (Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, Il2CppChar* ___2_pDst, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LocalAppContextSwitches_tD4691F88F847A5F076065A6FEF10BBB5DB039434_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { Il2CppChar* L_0 = ___0_pSrc; int32_t L_1 = *((uint16_t*)L_0); V_0 = L_1; int32_t L_2 = V_0; if ((((int32_t)L_2) > ((int32_t)((int32_t)56319)))) { goto IL_005b; } } { Il2CppChar* L_3 = ___0_pSrc; Il2CppChar* L_4 = ___1_pSrcEnd; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, 2))) < ((uintptr_t)L_4)))) { goto IL_004b; } } { Il2CppChar* L_5 = ___0_pSrc; int32_t L_6 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, 2))); V_1 = L_6; int32_t L_7 = V_1; if ((((int32_t)L_7) < ((int32_t)((int32_t)56320)))) { goto IL_0041; } } { bool L_8 = ((LocalAppContextSwitches_tD4691F88F847A5F076065A6FEF10BBB5DB039434_StaticFields*)il2cpp_codegen_static_fields_for(LocalAppContextSwitches_tD4691F88F847A5F076065A6FEF10BBB5DB039434_il2cpp_TypeInfo_var))->___DontThrowOnInvalidSurrogatePairs_1; if (L_8) { goto IL_002d; } } { int32_t L_9 = V_1; if ((((int32_t)L_9) > ((int32_t)((int32_t)57343)))) { goto IL_0041; } } IL_002d: { Il2CppChar* L_10 = ___2_pDst; int32_t L_11 = V_0; *((int16_t*)L_10) = (int16_t)((int32_t)(uint16_t)L_11); Il2CppChar* L_12 = ___2_pDst; int32_t L_13 = V_1; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, 2))) = (int16_t)((int32_t)(uint16_t)L_13); Il2CppChar* L_14 = ___2_pDst; ___2_pDst = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); Il2CppChar* L_15 = ___2_pDst; return L_15; } IL_0041: { int32_t L_16 = V_1; int32_t L_17 = 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_18; L_18 = XmlConvert_CreateInvalidSurrogatePairException_mAD70BE2F96B56C1308578273A8FD96C8240350B2(((int32_t)(uint16_t)L_16), ((int32_t)(uint16_t)L_17), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D_RuntimeMethod_var))); } IL_004b: { String_t* L_19; L_19 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_20 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_20); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_20, L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D_RuntimeMethod_var))); } IL_005b: { int32_t L_21 = 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_22; L_22 = XmlConvert_CreateInvalidHighSurrogateCharException_mD30C6B24B7B92886A5317E3DEA61AC969889BFF4(((int32_t)(uint16_t)L_21), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D_RuntimeMethod_var))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::InvalidXmlChar(System.Int32,System.Char*,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, int32_t ___0_ch, Il2CppChar* ___1_pDst, bool ___2_entitize, const RuntimeMethod* method) { { bool L_0 = __this->___checkCharacters_30; if (!L_0) { goto IL_0011; } } { int32_t L_1 = ___0_ch; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_2; L_2 = XmlConvert_CreateInvalidCharException_mE86C6EAFD256563406F74C1A6F378ADE2C07ACD2(((int32_t)(uint16_t)L_1), 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8_RuntimeMethod_var))); } IL_0011: { bool L_3 = ___2_entitize; if (!L_3) { goto IL_001d; } } { Il2CppChar* L_4 = ___1_pDst; int32_t L_5 = ___0_ch; Il2CppChar* L_6; L_6 = XmlEncodedRawTextWriter_CharEntity_m4C3D9B11B2B88B6F483AA471C4069E57C8C22406(L_4, ((int32_t)(uint16_t)L_5), NULL); return L_6; } IL_001d: { Il2CppChar* L_7 = ___1_pDst; int32_t L_8 = ___0_ch; *((int16_t*)L_7) = (int16_t)((int32_t)(uint16_t)L_8); Il2CppChar* L_9 = ___1_pDst; ___1_pDst = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, 2)); Il2CppChar* L_10 = ___1_pDst; return L_10; } } // System.Void System.Xml.XmlEncodedRawTextWriter::EncodeChar(System.Char*&,System.Char*,System.Char*&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_EncodeChar_m388794BCD9A6D41B1FC04CF1BAC8B583D86D534F (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar** ___0_pSrc, Il2CppChar* ___1_pSrcEnd, Il2CppChar** ___2_pDst, const RuntimeMethod* method) { int32_t V_0 = 0; { Il2CppChar** L_0 = ___0_pSrc; int32_t L_1 = *((uint16_t*)(*((intptr_t*)L_0))); V_0 = L_1; int32_t L_2 = V_0; bool L_3; L_3 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_2, NULL); if (!L_3) { goto IL_0022; } } { Il2CppChar** L_4 = ___2_pDst; Il2CppChar** L_5 = ___0_pSrc; Il2CppChar* L_6 = ___1_pSrcEnd; Il2CppChar** L_7 = ___2_pDst; Il2CppChar* L_8; L_8 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D((Il2CppChar*)(*((intptr_t*)L_5)), L_6, (Il2CppChar*)(*((intptr_t*)L_7)), NULL); *((intptr_t*)L_4) = (intptr_t)L_8; Il2CppChar** L_9 = ___0_pSrc; Il2CppChar** L_10 = ___0_pSrc; *((intptr_t*)L_9) = (intptr_t)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_10)), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); return; } IL_0022: { int32_t L_11 = V_0; if ((((int32_t)L_11) <= ((int32_t)((int32_t)127)))) { goto IL_002f; } } { int32_t L_12 = V_0; if ((((int32_t)L_12) < ((int32_t)((int32_t)65534)))) { goto IL_0042; } } IL_002f: { Il2CppChar** L_13 = ___2_pDst; int32_t L_14 = V_0; Il2CppChar** L_15 = ___2_pDst; Il2CppChar* L_16; L_16 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_14, (Il2CppChar*)(*((intptr_t*)L_15)), (bool)0, NULL); *((intptr_t*)L_13) = (intptr_t)L_16; Il2CppChar** L_17 = ___0_pSrc; Il2CppChar** L_18 = ___0_pSrc; *((intptr_t*)L_17) = (intptr_t)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_18)), 2)); return; } IL_0042: { Il2CppChar** L_19 = ___2_pDst; int32_t L_20 = V_0; *((int16_t*)(*((intptr_t*)L_19))) = (int16_t)((int32_t)(uint16_t)L_20); Il2CppChar** L_21 = ___2_pDst; Il2CppChar** L_22 = ___2_pDst; *((intptr_t*)L_21) = (intptr_t)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_22)), 2)); Il2CppChar** L_23 = ___0_pSrc; Il2CppChar** L_24 = ___0_pSrc; *((intptr_t*)L_23) = (intptr_t)((intptr_t)il2cpp_codegen_add((*((intptr_t*)L_24)), 2)); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::ChangeTextContentMark(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, bool ___0_value, const RuntimeMethod* method) { int32_t V_0 = 0; { bool L_0 = ___0_value; __this->___inTextContent_22 = L_0; int32_t L_1 = __this->___lastMarkPos_23; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___textContentMarks_24; NullCheck(L_2); if ((!(((uint32_t)((int32_t)il2cpp_codegen_add(L_1, 1))) == ((uint32_t)((int32_t)(((RuntimeArray*)L_2)->max_length)))))) { goto IL_001f; } } { XmlEncodedRawTextWriter_GrowTextContentMarks_m25414678B0AEDF49A5EE82F2DE217E94D92283B0(__this, NULL); } IL_001f: { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = __this->___textContentMarks_24; int32_t L_4 = __this->___lastMarkPos_23; V_0 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; __this->___lastMarkPos_23 = L_5; int32_t L_6 = V_0; int32_t L_7 = __this->___bufPos_8; NullCheck(L_3); (L_3)->SetAt(static_cast(L_6), (int32_t)L_7); return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::GrowTextContentMarks() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_GrowTextContentMarks_m25414678B0AEDF49A5EE82F2DE217E94D92283B0 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* V_0 = NULL; { Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_0 = __this->___textContentMarks_24; NullCheck(L_0); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_1 = (Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C*)SZArrayNew(Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(((int32_t)(((RuntimeArray*)L_0)->max_length)), 2))); V_0 = L_1; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_2 = __this->___textContentMarks_24; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_3 = V_0; Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_4 = __this->___textContentMarks_24; NullCheck(L_4); Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_2, (RuntimeArray*)L_3, ((int32_t)(((RuntimeArray*)L_4)->max_length)), NULL); Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* L_5 = V_0; __this->___textContentMarks_24 = L_5; Il2CppCodeGenWriteBarrier((void**)(&__this->___textContentMarks_24), (void*)L_5); return; } } // System.Char* System.Xml.XmlEncodedRawTextWriter::WriteNewLine(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_WriteNewLine_m2F310D34F35083C897367ED5931599FCD9E494A6 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pDst, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_1 = NULL; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = L_0; V_1 = L_1; if (!L_1) { goto IL_000f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = V_1; NullCheck(L_2); if (((int32_t)(((RuntimeArray*)L_2)->max_length))) { goto IL_0014; } } IL_000f: { V_0 = (Il2CppChar*)((uintptr_t)0); goto IL_001d; } IL_0014: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_1; NullCheck(L_3); V_0 = (Il2CppChar*)((uintptr_t)((L_3)->GetAddressAt(static_cast(0)))); } IL_001d: { Il2CppChar* L_4 = ___0_pDst; Il2CppChar* L_5 = V_0; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_4, (intptr_t)L_5))/2)))); String_t* L_6 = __this->___newLineChars_29; XmlEncodedRawTextWriter_RawText_mC84BDBEA6E407E60868A66C643A352ECB575610C(__this, L_6, NULL); Il2CppChar* L_7 = V_0; int32_t L_8 = __this->___bufPos_8; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::LtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LtEntity_m9CF4843E9DF36AE18B20138945AB54784DABBB9B (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)108); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)116); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_4 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::GtEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_GtEntity_m2F85F07B179C0690128B7B079202E4E8B55E1A0C (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)103); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)116); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_4 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::AmpEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_AmpEntity_m7119B014038B56F76707A58E3CE7B2A67E6D2016 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)97); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)109); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)112); Il2CppChar* L_4 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)5), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::QuoteEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_QuoteEntity_m775FD8DA0162986C4AA3CE04B6E9C95381BDCCCF (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)113); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)117); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)111); Il2CppChar* L_4 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))) = (int16_t)((int32_t)116); Il2CppChar* L_5 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)5), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_6 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)6), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::TabEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_TabEntity_m01E27155989C58B1C8CB2D65A994A0877AAD3EE3 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)35); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)120); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)57); Il2CppChar* L_4 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)5), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::LineFeedEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_LineFeedEntity_m6D5717C707EA2D98F260FE91D8D2FF0148A87302 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)35); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)120); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)65); Il2CppChar* L_4 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)5), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::CarriageReturnEntity(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CarriageReturnEntity_m475E7831359AF89762DD38E5577C9EE03B4E0A68 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)38); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)35); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)120); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)68); Il2CppChar* L_4 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_5 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)5), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::CharEntity(System.Char*,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_CharEntity_m4C3D9B11B2B88B6F483AA471C4069E57C8C22406 (Il2CppChar* ___0_pDst, Il2CppChar ___1_ch, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Il2CppChar* V_1 = NULL; String_t* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar V_4 = 0x0; { Il2CppChar L_0 = ___1_ch; V_0 = L_0; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_1; L_1 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_2; L_2 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_0), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_1, NULL); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)L_3) = (int16_t)((int32_t)38); Il2CppChar* L_4 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, 2))) = (int16_t)((int32_t)35); Il2CppChar* L_5 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)120); Il2CppChar* L_6 = ___0_pDst; ___0_pDst = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2)))); V_2 = L_2; String_t* L_7 = V_2; V_1 = (Il2CppChar*)((uintptr_t)L_7); Il2CppChar* L_8 = V_1; if (!L_8) { goto IL_003d; } } { Il2CppChar* L_9 = V_1; int32_t L_10; L_10 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_1 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, L_10)); } IL_003d: { Il2CppChar* L_11 = V_1; V_3 = L_11; } IL_003f: { Il2CppChar* L_12 = ___0_pDst; Il2CppChar* L_13 = L_12; ___0_pDst = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, 2)); Il2CppChar* L_14 = V_3; Il2CppChar* L_15 = L_14; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, 2)); int32_t L_16 = *((uint16_t*)L_15); int32_t L_17 = L_16; V_4 = L_17; *((int16_t*)L_13) = (int16_t)L_17; Il2CppChar L_18 = V_4; if (L_18) { goto IL_003f; } } { V_2 = (String_t*)NULL; Il2CppChar* L_19 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)(-1)), 2))))) = (int16_t)((int32_t)59); Il2CppChar* L_20 = ___0_pDst; return L_20; } } // System.Char* System.Xml.XmlEncodedRawTextWriter::RawStartCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawStartCData_mFD5FEC36789D6C2FB1ED17B61DD355C5F3FA3A38 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)60); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)33); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)91); Il2CppChar* L_3 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2))))) = (int16_t)((int32_t)67); Il2CppChar* L_4 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)4), 2))))) = (int16_t)((int32_t)68); Il2CppChar* L_5 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)5), 2))))) = (int16_t)((int32_t)65); Il2CppChar* L_6 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)6), 2))))) = (int16_t)((int32_t)84); Il2CppChar* L_7 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)7), 2))))) = (int16_t)((int32_t)65); Il2CppChar* L_8 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)8), 2))))) = (int16_t)((int32_t)91); Il2CppChar* L_9 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)((int32_t)9)), 2)))); } } // System.Char* System.Xml.XmlEncodedRawTextWriter::RawEndCData(System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar* XmlEncodedRawTextWriter_RawEndCData_mC5874E229A16C906DC69C0761DDF11F08B1749A6 (Il2CppChar* ___0_pDst, const RuntimeMethod* method) { { Il2CppChar* L_0 = ___0_pDst; *((int16_t*)L_0) = (int16_t)((int32_t)93); Il2CppChar* L_1 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_1, 2))) = (int16_t)((int32_t)93); Il2CppChar* L_2 = ___0_pDst; *((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_2, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2))))) = (int16_t)((int32_t)62); Il2CppChar* L_3 = ___0_pDst; return ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_3, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)3), 2)))); } } // System.Void System.Xml.XmlEncodedRawTextWriter::ValidateContentChars(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_ValidateContentChars_m4A96FBCBCF892A39F8843112E87937B945805A4A (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_chars, String_t* ___1_propertyName, bool ___2_allowOnlyWhitespace, const RuntimeMethod* method) { String_t* V_0 = NULL; int32_t V_1 = 0; Il2CppChar V_2 = 0x0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_3 = NULL; uint32_t V_4 = 0; { bool L_0 = ___2_allowOnlyWhitespace; if (!L_0) { goto IL_002e; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_1 = (&__this->___xmlCharType_7); String_t* L_2 = ___0_chars; bool L_3; L_3 = XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490(L_1, L_2, NULL); if (L_3) { goto IL_014d; } } { 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; String_t* L_6 = ___1_propertyName; NullCheck(L_5); ArrayElementTypeCheck (L_5, L_6); (L_5)->SetAt(static_cast(0), (RuntimeObject*)L_6); String_t* L_7; L_7 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral5520F0EAC899C656D9482CE97A660E8F8E28ED01)), L_5, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_8 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_8); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_8, L_7, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_ValidateContentChars_m4A96FBCBCF892A39F8843112E87937B945805A4A_RuntimeMethod_var))); } IL_002e: { V_0 = (String_t*)NULL; V_1 = 0; goto IL_0120; } IL_0037: { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_9 = (&__this->___xmlCharType_7); String_t* L_10 = ___0_chars; int32_t L_11 = V_1; NullCheck(L_10); Il2CppChar L_12; L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_10, L_11, NULL); bool L_13; L_13 = XmlCharType_IsTextChar_mD4DD7B3C0E63D031A4EFFDD6635F68DDE166A4AB(L_9, L_12, NULL); if (L_13) { goto IL_011c; } } { String_t* L_14 = ___0_chars; int32_t L_15 = V_1; NullCheck(L_14); Il2CppChar L_16; L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_15, NULL); V_2 = L_16; Il2CppChar L_17 = V_2; if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)38))))) { goto IL_007f; } } { Il2CppChar L_18 = V_2; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_18, ((int32_t)9)))) { case 0: { goto IL_011c; } case 1: { goto IL_011c; } case 2: { goto IL_00a2; } case 3: { goto IL_00a2; } case 4: { goto IL_011c; } } } { Il2CppChar L_19 = V_2; if ((((int32_t)L_19) == ((int32_t)((int32_t)38)))) { goto IL_0089; } } { goto IL_00a2; } IL_007f: { Il2CppChar L_20 = V_2; if ((((int32_t)L_20) == ((int32_t)((int32_t)60)))) { goto IL_0089; } } { Il2CppChar L_21 = V_2; if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)93))))) { goto IL_00a2; } } IL_0089: { String_t* L_22 = ___0_chars; int32_t L_23 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24; L_24 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_22, L_23, NULL); V_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_24; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = V_3; String_t* L_26; L_26 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0)), L_25, NULL); V_0 = L_26; goto IL_012d; } IL_00a2: { String_t* L_27 = ___0_chars; int32_t L_28 = V_1; NullCheck(L_27); Il2CppChar L_29; L_29 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_27, L_28, NULL); bool L_30; L_30 = XmlCharType_IsHighSurrogate_mB3E741B22E4B47DC85F7F18A411F031D8717BA60(L_29, NULL); if (!L_30) { goto IL_00de; } } { int32_t L_31 = V_1; String_t* L_32 = ___0_chars; NullCheck(L_32); int32_t L_33; L_33 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_32, NULL); if ((((int32_t)((int32_t)il2cpp_codegen_add(L_31, 1))) >= ((int32_t)L_33))) { goto IL_00d1; } } { String_t* L_34 = ___0_chars; int32_t L_35 = V_1; NullCheck(L_34); Il2CppChar L_36; L_36 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_34, ((int32_t)il2cpp_codegen_add(L_35, 1)), NULL); bool L_37; L_37 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_36, NULL); if (!L_37) { goto IL_00d1; } } { int32_t L_38 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_38, 1)); goto IL_011c; } IL_00d1: { String_t* L_39; L_39 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD)), NULL); V_0 = L_39; goto IL_012d; } IL_00de: { String_t* L_40 = ___0_chars; int32_t L_41 = V_1; NullCheck(L_40); Il2CppChar L_42; L_42 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_40, L_41, NULL); bool L_43; L_43 = XmlCharType_IsLowSurrogate_m8D27C4276BE118C7FF3ECC1707EEE026D28FC456(L_42, NULL); if (!L_43) { goto IL_011c; } } { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_44 = (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_45 = L_44; String_t* L_46 = ___0_chars; int32_t L_47 = V_1; NullCheck(L_46); Il2CppChar L_48; L_48 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_46, L_47, NULL); V_4 = L_48; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var))); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_49; L_49 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_50; L_50 = UInt32_ToString_m464396B0FE2115F3CEA38AEECDDB0FACC3AADADE((&V_4), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE)), L_49, NULL); NullCheck(L_45); ArrayElementTypeCheck (L_45, L_50); (L_45)->SetAt(static_cast(0), (RuntimeObject*)L_50); String_t* L_51; L_51 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF4ED3BDF7EB24796E98DB0F3022D762D2C5EBFB0)), L_45, NULL); V_0 = L_51; goto IL_012d; } IL_011c: { int32_t L_52 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_52, 1)); } IL_0120: { int32_t L_53 = V_1; String_t* L_54 = ___0_chars; NullCheck(L_54); int32_t L_55; L_55 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_54, NULL); if ((((int32_t)L_53) < ((int32_t)L_55))) { goto IL_0037; } } { return; } IL_012d: { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_56 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_57 = L_56; String_t* L_58 = ___1_propertyName; NullCheck(L_57); ArrayElementTypeCheck (L_57, L_58); (L_57)->SetAt(static_cast(0), (String_t*)L_58); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_59 = L_57; String_t* L_60 = V_0; NullCheck(L_59); ArrayElementTypeCheck (L_59, L_60); (L_59)->SetAt(static_cast(1), (String_t*)L_60); V_3 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_59; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_61 = V_3; String_t* L_62; L_62 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE584C9688DCC7AEE34F2DA73D96EA113B211A93D)), L_61, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_63 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_63); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_63, L_62, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_ValidateContentChars_m4A96FBCBCF892A39F8843112E87937B945805A4A_RuntimeMethod_var))); } IL_014d: { return; } } // System.Void System.Xml.XmlEncodedRawTextWriter::CheckAsyncCall() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { { bool L_0 = __this->___useAsync_3; if (L_0) { goto IL_0018; } } { String_t* L_1; L_1 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3C0E3372C3889F47C0D6C10398114C4D400A9562)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_2 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_2); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_2, L_1, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82_RuntimeMethod_var))); } IL_0018: { return; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteXmlDeclarationAsync(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteXmlDeclarationAsync_m443E6DC7D6F9BE9E76FFF1FAE2870DF81D4BCDAA (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, int32_t ___0_standalone, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mC0E665C1D44A6ACE766D46D8A6900974C7C67891_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); int32_t L_0 = ___0_standalone; (&V_0)->___standalone_3 = L_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mC0E665C1D44A6ACE766D46D8A6900974C7C67891(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mC0E665C1D44A6ACE766D46D8A6900974C7C67891_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteXmlDeclarationAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteXmlDeclarationAsync_mBAD3980F746F5BA617FA282DC080885D9E63DFFC (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_xmldecl, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___omitXmlDeclaration_28; if (L_0) { goto IL_0023; } } { bool L_1 = __this->___autoXmlDeclaration_33; if (L_1) { goto IL_0023; } } { String_t* L_2 = ___0_xmldecl; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = VirtualFuncInvoker2< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t*, String_t* >::Invoke(44 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteProcessingInstructionAsync(System.String,System.String) */, __this, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, L_2); return L_3; } IL_0023: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteDocTypeAsync(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteDocTypeAsync_m502837BFB39FCC61A2A42F8140ECE705A317627E (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318_mFF7BB7C233A6FFBA4FC64AF4C609AFE7E969D037_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_name; (&V_0)->___name_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_3), (void*)L_0); String_t* L_1 = ___1_pubid; (&V_0)->___pubid_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___pubid_4), (void*)L_1); String_t* L_2 = ___2_sysid; (&V_0)->___sysid_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___sysid_5), (void*)L_2); String_t* L_3 = ___3_subset; (&V_0)->___subset_6 = L_3; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___subset_6), (void*)L_3); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_4; L_4 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_4; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318_mFF7BB7C233A6FFBA4FC64AF4C609AFE7E969D037(L_5, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__98_tE393A06A8773E5561A586F8A5F81036D223E1318_mFF7BB7C233A6FFBA4FC64AF4C609AFE7E969D037_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_6 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7; L_7 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_6, NULL); return L_7; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteStartElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteStartElementAsync_m070B808C4541B869E1AE573FBD8E91B0AF5541E1 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEncodedRawTextWriter_WriteStartElementAsync_SetAttEndPos_m77C59B90E1A6E2DC34C17AE8C82B0C957D5279CB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; int32_t V_1 = 0; { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_001d: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_1 = L_3; int32_t L_4 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_1; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); String_t* L_6 = ___0_prefix; if (!L_6) { goto IL_0057; } } { String_t* L_7 = ___0_prefix; NullCheck(L_7); int32_t L_8; L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL); if (!L_8) { goto IL_0057; } } { String_t* L_9 = ___0_prefix; String_t* L_10 = ___1_localName; String_t* L_11; L_11 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_9, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_10, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_12; L_12 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_11, NULL); V_0 = L_12; goto IL_005f; } IL_0057: { String_t* L_13 = ___1_localName; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14; L_14 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_13, NULL); V_0 = L_14; } IL_005f: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_15 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_16 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_16); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_16, __this, (intptr_t)((void*)XmlEncodedRawTextWriter_WriteStartElementAsync_SetAttEndPos_m77C59B90E1A6E2DC34C17AE8C82B0C957D5279CB_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_17; L_17 = AsyncHelper_CallVoidFuncWhenFinish_mF49BEA3C9C01D85576791EBF389F0B3B53909386(L_15, L_16, NULL); return L_17; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartElementAsync_SetAttEndPos() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartElementAsync_SetAttEndPos_m77C59B90E1A6E2DC34C17AE8C82B0C957D5279CB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___bufPos_8; __this->___attrEndPos_12 = L_0; return; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteEndElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteEndElementAsync_m8FB93CA04FE7A9572443C2C4F32EE432D29BA5AB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_001d: { int32_t L_2 = __this->___contentPos_10; int32_t L_3 = __this->___bufPos_8; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0094; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->___bufChars_18; int32_t L_5 = __this->___bufPos_8; V_0 = L_5; int32_t L_6 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)60)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_8 = __this->___bufChars_18; int32_t L_9 = __this->___bufPos_8; V_0 = L_9; int32_t L_10 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_10, 1)); int32_t L_11 = V_0; NullCheck(L_8); (L_8)->SetAt(static_cast(L_11), (Il2CppChar)((int32_t)47)); String_t* L_12 = ___0_prefix; if (!L_12) { goto IL_0082; } } { String_t* L_13 = ___0_prefix; NullCheck(L_13); int32_t L_14; L_14 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_13, NULL); if (!L_14) { goto IL_0082; } } { String_t* L_15 = ___0_prefix; String_t* L_16 = ___1_localName; String_t* L_17; L_17 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_15, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_16, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_18; L_18 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_17, NULL); return L_18; } IL_0082: { String_t* L_19 = ___1_localName; String_t* L_20; L_20 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_19, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_21; L_21 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_20, NULL); return L_21; } IL_0094: { int32_t L_22 = __this->___bufPos_8; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_subtract(L_22, 1)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_23 = __this->___bufChars_18; int32_t L_24 = __this->___bufPos_8; V_0 = L_24; int32_t L_25 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_25, 1)); int32_t L_26 = V_0; NullCheck(L_23); (L_23)->SetAt(static_cast(L_26), (Il2CppChar)((int32_t)32)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_27 = __this->___bufChars_18; int32_t L_28 = __this->___bufPos_8; V_0 = L_28; int32_t L_29 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_29, 1)); int32_t L_30 = V_0; NullCheck(L_27); (L_27)->SetAt(static_cast(L_30), (Il2CppChar)((int32_t)47)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_31 = __this->___bufChars_18; int32_t L_32 = __this->___bufPos_8; V_0 = L_32; int32_t L_33 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_33, 1)); int32_t L_34 = V_0; NullCheck(L_31); (L_31)->SetAt(static_cast(L_34), (Il2CppChar)((int32_t)62)); il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_35 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_35; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteFullEndElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteFullEndElementAsync_m1B7FC2C0BDC8D9532EFBE3F85E622CC50596EEDF (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_001d: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)60)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->___bufChars_18; int32_t L_7 = __this->___bufPos_8; V_0 = L_7; int32_t L_8 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_8, 1)); int32_t L_9 = V_0; NullCheck(L_6); (L_6)->SetAt(static_cast(L_9), (Il2CppChar)((int32_t)47)); String_t* L_10 = ___0_prefix; if (!L_10) { goto IL_0074; } } { String_t* L_11 = ___0_prefix; NullCheck(L_11); int32_t L_12; L_12 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_11, NULL); if (!L_12) { goto IL_0074; } } { String_t* L_13 = ___0_prefix; String_t* L_14 = ___1_localName; String_t* L_15; L_15 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(L_13, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_14, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_16; L_16 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_15, NULL); return L_16; } IL_0074: { String_t* L_17 = ___1_localName; String_t* L_18; L_18 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_17, _stringLiteralEF8AE9E6CBCFDABA932FBEB4C85964F450F724F5, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_19; L_19 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_18, NULL); return L_19; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteStartAttributeAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteStartAttributeAsync_mF9FDABAC748C76890CF193BEDDBBFAE0E91ADC8E (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlEncodedRawTextWriter_WriteStartAttribute_SetInAttribute_m405530FFC81264CCB17B93E63486BBAF65BA53FB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; int32_t V_1 = 0; { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_001d: { int32_t L_2 = __this->___attrEndPos_12; int32_t L_3 = __this->___bufPos_8; if ((!(((uint32_t)L_2) == ((uint32_t)L_3)))) { goto IL_0045; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->___bufChars_18; int32_t L_5 = __this->___bufPos_8; V_1 = L_5; int32_t L_6 = V_1; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_1; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)32)); } IL_0045: { String_t* L_8 = ___0_prefix; if (!L_8) { goto IL_0066; } } { String_t* L_9 = ___0_prefix; NullCheck(L_9); int32_t L_10; L_10 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_9, NULL); if ((((int32_t)L_10) <= ((int32_t)0))) { goto IL_0066; } } { String_t* L_11 = ___0_prefix; String_t* L_12 = ___1_localName; String_t* L_13; L_13 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_11, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_12, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14; L_14 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_13, NULL); V_0 = L_14; goto IL_006e; } IL_0066: { String_t* L_15 = ___1_localName; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_16; L_16 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(__this, L_15, NULL); V_0 = L_16; } IL_006e: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_17 = V_0; Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* L_18 = (Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07*)il2cpp_codegen_object_new(Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07_il2cpp_TypeInfo_var); NullCheck(L_18); Action__ctor_mBDC7B0B4A3F583B64C2896F01BDED360772F67DC(L_18, __this, (intptr_t)((void*)XmlEncodedRawTextWriter_WriteStartAttribute_SetInAttribute_m405530FFC81264CCB17B93E63486BBAF65BA53FB_RuntimeMethod_var), NULL); il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_19; L_19 = AsyncHelper_CallVoidFuncWhenFinish_mF49BEA3C9C01D85576791EBF389F0B3B53909386(L_17, L_18, NULL); return L_19; } } // System.Void System.Xml.XmlEncodedRawTextWriter::WriteStartAttribute_SetInAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlEncodedRawTextWriter_WriteStartAttribute_SetInAttribute_m405530FFC81264CCB17B93E63486BBAF65BA53FB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = __this->___bufChars_18; int32_t L_1 = __this->___bufPos_8; V_0 = L_1; int32_t L_2 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_2, 1)); int32_t L_3 = V_0; NullCheck(L_0); (L_0)->SetAt(static_cast(L_3), (Il2CppChar)((int32_t)61)); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = __this->___bufChars_18; int32_t L_5 = __this->___bufPos_8; V_0 = L_5; int32_t L_6 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_6, 1)); int32_t L_7 = V_0; NullCheck(L_4); (L_4)->SetAt(static_cast(L_7), (Il2CppChar)((int32_t)34)); __this->___inAttributeValue_16 = (bool)1; return; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteEndAttributeAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteEndAttributeAsync_m9CF196FBC26E569B25C7E1E2A0DFB5ACB0BC4489 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_001d: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)34)); __this->___inAttributeValue_16 = (bool)0; int32_t L_6 = __this->___bufPos_8; __this->___attrEndPos_12 = L_6; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_7; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteNamespaceDeclarationAsync(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteNamespaceDeclarationAsync_mD3C52D6DCAACB72DAB17CFB1CD629D0AD02927DA (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, String_t* ___1_namespaceName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60_m6EDC81942D3380714157DD42DEB9F2B313395C15_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_prefix; (&V_0)->___prefix_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___prefix_3), (void*)L_0); String_t* L_1 = ___1_namespaceName; (&V_0)->___namespaceName_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___namespaceName_4), (void*)L_1); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_2; L_2 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_2; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60_m6EDC81942D3380714157DD42DEB9F2B313395C15(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteNamespaceDeclarationAsyncU3Ed__106_t9860C49CC356586A6873CE930115E37399792A60_m6EDC81942D3380714157DD42DEB9F2B313395C15_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL); return L_5; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteStartNamespaceDeclarationAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteStartNamespaceDeclarationAsync_m559D6B088DFADE353D47CADA061DF2907968B92F (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE_mA20F2F4ED0CAAFC67AE1978962DDAAE5A3DCC662_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_prefix; (&V_0)->___prefix_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___prefix_3), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE_mA20F2F4ED0CAAFC67AE1978962DDAAE5A3DCC662(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__107_t4D7D07F57AFA9916E3BDF401093AADFCFC5AB5FE_mA20F2F4ED0CAAFC67AE1978962DDAAE5A3DCC662_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteEndNamespaceDeclarationAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteEndNamespaceDeclarationAsync_m365C734848C2BBE1D1916A094E20E202BC7ABA04 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_001d: { __this->___inAttributeValue_16 = (bool)0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; int32_t L_3 = __this->___bufPos_8; V_0 = L_3; int32_t L_4 = V_0; __this->___bufPos_8 = ((int32_t)il2cpp_codegen_add(L_4, 1)); int32_t L_5 = V_0; NullCheck(L_2); (L_2)->SetAt(static_cast(L_5), (Il2CppChar)((int32_t)34)); int32_t L_6 = __this->___bufPos_8; __this->___attrEndPos_12 = L_6; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_7; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteCDataAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteCDataAsync_m78EBA0B07C2861EA2F893F118D570795C4D0CECB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6_m8DCB60667DA3213E22B9D59856F87DDFE64880A0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_text; (&V_0)->___text_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_3), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6_m8DCB60667DA3213E22B9D59856F87DDFE64880A0(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__109_t6B9DEA4F6D8F143B04890764579E9E2D1C088AC6_m8DCB60667DA3213E22B9D59856F87DDFE64880A0_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteCommentAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteCommentAsync_mD073F41B01CA6537A57BDC11E1B85F2508D90906 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A_m95BDB01DD13B59137769C33836D9FE43935ADEC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_text; (&V_0)->___text_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_3), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A_m95BDB01DD13B59137769C33836D9FE43935ADEC8(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__110_tF57039CD13A458FF70E4779EFB3C3C388ED9523A_m95BDB01DD13B59137769C33836D9FE43935ADEC8_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteProcessingInstructionAsync(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteProcessingInstructionAsync_mE9FF4507DCDBEE69BC854224271E46FEB8B2898B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED_m5FC47FFE34CEF435669D3AC55C7FEEB17609FA77_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_name; (&V_0)->___name_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_3), (void*)L_0); String_t* L_1 = ___1_text; (&V_0)->___text_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_4), (void*)L_1); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_2; L_2 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_2; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED_m5FC47FFE34CEF435669D3AC55C7FEEB17609FA77(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__111_tAE21B85DCDAA07C77D5DCC65A6143F533DF7D8ED_m5FC47FFE34CEF435669D3AC55C7FEEB17609FA77_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL); return L_5; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteEntityRefAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteEntityRefAsync_m95A5617DF0B150FA071BF9384482F425EAFAA150 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_name, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046_mF80D09E1748DEB0CEAD8DB44091D9FDB5812E126_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_name; (&V_0)->___name_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_3), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046_mF80D09E1748DEB0CEAD8DB44091D9FDB5812E126(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__112_tC200953AC3E8FD94449CF21340117CA74B7CA046_mF80D09E1748DEB0CEAD8DB44091D9FDB5812E126_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteCharEntityAsync(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteCharEntityAsync_m20C11F521FAA7A2790A17DBD2D5D62C610E3B8B0 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D_m3662B1C38BAD6C1885DA631EDD40BCF1D71F4439_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); Il2CppChar L_0 = ___0_ch; (&V_0)->___ch_3 = L_0; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D_m3662B1C38BAD6C1885DA631EDD40BCF1D71F4439(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__113_t4C8E5A24CF468D7014CE65FE785F1F4DF400FF4D_m3662B1C38BAD6C1885DA631EDD40BCF1D71F4439_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteWhitespaceAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteWhitespaceAsync_mE28157396AF9C930652DAEA6F9462A58901C54B6 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_ws, const RuntimeMethod* method) { { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (!L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)0, NULL); } IL_001d: { bool L_2 = __this->___inAttributeValue_16; if (!L_2) { goto IL_002d; } } { String_t* L_3 = ___0_ws; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlEncodedRawTextWriter_WriteAttributeTextBlockAsync_m26AB67E4BF0B4F8BFFFEEC277A1C20C534B19898(__this, L_3, NULL); return L_4; } IL_002d: { String_t* L_5 = ___0_ws; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = XmlEncodedRawTextWriter_WriteElementTextBlockAsync_m8D9BD3DCD9E4AA57485575967F5049EC7EFA875D(__this, L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteStringAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteStringAsync_mC26F8B4F55E92C27B32403FF17490B93F3218D81 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)1, NULL); } IL_001d: { bool L_2 = __this->___inAttributeValue_16; if (!L_2) { goto IL_002d; } } { String_t* L_3 = ___0_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlEncodedRawTextWriter_WriteAttributeTextBlockAsync_m26AB67E4BF0B4F8BFFFEEC277A1C20C534B19898(__this, L_3, NULL); return L_4; } IL_002d: { String_t* L_5 = ___0_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = XmlEncodedRawTextWriter_WriteElementTextBlockAsync_m8D9BD3DCD9E4AA57485575967F5049EC7EFA875D(__this, L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteSurrogateCharEntityAsync(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteSurrogateCharEntityAsync_m0875D2A2896F77E59683BFA2C91EDD7F21D6D236 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B_mF0F362BCE8F9821717D9C58AD7EF1BD2E0B366C3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); Il2CppChar L_0 = ___0_lowChar; (&V_0)->___lowChar_3 = L_0; Il2CppChar L_1 = ___1_highChar; (&V_0)->___highChar_4 = L_1; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_2; L_2 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_2; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B_mF0F362BCE8F9821717D9C58AD7EF1BD2E0B366C3(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__116_t99A6F5C89AF9858286E387ADE256468EB985E20B_mF0F362BCE8F9821717D9C58AD7EF1BD2E0B366C3_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL); return L_5; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteCharsAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteCharsAsync_m4B54F90C1C562FCD937E2BC481F65739E8F9CE55 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(__this, NULL); bool L_0 = __this->___trackTextContent_21; if (!L_0) { goto IL_001d; } } { bool L_1 = __this->___inTextContent_22; if (L_1) { goto IL_001d; } } { XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(__this, (bool)1, NULL); } IL_001d: { bool L_2 = __this->___inAttributeValue_16; if (!L_2) { goto IL_002f; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = ___0_buffer; int32_t L_4 = ___1_index; int32_t L_5 = ___2_count; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = XmlEncodedRawTextWriter_WriteAttributeTextBlockAsync_m6DDFCF56861727587A8674DB69A6667962C6AB83(__this, L_3, L_4, L_5, NULL); return L_6; } IL_002f: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = ___0_buffer; int32_t L_8 = ___1_index; int32_t L_9 = ___2_count; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10; L_10 = XmlEncodedRawTextWriter_WriteElementTextBlockAsync_m4B839C3BAD9EC90B62DE046DF3B2A3780A83005B(__this, L_7, L_8, L_9, NULL); return L_10; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteRawAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteRawAsync_mE6F4D693444A11903AF745D5A8FC39F1B562ADC4 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, 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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D_m215C69C069450AF154CB570183263A81284E07B0_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; (&V_0)->___buffer_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___buffer_3), (void*)L_0); int32_t L_1 = ___1_index; (&V_0)->___index_4 = L_1; int32_t L_2 = ___2_count; (&V_0)->___count_5 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3; L_3 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_3; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D_m215C69C069450AF154CB570183263A81284E07B0(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__118_t073934CA68DDF118B8014D823AE173F3503C233D_m215C69C069450AF154CB570183263A81284E07B0_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteRawAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteRawAsync_mA8232F25A36D9E152932E6853B6D62ABFE2D2BE2 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_data, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002_m9FE500B55453A43E11717B77DB69ED9A57C96CA7_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_data; (&V_0)->___data_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___data_3), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002_m9FE500B55453A43E11717B77DB69ED9A57C96CA7(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__119_tD30480E49DB89EA869B6E752C1A9096A954C3002_m9FE500B55453A43E11717B77DB69ED9A57C96CA7_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::FlushAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_FlushAsync_m475C03E1C4D93E74AC2AA8E8648947C32BACC662 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634_m39F2A1AC85C60BE2B6110D2E8389035791459AA5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_0; L_0 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_0; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_1 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634_m39F2A1AC85C60BE2B6110D2E8389035791459AA5(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__120_tD78608E9B3B70DCC14EEE44267A05EE9374DD634_m39F2A1AC85C60BE2B6110D2E8389035791459AA5_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::FlushBufferAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_FlushBufferAsync_m2115E5468C66F129E8E437FE6B2D6A0E29F34603 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55_mA9906A169F291110BE2C7EBEAF07539DBBC43B4B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_0; L_0 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_0; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_1 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55_mA9906A169F291110BE2C7EBEAF07539DBBC43B4B(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CFlushBufferAsyncU3Ed__121_t4A4170CA89FA8A2FAD918E34E1C1F55D9EC10E55_mA9906A169F291110BE2C7EBEAF07539DBBC43B4B_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::EncodeCharsAsync(System.Int32,System.Int32,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_EncodeCharsAsync_m42F972DF993E7557F0A53A655A750185980C7A52 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, int32_t ___0_startOffset, int32_t ___1_endOffset, bool ___2_writeAllToStream, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6_m1D51B9196BF16E8881FF13DE76573590BBC9F830_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); int32_t L_0 = ___0_startOffset; (&V_0)->___startOffset_3 = L_0; int32_t L_1 = ___1_endOffset; (&V_0)->___endOffset_4 = L_1; bool L_2 = ___2_writeAllToStream; (&V_0)->___writeAllToStream_5 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3; L_3 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_3; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6_m1D51B9196BF16E8881FF13DE76573590BBC9F830(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CEncodeCharsAsyncU3Ed__122_t438B2D2F72FE5A4AE881EE21C4B1114C5FC168F6_m1D51B9196BF16E8881FF13DE76573590BBC9F830_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::FlushEncoderAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_FlushEncoderAsync_m53D2D2850DF9C6A80AFC1E781537194318914357 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; bool V_2 = false; { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_5; if (!L_0) { goto IL_0048; } } { Encoder_tAF9067231A76315584BDF4CD27990E2F485A78FA* L_1 = __this->___encoder_19; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = __this->___bufBytes_4; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___bufBytes_4; NullCheck(L_4); NullCheck(L_1); VirtualActionInvoker10< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, bool, int32_t*, int32_t*, bool* >::Invoke(9 /* System.Void System.Text.Encoder::Convert(System.Char[],System.Int32,System.Int32,System.Byte[],System.Int32,System.Int32,System.Boolean,System.Int32&,System.Int32&,System.Boolean&) */, L_1, L_2, 1, 0, L_3, 0, ((int32_t)(((RuntimeArray*)L_4)->max_length)), (bool)1, (&V_0), (&V_1), (&V_2)); int32_t L_5 = V_1; if (!L_5) { goto IL_0048; } } { Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = __this->___stream_5; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = __this->___bufBytes_4; int32_t L_8 = V_1; NullCheck(L_6); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_9; L_9 = Stream_WriteAsync_m51D91C94481BB32FE1A876A789C9705F433B133D(L_6, L_7, 0, L_8, NULL); return L_9; } IL_0048: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_10; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockNoFlush(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_m3DD57C867728C3159207FCFECFFF51E3CE760DD0 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; { Il2CppChar* L_0 = ___0_pSrc; V_0 = L_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1; V_2 = L_2; if (!L_2) { goto IL_0011; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_2; NullCheck(L_3); if (((int32_t)(((RuntimeArray*)L_3)->max_length))) { goto IL_0016; } } IL_0011: { V_1 = (Il2CppChar*)((uintptr_t)0); goto IL_001f; } IL_0016: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_2; NullCheck(L_4); V_1 = (Il2CppChar*)((uintptr_t)((L_4)->GetAddressAt(static_cast(0)))); } IL_001f: { Il2CppChar* L_5 = V_1; int32_t L_6 = __this->___bufPos_8; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))); V_4 = 0; } IL_002e: { Il2CppChar* L_7 = V_3; Il2CppChar* L_8 = ___1_pSrcEnd; Il2CppChar* L_9 = ___0_pSrc; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_8, (intptr_t)L_9))/2))), ((int64_t)2)))))); Il2CppChar* L_10 = V_5; Il2CppChar* L_11 = V_1; int32_t L_12 = __this->___bufLen_13; if ((!(((uintptr_t)L_10) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_11, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_12), 2)))))))) { goto IL_0068; } } { Il2CppChar* L_13 = V_1; int32_t L_14 = __this->___bufLen_13; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2)))); goto IL_0068; } IL_005a: { Il2CppChar* L_15 = V_3; int32_t L_16 = V_4; *((int16_t*)L_15) = (int16_t)((int32_t)(uint16_t)L_16); Il2CppChar* L_17 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, 2)); Il2CppChar* L_18 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, 2)); } IL_0068: { Il2CppChar* L_19 = V_3; Il2CppChar* L_20 = V_5; if ((!(((uintptr_t)L_19) < ((uintptr_t)L_20)))) { goto IL_0086; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_21 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = L_21->___charProperties_2; Il2CppChar* L_23 = ___0_pSrc; int32_t L_24 = *((uint16_t*)L_23); int32_t L_25 = L_24; V_4 = L_25; NullCheck(L_22); int32_t L_26 = L_25; uint8_t L_27 = (L_22)->GetAt(static_cast(L_26)); if (((int32_t)((int32_t)L_27&((int32_t)128)))) { goto IL_005a; } } IL_0086: { Il2CppChar* L_28 = ___0_pSrc; Il2CppChar* L_29 = ___1_pSrcEnd; if ((!(((uintptr_t)L_28) < ((uintptr_t)L_29)))) { goto IL_01ee; } } { Il2CppChar* L_30 = V_3; Il2CppChar* L_31 = V_5; if ((!(((uintptr_t)L_30) >= ((uintptr_t)L_31)))) { goto IL_00a7; } } { Il2CppChar* L_32 = V_3; Il2CppChar* L_33 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_32, (intptr_t)L_33))/2)))); Il2CppChar* L_34 = ___0_pSrc; Il2CppChar* L_35 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_34, (intptr_t)L_35))/2)))); } IL_00a7: { int32_t L_36 = V_4; if ((((int32_t)L_36) > ((int32_t)((int32_t)38)))) { goto IL_00dc; } } { int32_t L_37 = V_4; switch (((int32_t)il2cpp_codegen_subtract(L_37, ((int32_t)9)))) { case 0: { goto IL_0131; } case 1: { goto IL_0171; } case 2: { goto IL_018e; } case 3: { goto IL_018e; } case 4: { goto IL_0154; } } } { int32_t L_38 = V_4; if ((((int32_t)L_38) == ((int32_t)((int32_t)34)))) { goto IL_0117; } } { int32_t L_39 = V_4; if ((((int32_t)L_39) == ((int32_t)((int32_t)38)))) { goto IL_00f3; } } { goto IL_018e; } IL_00dc: { int32_t L_40 = V_4; if ((((int32_t)L_40) == ((int32_t)((int32_t)39)))) { goto IL_0123; } } { int32_t L_41 = V_4; if ((((int32_t)L_41) == ((int32_t)((int32_t)60)))) { goto IL_00ff; } } { int32_t L_42 = V_4; if ((((int32_t)L_42) == ((int32_t)((int32_t)62)))) { goto IL_010b; } } { goto IL_018e; } IL_00f3: { Il2CppChar* L_43 = V_3; Il2CppChar* L_44; L_44 = XmlEncodedRawTextWriter_AmpEntity_m7119B014038B56F76707A58E3CE7B2A67E6D2016(L_43, NULL); V_3 = L_44; goto IL_01e4; } IL_00ff: { Il2CppChar* L_45 = V_3; Il2CppChar* L_46; L_46 = XmlEncodedRawTextWriter_LtEntity_m9CF4843E9DF36AE18B20138945AB54784DABBB9B(L_45, NULL); V_3 = L_46; goto IL_01e4; } IL_010b: { Il2CppChar* L_47 = V_3; Il2CppChar* L_48; L_48 = XmlEncodedRawTextWriter_GtEntity_m2F85F07B179C0690128B7B079202E4E8B55E1A0C(L_47, NULL); V_3 = L_48; goto IL_01e4; } IL_0117: { Il2CppChar* L_49 = V_3; Il2CppChar* L_50; L_50 = XmlEncodedRawTextWriter_QuoteEntity_m775FD8DA0162986C4AA3CE04B6E9C95381BDCCCF(L_49, NULL); V_3 = L_50; goto IL_01e4; } IL_0123: { Il2CppChar* L_51 = V_3; int32_t L_52 = V_4; *((int16_t*)L_51) = (int16_t)((int32_t)(uint16_t)L_52); Il2CppChar* L_53 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, 2)); goto IL_01e4; } IL_0131: { int32_t L_54 = __this->___newLineHandling_26; if ((!(((uint32_t)L_54) == ((uint32_t)2)))) { goto IL_0148; } } { Il2CppChar* L_55 = V_3; int32_t L_56 = V_4; *((int16_t*)L_55) = (int16_t)((int32_t)(uint16_t)L_56); Il2CppChar* L_57 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, 2)); goto IL_01e4; } IL_0148: { Il2CppChar* L_58 = V_3; Il2CppChar* L_59; L_59 = XmlEncodedRawTextWriter_TabEntity_m01E27155989C58B1C8CB2D65A994A0877AAD3EE3(L_58, NULL); V_3 = L_59; goto IL_01e4; } IL_0154: { int32_t L_60 = __this->___newLineHandling_26; if ((!(((uint32_t)L_60) == ((uint32_t)2)))) { goto IL_0168; } } { Il2CppChar* L_61 = V_3; int32_t L_62 = V_4; *((int16_t*)L_61) = (int16_t)((int32_t)(uint16_t)L_62); Il2CppChar* L_63 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, 2)); goto IL_01e4; } IL_0168: { Il2CppChar* L_64 = V_3; Il2CppChar* L_65; L_65 = XmlEncodedRawTextWriter_CarriageReturnEntity_m475E7831359AF89762DD38E5577C9EE03B4E0A68(L_64, NULL); V_3 = L_65; goto IL_01e4; } IL_0171: { int32_t L_66 = __this->___newLineHandling_26; if ((!(((uint32_t)L_66) == ((uint32_t)2)))) { goto IL_0185; } } { Il2CppChar* L_67 = V_3; int32_t L_68 = V_4; *((int16_t*)L_67) = (int16_t)((int32_t)(uint16_t)L_68); Il2CppChar* L_69 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, 2)); goto IL_01e4; } IL_0185: { Il2CppChar* L_70 = V_3; Il2CppChar* L_71; L_71 = XmlEncodedRawTextWriter_LineFeedEntity_m6D5717C707EA2D98F260FE91D8D2FF0148A87302(L_70, NULL); V_3 = L_71; goto IL_01e4; } IL_018e: { int32_t L_72 = V_4; bool L_73; L_73 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_72, NULL); if (!L_73) { goto IL_01ad; } } { Il2CppChar* L_74 = ___0_pSrc; Il2CppChar* L_75 = ___1_pSrcEnd; Il2CppChar* L_76 = V_3; Il2CppChar* L_77; L_77 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_74, L_75, L_76, NULL); V_3 = L_77; Il2CppChar* L_78 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_78, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_002e; } IL_01ad: { int32_t L_79 = V_4; if ((((int32_t)L_79) <= ((int32_t)((int32_t)127)))) { goto IL_01bc; } } { int32_t L_80 = V_4; if ((((int32_t)L_80) < ((int32_t)((int32_t)65534)))) { goto IL_01d1; } } IL_01bc: { int32_t L_81 = V_4; Il2CppChar* L_82 = V_3; Il2CppChar* L_83; L_83 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_81, L_82, (bool)1, NULL); V_3 = L_83; Il2CppChar* L_84 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, 2)); goto IL_002e; } IL_01d1: { Il2CppChar* L_85 = V_3; int32_t L_86 = V_4; *((int16_t*)L_85) = (int16_t)((int32_t)(uint16_t)L_86); Il2CppChar* L_87 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_87, 2)); Il2CppChar* L_88 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_88, 2)); goto IL_002e; } IL_01e4: { Il2CppChar* L_89 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_89, 2)); goto IL_002e; } IL_01ee: { Il2CppChar* L_90 = V_3; Il2CppChar* L_91 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_90, (intptr_t)L_91))/2)))); V_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return (-1); } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockNoFlush(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_m7CC77B3CC0F26ACE8B45F510756FFE6408AE3A4E (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { int32_t L_0 = ___2_count; if (L_0) { goto IL_0005; } } { return (-1); } IL_0005: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = ___0_chars; int32_t L_2 = ___1_index; NullCheck(L_1); V_0 = ((L_1)->GetAddressAt(static_cast(L_2))); Il2CppChar* L_3 = V_0; V_1 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_1; int32_t L_5 = ___2_count; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_5), 2)))); Il2CppChar* L_6 = V_1; Il2CppChar* L_7 = V_2; int32_t L_8; L_8 = XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_m3DD57C867728C3159207FCFECFFF51E3CE760DD0(__this, L_6, L_7, NULL); return L_8; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockNoFlush(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_mB889C3CD9B29F97196D7FC90342AAA3C2F29E5BD (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { int32_t L_0 = ___2_count; if (L_0) { goto IL_0005; } } { return (-1); } IL_0005: { String_t* L_1 = ___0_text; V_1 = L_1; String_t* L_2 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_2); Il2CppChar* L_3 = V_0; if (!L_3) { goto IL_0015; } } { Il2CppChar* L_4 = V_0; int32_t L_5; L_5 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, L_5)); } IL_0015: { Il2CppChar* L_6 = V_0; int32_t L_7 = ___1_index; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 2)))); Il2CppChar* L_8 = V_2; int32_t L_9 = ___2_count; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 2)))); Il2CppChar* L_10 = V_2; Il2CppChar* L_11 = V_3; int32_t L_12; L_12 = XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_m3DD57C867728C3159207FCFECFFF51E3CE760DD0(__this, L_10, L_11, NULL); return L_12; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteAttributeTextBlockAsync_m6DDFCF56861727587A8674DB69A6667962C6AB83 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF_m40FDCA27390A1397DBFD8E304B50E5BED72C77AD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_4 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_4), (void*)__this); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_chars; (&V_0)->___chars_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___chars_5), (void*)L_0); int32_t L_1 = ___1_index; (&V_0)->___index_2 = L_1; int32_t L_2 = ___2_count; (&V_0)->___count_3 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3; L_3 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_3; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF_m40FDCA27390A1397DBFD8E304B50E5BED72C77AD(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteAttributeTextBlockAsyncU3Ed__127_t1E3AA79F7FDD1BE4BA6EE9EA706D1981C848F3DF_m40FDCA27390A1397DBFD8E304B50E5BED72C77AD_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteAttributeTextBlockAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteAttributeTextBlockAsync_m26AB67E4BF0B4F8BFFFEEC277A1C20C534B19898 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; String_t* L_0 = ___0_text; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_2 = L_1; String_t* L_2 = ___0_text; int32_t L_3 = V_1; int32_t L_4 = V_2; int32_t L_5; L_5 = XmlEncodedRawTextWriter_WriteAttributeTextBlockNoFlush_mB889C3CD9B29F97196D7FC90342AAA3C2F29E5BD(__this, L_2, L_3, L_4, NULL); V_0 = L_5; int32_t L_6 = V_1; int32_t L_7 = V_0; V_1 = ((int32_t)il2cpp_codegen_add(L_6, L_7)); int32_t L_8 = V_2; int32_t L_9 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract(L_8, L_9)); int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_002b; } } { String_t* L_11 = ___0_text; int32_t L_12 = V_1; int32_t L_13 = V_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14; L_14 = XmlEncodedRawTextWriter__WriteAttributeTextBlockAsync_m491E80C4EE79A8333DAF35B06E145ECC148FEEBB(__this, L_11, L_12, L_13, NULL); return L_14; } IL_002b: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_15 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_15; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::_WriteAttributeTextBlockAsync(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter__WriteAttributeTextBlockAsync_m491E80C4EE79A8333DAF35B06E145ECC148FEEBB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_curIndex, int32_t ___2_leftCount, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030_mECAAED399A8D2DF59A61E9219C1DE126D37EEA6C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_text; (&V_0)->___text_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_3), (void*)L_0); int32_t L_1 = ___1_curIndex; (&V_0)->___curIndex_4 = L_1; int32_t L_2 = ___2_leftCount; (&V_0)->___leftCount_5 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3; L_3 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_3; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030_mECAAED399A8D2DF59A61E9219C1DE126D37EEA6C(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3C_WriteAttributeTextBlockAsyncU3Ed__129_tC994323E53697270A682F07B8DE6C75D11100030_mECAAED399A8D2DF59A61E9219C1DE126D37EEA6C_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL); return L_6; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockNoFlush(System.Char*,System.Char*,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_m8124F4ECFFC21B890124E545731EA99E5BF823BF (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrc, Il2CppChar* ___1_pSrcEnd, bool* ___2_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL; Il2CppChar* V_3 = NULL; int32_t V_4 = 0; Il2CppChar* V_5 = NULL; int32_t V_6 = 0; { bool* L_0 = ___2_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; Il2CppChar* L_1 = ___0_pSrc; V_0 = L_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2; V_2 = L_3; if (!L_3) { goto IL_0014; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_2; NullCheck(L_4); if (((int32_t)(((RuntimeArray*)L_4)->max_length))) { goto IL_0019; } } IL_0014: { V_1 = (Il2CppChar*)((uintptr_t)0); goto IL_0022; } IL_0019: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = V_2; NullCheck(L_5); V_1 = (Il2CppChar*)((uintptr_t)((L_5)->GetAddressAt(static_cast(0)))); } IL_0022: { Il2CppChar* L_6 = V_1; int32_t L_7 = __this->___bufPos_8; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 2)))); V_4 = 0; } IL_0031: { Il2CppChar* L_8 = V_3; Il2CppChar* L_9 = ___1_pSrcEnd; Il2CppChar* L_10 = ___0_pSrc; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_9, (intptr_t)L_10))/2))), ((int64_t)2)))))); Il2CppChar* L_11 = V_5; Il2CppChar* L_12 = V_1; int32_t L_13 = __this->___bufLen_13; if ((!(((uintptr_t)L_11) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2)))))))) { goto IL_006b; } } { Il2CppChar* L_14 = V_1; int32_t L_15 = __this->___bufLen_13; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 2)))); goto IL_006b; } IL_005d: { Il2CppChar* L_16 = V_3; int32_t L_17 = V_4; *((int16_t*)L_16) = (int16_t)((int32_t)(uint16_t)L_17); Il2CppChar* L_18 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, 2)); Il2CppChar* L_19 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, 2)); } IL_006b: { Il2CppChar* L_20 = V_3; Il2CppChar* L_21 = V_5; if ((!(((uintptr_t)L_20) < ((uintptr_t)L_21)))) { goto IL_0089; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_22 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = L_22->___charProperties_2; Il2CppChar* L_24 = ___0_pSrc; int32_t L_25 = *((uint16_t*)L_24); int32_t L_26 = L_25; V_4 = L_26; NullCheck(L_23); int32_t L_27 = L_26; uint8_t L_28 = (L_23)->GetAt(static_cast(L_27)); if (((int32_t)((int32_t)L_28&((int32_t)128)))) { goto IL_005d; } } IL_0089: { Il2CppChar* L_29 = ___0_pSrc; Il2CppChar* L_30 = ___1_pSrcEnd; if ((!(((uintptr_t)L_29) < ((uintptr_t)L_30)))) { goto IL_020f; } } { Il2CppChar* L_31 = V_3; Il2CppChar* L_32 = V_5; if ((!(((uintptr_t)L_31) >= ((uintptr_t)L_32)))) { goto IL_00aa; } } { Il2CppChar* L_33 = V_3; Il2CppChar* L_34 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_33, (intptr_t)L_34))/2)))); Il2CppChar* L_35 = ___0_pSrc; Il2CppChar* L_36 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_35, (intptr_t)L_36))/2)))); } IL_00aa: { int32_t L_37 = V_4; if ((((int32_t)L_37) > ((int32_t)((int32_t)38)))) { goto IL_00df; } } { int32_t L_38 = V_4; switch (((int32_t)il2cpp_codegen_subtract(L_38, ((int32_t)9)))) { case 0: { goto IL_011a; } case 1: { goto IL_0128; } case 2: { goto IL_01af; } case 3: { goto IL_01af; } case 4: { goto IL_0156; } } } { int32_t L_39 = V_4; if ((((int32_t)L_39) == ((int32_t)((int32_t)34)))) { goto IL_011a; } } { int32_t L_40 = V_4; if ((((int32_t)L_40) == ((int32_t)((int32_t)38)))) { goto IL_00f6; } } { goto IL_01af; } IL_00df: { int32_t L_41 = V_4; if ((((int32_t)L_41) == ((int32_t)((int32_t)39)))) { goto IL_011a; } } { int32_t L_42 = V_4; if ((((int32_t)L_42) == ((int32_t)((int32_t)60)))) { goto IL_0102; } } { int32_t L_43 = V_4; if ((((int32_t)L_43) == ((int32_t)((int32_t)62)))) { goto IL_010e; } } { goto IL_01af; } IL_00f6: { Il2CppChar* L_44 = V_3; Il2CppChar* L_45; L_45 = XmlEncodedRawTextWriter_AmpEntity_m7119B014038B56F76707A58E3CE7B2A67E6D2016(L_44, NULL); V_3 = L_45; goto IL_0205; } IL_0102: { Il2CppChar* L_46 = V_3; Il2CppChar* L_47; L_47 = XmlEncodedRawTextWriter_LtEntity_m9CF4843E9DF36AE18B20138945AB54784DABBB9B(L_46, NULL); V_3 = L_47; goto IL_0205; } IL_010e: { Il2CppChar* L_48 = V_3; Il2CppChar* L_49; L_49 = XmlEncodedRawTextWriter_GtEntity_m2F85F07B179C0690128B7B079202E4E8B55E1A0C(L_48, NULL); V_3 = L_49; goto IL_0205; } IL_011a: { Il2CppChar* L_50 = V_3; int32_t L_51 = V_4; *((int16_t*)L_50) = (int16_t)((int32_t)(uint16_t)L_51); Il2CppChar* L_52 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_52, 2)); goto IL_0205; } IL_0128: { int32_t L_53 = __this->___newLineHandling_26; if (L_53) { goto IL_0148; } } { Il2CppChar* L_54 = V_3; Il2CppChar* L_55 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_54, (intptr_t)L_55))/2)))); bool* L_56 = ___2_needWriteNewLine; *((int8_t*)L_56) = (int8_t)1; Il2CppChar* L_57 = ___0_pSrc; Il2CppChar* L_58 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_57, (intptr_t)L_58))/2)))); } IL_0148: { Il2CppChar* L_59 = V_3; int32_t L_60 = V_4; *((int16_t*)L_59) = (int16_t)((int32_t)(uint16_t)L_60); Il2CppChar* L_61 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_61, 2)); goto IL_0205; } IL_0156: { int32_t L_62 = __this->___newLineHandling_26; V_6 = L_62; int32_t L_63 = V_6; switch (L_63) { case 0: { goto IL_0176; } case 1: { goto IL_019b; } case 2: { goto IL_01a4; } } } { goto IL_0205; } IL_0176: { Il2CppChar* L_64 = ___0_pSrc; int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, 2))); if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)10))))) { goto IL_0183; } } { Il2CppChar* L_66 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, 2)); } IL_0183: { Il2CppChar* L_67 = V_3; Il2CppChar* L_68 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_67, (intptr_t)L_68))/2)))); bool* L_69 = ___2_needWriteNewLine; *((int8_t*)L_69) = (int8_t)1; Il2CppChar* L_70 = ___0_pSrc; Il2CppChar* L_71 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_70, (intptr_t)L_71))/2)))); } IL_019b: { Il2CppChar* L_72 = V_3; Il2CppChar* L_73; L_73 = XmlEncodedRawTextWriter_CarriageReturnEntity_m475E7831359AF89762DD38E5577C9EE03B4E0A68(L_72, NULL); V_3 = L_73; goto IL_0205; } IL_01a4: { Il2CppChar* L_74 = V_3; int32_t L_75 = V_4; *((int16_t*)L_74) = (int16_t)((int32_t)(uint16_t)L_75); Il2CppChar* L_76 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_76, 2)); goto IL_0205; } IL_01af: { int32_t L_77 = V_4; bool L_78; L_78 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_77, NULL); if (!L_78) { goto IL_01ce; } } { Il2CppChar* L_79 = ___0_pSrc; Il2CppChar* L_80 = ___1_pSrcEnd; Il2CppChar* L_81 = V_3; Il2CppChar* L_82; L_82 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_79, L_80, L_81, NULL); V_3 = L_82; Il2CppChar* L_83 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_0031; } IL_01ce: { int32_t L_84 = V_4; if ((((int32_t)L_84) <= ((int32_t)((int32_t)127)))) { goto IL_01dd; } } { int32_t L_85 = V_4; if ((((int32_t)L_85) < ((int32_t)((int32_t)65534)))) { goto IL_01f2; } } IL_01dd: { int32_t L_86 = V_4; Il2CppChar* L_87 = V_3; Il2CppChar* L_88; L_88 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_86, L_87, (bool)1, NULL); V_3 = L_88; Il2CppChar* L_89 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_89, 2)); goto IL_0031; } IL_01f2: { Il2CppChar* L_90 = V_3; int32_t L_91 = V_4; *((int16_t*)L_90) = (int16_t)((int32_t)(uint16_t)L_91); Il2CppChar* L_92 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_92, 2)); Il2CppChar* L_93 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_93, 2)); goto IL_0031; } IL_0205: { Il2CppChar* L_94 = ___0_pSrc; ___0_pSrc = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_94, 2)); goto IL_0031; } IL_020f: { Il2CppChar* L_95 = V_3; Il2CppChar* L_96 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_95, (intptr_t)L_96))/2)))); int32_t L_97 = __this->___bufPos_8; __this->___textPos_9 = L_97; __this->___contentPos_10 = 0; V_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return (-1); } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockNoFlush(System.Char[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_mA7E0A72DE8EE21A7EBA134EC14B221A87F51E901 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { bool* L_0 = ___3_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; int32_t L_1 = ___2_count; if (L_1) { goto IL_0010; } } { __this->___contentPos_10 = 0; return (-1); } IL_0010: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_chars; int32_t L_3 = ___1_index; NullCheck(L_2); V_0 = ((L_2)->GetAddressAt(static_cast(L_3))); Il2CppChar* L_4 = V_0; V_1 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_1; int32_t L_6 = ___2_count; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))); Il2CppChar* L_7 = V_1; Il2CppChar* L_8 = V_2; bool* L_9 = ___3_needWriteNewLine; int32_t L_10; L_10 = XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_m8124F4ECFFC21B890124E545731EA99E5BF823BF(__this, L_7, L_8, L_9, NULL); return L_10; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockNoFlush(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_m3F68C0345CE8C4842CD1E7D1B890E666E7C57AEF (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { bool* L_0 = ___3_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; int32_t L_1 = ___2_count; if (L_1) { goto IL_0010; } } { __this->___contentPos_10 = 0; return (-1); } IL_0010: { String_t* L_2 = ___0_text; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0020; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0020: { Il2CppChar* L_7 = V_0; int32_t L_8 = ___1_index; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); Il2CppChar* L_9 = V_2; int32_t L_10 = ___2_count; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), 2)))); Il2CppChar* L_11 = V_2; Il2CppChar* L_12 = V_3; bool* L_13 = ___3_needWriteNewLine; int32_t L_14; L_14 = XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_m8124F4ECFFC21B890124E545731EA99E5BF823BF(__this, L_11, L_12, L_13, NULL); return L_14; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteElementTextBlockAsync_m4B839C3BAD9EC90B62DE046DF3B2A3780A83005B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9_mF25BB47334ECE8AB372AAB074C682A4F21F10C85_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_4 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_4), (void*)__this); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_chars; (&V_0)->___chars_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___chars_5), (void*)L_0); int32_t L_1 = ___1_index; (&V_0)->___index_2 = L_1; int32_t L_2 = ___2_count; (&V_0)->___count_3 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3; L_3 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_3; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9_mF25BB47334ECE8AB372AAB074C682A4F21F10C85(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteElementTextBlockAsyncU3Ed__133_t7ADEE4FCF9E6FCC72EB5723F8CD1B07C857077B9_mF25BB47334ECE8AB372AAB074C682A4F21F10C85_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteElementTextBlockAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteElementTextBlockAsync_m8D9BD3DCD9E4AA57485575967F5049EC7EFA875D (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; bool V_3 = false; { V_0 = 0; V_1 = 0; String_t* L_0 = ___0_text; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_2 = L_1; V_3 = (bool)0; String_t* L_2 = ___0_text; int32_t L_3 = V_1; int32_t L_4 = V_2; int32_t L_5; L_5 = XmlEncodedRawTextWriter_WriteElementTextBlockNoFlush_m3F68C0345CE8C4842CD1E7D1B890E666E7C57AEF(__this, L_2, L_3, L_4, (&V_3), NULL); V_0 = L_5; int32_t L_6 = V_1; int32_t L_7 = V_0; V_1 = ((int32_t)il2cpp_codegen_add(L_6, L_7)); int32_t L_8 = V_2; int32_t L_9 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract(L_8, L_9)); bool L_10 = V_3; if (!L_10) { goto IL_002f; } } { String_t* L_11 = ___0_text; int32_t L_12 = V_1; int32_t L_13 = V_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14; L_14 = XmlEncodedRawTextWriter__WriteElementTextBlockAsync_m426A47B9EECE996208CEB1AF078951581651D90F(__this, (bool)1, L_11, L_12, L_13, NULL); return L_14; } IL_002f: { int32_t L_15 = V_0; if ((((int32_t)L_15) < ((int32_t)0))) { goto IL_003e; } } { String_t* L_16 = ___0_text; int32_t L_17 = V_1; int32_t L_18 = V_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_19; L_19 = XmlEncodedRawTextWriter__WriteElementTextBlockAsync_m426A47B9EECE996208CEB1AF078951581651D90F(__this, (bool)0, L_16, L_17, L_18, NULL); return L_19; } IL_003e: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_20 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_20; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::_WriteElementTextBlockAsync(System.Boolean,System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter__WriteElementTextBlockAsync_m426A47B9EECE996208CEB1AF078951581651D90F (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, bool ___0_newLine, String_t* ___1_text, int32_t ___2_curIndex, int32_t ___3_leftCount, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2_mC3580483AC89FC62F049E61B5EEC5D59FF64F4AA_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); bool L_0 = ___0_newLine; (&V_0)->___newLine_2 = L_0; String_t* L_1 = ___1_text; (&V_0)->___text_6 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_6), (void*)L_1); int32_t L_2 = ___2_curIndex; (&V_0)->___curIndex_4 = L_2; int32_t L_3 = ___3_leftCount; (&V_0)->___leftCount_5 = L_3; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_4; L_4 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_4; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2_mC3580483AC89FC62F049E61B5EEC5D59FF64F4AA(L_5, (&V_0), AsyncTaskMethodBuilder_Start_TisU3C_WriteElementTextBlockAsyncU3Ed__135_t285F964F9D8E64B204728781A96EDB6F291F9BA2_mC3580483AC89FC62F049E61B5EEC5D59FF64F4AA_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_6 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7; L_7 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_6, NULL); return L_7; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::RawTextNoFlush(System.Char*,System.Char*) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_RawTextNoFlush_mE6636EF262025DFC31984D269010FD2AE6BBFFA9 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; Il2CppChar* V_6 = NULL; { Il2CppChar* L_0 = ___0_pSrcBegin; V_0 = L_0; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_1 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = L_1; V_2 = L_2; if (!L_2) { goto IL_0011; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = V_2; NullCheck(L_3); if (((int32_t)(((RuntimeArray*)L_3)->max_length))) { goto IL_0016; } } IL_0011: { V_1 = (Il2CppChar*)((uintptr_t)0); goto IL_001f; } IL_0016: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_2; NullCheck(L_4); V_1 = (Il2CppChar*)((uintptr_t)((L_4)->GetAddressAt(static_cast(0)))); } IL_001f: { Il2CppChar* L_5 = V_1; int32_t L_6 = __this->___bufPos_8; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))); Il2CppChar* L_7 = ___0_pSrcBegin; V_4 = L_7; V_5 = 0; } IL_0031: { Il2CppChar* L_8 = V_3; Il2CppChar* L_9 = ___1_pSrcEnd; Il2CppChar* L_10 = V_4; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_9, (intptr_t)L_10))/2))), ((int64_t)2)))))); Il2CppChar* L_11 = V_6; Il2CppChar* L_12 = V_1; int32_t L_13 = __this->___bufLen_13; if ((!(((uintptr_t)L_11) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_12, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_13), 2)))))))) { goto IL_006d; } } { Il2CppChar* L_14 = V_1; int32_t L_15 = __this->___bufLen_13; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 2)))); goto IL_006d; } IL_005e: { Il2CppChar* L_16 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, 2)); Il2CppChar* L_17 = V_3; int32_t L_18 = V_5; *((int16_t*)L_17) = (int16_t)((int32_t)(uint16_t)L_18); Il2CppChar* L_19 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, 2)); } IL_006d: { Il2CppChar* L_20 = V_3; Il2CppChar* L_21 = V_6; if ((!(((uintptr_t)L_20) < ((uintptr_t)L_21)))) { goto IL_007f; } } { Il2CppChar* L_22 = V_4; int32_t L_23 = *((uint16_t*)L_22); int32_t L_24 = L_23; V_5 = L_24; if ((((int32_t)L_24) < ((int32_t)((int32_t)55296)))) { goto IL_005e; } } IL_007f: { Il2CppChar* L_25 = V_4; Il2CppChar* L_26 = ___1_pSrcEnd; if ((!(((uintptr_t)L_25) < ((uintptr_t)L_26)))) { goto IL_00f9; } } { Il2CppChar* L_27 = V_3; Il2CppChar* L_28 = V_6; if ((!(((uintptr_t)L_27) >= ((uintptr_t)L_28)))) { goto IL_009f; } } { Il2CppChar* L_29 = V_3; Il2CppChar* L_30 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_29, (intptr_t)L_30))/2)))); Il2CppChar* L_31 = V_4; Il2CppChar* L_32 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_31, (intptr_t)L_32))/2)))); } IL_009f: { int32_t L_33 = V_5; bool L_34; L_34 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_33, NULL); if (!L_34) { goto IL_00c0; } } { Il2CppChar* L_35 = V_4; Il2CppChar* L_36 = ___1_pSrcEnd; Il2CppChar* L_37 = V_3; Il2CppChar* L_38; L_38 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_35, L_36, L_37, NULL); V_3 = L_38; Il2CppChar* L_39 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_39, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_0031; } IL_00c0: { int32_t L_40 = V_5; if ((((int32_t)L_40) <= ((int32_t)((int32_t)127)))) { goto IL_00cf; } } { int32_t L_41 = V_5; if ((((int32_t)L_41) < ((int32_t)((int32_t)65534)))) { goto IL_00e5; } } IL_00cf: { int32_t L_42 = V_5; Il2CppChar* L_43 = V_3; Il2CppChar* L_44; L_44 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_42, L_43, (bool)0, NULL); V_3 = L_44; Il2CppChar* L_45 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, 2)); goto IL_0031; } IL_00e5: { Il2CppChar* L_46 = V_3; int32_t L_47 = V_5; *((int16_t*)L_46) = (int16_t)((int32_t)(uint16_t)L_47); Il2CppChar* L_48 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_48, 2)); Il2CppChar* L_49 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, 2)); goto IL_0031; } IL_00f9: { Il2CppChar* L_50 = V_3; Il2CppChar* L_51 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_50, (intptr_t)L_51))/2)))); V_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return (-1); } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::RawTextNoFlush(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_RawTextNoFlush_m1DAFA3E0A75C7EBD768E2DF40203AF2D28479498 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { int32_t L_0 = ___2_count; if (L_0) { goto IL_0005; } } { return (-1); } IL_0005: { String_t* L_1 = ___0_text; V_1 = L_1; String_t* L_2 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_2); Il2CppChar* L_3 = V_0; if (!L_3) { goto IL_0015; } } { Il2CppChar* L_4 = V_0; int32_t L_5; L_5 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_4, L_5)); } IL_0015: { Il2CppChar* L_6 = V_0; int32_t L_7 = ___1_index; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_6, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_7), 2)))); Il2CppChar* L_8 = V_2; int32_t L_9 = ___2_count; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_8, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_9), 2)))); Il2CppChar* L_10 = V_2; Il2CppChar* L_11 = V_3; int32_t L_12; L_12 = XmlEncodedRawTextWriter_RawTextNoFlush_mE6636EF262025DFC31984D269010FD2AE6BBFFA9(__this, L_10, L_11, NULL); return L_12; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::RawTextAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t V_2 = 0; { V_0 = 0; V_1 = 0; String_t* L_0 = ___0_text; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_2 = L_1; String_t* L_2 = ___0_text; int32_t L_3 = V_1; int32_t L_4 = V_2; int32_t L_5; L_5 = XmlEncodedRawTextWriter_RawTextNoFlush_m1DAFA3E0A75C7EBD768E2DF40203AF2D28479498(__this, L_2, L_3, L_4, NULL); V_0 = L_5; int32_t L_6 = V_1; int32_t L_7 = V_0; V_1 = ((int32_t)il2cpp_codegen_add(L_6, L_7)); int32_t L_8 = V_2; int32_t L_9 = V_0; V_2 = ((int32_t)il2cpp_codegen_subtract(L_8, L_9)); int32_t L_10 = V_0; if ((((int32_t)L_10) < ((int32_t)0))) { goto IL_002b; } } { String_t* L_11 = ___0_text; int32_t L_12 = V_1; int32_t L_13 = V_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14; L_14 = XmlEncodedRawTextWriter__RawTextAsync_m435EBAF9CDA8540CB36C1B947C769607CE7AA187(__this, L_11, L_12, L_13, NULL); return L_14; } IL_002b: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_15 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_15; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::_RawTextAsync(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter__RawTextAsync_m435EBAF9CDA8540CB36C1B947C769607CE7AA187 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_curIndex, int32_t ___2_leftCount, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3_mCDFED99E22F6E9F71EC3D6184FC4E1B4CBED2A5F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_2 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this); String_t* L_0 = ___0_text; (&V_0)->___text_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_3), (void*)L_0); int32_t L_1 = ___1_curIndex; (&V_0)->___curIndex_4 = L_1; int32_t L_2 = ___2_leftCount; (&V_0)->___leftCount_5 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3; L_3 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_3; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3_mCDFED99E22F6E9F71EC3D6184FC4E1B4CBED2A5F(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3C_RawTextAsyncU3Ed__139_tD60C33B9D78CB09FA4BBBE6A22794C9A923DBFD3_mCDFED99E22F6E9F71EC3D6184FC4E1B4CBED2A5F_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL); return L_6; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharCheckingNoFlush(System.Char*,System.Char*,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteRawWithCharCheckingNoFlush_m7EE8292973CB5BAE0427ED941D29C5D3DAEC81A1 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, Il2CppChar* ___0_pSrcBegin, Il2CppChar* ___1_pSrcEnd, bool* ___2_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_2 = NULL; Il2CppChar* V_3 = NULL; Il2CppChar* V_4 = NULL; int32_t V_5 = 0; Il2CppChar* V_6 = NULL; { bool* L_0 = ___2_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; Il2CppChar* L_1 = ___0_pSrcBegin; V_0 = L_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_3 = L_2; V_2 = L_3; if (!L_3) { goto IL_0014; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_4 = V_2; NullCheck(L_4); if (((int32_t)(((RuntimeArray*)L_4)->max_length))) { goto IL_0019; } } IL_0014: { V_1 = (Il2CppChar*)((uintptr_t)0); goto IL_0022; } IL_0019: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = V_2; NullCheck(L_5); V_1 = (Il2CppChar*)((uintptr_t)((L_5)->GetAddressAt(static_cast(0)))); } IL_0022: { Il2CppChar* L_6 = ___0_pSrcBegin; V_3 = L_6; Il2CppChar* L_7 = V_1; int32_t L_8 = __this->___bufPos_8; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); V_5 = 0; } IL_0034: { Il2CppChar* L_9 = V_4; Il2CppChar* L_10 = ___1_pSrcEnd; Il2CppChar* L_11 = V_3; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_10, (intptr_t)L_11))/2))), ((int64_t)2)))))); Il2CppChar* L_12 = V_6; Il2CppChar* L_13 = V_1; int32_t L_14 = __this->___bufLen_13; if ((!(((uintptr_t)L_12) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2)))))))) { goto IL_0071; } } { Il2CppChar* L_15 = V_1; int32_t L_16 = __this->___bufLen_13; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_15, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_16), 2)))); goto IL_0071; } IL_0061: { Il2CppChar* L_17 = V_4; int32_t L_18 = V_5; *((int16_t*)L_17) = (int16_t)((int32_t)(uint16_t)L_18); Il2CppChar* L_19 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_19, 2)); Il2CppChar* L_20 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_20, 2)); } IL_0071: { Il2CppChar* L_21 = V_4; Il2CppChar* L_22 = V_6; if ((!(((uintptr_t)L_21) < ((uintptr_t)L_22)))) { goto IL_008d; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_23 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = L_23->___charProperties_2; Il2CppChar* L_25 = V_3; int32_t L_26 = *((uint16_t*)L_25); int32_t L_27 = L_26; V_5 = L_27; NullCheck(L_24); int32_t L_28 = L_27; uint8_t L_29 = (L_24)->GetAt(static_cast(L_28)); if (((int32_t)((int32_t)L_29&((int32_t)64)))) { goto IL_0061; } } IL_008d: { Il2CppChar* L_30 = V_3; Il2CppChar* L_31 = ___1_pSrcEnd; if ((!(((uintptr_t)L_30) < ((uintptr_t)L_31)))) { goto IL_01cc; } } { Il2CppChar* L_32 = V_4; Il2CppChar* L_33 = V_6; if ((!(((uintptr_t)L_32) >= ((uintptr_t)L_33)))) { goto IL_00b0; } } { Il2CppChar* L_34 = V_4; Il2CppChar* L_35 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_34, (intptr_t)L_35))/2)))); Il2CppChar* L_36 = V_3; Il2CppChar* L_37 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_36, (intptr_t)L_37))/2)))); } IL_00b0: { int32_t L_38 = V_5; if ((((int32_t)L_38) > ((int32_t)((int32_t)38)))) { goto IL_00df; } } { int32_t L_39 = V_5; switch (((int32_t)il2cpp_codegen_subtract(L_39, ((int32_t)9)))) { case 0: { goto IL_00eb; } case 1: { goto IL_013a; } case 2: { goto IL_0169; } case 3: { goto IL_0169; } case 4: { goto IL_00fc; } } } { int32_t L_40 = V_5; if ((((int32_t)L_40) == ((int32_t)((int32_t)38)))) { goto IL_00eb; } } { goto IL_0169; } IL_00df: { int32_t L_41 = V_5; if ((((int32_t)L_41) == ((int32_t)((int32_t)60)))) { goto IL_00eb; } } { int32_t L_42 = V_5; if ((!(((uint32_t)L_42) == ((uint32_t)((int32_t)93))))) { goto IL_0169; } } IL_00eb: { Il2CppChar* L_43 = V_4; int32_t L_44 = V_5; *((int16_t*)L_43) = (int16_t)((int32_t)(uint16_t)L_44); Il2CppChar* L_45 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_45, 2)); goto IL_01c3; } IL_00fc: { int32_t L_46 = __this->___newLineHandling_26; if (L_46) { goto IL_0129; } } { Il2CppChar* L_47 = V_3; int32_t L_48 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_47, 2))); if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)10))))) { goto IL_0110; } } { Il2CppChar* L_49 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_49, 2)); } IL_0110: { Il2CppChar* L_50 = V_4; Il2CppChar* L_51 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_50, (intptr_t)L_51))/2)))); bool* L_52 = ___2_needWriteNewLine; *((int8_t*)L_52) = (int8_t)1; Il2CppChar* L_53 = V_3; Il2CppChar* L_54 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_53, (intptr_t)L_54))/2)))); } IL_0129: { Il2CppChar* L_55 = V_4; int32_t L_56 = V_5; *((int16_t*)L_55) = (int16_t)((int32_t)(uint16_t)L_56); Il2CppChar* L_57 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, 2)); goto IL_01c3; } IL_013a: { int32_t L_58 = __this->___newLineHandling_26; if (L_58) { goto IL_015b; } } { Il2CppChar* L_59 = V_4; Il2CppChar* L_60 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_59, (intptr_t)L_60))/2)))); bool* L_61 = ___2_needWriteNewLine; *((int8_t*)L_61) = (int8_t)1; Il2CppChar* L_62 = V_3; Il2CppChar* L_63 = V_0; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_62, (intptr_t)L_63))/2)))); } IL_015b: { Il2CppChar* L_64 = V_4; int32_t L_65 = V_5; *((int16_t*)L_64) = (int16_t)((int32_t)(uint16_t)L_65); Il2CppChar* L_66 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_66, 2)); goto IL_01c3; } IL_0169: { int32_t L_67 = V_5; bool L_68; L_68 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_67, NULL); if (!L_68) { goto IL_0189; } } { Il2CppChar* L_69 = V_3; Il2CppChar* L_70 = ___1_pSrcEnd; Il2CppChar* L_71 = V_4; Il2CppChar* L_72; L_72 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_69, L_70, L_71, NULL); V_4 = L_72; Il2CppChar* L_73 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_73, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_0034; } IL_0189: { int32_t L_74 = V_5; if ((((int32_t)L_74) <= ((int32_t)((int32_t)127)))) { goto IL_0198; } } { int32_t L_75 = V_5; if ((((int32_t)L_75) < ((int32_t)((int32_t)65534)))) { goto IL_01ae; } } IL_0198: { int32_t L_76 = V_5; Il2CppChar* L_77 = V_4; Il2CppChar* L_78; L_78 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_76, L_77, (bool)0, NULL); V_4 = L_78; Il2CppChar* L_79 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, 2)); goto IL_0034; } IL_01ae: { Il2CppChar* L_80 = V_4; int32_t L_81 = V_5; *((int16_t*)L_80) = (int16_t)((int32_t)(uint16_t)L_81); Il2CppChar* L_82 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_82, 2)); Il2CppChar* L_83 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_83, 2)); goto IL_0034; } IL_01c3: { Il2CppChar* L_84 = V_3; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_84, 2)); goto IL_0034; } IL_01cc: { Il2CppChar* L_85 = V_4; Il2CppChar* L_86 = V_1; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_85, (intptr_t)L_86))/2)))); V_2 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return (-1); } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharCheckingNoFlush(System.Char[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteRawWithCharCheckingNoFlush_m7FEFD45A680BD899E6D65701EE3000B3493E5433 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; Il2CppChar* V_1 = NULL; Il2CppChar* V_2 = NULL; { bool* L_0 = ___3_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; int32_t L_1 = ___2_count; if (L_1) { goto IL_0009; } } { return (-1); } IL_0009: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_2 = ___0_chars; int32_t L_3 = ___1_index; NullCheck(L_2); V_0 = ((L_2)->GetAddressAt(static_cast(L_3))); Il2CppChar* L_4 = V_0; V_1 = (Il2CppChar*)((uintptr_t)L_4); Il2CppChar* L_5 = V_1; int32_t L_6 = ___2_count; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_6), 2)))); Il2CppChar* L_7 = V_1; Il2CppChar* L_8 = V_2; bool* L_9 = ___3_needWriteNewLine; int32_t L_10; L_10 = XmlEncodedRawTextWriter_WriteRawWithCharCheckingNoFlush_m7EE8292973CB5BAE0427ED941D29C5D3DAEC81A1(__this, L_7, L_8, L_9, NULL); return L_10; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharCheckingNoFlush(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteRawWithCharCheckingNoFlush_mB00A321FACF2F94FD048324BE5E3C4F64E906498 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; Il2CppChar* V_3 = NULL; { bool* L_0 = ___3_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; int32_t L_1 = ___2_count; if (L_1) { goto IL_0009; } } { return (-1); } IL_0009: { String_t* L_2 = ___0_text; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0019; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0019: { Il2CppChar* L_7 = V_0; int32_t L_8 = ___1_index; V_2 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); Il2CppChar* L_9 = V_2; int32_t L_10 = ___2_count; V_3 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_9, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_10), 2)))); Il2CppChar* L_11 = V_2; Il2CppChar* L_12 = V_3; bool* L_13 = ___3_needWriteNewLine; int32_t L_14; L_14 = XmlEncodedRawTextWriter_WriteRawWithCharCheckingNoFlush_m7EE8292973CB5BAE0427ED941D29C5D3DAEC81A1(__this, L_11, L_12, L_13, NULL); return L_14; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharCheckingAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteRawWithCharCheckingAsync_m5EA14D6919250A0F9009E45E502B57FD7C83F0EB (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63_mB552D9ABC13083D6254944460A50C8109BE77017_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_4 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_4), (void*)__this); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_chars; (&V_0)->___chars_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___chars_5), (void*)L_0); int32_t L_1 = ___1_index; (&V_0)->___index_2 = L_1; int32_t L_2 = ___2_count; (&V_0)->___count_3 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_3; L_3 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_3; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63_mB552D9ABC13083D6254944460A50C8109BE77017(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__143_t04D61699339D94F66F41A6EE088B1FC325ACAC63_mB552D9ABC13083D6254944460A50C8109BE77017_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_5 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteRawWithCharCheckingAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteRawWithCharCheckingAsync_m9524842083703587AFB2503888BBEEA7C5C3BA9F (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596_m87A15EDC516F1F44A21C5D1FFBB043F9FB2CD72B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); String_t* L_0 = ___0_text; (&V_0)->___text_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_2), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596_m87A15EDC516F1F44A21C5D1FFBB043F9FB2CD72B(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteRawWithCharCheckingAsyncU3Ed__144_t988551107B92BB68CF592E13FC86B535CDEB1596_m87A15EDC516F1F44A21C5D1FFBB043F9FB2CD72B_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL); return L_4; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteCommentOrPiNoFlush(System.String,System.Int32,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteCommentOrPiNoFlush_m06B5642E4FA0F193BD48BF5E0FB7D480AEDB0917 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, int32_t ___3_stopChar, bool* ___4_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; int32_t V_8 = 0; Il2CppChar* V_9 = NULL; Il2CppChar* G_B6_0 = NULL; Il2CppChar* G_B5_0 = NULL; Il2CppChar* G_B7_0 = NULL; Il2CppChar* G_B8_0 = NULL; { bool* L_0 = ___4_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; int32_t L_1 = ___2_count; if (L_1) { goto IL_0009; } } { return (-1); } IL_0009: { String_t* L_2 = ___0_text; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0019; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0019: { Il2CppChar* L_7 = V_0; int32_t L_8 = ___1_index; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9; V_3 = L_10; G_B5_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); if (!L_10) { G_B6_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); goto IL_002e; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_3; NullCheck(L_11); G_B6_0 = G_B5_0; if (((int32_t)(((RuntimeArray*)L_11)->max_length))) { G_B7_0 = G_B5_0; goto IL_0033; } } IL_002e: { V_2 = (Il2CppChar*)((uintptr_t)0); G_B8_0 = G_B6_0; goto IL_003c; } IL_0033: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_3; NullCheck(L_12); V_2 = (Il2CppChar*)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); G_B8_0 = G_B7_0; } IL_003c: { Il2CppChar* L_13 = G_B8_0; V_4 = L_13; Il2CppChar* L_14 = V_4; V_5 = L_14; int32_t L_15 = ___2_count; V_6 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_15), 2)))); Il2CppChar* L_16 = V_2; int32_t L_17 = __this->___bufPos_8; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), 2)))); V_8 = 0; } IL_005a: { Il2CppChar* L_18 = V_7; Il2CppChar* L_19 = V_6; Il2CppChar* L_20 = V_4; V_9 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_19, (intptr_t)L_20))/2))), ((int64_t)2)))))); Il2CppChar* L_21 = V_9; Il2CppChar* L_22 = V_2; int32_t L_23 = __this->___bufLen_13; if ((!(((uintptr_t)L_21) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), 2)))))))) { goto IL_009b; } } { Il2CppChar* L_24 = V_2; int32_t L_25 = __this->___bufLen_13; V_9 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_25), 2)))); goto IL_009b; } IL_0089: { Il2CppChar* L_26 = V_7; int32_t L_27 = V_8; *((int16_t*)L_26) = (int16_t)((int32_t)(uint16_t)L_27); Il2CppChar* L_28 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, 2)); Il2CppChar* L_29 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, 2)); } IL_009b: { Il2CppChar* L_30 = V_7; Il2CppChar* L_31 = V_9; if ((!(((uintptr_t)L_30) < ((uintptr_t)L_31)))) { goto IL_00be; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_32 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = L_32->___charProperties_2; Il2CppChar* L_34 = V_4; int32_t L_35 = *((uint16_t*)L_34); int32_t L_36 = L_35; V_8 = L_36; NullCheck(L_33); int32_t L_37 = L_36; uint8_t L_38 = (L_33)->GetAt(static_cast(L_37)); if (!((int32_t)((int32_t)L_38&((int32_t)64)))) { goto IL_00be; } } { int32_t L_39 = V_8; int32_t L_40 = ___3_stopChar; if ((!(((uint32_t)L_39) == ((uint32_t)L_40)))) { goto IL_0089; } } IL_00be: { Il2CppChar* L_41 = V_4; Il2CppChar* L_42 = V_6; if ((!(((uintptr_t)L_41) < ((uintptr_t)L_42)))) { goto IL_02ab; } } { Il2CppChar* L_43 = V_7; Il2CppChar* L_44 = V_9; if ((!(((uintptr_t)L_43) >= ((uintptr_t)L_44)))) { goto IL_00e5; } } { Il2CppChar* L_45 = V_7; Il2CppChar* L_46 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_45, (intptr_t)L_46))/2)))); Il2CppChar* L_47 = V_4; Il2CppChar* L_48 = V_5; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_47, (intptr_t)L_48))/2)))); } IL_00e5: { int32_t L_49 = V_8; if ((((int32_t)L_49) > ((int32_t)((int32_t)45)))) { goto IL_011d; } } { int32_t L_50 = V_8; switch (((int32_t)il2cpp_codegen_subtract(L_50, ((int32_t)9)))) { case 0: { goto IL_0230; } case 1: { goto IL_01fe; } case 2: { goto IL_023e; } case 3: { goto IL_023e; } case 4: { goto IL_01ba; } } } { int32_t L_51 = V_8; if ((((int32_t)L_51) == ((int32_t)((int32_t)38)))) { goto IL_0230; } } { int32_t L_52 = V_8; if ((((int32_t)L_52) == ((int32_t)((int32_t)45)))) { goto IL_0137; } } { goto IL_023e; } IL_011d: { int32_t L_53 = V_8; if ((((int32_t)L_53) == ((int32_t)((int32_t)60)))) { goto IL_0230; } } { int32_t L_54 = V_8; if ((((int32_t)L_54) == ((int32_t)((int32_t)63)))) { goto IL_016f; } } { int32_t L_55 = V_8; if ((((int32_t)L_55) == ((int32_t)((int32_t)93)))) { goto IL_01aa; } } { goto IL_023e; } IL_0137: { Il2CppChar* L_56 = V_7; *((int16_t*)L_56) = (int16_t)((int32_t)45); Il2CppChar* L_57 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_57, 2)); int32_t L_58 = V_8; int32_t L_59 = ___3_stopChar; if ((!(((uint32_t)L_58) == ((uint32_t)L_59)))) { goto IL_02a0; } } { Il2CppChar* L_60 = V_4; Il2CppChar* L_61 = V_6; if ((((intptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_60, 2))) == ((intptr_t)L_61))) { goto IL_015f; } } { Il2CppChar* L_62 = V_4; int32_t L_63 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_62, 2))); if ((!(((uint32_t)L_63) == ((uint32_t)((int32_t)45))))) { goto IL_02a0; } } IL_015f: { Il2CppChar* L_64 = V_7; *((int16_t*)L_64) = (int16_t)((int32_t)32); Il2CppChar* L_65 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_65, 2)); goto IL_02a0; } IL_016f: { Il2CppChar* L_66 = V_7; *((int16_t*)L_66) = (int16_t)((int32_t)63); Il2CppChar* L_67 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, 2)); int32_t L_68 = V_8; int32_t L_69 = ___3_stopChar; if ((!(((uint32_t)L_68) == ((uint32_t)L_69)))) { goto IL_02a0; } } { Il2CppChar* L_70 = V_4; Il2CppChar* L_71 = V_6; if ((!(((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_70, 2))) < ((uintptr_t)L_71)))) { goto IL_02a0; } } { Il2CppChar* L_72 = V_4; int32_t L_73 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_72, 2))); if ((!(((uint32_t)L_73) == ((uint32_t)((int32_t)62))))) { goto IL_02a0; } } { Il2CppChar* L_74 = V_7; *((int16_t*)L_74) = (int16_t)((int32_t)32); Il2CppChar* L_75 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_75, 2)); goto IL_02a0; } IL_01aa: { Il2CppChar* L_76 = V_7; *((int16_t*)L_76) = (int16_t)((int32_t)93); Il2CppChar* L_77 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_77, 2)); goto IL_02a0; } IL_01ba: { int32_t L_78 = __this->___newLineHandling_26; if (L_78) { goto IL_01ed; } } { Il2CppChar* L_79 = V_4; int32_t L_80 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, 2))); if ((!(((uint32_t)L_80) == ((uint32_t)((int32_t)10))))) { goto IL_01d1; } } { Il2CppChar* L_81 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_81, 2)); } IL_01d1: { Il2CppChar* L_82 = V_7; Il2CppChar* L_83 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_82, (intptr_t)L_83))/2)))); bool* L_84 = ___4_needWriteNewLine; *((int8_t*)L_84) = (int8_t)1; Il2CppChar* L_85 = V_4; Il2CppChar* L_86 = V_5; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_85, (intptr_t)L_86))/2)))); } IL_01ed: { Il2CppChar* L_87 = V_7; int32_t L_88 = V_8; *((int16_t*)L_87) = (int16_t)((int32_t)(uint16_t)L_88); Il2CppChar* L_89 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_89, 2)); goto IL_02a0; } IL_01fe: { int32_t L_90 = __this->___newLineHandling_26; if (L_90) { goto IL_0222; } } { Il2CppChar* L_91 = V_7; Il2CppChar* L_92 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_91, (intptr_t)L_92))/2)))); bool* L_93 = ___4_needWriteNewLine; *((int8_t*)L_93) = (int8_t)1; Il2CppChar* L_94 = V_4; Il2CppChar* L_95 = V_5; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_94, (intptr_t)L_95))/2)))); } IL_0222: { Il2CppChar* L_96 = V_7; int32_t L_97 = V_8; *((int16_t*)L_96) = (int16_t)((int32_t)(uint16_t)L_97); Il2CppChar* L_98 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, 2)); goto IL_02a0; } IL_0230: { Il2CppChar* L_99 = V_7; int32_t L_100 = V_8; *((int16_t*)L_99) = (int16_t)((int32_t)(uint16_t)L_100); Il2CppChar* L_101 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_101, 2)); goto IL_02a0; } IL_023e: { int32_t L_102 = V_8; bool L_103; L_103 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_102, NULL); if (!L_103) { goto IL_0262; } } { Il2CppChar* L_104 = V_4; Il2CppChar* L_105 = V_6; Il2CppChar* L_106 = V_7; Il2CppChar* L_107; L_107 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_104, L_105, L_106, NULL); V_7 = L_107; Il2CppChar* L_108 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_005a; } IL_0262: { int32_t L_109 = V_8; if ((((int32_t)L_109) <= ((int32_t)((int32_t)127)))) { goto IL_0271; } } { int32_t L_110 = V_8; if ((((int32_t)L_110) < ((int32_t)((int32_t)65534)))) { goto IL_0289; } } IL_0271: { int32_t L_111 = V_8; Il2CppChar* L_112 = V_7; Il2CppChar* L_113; L_113 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_111, L_112, (bool)0, NULL); V_7 = L_113; Il2CppChar* L_114 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_114, 2)); goto IL_005a; } IL_0289: { Il2CppChar* L_115 = V_7; int32_t L_116 = V_8; *((int16_t*)L_115) = (int16_t)((int32_t)(uint16_t)L_116); Il2CppChar* L_117 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_117, 2)); Il2CppChar* L_118 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_118, 2)); goto IL_005a; } IL_02a0: { Il2CppChar* L_119 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_119, 2)); goto IL_005a; } IL_02ab: { Il2CppChar* L_120 = V_7; Il2CppChar* L_121 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_120, (intptr_t)L_121))/2)))); V_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return (-1); } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteCommentOrPiAsync(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteCommentOrPiAsync_m04C605511A432EFEF5FA47971631C19F3F3B04A4 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_stopChar, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8_m6218B3E28F7CA8B48F5798CAB8FEF93F871645D8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); String_t* L_0 = ___0_text; (&V_0)->___text_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_2), (void*)L_0); int32_t L_1 = ___1_stopChar; (&V_0)->___stopChar_4 = L_1; il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_2; L_2 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_2; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8_m6218B3E28F7CA8B48F5798CAB8FEF93F871645D8(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCommentOrPiAsyncU3Ed__146_t5DFA48D5738C2E5550C1C01F8B528A3D0C2734C8_m6218B3E28F7CA8B48F5798CAB8FEF93F871645D8_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_4 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_4, NULL); return L_5; } } // System.Int32 System.Xml.XmlEncodedRawTextWriter::WriteCDataSectionNoFlush(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlEncodedRawTextWriter_WriteCDataSectionNoFlush_mBB441747C915AABCC3A0F397CE6DA1B4A0252AC6 (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) { Il2CppChar* V_0 = NULL; String_t* V_1 = NULL; Il2CppChar* V_2 = NULL; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* V_3 = NULL; Il2CppChar* V_4 = NULL; Il2CppChar* V_5 = NULL; Il2CppChar* V_6 = NULL; Il2CppChar* V_7 = NULL; int32_t V_8 = 0; Il2CppChar* V_9 = NULL; Il2CppChar* G_B6_0 = NULL; Il2CppChar* G_B5_0 = NULL; Il2CppChar* G_B7_0 = NULL; Il2CppChar* G_B8_0 = NULL; { bool* L_0 = ___3_needWriteNewLine; *((int8_t*)L_0) = (int8_t)0; int32_t L_1 = ___2_count; if (L_1) { goto IL_0009; } } { return (-1); } IL_0009: { String_t* L_2 = ___0_text; V_1 = L_2; String_t* L_3 = V_1; V_0 = (Il2CppChar*)((uintptr_t)L_3); Il2CppChar* L_4 = V_0; if (!L_4) { goto IL_0019; } } { Il2CppChar* L_5 = V_0; int32_t L_6; L_6 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL); V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_5, L_6)); } IL_0019: { Il2CppChar* L_7 = V_0; int32_t L_8 = ___1_index; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_9 = __this->___bufChars_18; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_10 = L_9; V_3 = L_10; G_B5_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); if (!L_10) { G_B6_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_8), 2)))); goto IL_002e; } } { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_11 = V_3; NullCheck(L_11); G_B6_0 = G_B5_0; if (((int32_t)(((RuntimeArray*)L_11)->max_length))) { G_B7_0 = G_B5_0; goto IL_0033; } } IL_002e: { V_2 = (Il2CppChar*)((uintptr_t)0); G_B8_0 = G_B6_0; goto IL_003c; } IL_0033: { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = V_3; NullCheck(L_12); V_2 = (Il2CppChar*)((uintptr_t)((L_12)->GetAddressAt(static_cast(0)))); G_B8_0 = G_B7_0; } IL_003c: { Il2CppChar* L_13 = G_B8_0; V_4 = L_13; int32_t L_14 = ___2_count; V_5 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_14), 2)))); Il2CppChar* L_15 = V_4; V_6 = L_15; Il2CppChar* L_16 = V_2; int32_t L_17 = __this->___bufPos_8; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_16, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_17), 2)))); V_8 = 0; } IL_005a: { Il2CppChar* L_18 = V_7; Il2CppChar* L_19 = V_5; Il2CppChar* L_20 = V_4; V_9 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_18, ((intptr_t)((int64_t)il2cpp_codegen_multiply(((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_19, (intptr_t)L_20))/2))), ((int64_t)2)))))); Il2CppChar* L_21 = V_9; Il2CppChar* L_22 = V_2; int32_t L_23 = __this->___bufLen_13; if ((!(((uintptr_t)L_21) > ((uintptr_t)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_22, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_23), 2)))))))) { goto IL_009b; } } { Il2CppChar* L_24 = V_2; int32_t L_25 = __this->___bufLen_13; V_9 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_24, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_25), 2)))); goto IL_009b; } IL_0089: { Il2CppChar* L_26 = V_7; int32_t L_27 = V_8; *((int16_t*)L_26) = (int16_t)((int32_t)(uint16_t)L_27); Il2CppChar* L_28 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_28, 2)); Il2CppChar* L_29 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_29, 2)); } IL_009b: { Il2CppChar* L_30 = V_7; Il2CppChar* L_31 = V_9; if ((!(((uintptr_t)L_30) < ((uintptr_t)L_31)))) { goto IL_00c1; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_32 = (&__this->___xmlCharType_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_33 = L_32->___charProperties_2; Il2CppChar* L_34 = V_4; int32_t L_35 = *((uint16_t*)L_34); int32_t L_36 = L_35; V_8 = L_36; NullCheck(L_33); int32_t L_37 = L_36; uint8_t L_38 = (L_33)->GetAt(static_cast(L_37)); if (!((int32_t)((int32_t)L_38&((int32_t)128)))) { goto IL_00c1; } } { int32_t L_39 = V_8; if ((!(((uint32_t)L_39) == ((uint32_t)((int32_t)93))))) { goto IL_0089; } } IL_00c1: { Il2CppChar* L_40 = V_4; Il2CppChar* L_41 = V_5; if ((!(((uintptr_t)L_40) < ((uintptr_t)L_41)))) { goto IL_0292; } } { Il2CppChar* L_42 = V_7; Il2CppChar* L_43 = V_9; if ((!(((uintptr_t)L_42) >= ((uintptr_t)L_43)))) { goto IL_00e8; } } { Il2CppChar* L_44 = V_7; Il2CppChar* L_45 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_44, (intptr_t)L_45))/2)))); Il2CppChar* L_46 = V_4; Il2CppChar* L_47 = V_6; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_46, (intptr_t)L_47))/2)))); } IL_00e8: { int32_t L_48 = V_8; if ((((int32_t)L_48) > ((int32_t)((int32_t)39)))) { goto IL_0125; } } { int32_t L_49 = V_8; switch (((int32_t)il2cpp_codegen_subtract(L_49, ((int32_t)9)))) { case 0: { goto IL_0217; } case 1: { goto IL_01e5; } case 2: { goto IL_0225; } case 3: { goto IL_0225; } case 4: { goto IL_01a1; } } } { int32_t L_50 = V_8; if ((((int32_t)L_50) == ((int32_t)((int32_t)34)))) { goto IL_0217; } } { int32_t L_51 = V_8; if ((!(((uint32_t)((int32_t)il2cpp_codegen_subtract(L_51, ((int32_t)38)))) > ((uint32_t)1)))) { goto IL_0217; } } { goto IL_0225; } IL_0125: { int32_t L_52 = V_8; if ((((int32_t)L_52) == ((int32_t)((int32_t)60)))) { goto IL_0217; } } { int32_t L_53 = V_8; if ((((int32_t)L_53) == ((int32_t)((int32_t)62)))) { goto IL_013f; } } { int32_t L_54 = V_8; if ((((int32_t)L_54) == ((int32_t)((int32_t)93)))) { goto IL_0175; } } { goto IL_0225; } IL_013f: { bool L_55 = __this->___hadDoubleBracket_15; if (!L_55) { goto IL_0165; } } { Il2CppChar* L_56 = V_7; int32_t L_57 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_56, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)(-1)), 2))))); if ((!(((uint32_t)L_57) == ((uint32_t)((int32_t)93))))) { goto IL_0165; } } { Il2CppChar* L_58 = V_7; Il2CppChar* L_59; L_59 = XmlEncodedRawTextWriter_RawEndCData_mC5874E229A16C906DC69C0761DDF11F08B1749A6(L_58, NULL); V_7 = L_59; Il2CppChar* L_60 = V_7; Il2CppChar* L_61; L_61 = XmlEncodedRawTextWriter_RawStartCData_mFD5FEC36789D6C2FB1ED17B61DD355C5F3FA3A38(L_60, NULL); V_7 = L_61; } IL_0165: { Il2CppChar* L_62 = V_7; *((int16_t*)L_62) = (int16_t)((int32_t)62); Il2CppChar* L_63 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_63, 2)); goto IL_0287; } IL_0175: { Il2CppChar* L_64 = V_7; int32_t L_65 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_64, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)(-1)), 2))))); if ((!(((uint32_t)L_65) == ((uint32_t)((int32_t)93))))) { goto IL_018a; } } { __this->___hadDoubleBracket_15 = (bool)1; goto IL_0191; } IL_018a: { __this->___hadDoubleBracket_15 = (bool)0; } IL_0191: { Il2CppChar* L_66 = V_7; *((int16_t*)L_66) = (int16_t)((int32_t)93); Il2CppChar* L_67 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_67, 2)); goto IL_0287; } IL_01a1: { int32_t L_68 = __this->___newLineHandling_26; if (L_68) { goto IL_01d4; } } { Il2CppChar* L_69 = V_4; int32_t L_70 = *((uint16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_69, 2))); if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)10))))) { goto IL_01b8; } } { Il2CppChar* L_71 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_71, 2)); } IL_01b8: { Il2CppChar* L_72 = V_7; Il2CppChar* L_73 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_72, (intptr_t)L_73))/2)))); bool* L_74 = ___3_needWriteNewLine; *((int8_t*)L_74) = (int8_t)1; Il2CppChar* L_75 = V_4; Il2CppChar* L_76 = V_6; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_75, (intptr_t)L_76))/2)))); } IL_01d4: { Il2CppChar* L_77 = V_7; int32_t L_78 = V_8; *((int16_t*)L_77) = (int16_t)((int32_t)(uint16_t)L_78); Il2CppChar* L_79 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_79, 2)); goto IL_0287; } IL_01e5: { int32_t L_80 = __this->___newLineHandling_26; if (L_80) { goto IL_0209; } } { Il2CppChar* L_81 = V_7; Il2CppChar* L_82 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_81, (intptr_t)L_82))/2)))); bool* L_83 = ___3_needWriteNewLine; *((int8_t*)L_83) = (int8_t)1; Il2CppChar* L_84 = V_4; Il2CppChar* L_85 = V_6; return ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_84, (intptr_t)L_85))/2)))); } IL_0209: { Il2CppChar* L_86 = V_7; int32_t L_87 = V_8; *((int16_t*)L_86) = (int16_t)((int32_t)(uint16_t)L_87); Il2CppChar* L_88 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_88, 2)); goto IL_0287; } IL_0217: { Il2CppChar* L_89 = V_7; int32_t L_90 = V_8; *((int16_t*)L_89) = (int16_t)((int32_t)(uint16_t)L_90); Il2CppChar* L_91 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_91, 2)); goto IL_0287; } IL_0225: { int32_t L_92 = V_8; bool L_93; L_93 = XmlCharType_IsSurrogate_m3F6A042210D47F3E3387A8AEBB1D6ACA68BE86CC(L_92, NULL); if (!L_93) { goto IL_0249; } } { Il2CppChar* L_94 = V_4; Il2CppChar* L_95 = V_5; Il2CppChar* L_96 = V_7; Il2CppChar* L_97; L_97 = XmlEncodedRawTextWriter_EncodeSurrogate_m713646DEF7E421FC4891DDA6ECFB60C9174CDE7D(L_94, L_95, L_96, NULL); V_7 = L_97; Il2CppChar* L_98 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_98, ((intptr_t)il2cpp_codegen_multiply(((intptr_t)2), 2)))); goto IL_005a; } IL_0249: { int32_t L_99 = V_8; if ((((int32_t)L_99) <= ((int32_t)((int32_t)127)))) { goto IL_0258; } } { int32_t L_100 = V_8; if ((((int32_t)L_100) < ((int32_t)((int32_t)65534)))) { goto IL_0270; } } IL_0258: { int32_t L_101 = V_8; Il2CppChar* L_102 = V_7; Il2CppChar* L_103; L_103 = XmlEncodedRawTextWriter_InvalidXmlChar_m7C4D168D5FBBC86E245026139645FB81F0A8CBE8(__this, L_101, L_102, (bool)0, NULL); V_7 = L_103; Il2CppChar* L_104 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_104, 2)); goto IL_005a; } IL_0270: { Il2CppChar* L_105 = V_7; int32_t L_106 = V_8; *((int16_t*)L_105) = (int16_t)((int32_t)(uint16_t)L_106); Il2CppChar* L_107 = V_7; V_7 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_107, 2)); Il2CppChar* L_108 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_108, 2)); goto IL_005a; } IL_0287: { Il2CppChar* L_109 = V_4; V_4 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_109, 2)); goto IL_005a; } IL_0292: { Il2CppChar* L_110 = V_7; Il2CppChar* L_111 = V_2; __this->___bufPos_8 = ((int32_t)((int64_t)(intptr_t)((Il2CppChar*)((intptr_t)((Il2CppChar*)il2cpp_codegen_subtract((intptr_t)L_110, (intptr_t)L_111))/2)))); V_3 = (CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*)NULL; return (-1); } } // System.Threading.Tasks.Task System.Xml.XmlEncodedRawTextWriter::WriteCDataSectionAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlEncodedRawTextWriter_WriteCDataSectionAsync_mAFC07F81CBB1CC321B5607579D3B27B3018CA56B (XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* __this, String_t* ___0_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B_mD7289B45ACA7524219A6076FF2AA09A1A74563DB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); String_t* L_0 = ___0_text; (&V_0)->___text_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___text_2), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL); (&V_0)->___U3CU3Et__builder_1 = L_1; Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL); #endif (&V_0)->___U3CU3E1__state_0 = (-1); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_Start_TisU3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B_mD7289B45ACA7524219A6076FF2AA09A1A74563DB(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCDataSectionAsyncU3Ed__148_t407EDA4EB6896ABBAA12043D0B6EE80DEDE3644B_mD7289B45ACA7524219A6076FF2AA09A1A74563DB_RuntimeMethod_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (&(&V_0)->___U3CU3Et__builder_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(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.Void System.Xml.XmlEncodedRawTextWriter/d__96::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__96_MoveNext_m101B7BB85815F266CC48A291AB0812C38DD7D456 (U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* V_1 = NULL; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_2; memset((&V_2), 0, sizeof(V_2)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B27_0 = NULL; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B26_0 = NULL; String_t* G_B28_0 = NULL; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* G_B28_1 = NULL; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* 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_00a9_1; } case 1: { goto IL_0112_1; } case 2: { goto IL_0186_1; } case 3: { goto IL_01f5_1; } case 4: { goto IL_0269_1; } case 5: { goto IL_02e2_1; } case 6: { goto IL_0348_1; } } } { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_3 = V_1; NullCheck(L_3); XmlEncodedRawTextWriter_CheckAsyncCall_mB759A49A8E0AC7429A5A823AEAA5338F144B4D82(L_3, NULL); XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_4 = V_1; NullCheck(L_4); bool L_5 = L_4->___omitXmlDeclaration_28; if (L_5) { goto IL_036b_1; } } { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_6 = V_1; NullCheck(L_6); bool L_7 = L_6->___autoXmlDeclaration_33; if (L_7) { goto IL_036b_1; } } { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_8 = V_1; NullCheck(L_8); bool L_9 = L_8->___trackTextContent_21; if (!L_9) { goto IL_0063_1; } } { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_10 = V_1; NullCheck(L_10); bool L_11 = L_10->___inTextContent_22; if (!L_11) { goto IL_0063_1; } } { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_12 = V_1; NullCheck(L_12); XmlEncodedRawTextWriter_ChangeTextContentMark_m6BD4020CC1EDA89BD8A435BBF41415FF20C31525(L_12, (bool)0, NULL); } IL_0063_1: { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_13 = V_1; NullCheck(L_13); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14; L_14 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(L_13, _stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B, NULL); NullCheck(L_14); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_15; L_15 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_14, (bool)0, NULL); V_3 = L_15; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_16; L_16 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_16; bool L_17; L_17 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_17) { goto IL_00c5_1; } } { int32_t L_18 = 0; V_0 = L_18; __this->___U3CU3E1__state_0 = L_18; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_19 = V_2; __this->___U3CU3Eu__1_4 = L_19; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_20 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4(L_20, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); goto IL_0399; } IL_00a9_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_21 = __this->___U3CU3Eu__1_4; V_2 = L_21; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_22 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_22, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_23 = (-1); V_0 = L_23; __this->___U3CU3E1__state_0 = L_23; } IL_00c5_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_24 = V_1; NullCheck(L_24); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_25; L_25 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(L_24, _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11, NULL); NullCheck(L_25); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_26; L_26 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_25, (bool)0, NULL); V_3 = L_26; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_27; L_27 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_27; bool L_28; L_28 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_28) { goto IL_012e_1; } } { int32_t L_29 = 1; V_0 = L_29; __this->___U3CU3E1__state_0 = L_29; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_30 = V_2; __this->___U3CU3Eu__1_4 = L_30; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_31 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4(L_31, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); goto IL_0399; } IL_0112_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_32 = __this->___U3CU3Eu__1_4; V_2 = L_32; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_33 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_33, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_34 = (-1); V_0 = L_34; __this->___U3CU3E1__state_0 = L_34; } IL_012e_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_35 = V_1; NullCheck(L_35); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_36 = L_35->___encoding_6; if (!L_36) { goto IL_0218_1; } } { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_37 = V_1; NullCheck(L_37); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_38; L_38 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(L_37, _stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E, NULL); NullCheck(L_38); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_39; L_39 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_38, (bool)0, NULL); V_3 = L_39; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_40; L_40 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_40; bool L_41; L_41 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_41) { goto IL_01a2_1; } } { int32_t L_42 = 2; V_0 = L_42; __this->___U3CU3E1__state_0 = L_42; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43 = V_2; __this->___U3CU3Eu__1_4 = L_43; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_44 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4(L_44, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); goto IL_0399; } IL_0186_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_45 = __this->___U3CU3Eu__1_4; V_2 = L_45; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_46 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_46, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_47 = (-1); V_0 = L_47; __this->___U3CU3E1__state_0 = L_47; } IL_01a2_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_48 = V_1; XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_49 = V_1; NullCheck(L_49); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_50 = L_49->___encoding_6; NullCheck(L_50); String_t* L_51; L_51 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Text.Encoding::get_WebName() */, L_50); NullCheck(L_48); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_52; L_52 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(L_48, L_51, NULL); NullCheck(L_52); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_53; L_53 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_52, (bool)0, NULL); V_3 = L_53; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_54; L_54 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_54; bool L_55; L_55 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_55) { goto IL_0211_1; } } { int32_t L_56 = 3; V_0 = L_56; __this->___U3CU3E1__state_0 = L_56; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 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_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4(L_58, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); goto IL_0399; } IL_01f5_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_59 = __this->___U3CU3Eu__1_4; V_2 = L_59; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_60 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_60, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_61 = (-1); V_0 = L_61; __this->___U3CU3E1__state_0 = L_61; } IL_0211_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0218_1: { int32_t L_62 = __this->___standalone_3; if (!L_62) { goto IL_0305_1; } } { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_63 = V_1; NullCheck(L_63); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_64; L_64 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(L_63, _stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E, NULL); NullCheck(L_64); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_65; L_65 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_64, (bool)0, NULL); V_3 = L_65; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_66; L_66 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_66; bool L_67; L_67 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_67) { goto IL_0285_1; } } { int32_t L_68 = 4; V_0 = L_68; __this->___U3CU3E1__state_0 = L_68; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_69 = V_2; __this->___U3CU3Eu__1_4 = L_69; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_70 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4(L_70, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); goto IL_0399; } IL_0269_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_71 = __this->___U3CU3Eu__1_4; V_2 = L_71; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_72 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_72, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_73 = (-1); V_0 = L_73; __this->___U3CU3E1__state_0 = L_73; } IL_0285_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_74 = V_1; int32_t L_75 = __this->___standalone_3; G_B26_0 = L_74; if ((((int32_t)L_75) == ((int32_t)1))) { G_B27_0 = L_74; goto IL_029d_1; } } { G_B28_0 = _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; G_B28_1 = G_B26_0; goto IL_02a2_1; } IL_029d_1: { G_B28_0 = _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; G_B28_1 = G_B27_0; } IL_02a2_1: { NullCheck(G_B28_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_76; L_76 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(G_B28_1, G_B28_0, NULL); NullCheck(L_76); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_77; L_77 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_76, (bool)0, NULL); V_3 = L_77; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_78; L_78 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_78; bool L_79; L_79 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_79) { goto IL_02fe_1; } } { int32_t L_80 = 5; V_0 = L_80; __this->___U3CU3E1__state_0 = L_80; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_81 = V_2; __this->___U3CU3Eu__1_4 = L_81; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_82 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4(L_82, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); goto IL_0399; } IL_02e2_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_83 = __this->___U3CU3Eu__1_4; V_2 = L_83; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_84 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_84, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_85 = (-1); V_0 = L_85; __this->___U3CU3E1__state_0 = L_85; } IL_02fe_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0305_1: { XmlEncodedRawTextWriter_t555452A93F2FEFE35034BD8B5D65E979E729E1D4* L_86 = V_1; NullCheck(L_86); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_87; L_87 = XmlEncodedRawTextWriter_RawTextAsync_mD568D1B1C4262DC0F1E1034EE4E7C5E7ABAB0D04(L_86, _stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1, NULL); NullCheck(L_87); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_88; L_88 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_87, (bool)0, NULL); V_3 = L_88; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_89; L_89 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_89; bool L_90; L_90 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_90) { goto IL_0364_1; } } { int32_t L_91 = 6; V_0 = L_91; __this->___U3CU3E1__state_0 = L_91; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_92 = V_2; __this->___U3CU3Eu__1_4 = L_92; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_93 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4(L_93, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F_mBD5D9D7BC8B5152239DFF614A2DECAC7FBE4E5A4_RuntimeMethod_var); goto IL_0399; } IL_0348_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_94 = __this->___U3CU3Eu__1_4; V_2 = L_94; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_95 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_95, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_96 = (-1); V_0 = L_96; __this->___U3CU3E1__state_0 = L_96; } IL_0364_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_036b_1: { goto IL_0386; } }// 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_036d; } throw e; } CATCH_036d: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_97 = (&__this->___U3CU3Et__builder_1); Exception_t* L_98 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_97, L_98, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0399; }// end catch (depth: 1) IL_0386: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_99 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_99, NULL); } IL_0399: { return; } } IL2CPP_EXTERN_C void U3CWriteXmlDeclarationAsyncU3Ed__96_MoveNext_m101B7BB85815F266CC48A291AB0812C38DD7D456_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteXmlDeclarationAsyncU3Ed__96_MoveNext_m101B7BB85815F266CC48A291AB0812C38DD7D456(_thisAdjusted, method); } // System.Void System.Xml.XmlEncodedRawTextWriter/d__96::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__96_SetStateMachine_m80F482D0C5DE11F34697B32B4B9AD323F2078B3E (U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* __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 U3CWriteXmlDeclarationAsyncU3Ed__96_SetStateMachine_m80F482D0C5DE11F34697B32B4B9AD323F2078B3E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteXmlDeclarationAsyncU3Ed__96_t729D5BA328CB5798750C1F5B5A0698B4A6F4A47F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteXmlDeclarationAsyncU3Ed__96_SetStateMachine_m80F482D0C5DE11F34697B32B4B9AD323F2078B3E(_thisAdjusted, ___0_stateMachine, method); } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->____stringLength_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_MediaType_m46564F22D00EE2BC79D4FFA000E09A96F0C5A6CB_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___mediaType_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_DoNotEscapeUriAttributes_m58342EF68EB24B7A68EADBE549304604AB230564_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___doNotEscapeUriAttributes_15; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_IndentChars_mF26B2899F7718E3DC75CA62FDFB5915BAF5C158D_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___indentChars_6; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_NewLineOnAttributes_m3ACAFD8A94C15826E9DDC4F20B280C6AF3407F7D_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___newLineOnAttributes_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypeSystem_mA52DF45898F37EFBFAFFB19C5FF0E85DB1D59AB1_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___docTypeSystem_18; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_DocTypePublic_mCD450846EDA3E29E0627CBFF9A694BC276C9D847_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___docTypePublic_19; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_OutputMethod_mD033562BBB2BF636CD2B093DF43FFF69FCEB2BD1_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___outputMethod_13; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_AutoXmlDeclaration_m99219BABCEECCC72F64FA0062E19B2628B806A9C_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___autoXmlDecl_21; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_Standalone_mF6BD9C7DD44EDEA0EE1416AB92471C5374DBE26B_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___standalone_20; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR List_1_t43EC7C138A17FAAD7120408F039923082A70301A* XmlWriterSettings_get_CDataSectionElements_m41A55F92925DE680C957E3E18CF5414EB8D6DF58_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { List_1_t43EC7C138A17FAAD7120408F039923082A70301A* L_0 = __this->___cdataSections_14; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HashCodeOfStringDelegate_Invoke_m75607AC5443193A85145E05E5C6036A9BA0C61A2_inline (HashCodeOfStringDelegate_t9AB4FF441166EF88D20657805C4FA187C4FF5046* __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 void XmlReaderSettings_set_ReadOnly_mE9D803936E0E2E8A22464C57D96C71AB35D1A6CB_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___isReadOnly_18 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_ReadOnly_m912EC500806EE683803491EED4796F954F57AB42_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, bool ___0_value, const RuntimeMethod* method) { { bool L_0 = ___0_value; __this->___isReadOnly_22 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlWriterSettings_set_OutputMethod_m8A74B5EE11DD5C1D00D97B896E36AA504C142837_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___outputMethod_13 = L_0; return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_IndentInternal_m3180E0936B1C9CB8252AE222C1D17BB1A0448C22_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___indent_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* XmlWellFormedWriter_get_RawWriter_m214811761EBBCB44F46CF8C3590C4611CFE134CA_inline (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___rawWriter_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void OnRemoveWriter_Invoke_m8120E31A18A45ED460B4106AB268FDE470B96257_inline (OnRemoveWriter_tF7CE4EBE235C3441FB9AE343E45CC311DE11C50F* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_writer, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_writer, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_Async_m0444A26262668D76461EEBD468B622F8F5418A60_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___useAsync_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NewLineHandling_mE5E642195853271BBF3F6EA8399789D675D6EBE0_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___newLineHandling_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_OmitXmlDeclaration_m4DDF4951F3229EB1DEEFABD680769ABB9BB881DF_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___omitXmlDecl_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlWriterSettings_get_NewLineChars_m55DA9DDAED17162E8055730FE8047AEBFA5AC7F9_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->___newLineChars_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CheckCharacters_mD2E14381EBF36D4C56C13F1BF4846667B4CCBB31_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___checkCharacters_11; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_CloseOutput_m7676FD456B701FF93BCA6C3EADE2E5DF97D7A926_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___closeOutput_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_MergeCDataSections_mA287AE0C1056022F4AE21AB1295026897C2BD817_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___mergeCDataSections_16; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* XmlWriterSettings_get_Encoding_mC4E1AB9D49553D659321B2BEEA46AE5D343BCBEE_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_0 = __this->___encoding_1; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void CharEntityEncoderFallback_set_StartOffset_mA243578474DC2FDE44519F05E12676FE3D0A2865_inline (CharEntityEncoderFallback_tB21A3AB1212CD1B53747CC36F7F96D6C64C87EE1* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0 = ___0_value; __this->___startOffset_6 = L_0; return; } } 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 int32_t List_1_get_Count_m4407E4C389F22B8CEC282C15D56516658746C383_gshared_inline (List_1_tA239CB83DE5615F348BB0507E45F490F4F7C9A8D* __this, const RuntimeMethod* method) { { int32_t L_0 = (int32_t)__this->____size_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Enumerator_get_Current_m6330F15D18EE4F547C05DF9BF83C5EB710376027_gshared_inline (Enumerator_t9473BAB568A27E2339D48C1F91319E0F6D244D7A* __this, const RuntimeMethod* method) { { RuntimeObject* L_0 = (RuntimeObject*)__this->____current_3; 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; } }