#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 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 InterfaceFuncInvoker0 { typedef R (*Func)(void*, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, invokeData.method); } }; template struct InterfaceFuncInvoker1 { typedef R (*Func)(void*, T1, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method); } }; template struct InterfaceFuncInvoker6 { typedef R (*Func)(void*, T1, T2, T3, T4, T5, T6, const RuntimeMethod*); static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5, T6 p6) { const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface); return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, p6, invokeData.method); } }; // System.Action`1 struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D; // 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_t17D0D125440AC627FCF80F189C6CBCB02856063C; // 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_t27DD7BC6C615A002762F178DF4446D10EF4486A1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A; // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t129029582481E96143BD747690E92DB7E444261E; // System.Func`1 struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4; // System.Func`1 struct Func_1_t60B0B212E646FAA748170ABB47E557CC31788685; // System.Func`1 struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1; // System.Collections.Generic.IDictionary`2 struct IDictionary_2_t51DBA2F8AFDC8E5CC588729B12034B8C4D30B0AF; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_t2CA7720C7ADCCDECD3B02E45878B4478619D5347; // System.Collections.Generic.IEqualityComparer`1 struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7; // System.Collections.Generic.Dictionary`2/KeyCollection struct KeyCollection_tCC15D033281A6593E2488FAF5B205812A152AC03; // 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_tFF18915B0A265A662FADAB43DF7FB48C87B70C73; // System.Threading.Tasks.TaskFactory`1 struct TaskFactory_1_t7ABCD7F9503486A075E0B072E6EB95956CFE3106; // System.Threading.Tasks.Task`1> struct Task_1_tB493F74D58DB1761E087206849D953E99D07600B; // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043; // System.Threading.Tasks.Task`1 struct Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811; // System.Threading.Tasks.Task`1 struct Task_1_t4C228DE57804012969575431CFF12D57C875552D; // System.Threading.Tasks.Task`1 struct Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2; // 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_tCE6BD704B9571C131E2D8C8CED569DDEC4AE042B; // System.Collections.Generic.Dictionary`2/Entry[] struct EntryU5BU5D_tEA0133B78B9FF7045128C508FA50247E525A94D6; // 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.UInt32[] struct UInt32U5BU5D_t02FBD658AD156A17574ECE6106CF1FBFCC9807FA; // System.Xml.WriteState[] struct WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF; // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] struct NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60; // System.Xml.XmlTextReaderImpl/NodeData[] struct NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610; // System.Xml.XmlTextReaderImpl/ParsingState[] struct ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29; // 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.Xml.XmlWellFormedWriter/AttributeValueCache/Item[] struct ItemU5BU5D_t73F5828D4F7289CE7330E03744883B67DA02047D; // System.Action struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F; // System.Xml.Schema.BaseValidator struct BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB; // System.Xml.BitStack struct BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C; // System.Globalization.Calendar struct Calendar_t0A117CC7532A54C17188C2EFEA1F79DB20DF3A3B; // 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.Decoder struct Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC; // System.Text.DecoderFallback struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90; // System.Delegate struct Delegate_t; // System.DelegateData struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E; // System.Text.EncoderFallback struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293; // System.Text.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095; // System.Exception struct Exception_t; // System.Collections.Hashtable struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D; // System.Runtime.CompilerServices.IAsyncStateMachine struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2; // System.Net.ICredentials struct ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0; // System.Collections.IDictionary struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220; // System.Xml.IDtdDefaultAttributeInfo struct IDtdDefaultAttributeInfo_t57776183C360FBC7DA2F7A2829C62E8D59C61613; // System.Xml.IDtdEntityInfo struct IDtdEntityInfo_t554100CF6FA38D7516CEFDDA083D02E64A2D5C27; // System.Xml.IDtdInfo struct IDtdInfo_tD6983F7C3E35C4997BE28F42ED50EF866DAE14F8; // System.Xml.IDtdParser struct IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B; // System.IFormatProvider struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52; // System.Xml.IValidationEventHandling struct IValidationEventHandling_t5929D7539D965D446556F7740F36A2BF7C6CC57E; // System.Net.IWebProxy struct IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D; // System.Xml.IXmlNamespaceResolver struct IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1; // System.Xml.IncrementalReadDecoder struct IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB; // System.Reflection.MethodInfo struct MethodInfo_t; // System.Globalization.NumberFormatInfo struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472; // System.Xml.PositionInfo struct PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5; // System.Xml.ReadContentAsBinaryHelper struct ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897; // System.Threading.ReaderWriterLock struct ReaderWriterLock_tBA6D275E19444C911C8681A576EB0CBB12B16B5B; // System.Net.Cache.RequestCachePolicy struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550; // System.Runtime.Serialization.SafeSerializationManager struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553; // System.Xml.Schema.SchemaInfo struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E; // System.Xml.Schema.SchemaNames struct SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F; // 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.Text.StringBuilder struct StringBuilder_t; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572; // System.Threading.Tasks.TaskFactory struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0; // System.Threading.Tasks.TaskScheduler struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E; // System.Globalization.TextInfo struct TextInfo_tD3BAFCFD77418851E7D5CB8D2588F47019E414B4; // System.IO.TextReader struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E; // System.UriParser struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A; // System.Xml.Schema.ValidationState struct ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19; // System.Void struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915; // System.Xml.XmlAsyncCheckReader struct XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4; // System.Xml.XmlException struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596; // System.Xml.XmlNameTable struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F; // System.Xml.XmlParserContext struct XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B; // 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.XmlSchemaAttribute struct XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F; // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD; // System.Xml.Schema.XmlSchemaDatatype struct XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B; // System.Xml.Schema.XmlSchemaObject struct XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D; // System.Xml.Schema.XmlSchemaSet struct XmlSchemaSet_t048A12CE7D00EF330EF32A388B69A240899F88D1; // System.Xml.Schema.XmlSchemaType struct XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF; // System.Xml.XmlTextReader struct XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B; // System.Xml.XmlTextReaderImpl struct XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B; // System.Xml.XmlUrlResolver struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E; // System.Xml.XmlUtf8RawTextWriter struct XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB; // System.Xml.XmlUtf8RawTextWriterIndent struct XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41; // System.Xml.XmlValidatingReader struct XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9; // System.Xml.XmlValidatingReaderImpl struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8; // 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.Uri/UriInfo struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09; // System.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3; // System.Xml.XmlTextReaderImpl/LaterInitParam struct LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6; // System.Xml.XmlTextReaderImpl/NodeData struct NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate struct OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499; // System.Xml.XmlTextReaderImpl/ParseTextState struct ParseTextState_tB866A230C8C034985F6729B0F6D68CBB69A958BB; // System.Xml.XmlTextReaderImpl/XmlContext struct XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE; // System.Xml.XmlValidatingReaderImpl/ValidationEventHandling struct ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9; // System.Xml.XmlWellFormedWriter/AttributeValueCache struct AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17; // System.Xml.XmlWellFormedWriter/NamespaceResolverProxy struct NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44; IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* 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* AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_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* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF_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* XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B_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* XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeClass* XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____21AFB7EF8B4B88C006C54601484BC15AE5A8DBD2C0DD8C6622109208F8511B82_5_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____58E18897FE5FF048E82310FB4F57ADB2D53AEE59CB49B1E7094439808A1EF3F6_17_FieldInfo_var; IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____77186ED8B389D5640B5AFAC4A22526ABA2422DCBE2986D0032E3B035D175758D_23_FieldInfo_var; IL2CPP_EXTERN_C String_t* _stringLiteral05F052FB531BF7DCEB556C41188DF51428B5D59A; IL2CPP_EXTERN_C String_t* _stringLiteral07624473F417C06C74D59C64840A1532FCE2C626; IL2CPP_EXTERN_C String_t* _stringLiteral0B285852A713F6D41AEFAA41E40A51FF58D6556E; IL2CPP_EXTERN_C String_t* _stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09; IL2CPP_EXTERN_C String_t* _stringLiteral0E2995C1357F8579A0DC0E2A26B0D0CA703B5FB7; IL2CPP_EXTERN_C String_t* _stringLiteral107C050A992A643103C6C001E848316AB027D2E0; IL2CPP_EXTERN_C String_t* _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11; IL2CPP_EXTERN_C String_t* _stringLiteral120472D8D40924F6F8355A94DB677A8F142E2EB6; IL2CPP_EXTERN_C String_t* _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3; IL2CPP_EXTERN_C String_t* _stringLiteral170766BABFD892AEC6CFB19EA06D35787C834FE9; IL2CPP_EXTERN_C String_t* _stringLiteral18D590EE2CB69EF580815DC0D279AC45B0F5FA2B; IL2CPP_EXTERN_C String_t* _stringLiteral197DB4D12C3F8F844439AC8086D04A7E9906FD24; IL2CPP_EXTERN_C String_t* _stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B; IL2CPP_EXTERN_C String_t* _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9; IL2CPP_EXTERN_C String_t* _stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E; IL2CPP_EXTERN_C String_t* _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29; IL2CPP_EXTERN_C String_t* _stringLiteral1E1DB32AFA986C58B9ACC9C146BF83E67C0DCE66; IL2CPP_EXTERN_C String_t* _stringLiteral203878D5A9F10282BC47EC192B74A7FB1387D54C; IL2CPP_EXTERN_C String_t* _stringLiteral2343901946DDD83EFBB8B93C33F01CBD394063B2; IL2CPP_EXTERN_C String_t* _stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745; IL2CPP_EXTERN_C String_t* _stringLiteral23A6BF321FC205420788A7F2E1A1334F6C712C89; IL2CPP_EXTERN_C String_t* _stringLiteral23E65142459FB1BF5009AD8736318547A5DFE850; IL2CPP_EXTERN_C String_t* _stringLiteral24099C824AA6B479B0B07139E7CFB04638C0AEDA; IL2CPP_EXTERN_C String_t* _stringLiteral2A5DB3F00E0A45A734A36392B86940BEE1159FC8; IL2CPP_EXTERN_C String_t* _stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1; IL2CPP_EXTERN_C String_t* _stringLiteral2D7D9606D59C279ADCC84643F993B9FC22365566; IL2CPP_EXTERN_C String_t* _stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED; IL2CPP_EXTERN_C String_t* _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917; IL2CPP_EXTERN_C String_t* _stringLiteral36C331EB963AAABADAA628EA959A95F64ED7976C; IL2CPP_EXTERN_C String_t* _stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E; IL2CPP_EXTERN_C String_t* _stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0; IL2CPP_EXTERN_C String_t* _stringLiteral38E75ABA96218667556E142D2773A67D1F846A95; IL2CPP_EXTERN_C String_t* _stringLiteral3B025A68D15E8C5AD48BD839D2CFAE9316DBB963; IL2CPP_EXTERN_C String_t* _stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5; IL2CPP_EXTERN_C String_t* _stringLiteral3C74CEADD0C37A5DAAFFF37CDB455A8EFD8304BF; IL2CPP_EXTERN_C String_t* _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F; IL2CPP_EXTERN_C String_t* _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE; IL2CPP_EXTERN_C String_t* _stringLiteral45B9464D208C0A900770E5F7A95E5FE067CD4CCC; IL2CPP_EXTERN_C String_t* _stringLiteral478E443AC6458DEF339E044E26A49ADE5A2AC1FE; IL2CPP_EXTERN_C String_t* _stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1; IL2CPP_EXTERN_C String_t* _stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E; IL2CPP_EXTERN_C String_t* _stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18; IL2CPP_EXTERN_C String_t* _stringLiteral56EF1F2751B48DAA3EC7F762F420920B8E40757A; IL2CPP_EXTERN_C String_t* _stringLiteral623A9F750825EB9F6FD1A2E4F3B121AF21D4CD0D; IL2CPP_EXTERN_C String_t* _stringLiteral67171AD8B6817F7CF25B89C98234BCDA36D476FC; IL2CPP_EXTERN_C String_t* _stringLiteral6A0B1389EFC77FE507C0DA65C2DD744C4CFBED6C; IL2CPP_EXTERN_C String_t* _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044; IL2CPP_EXTERN_C String_t* _stringLiteral7443383A37334A973AC921251F582494192A13B3; IL2CPP_EXTERN_C String_t* _stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8; IL2CPP_EXTERN_C String_t* _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA; IL2CPP_EXTERN_C String_t* _stringLiteral79F2854B5115F837632CEA50C217D0F077D292CF; IL2CPP_EXTERN_C String_t* _stringLiteral7BBD8C0287448D34297B233D6604618390BA9C38; IL2CPP_EXTERN_C String_t* _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; IL2CPP_EXTERN_C String_t* _stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE; IL2CPP_EXTERN_C String_t* _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B; IL2CPP_EXTERN_C String_t* _stringLiteral8D9B33043809B99EBBFA18076383BF612F0BA9C5; IL2CPP_EXTERN_C String_t* _stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE; IL2CPP_EXTERN_C String_t* _stringLiteral90AC7861280D19EAA167EE136C29B61BD0F1A328; IL2CPP_EXTERN_C String_t* _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48; IL2CPP_EXTERN_C String_t* _stringLiteral92EE0A9203C9B8F69CAE261B7FAF6C5AB705E49E; IL2CPP_EXTERN_C String_t* _stringLiteral93E50C321A10920AEB9DABD4DBB251927D2FAF8C; IL2CPP_EXTERN_C String_t* _stringLiteral9413AC7CF6AB7E9B088B38F9FF76860CC990A952; IL2CPP_EXTERN_C String_t* _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; IL2CPP_EXTERN_C String_t* _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03; IL2CPP_EXTERN_C String_t* _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C; IL2CPP_EXTERN_C String_t* _stringLiteralB3DF8F23CCCF0FE02D810ECECE41BF9F4149155E; IL2CPP_EXTERN_C String_t* _stringLiteralB63A1A23B65582B8791AA4E655E90AA5647D7298; IL2CPP_EXTERN_C String_t* _stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7; IL2CPP_EXTERN_C String_t* _stringLiteralB7C276EDC5859626BDC1BA491A7689C71544D69A; IL2CPP_EXTERN_C String_t* _stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B; IL2CPP_EXTERN_C String_t* _stringLiteralBA60BBAAF60E063761EDE850CC684D538D9A8573; IL2CPP_EXTERN_C String_t* _stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08; IL2CPP_EXTERN_C String_t* _stringLiteralBBC1106D65ACC9B0DB541F4FAF5DBAF5B7F7BA1F; IL2CPP_EXTERN_C String_t* _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158; IL2CPP_EXTERN_C String_t* _stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10; IL2CPP_EXTERN_C String_t* _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B; IL2CPP_EXTERN_C String_t* _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE; IL2CPP_EXTERN_C String_t* _stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7; IL2CPP_EXTERN_C String_t* _stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7; IL2CPP_EXTERN_C String_t* _stringLiteralE09B556D1A5AFFB258696FDDCFA2E54208034620; IL2CPP_EXTERN_C String_t* _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2; IL2CPP_EXTERN_C String_t* _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF; IL2CPP_EXTERN_C String_t* _stringLiteralECAC83771A00C701043A940F621CC1C765D30D31; IL2CPP_EXTERN_C String_t* _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; IL2CPP_EXTERN_C String_t* _stringLiteralF0321EB1FDF45432B1A8C835517C2DFFBB4AF5AC; IL2CPP_EXTERN_C String_t* _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3; IL2CPP_EXTERN_C String_t* _stringLiteralF41760006700B346FE970834ED6436CD21A1330F; IL2CPP_EXTERN_C String_t* _stringLiteralF58ED4D45480346BA6783D48CF49AC351B2A1A5C; IL2CPP_EXTERN_C String_t* _stringLiteralF597846F2A44A6501BDA3166AC5D79811ACDFF43; IL2CPP_EXTERN_C String_t* _stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21; IL2CPP_EXTERN_C String_t* _stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m021B2EF564712E81F5B63A5AC128836AA073F7A5_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_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m1A8504D8148582DD6C95F40CF85696AE1F146911_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC322326F2614CB44521151FE0BACAE16CCD13A95_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240_m07AC71F5CD8B531713C596507EC875F44AA83C21_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3_mB9B94570E11A2593B9E70B8A8175C81E5DBE1985_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2_m193491811D425E91FF74E1FA16D8FB575B10A885_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34_mC25168E4A1C9B268591C26672C3FC88F2BE78D0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3_mCDA18144603655FB7A639ADD3FFF5A3545237769_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB_mAF5C6FDF3F3F19611563CDD01F0FDF090C606E9F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1_mA9A147AFAE31CB8670B2FD921039548581E81EEB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4C96B197DCAA4E38175BCE8EDCD2C81BECCBC5EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65_mE3C341C717A5D0EDB5C59F750D0DEE2F84913D09_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC0AA900C2ECF5D8B2747D37E17E5EB2E21C5C7A1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4549DEF2F6D1F79EA50409D75B5968D462A70C76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8_mB44962C163DBA3C630F4F38CF2E0DE2D81260BAF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF_m8400058FC493C301FC9A10471A7BC9C4423F3F33_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285_m04E4BC59AC63306A945803467D5A260E1099F87F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE_m7856D702F5D5055530FCFB1476F85123B2826878_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6_mF50B5D2A7F3E7A0E8736BF34878B4800B2B3C7D1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m55E307EAB1215460AB6A77F826D2407A05D7313F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9_mDF04FFE2A6E8390915DE020A697FC841E2D3F28D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m07451B5E1A3A2076142BC48B85FD35D01830BBC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1_mFA648728CFE0AFC1FBB93F37DDE5461298EB8D24_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m68AD2F21B4D1C192F9BADDDC18DE59BBB0DD2099_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A_m2D5735FA383396D1F0FD933F7EDE26F8BB85388D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_m669D168E022EB1EC35C878F0FF1055EFBA6233A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m32AE78F0C13CD4C90AEB3466C05DAADC99A4D4EB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819_m9A90D353A7C17B444E29B6B7521E88DDB18CDEF5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m6C682A9044E279F763FB07519E6A7C62FB9DFEA3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99_mAD7F5057072422020C3FA7BAB469A407CD1BC926_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226_m5E73F29F76C579D1E24EBD5D50BADE069DB1B3A2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_mCB38E91A0B72DA7539638A40AD3AE1BC584EAE0F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610_mE5C46A1D7B220AEA688FF2EEEA6495F083FDC636_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4_mC2D06DC94D0DD35C8C6077407255FBAB62FD2DC6_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m4A0A2365FE2A6DC72EFE329D8D1F83148B938F2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66_m3400E360314CDB7C46559D548195B382D360AC6B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F_mA3FAD10F7ABFA5302D68978520F8170C80CCC959_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D_mDEE84CEB7630FBA80F51A34EA6A521504BF32FB2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7_mE2444A348FB645D78F2FB966A25242920D13F210_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC_mEF9C27CDFD794FF9687ECAC96B73395DF9F7B12E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1_mD1713A47626DAC13A3CFB7A02373E82DF579F226_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC_mB84BD9EF0F240F60AEAB8850A21799CD6DEC4043_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E_m116123350F5F1B2F215836CB84F53A7359FEA919_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B_mC55128BF9ACE036245E8C6230F6C1411879340F8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_mD135E758716C8470964FB010696231899546C646_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m210C17B463F4523628D0FFDECB6B0151533CAE31_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* ConfiguredTaskAwaiter_get_IsCompleted_mD8D60D3E41189BB4C4E18B5F40645AB39F09FA2C_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Clear_m841DBE29811833266CC127714688998A50D5F7CD_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m0C90DB78F4134CDEB001F338AA2745F8D9651CAC_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m33C34E4F1C77B491E24DCCBF07C43639016B2247_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m6FFBE8A09F4C8F4F0A909249FB81B6C7A7EF4B04_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* U3CWriteCharEntityAsyncU3Ed__103_MoveNext_m884D2D32EE517D7B7B368B496BA6C22BA54080CB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* ValidationEventHandling_System_Xml_IValidationEventHandling_SendEvent_mF752F1F19E1809AA7E2CF9274F9F241C7D276A90_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlValidatingReaderImpl_MoveOffEntityReference_m7A96CFBEAE562C0E1CDBA013353183E2E71E442F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse_mCBE87491A93DED04B04028C172FF60CA0D47F28B_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlValidatingReaderImpl__ctor_m011C1CA1225907E64BD29FF44587F2C3828D7744_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlValidatingReaderImpl__ctor_mB46D37CD4504EACF6A6E6AB65A3D0EB8A96CF950_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlValidatingReaderImpl_set_ValidationType_m25A14BB9DD1C050BD2F1DF023830659A2889B8A8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_AddAttribute_mAE42EFE8C45E46B4DBCEE7E95A75D860D35FC4D4_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_LookupPrefix_m7EFDF47EE856E0E261CA8E46E4B39D61DEF77852_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_ThrowInvalidStateTransition_mD1B039B1CB4593B86D6086945488E6F699289EA7_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteBase64_mADFA00DF036CF336F703B88863EB2F818E06CB02_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteBinHex_m903D1B72D56F33567D2FDE5FC7858FC8E5A3E31F_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteCharEntity_m99918CACFDC1943936AA750C9D403016BFC4EE38_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteChars_mEF9E7BA1D6723E346954A7EA686A336B04EE0572_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteEndAttributeAsync_NoAdvance_m024E93FC94C348CFC7983F42A7E1484D080341DB_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteEndAttribute_mEFA1CC155A614CDB62294E2A5C34A36E657BAF10_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteEndDocument_m5988C4D6DAB5E13684D81E96E3DEDDCD26A8DD66_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteEndElementAsync_FinishWrite_m2A866807DC4B87D91DEBFF0BDBF424BBC10C0C76_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteEndElementAsync_NoAdvanceState_m4A299755E0570A92986698C2F0D1CA8E8912E5C8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteEndElement_mB572B5CC66D350D4A1A489D6DF7D922C6D55B228_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteEntityRef_mF2FC7A2CADC2114DC7C862016781F9BFC54FABA8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteFullEndElementAsync_NoAdvanceState_m9F39B30D7ADF5CC10414E7CD33DC8AAFED7158E5_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteFullEndElement_m744A8E7FA66DC71F8AEBEB2ACAE643397303C655_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteProcessingInstruction_m95C599B96B8BBA61EA9AD3090DB72C6B9FE4EAD1_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteRaw_mCA937B08EC0CB47BD8346501C463335AD122D275_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m46E9BCDE71B9E247D91BF09E0C28AA7BAF9D1121_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteStartAttributeAsync_m976BAB3C6313FC7C82AEA33894F921B59BD3EFC8_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteStartAttribute_m083009DC319DE10D4F037AE40D27EB7F2CDB0481_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteStartDocumentImpl_mA52A83EB37B590FF5E0439A0EEF4607423783C0E_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_mFDEEFCE43A6DD2EF3A3E52054A5CADFC2EB71994_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteStartElementAsync_m1E9FC82BA426E8F268FC6FC42F6EE9147A11A560_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteStartElement_m5E62BAA68C9A20CA088938BA5DA4453542D6F40D_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteSurrogateCharEntity_m7C8E107B0B6825531FFA38267746849C88A914A3_RuntimeMethod_var; IL2CPP_EXTERN_C const RuntimeMethod* XmlWellFormedWriter_WriteWhitespace_m95434DCB8764139934630FE04DD05A87291FCFD9_RuntimeMethod_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 ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918; struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248; struct WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF; struct AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983; struct ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9; struct NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7; struct StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375; IL2CPP_EXTERN_C_BEGIN IL2CPP_EXTERN_C_END #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Collections.Generic.Dictionary`2 struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588 : public RuntimeObject { // System.Int32[] System.Collections.Generic.Dictionary`2::_buckets Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0; // System.Collections.Generic.Dictionary`2/Entry[] System.Collections.Generic.Dictionary`2::_entries EntryU5BU5D_tEA0133B78B9FF7045128C508FA50247E525A94D6* ____entries_1; // System.Int32 System.Collections.Generic.Dictionary`2::_count int32_t ____count_2; // System.Int32 System.Collections.Generic.Dictionary`2::_freeList int32_t ____freeList_3; // System.Int32 System.Collections.Generic.Dictionary`2::_freeCount int32_t ____freeCount_4; // System.Int32 System.Collections.Generic.Dictionary`2::_version int32_t ____version_5; // System.Collections.Generic.IEqualityComparer`1 System.Collections.Generic.Dictionary`2::_comparer RuntimeObject* ____comparer_6; // System.Collections.Generic.Dictionary`2/KeyCollection System.Collections.Generic.Dictionary`2::_keys KeyCollection_tCC15D033281A6593E2488FAF5B205812A152AC03* ____keys_7; // System.Collections.Generic.Dictionary`2/ValueCollection System.Collections.Generic.Dictionary`2::_values ValueCollection_tCE6BD704B9571C131E2D8C8CED569DDEC4AE042B* ____values_8; // System.Object System.Collections.Generic.Dictionary`2::_syncRoot RuntimeObject* ____syncRoot_9; }; // System.Xml.AsyncHelper struct AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB : public RuntimeObject { }; // System.Xml.Schema.BaseValidator struct BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB : public RuntimeObject { // System.Xml.Schema.XmlSchemaCollection System.Xml.Schema.BaseValidator::schemaCollection XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection_0; // System.Xml.IValidationEventHandling System.Xml.Schema.BaseValidator::eventHandling RuntimeObject* ___eventHandling_1; // System.Xml.XmlNameTable System.Xml.Schema.BaseValidator::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_2; // System.Xml.Schema.SchemaNames System.Xml.Schema.BaseValidator::schemaNames SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_3; // System.Xml.PositionInfo System.Xml.Schema.BaseValidator::positionInfo PositionInfo_t1695F015DE0C183D3B4CE5A1562AD8A8A373F5B5* ___positionInfo_4; // System.Xml.XmlResolver System.Xml.Schema.BaseValidator::xmlResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_5; // System.Uri System.Xml.Schema.BaseValidator::baseUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_6; // System.Xml.Schema.SchemaInfo System.Xml.Schema.BaseValidator::schemaInfo SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___schemaInfo_7; // System.Xml.XmlValidatingReaderImpl System.Xml.Schema.BaseValidator::reader XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader_8; // System.Xml.XmlQualifiedName System.Xml.Schema.BaseValidator::elementName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___elementName_9; // System.Xml.Schema.ValidationState System.Xml.Schema.BaseValidator::context ValidationState_t8C17DFED38ACA12FA20F24613BD3A3A4BB1E5D19* ___context_10; // System.Text.StringBuilder System.Xml.Schema.BaseValidator::textValue StringBuilder_t* ___textValue_11; // System.String System.Xml.Schema.BaseValidator::textString String_t* ___textString_12; // System.Boolean System.Xml.Schema.BaseValidator::hasSibling bool ___hasSibling_13; // System.Boolean System.Xml.Schema.BaseValidator::checkDatatype bool ___checkDatatype_14; }; // 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.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.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject { // System.Int32 System.Text.Encoding::m_codePage int32_t ___m_codePage_55; // System.Globalization.CodePageDataItem System.Text.Encoding::dataItem CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___dataItem_56; // System.Boolean System.Text.Encoding::m_deserializedFromEverett bool ___m_deserializedFromEverett_57; // System.Boolean System.Text.Encoding::m_isReadOnly bool ___m_isReadOnly_58; // System.Text.EncoderFallback System.Text.Encoding::encoderFallback EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_59; // System.Text.DecoderFallback System.Text.Encoding::decoderFallback DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_60; }; // System.EventArgs struct EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 : 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.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.Schema.SchemaDeclBase struct SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B : public RuntimeObject { // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaDeclBase::name XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___name_0; // System.String System.Xml.Schema.SchemaDeclBase::prefix String_t* ___prefix_1; // System.Boolean System.Xml.Schema.SchemaDeclBase::isDeclaredInExternal bool ___isDeclaredInExternal_2; // System.Xml.Schema.SchemaDeclBase/Use System.Xml.Schema.SchemaDeclBase::presence int32_t ___presence_3; // System.Xml.Schema.XmlSchemaType System.Xml.Schema.SchemaDeclBase::schemaType XmlSchemaType_t36630F421D730DDFA33CBA5BA6548094ABF40DDF* ___schemaType_4; // System.Xml.Schema.XmlSchemaDatatype System.Xml.Schema.SchemaDeclBase::datatype XmlSchemaDatatype_t715572E6E9C9A145DBBF5DDF345EFA5D3AA3E34D* ___datatype_5; // System.String System.Xml.Schema.SchemaDeclBase::defaultValueRaw String_t* ___defaultValueRaw_6; // System.Object System.Xml.Schema.SchemaDeclBase::defaultValueTyped RuntimeObject* ___defaultValueTyped_7; // System.Int64 System.Xml.Schema.SchemaDeclBase::maxLength int64_t ___maxLength_8; // System.Int64 System.Xml.Schema.SchemaDeclBase::minLength int64_t ___minLength_9; // System.Collections.Generic.List`1 System.Xml.Schema.SchemaDeclBase::values List_1_tF470A3BE5C1B5B68E1325EF3F109D172E60BD7CD* ___values_10; }; // System.Xml.Schema.SchemaInfo struct SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E : public RuntimeObject { // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDecls Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___elementDecls_0; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::undeclaredElementDecls Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___undeclaredElementDecls_1; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::generalEntities Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* ___generalEntities_2; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::parameterEntities Dictionary_2_t129029582481E96143BD747690E92DB7E444261E* ___parameterEntities_3; // System.Xml.XmlQualifiedName System.Xml.Schema.SchemaInfo::docTypeName XmlQualifiedName_t2794880B373257E4108CC3F36D7373A343ACC5B9* ___docTypeName_4; // System.String System.Xml.Schema.SchemaInfo::internalDtdSubset String_t* ___internalDtdSubset_5; // System.Boolean System.Xml.Schema.SchemaInfo::hasNonCDataAttributes bool ___hasNonCDataAttributes_6; // System.Boolean System.Xml.Schema.SchemaInfo::hasDefaultAttributes bool ___hasDefaultAttributes_7; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::targetNamespaces Dictionary_2_t17D0D125440AC627FCF80F189C6CBCB02856063C* ___targetNamespaces_8; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::attributeDecls Dictionary_2_tB85C1B2FFF985BA01AD2B7199C083B43C1476CC1* ___attributeDecls_9; // System.Int32 System.Xml.Schema.SchemaInfo::errorCount int32_t ___errorCount_10; // System.Xml.Schema.SchemaType System.Xml.Schema.SchemaInfo::schemaType int32_t ___schemaType_11; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::elementDeclsByType Dictionary_2_t798E72FD52A5F6525F4F83621BBE86BBAB28533A* ___elementDeclsByType_12; // System.Collections.Generic.Dictionary`2 System.Xml.Schema.SchemaInfo::notations Dictionary_2_t27DD7BC6C615A002762F178DF4446D10EF4486A1* ___notations_13; }; // 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.Text.StringBuilder struct StringBuilder_t : public RuntimeObject { // System.Char[] System.Text.StringBuilder::m_ChunkChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___m_ChunkChars_0; // System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious StringBuilder_t* ___m_ChunkPrevious_1; // System.Int32 System.Text.StringBuilder::m_ChunkLength int32_t ___m_ChunkLength_2; // System.Int32 System.Text.StringBuilder::m_ChunkOffset int32_t ___m_ChunkOffset_3; // System.Int32 System.Text.StringBuilder::m_MaxCapacity int32_t ___m_MaxCapacity_4; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject { // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId int32_t ___m_taskId_1; // System.Delegate System.Threading.Tasks.Task::m_action Delegate_t* ___m_action_2; // System.Object System.Threading.Tasks.Task::m_stateObject RuntimeObject* ___m_stateObject_3; // System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4; // System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5; // System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags int32_t ___m_stateFlags_6; // System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject RuntimeObject* ___m_continuationObject_23; // System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_26; }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject { // System.String System.Uri::m_String String_t* ___m_String_16; // System.String System.Uri::m_originalUnicodeString String_t* ___m_originalUnicodeString_17; // System.UriParser System.Uri::m_Syntax UriParser_t920B0868286118827C08B08A15A9456AF6C19D81* ___m_Syntax_18; // System.String System.Uri::m_DnsSafeHost String_t* ___m_DnsSafeHost_19; // System.Uri/Flags System.Uri::m_Flags uint64_t ___m_Flags_20; // System.Uri/UriInfo System.Uri::m_Info UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_21; // System.Boolean System.Uri::m_iriParsing bool ___m_iriParsing_22; }; // System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject { }; // Native definition for P/Invoke marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke { }; // Native definition for COM marshalling of System.ValueType struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com { }; // System.Xml.XmlNameTable struct XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8 : public RuntimeObject { }; // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F : public RuntimeObject { // System.Xml.XmlNamespaceManager/NamespaceDeclaration[] System.Xml.XmlNamespaceManager::nsdecls NamespaceDeclarationU5BU5D_t4DF48D3A2EB82C491A60E8748DE4BAFAA95A0F60* ___nsdecls_1; // System.Int32 System.Xml.XmlNamespaceManager::lastDecl int32_t ___lastDecl_2; // System.Xml.XmlNameTable System.Xml.XmlNamespaceManager::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_3; // System.Int32 System.Xml.XmlNamespaceManager::scopeId int32_t ___scopeId_4; // System.Collections.Generic.Dictionary`2 System.Xml.XmlNamespaceManager::hashTable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___hashTable_5; // System.Boolean System.Xml.XmlNamespaceManager::useHashtable bool ___useHashtable_6; // System.String System.Xml.XmlNamespaceManager::xml String_t* ___xml_7; // System.String System.Xml.XmlNamespaceManager::xmlNs String_t* ___xmlNs_8; }; // System.Xml.XmlParserContext struct XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B : public RuntimeObject { // System.Xml.XmlNameTable System.Xml.XmlParserContext::_nt XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ____nt_0; // System.Xml.XmlNamespaceManager System.Xml.XmlParserContext::_nsMgr XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ____nsMgr_1; // System.String System.Xml.XmlParserContext::_docTypeName String_t* ____docTypeName_2; // System.String System.Xml.XmlParserContext::_pubId String_t* ____pubId_3; // System.String System.Xml.XmlParserContext::_sysId String_t* ____sysId_4; // System.String System.Xml.XmlParserContext::_internalSubset String_t* ____internalSubset_5; // System.String System.Xml.XmlParserContext::_xmlLang String_t* ____xmlLang_6; // System.Xml.XmlSpace System.Xml.XmlParserContext::_xmlSpace int32_t ____xmlSpace_7; // System.String System.Xml.XmlParserContext::_baseURI String_t* ____baseURI_8; // System.Text.Encoding System.Xml.XmlParserContext::_encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ____encoding_9; }; // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD : public RuntimeObject { }; // System.Xml.XmlResolver struct XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF : public RuntimeObject { }; // System.Xml.Schema.XmlSchemaCollection struct XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD : public RuntimeObject { // System.Collections.Hashtable System.Xml.Schema.XmlSchemaCollection::collection Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___collection_0; // System.Xml.XmlNameTable System.Xml.Schema.XmlSchemaCollection::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_1; // System.Xml.Schema.SchemaNames System.Xml.Schema.XmlSchemaCollection::schemaNames SchemaNames_tF7A45B027D5759AA56D035F5962B4612A6B0902F* ___schemaNames_2; // System.Threading.ReaderWriterLock System.Xml.Schema.XmlSchemaCollection::wLock ReaderWriterLock_tBA6D275E19444C911C8681A576EB0CBB12B16B5B* ___wLock_3; // System.Int32 System.Xml.Schema.XmlSchemaCollection::timeout int32_t ___timeout_4; // System.Boolean System.Xml.Schema.XmlSchemaCollection::isThreadSafe bool ___isThreadSafe_5; // System.Xml.Schema.ValidationEventHandler System.Xml.Schema.XmlSchemaCollection::validationEventHandler ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___validationEventHandler_6; // System.Xml.XmlResolver System.Xml.Schema.XmlSchemaCollection::xmlResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_7; }; // 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.Xml.XmlTextReaderImpl/DtdParserProxy struct DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3 : public RuntimeObject { // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReaderImpl/DtdParserProxy::reader XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___reader_0; }; // System.Xml.XmlValidatingReaderImpl/ValidationEventHandling struct ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9 : public RuntimeObject { // System.Xml.XmlValidatingReaderImpl System.Xml.XmlValidatingReaderImpl/ValidationEventHandling::reader XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___reader_0; // System.Xml.Schema.ValidationEventHandler System.Xml.XmlValidatingReaderImpl/ValidationEventHandling::eventHandler ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___eventHandler_1; }; // System.Xml.XmlWellFormedWriter/AttributeValueCache struct AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17 : public RuntimeObject { // System.Text.StringBuilder System.Xml.XmlWellFormedWriter/AttributeValueCache::stringValue StringBuilder_t* ___stringValue_0; // System.String System.Xml.XmlWellFormedWriter/AttributeValueCache::singleStringValue String_t* ___singleStringValue_1; // System.Xml.XmlWellFormedWriter/AttributeValueCache/Item[] System.Xml.XmlWellFormedWriter/AttributeValueCache::items ItemU5BU5D_t73F5828D4F7289CE7330E03744883B67DA02047D* ___items_2; // System.Int32 System.Xml.XmlWellFormedWriter/AttributeValueCache::firstItem int32_t ___firstItem_3; // System.Int32 System.Xml.XmlWellFormedWriter/AttributeValueCache::lastItem int32_t ___lastItem_4; }; // System.Xml.XmlWellFormedWriter/NamespaceResolverProxy struct NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44 : public RuntimeObject { // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/NamespaceResolverProxy::wfWriter XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___wfWriter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter struct ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 { // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* ___m_task_0; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext bool ___m_continueOnCapturedContext_1; }; // System.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_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result RuntimeObject* ___m_result_38; }; // System.Threading.Tasks.Task`1 struct Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 { // TResult System.Threading.Tasks.Task`1::m_result String_t* ___m_result_38; }; // System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF { // System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine RuntimeObject* ___m_stateMachine_0; // System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_defaultContextAction_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com { RuntimeObject* ___m_stateMachine_0; Il2CppMethodPointer ___m_defaultContextAction_1; }; // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22 { // System.Boolean System.Boolean::m_value bool ___m_value_0; }; // System.Byte struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3 { // System.Byte System.Byte::m_value uint8_t ___m_value_0; }; // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17 { // System.Char System.Char::m_value Il2CppChar ___m_value_0; }; // 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.Int32 struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C { // System.Int32 System.Int32::m_value int32_t ___m_value_0; }; // System.IntPtr struct IntPtr_t { // System.Void* System.IntPtr::m_value void* ___m_value_0; }; // System.Xml.LineInfo struct LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 { // System.Int32 System.Xml.LineInfo::lineNo int32_t ___lineNo_0; // System.Int32 System.Xml.LineInfo::linePos int32_t ___linePos_1; }; // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553 : public SchemaDeclBase_t04E301687597D1FA19FFC9A6A2D08746D3EF169B { // System.String System.Xml.Schema.SchemaAttDef::defExpanded String_t* ___defExpanded_11; // System.Int32 System.Xml.Schema.SchemaAttDef::lineNum int32_t ___lineNum_12; // System.Int32 System.Xml.Schema.SchemaAttDef::linePos int32_t ___linePos_13; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLineNum int32_t ___valueLineNum_14; // System.Int32 System.Xml.Schema.SchemaAttDef::valueLinePos int32_t ___valueLinePos_15; // System.Xml.Schema.SchemaAttDef/Reserve System.Xml.Schema.SchemaAttDef::reserved int32_t ___reserved_16; // System.Boolean System.Xml.Schema.SchemaAttDef::defaultValueChecked bool ___defaultValueChecked_17; // System.Boolean System.Xml.Schema.SchemaAttDef::hasEntityRef bool ___hasEntityRef_18; // System.Xml.Schema.XmlSchemaAttribute System.Xml.Schema.SchemaAttDef::schemaAttribute XmlSchemaAttribute_t04AF3100B886867E3F0495E22F44305EDEC5550F* ___schemaAttribute_19; }; // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE { // System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_3; // System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_4; }; // System.Xml.Schema.ValidationEventArgs struct ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830 : public EventArgs_t37273F03EAC87217701DD431B190FBD84AD7C377 { // System.Xml.Schema.XmlSchemaException System.Xml.Schema.ValidationEventArgs::ex XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___ex_1; // System.Xml.Schema.XmlSeverityType System.Xml.Schema.ValidationEventArgs::severity int32_t ___severity_2; }; // 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_7; // System.Threading.Tasks.Task System.Xml.XmlAsyncCheckReader::lastTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___lastTask_8; }; // 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_2; // System.Xml.IXmlNamespaceResolver System.Xml.XmlRawWriter::resolver RuntimeObject* ___resolver_3; }; // System.Xml.XmlTextReader struct XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD { // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::impl XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___impl_7; }; // System.Xml.XmlUrlResolver struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E : public XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF { // System.Net.ICredentials System.Xml.XmlUrlResolver::_credentials RuntimeObject* ____credentials_1; // System.Net.IWebProxy System.Xml.XmlUrlResolver::_proxy RuntimeObject* ____proxy_2; // System.Net.Cache.RequestCachePolicy System.Xml.XmlUrlResolver::_cachePolicy RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ____cachePolicy_3; }; // System.Xml.XmlValidatingReader struct XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9 : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD { // System.Xml.XmlValidatingReaderImpl System.Xml.XmlValidatingReader::impl XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___impl_7; }; // System.Xml.XmlValidatingReaderImpl struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8 : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD { // System.Xml.XmlReader System.Xml.XmlValidatingReaderImpl::coreReader XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___coreReader_7; // System.Xml.XmlTextReaderImpl System.Xml.XmlValidatingReaderImpl::coreReaderImpl XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___coreReaderImpl_8; // System.Xml.IXmlNamespaceResolver System.Xml.XmlValidatingReaderImpl::coreReaderNSResolver RuntimeObject* ___coreReaderNSResolver_9; // System.Xml.ValidationType System.Xml.XmlValidatingReaderImpl::validationType int32_t ___validationType_10; // System.Xml.Schema.BaseValidator System.Xml.XmlValidatingReaderImpl::validator BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___validator_11; // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReaderImpl::schemaCollection XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___schemaCollection_12; // System.Boolean System.Xml.XmlValidatingReaderImpl::processIdentityConstraints bool ___processIdentityConstraints_13; // System.Xml.XmlValidatingReaderImpl/ParsingFunction System.Xml.XmlValidatingReaderImpl::parsingFunction int32_t ___parsingFunction_14; // System.Xml.XmlValidatingReaderImpl/ValidationEventHandling System.Xml.XmlValidatingReaderImpl::eventHandling ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* ___eventHandling_15; // System.Xml.XmlParserContext System.Xml.XmlValidatingReaderImpl::parserContext XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___parserContext_16; // System.Xml.ReadContentAsBinaryHelper System.Xml.XmlValidatingReaderImpl::readBinaryHelper ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* ___readBinaryHelper_17; // System.Xml.XmlReader System.Xml.XmlValidatingReaderImpl::outerReader XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___outerReader_18; }; // 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.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 { // System.Char[] System.Xml.XmlTextReaderImpl/ParsingState::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_0; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::charPos int32_t ___charPos_1; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::charsUsed int32_t ___charsUsed_2; // System.Text.Encoding System.Xml.XmlTextReaderImpl/ParsingState::encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_3; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::appendMode bool ___appendMode_4; // System.IO.Stream System.Xml.XmlTextReaderImpl/ParsingState::stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_5; // System.Text.Decoder System.Xml.XmlTextReaderImpl/ParsingState::decoder Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ___decoder_6; // System.Byte[] System.Xml.XmlTextReaderImpl/ParsingState::bytes ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bytes_7; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::bytePos int32_t ___bytePos_8; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::bytesUsed int32_t ___bytesUsed_9; // System.IO.TextReader System.Xml.XmlTextReaderImpl/ParsingState::textReader TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___textReader_10; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::lineNo int32_t ___lineNo_11; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::lineStartPos int32_t ___lineStartPos_12; // System.String System.Xml.XmlTextReaderImpl/ParsingState::baseUriStr String_t* ___baseUriStr_13; // System.Uri System.Xml.XmlTextReaderImpl/ParsingState::baseUri Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_14; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::isEof bool ___isEof_15; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::isStreamEof bool ___isStreamEof_16; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl/ParsingState::entity RuntimeObject* ___entity_17; // System.Int32 System.Xml.XmlTextReaderImpl/ParsingState::entityId int32_t ___entityId_18; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::eolNormalized bool ___eolNormalized_19; // System.Boolean System.Xml.XmlTextReaderImpl/ParsingState::entityResolvedManually bool ___entityResolvedManually_20; }; // Native definition for P/Invoke marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886_marshaled_pinvoke { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_3; int32_t ___appendMode_4; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_5; Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; char* ___baseUriStr_13; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; // Native definition for COM marshalling of System.Xml.XmlTextReaderImpl/ParsingState struct ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886_marshaled_com { uint8_t* ___chars_0; int32_t ___charPos_1; int32_t ___charsUsed_2; Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_3; int32_t ___appendMode_4; Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_5; Decoder_tE16E789E38B25DD304004FC630EA8B21000ECBBC* ___decoder_6; Il2CppSafeArray/*NONE*/* ___bytes_7; int32_t ___bytePos_8; int32_t ___bytesUsed_9; TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___textReader_10; int32_t ___lineNo_11; int32_t ___lineStartPos_12; Il2CppChar* ___baseUriStr_13; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___baseUri_14; int32_t ___isEof_15; int32_t ___isStreamEof_16; RuntimeObject* ___entity_17; int32_t ___entityId_18; int32_t ___eolNormalized_19; int32_t ___entityResolvedManually_20; }; // System.Xml.XmlWellFormedWriter/AttrName struct AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2 { // System.String System.Xml.XmlWellFormedWriter/AttrName::prefix String_t* ___prefix_0; // System.String System.Xml.XmlWellFormedWriter/AttrName::namespaceUri String_t* ___namespaceUri_1; // System.String System.Xml.XmlWellFormedWriter/AttrName::localName String_t* ___localName_2; // System.Int32 System.Xml.XmlWellFormedWriter/AttrName::prev int32_t ___prev_3; }; // Native definition for P/Invoke marshalling of System.Xml.XmlWellFormedWriter/AttrName struct AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2_marshaled_pinvoke { char* ___prefix_0; char* ___namespaceUri_1; char* ___localName_2; int32_t ___prev_3; }; // Native definition for COM marshalling of System.Xml.XmlWellFormedWriter/AttrName struct AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___namespaceUri_1; Il2CppChar* ___localName_2; int32_t ___prev_3; }; // System.Xml.XmlWellFormedWriter/ElementScope struct ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592 { // System.Int32 System.Xml.XmlWellFormedWriter/ElementScope::prevNSTop int32_t ___prevNSTop_0; // System.String System.Xml.XmlWellFormedWriter/ElementScope::prefix String_t* ___prefix_1; // System.String System.Xml.XmlWellFormedWriter/ElementScope::localName String_t* ___localName_2; // System.String System.Xml.XmlWellFormedWriter/ElementScope::namespaceUri String_t* ___namespaceUri_3; // System.Xml.XmlSpace System.Xml.XmlWellFormedWriter/ElementScope::xmlSpace int32_t ___xmlSpace_4; // System.String System.Xml.XmlWellFormedWriter/ElementScope::xmlLang String_t* ___xmlLang_5; }; // Native definition for P/Invoke marshalling of System.Xml.XmlWellFormedWriter/ElementScope struct ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592_marshaled_pinvoke { int32_t ___prevNSTop_0; char* ___prefix_1; char* ___localName_2; char* ___namespaceUri_3; int32_t ___xmlSpace_4; char* ___xmlLang_5; }; // Native definition for COM marshalling of System.Xml.XmlWellFormedWriter/ElementScope struct ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592_marshaled_com { int32_t ___prevNSTop_0; Il2CppChar* ___prefix_1; Il2CppChar* ___localName_2; Il2CppChar* ___namespaceUri_3; int32_t ___xmlSpace_4; Il2CppChar* ___xmlLang_5; }; // System.Xml.XmlWellFormedWriter/Namespace struct Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0 { // System.String System.Xml.XmlWellFormedWriter/Namespace::prefix String_t* ___prefix_0; // System.String System.Xml.XmlWellFormedWriter/Namespace::namespaceUri String_t* ___namespaceUri_1; // System.Xml.XmlWellFormedWriter/NamespaceKind System.Xml.XmlWellFormedWriter/Namespace::kind int32_t ___kind_2; // System.Int32 System.Xml.XmlWellFormedWriter/Namespace::prevNsIndex int32_t ___prevNsIndex_3; }; // Native definition for P/Invoke marshalling of System.Xml.XmlWellFormedWriter/Namespace struct Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0_marshaled_pinvoke { char* ___prefix_0; char* ___namespaceUri_1; int32_t ___kind_2; int32_t ___prevNsIndex_3; }; // Native definition for COM marshalling of System.Xml.XmlWellFormedWriter/Namespace struct Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0_marshaled_com { Il2CppChar* ___prefix_0; Il2CppChar* ___namespaceUri_1; int32_t ___kind_2; int32_t ___prevNsIndex_3; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA { // System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1; // System.Threading.Tasks.Task`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 struct AsyncTaskMethodBuilder_1_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`1 struct ConfiguredTaskAwaitable_1_t478BDE1CE5D3E258B35F6E00730D03F19028B8B1 { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 struct ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8 { // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ___m_configuredTaskAwaiter_0; }; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable 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.RuntimeFieldHandle struct RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 { // System.IntPtr System.RuntimeFieldHandle::value intptr_t ___value_0; }; // System.Xml.WriteState struct WriteState_t7C7DD3FA495CE7586781A5919ECDD49CD0270729 { // System.Int32 System.Xml.WriteState::value__ int32_t ___value___2; }; // 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.XmlTextReaderImpl struct XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B : public XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD { // System.Boolean System.Xml.XmlTextReaderImpl::useAsync bool ___useAsync_7; // System.Xml.XmlTextReaderImpl/LaterInitParam System.Xml.XmlTextReaderImpl::laterInitParam LaterInitParam_tF074262B62208D4086044C17F89F18AC8598DBA6* ___laterInitParam_8; // System.Xml.XmlCharType System.Xml.XmlTextReaderImpl::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_9; // System.Xml.XmlTextReaderImpl/ParsingState System.Xml.XmlTextReaderImpl::ps ParsingState_tF0FABA16483FCC2DB710460D11CD79D35C4E2886 ___ps_10; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::parsingFunction int32_t ___parsingFunction_11; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::nextParsingFunction int32_t ___nextParsingFunction_12; // System.Xml.XmlTextReaderImpl/ParsingFunction System.Xml.XmlTextReaderImpl::nextNextParsingFunction int32_t ___nextNextParsingFunction_13; // System.Xml.XmlTextReaderImpl/NodeData[] System.Xml.XmlTextReaderImpl::nodes NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* ___nodes_14; // System.Xml.XmlTextReaderImpl/NodeData System.Xml.XmlTextReaderImpl::curNode NodeData_tEB6A7F9E5147217F637373A7B7644BE377D539FF* ___curNode_15; // System.Int32 System.Xml.XmlTextReaderImpl::index int32_t ___index_16; // System.Int32 System.Xml.XmlTextReaderImpl::curAttrIndex int32_t ___curAttrIndex_17; // System.Int32 System.Xml.XmlTextReaderImpl::attrCount int32_t ___attrCount_18; // System.Int32 System.Xml.XmlTextReaderImpl::attrHashtable int32_t ___attrHashtable_19; // System.Int32 System.Xml.XmlTextReaderImpl::attrDuplWalkCount int32_t ___attrDuplWalkCount_20; // System.Boolean System.Xml.XmlTextReaderImpl::attrNeedNamespaceLookup bool ___attrNeedNamespaceLookup_21; // System.Boolean System.Xml.XmlTextReaderImpl::fullAttrCleanup bool ___fullAttrCleanup_22; // System.Xml.XmlTextReaderImpl/NodeData[] System.Xml.XmlTextReaderImpl::attrDuplSortingArray NodeDataU5BU5D_t1945F048F8DECB62636A155E1182995E8FAA9610* ___attrDuplSortingArray_23; // System.Xml.XmlNameTable System.Xml.XmlTextReaderImpl::nameTable XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___nameTable_24; // System.Boolean System.Xml.XmlTextReaderImpl::nameTableFromSettings bool ___nameTableFromSettings_25; // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::xmlResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___xmlResolver_26; // System.String System.Xml.XmlTextReaderImpl::url String_t* ___url_27; // System.Boolean System.Xml.XmlTextReaderImpl::normalize bool ___normalize_28; // System.Boolean System.Xml.XmlTextReaderImpl::supportNamespaces bool ___supportNamespaces_29; // System.Xml.WhitespaceHandling System.Xml.XmlTextReaderImpl::whitespaceHandling int32_t ___whitespaceHandling_30; // System.Xml.DtdProcessing System.Xml.XmlTextReaderImpl::dtdProcessing int32_t ___dtdProcessing_31; // System.Xml.EntityHandling System.Xml.XmlTextReaderImpl::entityHandling int32_t ___entityHandling_32; // System.Boolean System.Xml.XmlTextReaderImpl::ignorePIs bool ___ignorePIs_33; // System.Boolean System.Xml.XmlTextReaderImpl::ignoreComments bool ___ignoreComments_34; // System.Boolean System.Xml.XmlTextReaderImpl::checkCharacters bool ___checkCharacters_35; // System.Int32 System.Xml.XmlTextReaderImpl::lineNumberOffset int32_t ___lineNumberOffset_36; // System.Int32 System.Xml.XmlTextReaderImpl::linePositionOffset int32_t ___linePositionOffset_37; // System.Boolean System.Xml.XmlTextReaderImpl::closeInput bool ___closeInput_38; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersInDocument int64_t ___maxCharactersInDocument_39; // System.Int64 System.Xml.XmlTextReaderImpl::maxCharactersFromEntities int64_t ___maxCharactersFromEntities_40; // System.Boolean System.Xml.XmlTextReaderImpl::v1Compat bool ___v1Compat_41; // System.Xml.XmlNamespaceManager System.Xml.XmlTextReaderImpl::namespaceManager XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* ___namespaceManager_42; // System.String System.Xml.XmlTextReaderImpl::lastPrefix String_t* ___lastPrefix_43; // System.Xml.XmlTextReaderImpl/XmlContext System.Xml.XmlTextReaderImpl::xmlContext XmlContext_tE28147847949C52356E6B899971C50E1444FB8EE* ___xmlContext_44; // System.Xml.XmlTextReaderImpl/ParsingState[] System.Xml.XmlTextReaderImpl::parsingStatesStack ParsingStateU5BU5D_t6DBF0A43B3A9658C0218546F90EC15DCF17F3E29* ___parsingStatesStack_45; // System.Int32 System.Xml.XmlTextReaderImpl::parsingStatesStackTop int32_t ___parsingStatesStackTop_46; // System.String System.Xml.XmlTextReaderImpl::reportedBaseUri String_t* ___reportedBaseUri_47; // System.Text.Encoding System.Xml.XmlTextReaderImpl::reportedEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___reportedEncoding_48; // System.Xml.IDtdInfo System.Xml.XmlTextReaderImpl::dtdInfo RuntimeObject* ___dtdInfo_49; // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::fragmentType int32_t ___fragmentType_50; // System.Xml.XmlParserContext System.Xml.XmlTextReaderImpl::fragmentParserContext XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* ___fragmentParserContext_51; // System.Boolean System.Xml.XmlTextReaderImpl::fragment bool ___fragment_52; // System.Xml.IncrementalReadDecoder System.Xml.XmlTextReaderImpl::incReadDecoder IncrementalReadDecoder_t55EB8A2FB2A5FFCB1B68AE7F784C4E00DCE1E55B* ___incReadDecoder_53; // System.Xml.XmlTextReaderImpl/IncrementalReadState System.Xml.XmlTextReaderImpl::incReadState int32_t ___incReadState_54; // System.Xml.LineInfo System.Xml.XmlTextReaderImpl::incReadLineInfo LineInfo_t415DCF0EAD0FB3806F779BA170EC9058E47CCB24 ___incReadLineInfo_55; // System.Int32 System.Xml.XmlTextReaderImpl::incReadDepth int32_t ___incReadDepth_56; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftStartPos int32_t ___incReadLeftStartPos_57; // System.Int32 System.Xml.XmlTextReaderImpl::incReadLeftEndPos int32_t ___incReadLeftEndPos_58; // System.Int32 System.Xml.XmlTextReaderImpl::attributeValueBaseEntityId int32_t ___attributeValueBaseEntityId_59; // System.Boolean System.Xml.XmlTextReaderImpl::emptyEntityInAttributeResolved bool ___emptyEntityInAttributeResolved_60; // System.Xml.IValidationEventHandling System.Xml.XmlTextReaderImpl::validationEventHandling RuntimeObject* ___validationEventHandling_61; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate System.Xml.XmlTextReaderImpl::onDefaultAttributeUse OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* ___onDefaultAttributeUse_62; // System.Boolean System.Xml.XmlTextReaderImpl::validatingReaderCompatFlag bool ___validatingReaderCompatFlag_63; // System.Boolean System.Xml.XmlTextReaderImpl::addDefaultAttributesAndNormalize bool ___addDefaultAttributesAndNormalize_64; // System.Text.StringBuilder System.Xml.XmlTextReaderImpl::stringBuilder StringBuilder_t* ___stringBuilder_65; // System.Boolean System.Xml.XmlTextReaderImpl::rootElementParsed bool ___rootElementParsed_66; // System.Boolean System.Xml.XmlTextReaderImpl::standalone bool ___standalone_67; // System.Int32 System.Xml.XmlTextReaderImpl::nextEntityId int32_t ___nextEntityId_68; // System.Xml.XmlTextReaderImpl/ParsingMode System.Xml.XmlTextReaderImpl::parsingMode int32_t ___parsingMode_69; // System.Xml.ReadState System.Xml.XmlTextReaderImpl::readState int32_t ___readState_70; // System.Xml.IDtdEntityInfo System.Xml.XmlTextReaderImpl::lastEntity RuntimeObject* ___lastEntity_71; // System.Boolean System.Xml.XmlTextReaderImpl::afterResetState bool ___afterResetState_72; // System.Int32 System.Xml.XmlTextReaderImpl::documentStartBytePos int32_t ___documentStartBytePos_73; // System.Int32 System.Xml.XmlTextReaderImpl::readValueOffset int32_t ___readValueOffset_74; // System.Int64 System.Xml.XmlTextReaderImpl::charactersInDocument int64_t ___charactersInDocument_75; // System.Int64 System.Xml.XmlTextReaderImpl::charactersFromEntities int64_t ___charactersFromEntities_76; // System.Collections.Generic.Dictionary`2 System.Xml.XmlTextReaderImpl::currentEntities Dictionary_2_tEBCC19EF04541DFE092A495F8C364BF917DA466D* ___currentEntities_77; // System.Boolean System.Xml.XmlTextReaderImpl::disableUndeclaredEntityCheck bool ___disableUndeclaredEntityCheck_78; // System.Xml.XmlReader System.Xml.XmlTextReaderImpl::outerReader XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___outerReader_79; // System.Boolean System.Xml.XmlTextReaderImpl::xmlResolverIsSet bool ___xmlResolverIsSet_80; // System.String System.Xml.XmlTextReaderImpl::Xml String_t* ___Xml_81; // System.String System.Xml.XmlTextReaderImpl::XmlNs String_t* ___XmlNs_82; // System.Xml.XmlTextReaderImpl/ParseEndElementParseFunction System.Xml.XmlTextReaderImpl::parseEndElement_NextFunc int32_t ___parseEndElement_NextFunc_83; // System.Xml.XmlTextReaderImpl/ParseTextFunction System.Xml.XmlTextReaderImpl::parseText_NextFunction int32_t ___parseText_NextFunction_84; // System.Xml.XmlTextReaderImpl/ParseTextState System.Xml.XmlTextReaderImpl::lastParseTextState ParseTextState_tB866A230C8C034985F6729B0F6D68CBB69A958BB* ___lastParseTextState_85; // System.Threading.Tasks.Task`1> System.Xml.XmlTextReaderImpl::parseText_dummyTask Task_1_tB493F74D58DB1761E087206849D953E99D07600B* ___parseText_dummyTask_86; }; // System.Xml.XmlUtf8RawTextWriter struct XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB : public XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B { // System.Boolean System.Xml.XmlUtf8RawTextWriter::useAsync bool ___useAsync_4; // System.Byte[] System.Xml.XmlUtf8RawTextWriter::bufBytes ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___bufBytes_5; // System.IO.Stream System.Xml.XmlUtf8RawTextWriter::stream Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_6; // System.Text.Encoding System.Xml.XmlUtf8RawTextWriter::encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___encoding_7; // System.Xml.XmlCharType System.Xml.XmlUtf8RawTextWriter::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_8; // System.Int32 System.Xml.XmlUtf8RawTextWriter::bufPos int32_t ___bufPos_9; // System.Int32 System.Xml.XmlUtf8RawTextWriter::textPos int32_t ___textPos_10; // System.Int32 System.Xml.XmlUtf8RawTextWriter::contentPos int32_t ___contentPos_11; // System.Int32 System.Xml.XmlUtf8RawTextWriter::cdataPos int32_t ___cdataPos_12; // System.Int32 System.Xml.XmlUtf8RawTextWriter::attrEndPos int32_t ___attrEndPos_13; // System.Int32 System.Xml.XmlUtf8RawTextWriter::bufLen int32_t ___bufLen_14; // System.Boolean System.Xml.XmlUtf8RawTextWriter::writeToNull bool ___writeToNull_15; // System.Boolean System.Xml.XmlUtf8RawTextWriter::hadDoubleBracket bool ___hadDoubleBracket_16; // System.Boolean System.Xml.XmlUtf8RawTextWriter::inAttributeValue bool ___inAttributeValue_17; // System.Xml.NewLineHandling System.Xml.XmlUtf8RawTextWriter::newLineHandling int32_t ___newLineHandling_18; // System.Boolean System.Xml.XmlUtf8RawTextWriter::closeOutput bool ___closeOutput_19; // System.Boolean System.Xml.XmlUtf8RawTextWriter::omitXmlDeclaration bool ___omitXmlDeclaration_20; // System.String System.Xml.XmlUtf8RawTextWriter::newLineChars String_t* ___newLineChars_21; // System.Boolean System.Xml.XmlUtf8RawTextWriter::checkCharacters bool ___checkCharacters_22; // System.Xml.XmlStandalone System.Xml.XmlUtf8RawTextWriter::standalone int32_t ___standalone_23; // System.Xml.XmlOutputMethod System.Xml.XmlUtf8RawTextWriter::outputMethod int32_t ___outputMethod_24; // System.Boolean System.Xml.XmlUtf8RawTextWriter::autoXmlDeclaration bool ___autoXmlDeclaration_25; // System.Boolean System.Xml.XmlUtf8RawTextWriter::mergeCDataSections bool ___mergeCDataSections_26; }; // System.Xml.XmlWellFormedWriter struct XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645 : public XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F { // System.Xml.XmlWriter System.Xml.XmlWellFormedWriter::writer XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___writer_2; // System.Xml.XmlRawWriter System.Xml.XmlWellFormedWriter::rawWriter XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___rawWriter_3; // System.Xml.IXmlNamespaceResolver System.Xml.XmlWellFormedWriter::predefinedNamespaces RuntimeObject* ___predefinedNamespaces_4; // System.Xml.XmlWellFormedWriter/Namespace[] System.Xml.XmlWellFormedWriter::nsStack NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* ___nsStack_5; // System.Int32 System.Xml.XmlWellFormedWriter::nsTop int32_t ___nsTop_6; // System.Collections.Generic.Dictionary`2 System.Xml.XmlWellFormedWriter::nsHashtable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___nsHashtable_7; // System.Boolean System.Xml.XmlWellFormedWriter::useNsHashtable bool ___useNsHashtable_8; // System.Xml.XmlWellFormedWriter/ElementScope[] System.Xml.XmlWellFormedWriter::elemScopeStack ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* ___elemScopeStack_9; // System.Int32 System.Xml.XmlWellFormedWriter::elemTop int32_t ___elemTop_10; // System.Xml.XmlWellFormedWriter/AttrName[] System.Xml.XmlWellFormedWriter::attrStack AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* ___attrStack_11; // System.Int32 System.Xml.XmlWellFormedWriter::attrCount int32_t ___attrCount_12; // System.Collections.Generic.Dictionary`2 System.Xml.XmlWellFormedWriter::attrHashTable Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___attrHashTable_13; // System.Xml.XmlWellFormedWriter/SpecialAttribute System.Xml.XmlWellFormedWriter::specAttr int32_t ___specAttr_14; // System.Xml.XmlWellFormedWriter/AttributeValueCache System.Xml.XmlWellFormedWriter::attrValueCache AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* ___attrValueCache_15; // System.String System.Xml.XmlWellFormedWriter::curDeclPrefix String_t* ___curDeclPrefix_16; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::stateTable StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* ___stateTable_17; // System.Xml.XmlWellFormedWriter/State System.Xml.XmlWellFormedWriter::currentState int32_t ___currentState_18; // System.Boolean System.Xml.XmlWellFormedWriter::checkCharacters bool ___checkCharacters_19; // System.Boolean System.Xml.XmlWellFormedWriter::omitDuplNamespaces bool ___omitDuplNamespaces_20; // System.Boolean System.Xml.XmlWellFormedWriter::writeEndDocumentOnClose bool ___writeEndDocumentOnClose_21; // System.Xml.ConformanceLevel System.Xml.XmlWellFormedWriter::conformanceLevel int32_t ___conformanceLevel_22; // System.Boolean System.Xml.XmlWellFormedWriter::dtdWritten bool ___dtdWritten_23; // System.Boolean System.Xml.XmlWellFormedWriter::xmlDeclFollows bool ___xmlDeclFollows_24; // System.Xml.XmlCharType System.Xml.XmlWellFormedWriter::xmlCharType XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 ___xmlCharType_25; // System.Xml.SecureStringHasher System.Xml.XmlWellFormedWriter::hasher SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* ___hasher_26; }; // System.Xml.XmlWellFormedWriter/State struct State_tE745A3C97E427F6BC65817B47D18621AEF53300E { // System.Int32 System.Xml.XmlWellFormedWriter/State::value__ int32_t ___value___2; }; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 { // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1; }; // Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_pinvoke { AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1; }; // Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_com { AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1; }; // System.MulticastDelegate struct MulticastDelegate_t : public Delegate_t { // System.Delegate[] System.MulticastDelegate::delegates DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13; }; // Native definition for P/Invoke marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke { Delegate_t_marshaled_pinvoke** ___delegates_13; }; // Native definition for COM marshalling of System.MulticastDelegate struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com { Delegate_t_marshaled_com** ___delegates_13; }; // System.SystemException struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t { }; // System.Xml.XmlUtf8RawTextWriterIndent struct XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41 : public XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent::indentLevel int32_t ___indentLevel_27; // System.Boolean System.Xml.XmlUtf8RawTextWriterIndent::newLineOnAttributes bool ___newLineOnAttributes_28; // System.String System.Xml.XmlUtf8RawTextWriterIndent::indentChars String_t* ___indentChars_29; // System.Boolean System.Xml.XmlUtf8RawTextWriterIndent::mixedContent bool ___mixedContent_30; // System.Xml.BitStack System.Xml.XmlUtf8RawTextWriterIndent::mixedContentStack BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* ___mixedContentStack_31; // System.Xml.ConformanceLevel System.Xml.XmlUtf8RawTextWriterIndent::conformanceLevel int32_t ___conformanceLevel_32; }; // System.Xml.XmlValidatingReaderImpl/d__145 struct U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68 { // System.Int32 System.Xml.XmlValidatingReaderImpl/d__145::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1 System.Xml.XmlValidatingReaderImpl/d__145::<>t__builder AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1; // System.Xml.XmlValidatingReaderImpl System.Xml.XmlValidatingReaderImpl/d__145::<>4__this XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.XmlValidatingReaderImpl/d__145::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlValidatingReaderImpl/d__145::<>u__2 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_4; }; // System.Func`1 struct Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4 : public MulticastDelegate_t { }; // System.Func`1 struct Func_1_t60B0B212E646FAA748170ABB47E557CC31788685 : public MulticastDelegate_t { }; // System.ArgumentException struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.ArgumentException::_paramName String_t* ____paramName_18; }; // System.InvalidOperationException struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { }; // System.Xml.Schema.ValidationEventHandler struct ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A : public MulticastDelegate_t { }; // System.Xml.XmlException struct XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.Xml.XmlException::res String_t* ___res_18; // System.String[] System.Xml.XmlException::args StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19; // System.Int32 System.Xml.XmlException::lineNumber int32_t ___lineNumber_20; // System.Int32 System.Xml.XmlException::linePosition int32_t ___linePosition_21; // System.String System.Xml.XmlException::sourceUri String_t* ___sourceUri_22; // System.String System.Xml.XmlException::message String_t* ___message_23; }; // System.Xml.Schema.XmlSchemaException struct XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 { // System.String System.Xml.Schema.XmlSchemaException::res String_t* ___res_18; // System.String[] System.Xml.Schema.XmlSchemaException::args StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___args_19; // System.String System.Xml.Schema.XmlSchemaException::sourceUri String_t* ___sourceUri_20; // System.Int32 System.Xml.Schema.XmlSchemaException::lineNumber int32_t ___lineNumber_21; // System.Int32 System.Xml.Schema.XmlSchemaException::linePosition int32_t ___linePosition_22; // System.Xml.Schema.XmlSchemaObject System.Xml.Schema.XmlSchemaException::sourceSchemaObject XmlSchemaObject_t82CCD87AADB4BEF4E9DFE4C501F09EDA372AA19D* ___sourceSchemaObject_23; // System.String System.Xml.Schema.XmlSchemaException::message String_t* ___message_24; }; // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate struct OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499 : public MulticastDelegate_t { }; // System.Xml.XmlUtf8RawTextWriter/d__110 struct U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__110::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__110::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__110::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__110::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; }; // System.Xml.XmlUtf8RawTextWriter/d__111 struct U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__111::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__111::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__111::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__111::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; }; // System.Xml.XmlUtf8RawTextWriter/d__116 struct U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__116::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__116::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__116::index int32_t ___index_2; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__116::count int32_t ___count_3; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__116::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_4; // System.Char[] System.Xml.XmlUtf8RawTextWriter/d__116::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__116::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__116::5__3 int32_t ___U3CcurIndexU3E5__3_7; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__116::5__4 int32_t ___U3CleftCountU3E5__4_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__116::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_9; }; // System.Xml.XmlUtf8RawTextWriter/d__99 struct U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__99::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__99::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__99::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__99::text String_t* ___text_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__99::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriter/d__137 struct U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__137::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__137::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlUtf8RawTextWriter/d__137::text String_t* ___text_2; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__137::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__137::5__2 int32_t ___U3CwriteLenU3E5__2_4; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__137::5__3 int32_t ___U3CcurIndexU3E5__3_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__137::5__4 int32_t ___U3CleftCountU3E5__4_6; // System.Boolean System.Xml.XmlUtf8RawTextWriter/d__137::5__5 bool ___U3CneedWriteNewLineU3E5__5_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__137::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_8; }; // System.Xml.XmlUtf8RawTextWriter/d__103 struct U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__103::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__103::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__103::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.Char System.Xml.XmlUtf8RawTextWriter/d__103::ch Il2CppChar ___ch_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__103::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriter/d__100 struct U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__100::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__100::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__100::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__100::text String_t* ___text_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__100::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriter/d__135 struct U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__135::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__135::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlUtf8RawTextWriter/d__135::text String_t* ___text_2; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__135::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__135::stopChar int32_t ___stopChar_4; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__135::5__2 int32_t ___U3CwriteLenU3E5__2_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__135::5__3 int32_t ___U3CcurIndexU3E5__3_6; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__135::5__4 int32_t ___U3CleftCountU3E5__4_7; // System.Boolean System.Xml.XmlUtf8RawTextWriter/d__135::5__5 bool ___U3CneedWriteNewLineU3E5__5_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__135::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_9; }; // System.Xml.XmlUtf8RawTextWriter/d__88 struct U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__88::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__88::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__88::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__88::name String_t* ___name_3; // System.String System.Xml.XmlUtf8RawTextWriter/d__88::pubid String_t* ___pubid_4; // System.String System.Xml.XmlUtf8RawTextWriter/d__88::sysid String_t* ___sysid_5; // System.String System.Xml.XmlUtf8RawTextWriter/d__88::subset String_t* ___subset_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__88::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlUtf8RawTextWriter/d__122 struct U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__122::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__122::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__122::index int32_t ___index_2; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__122::count int32_t ___count_3; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__122::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_4; // System.Char[] System.Xml.XmlUtf8RawTextWriter/d__122::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__122::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__122::5__3 int32_t ___U3CcurIndexU3E5__3_7; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__122::5__4 int32_t ___U3CleftCountU3E5__4_8; // System.Boolean System.Xml.XmlUtf8RawTextWriter/d__122::5__5 bool ___U3CneedWriteNewLineU3E5__5_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__122::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_10; }; // System.Xml.XmlUtf8RawTextWriter/d__102 struct U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__102::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__102::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__102::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__102::name String_t* ___name_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__102::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriter/d__96 struct U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__96::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__96::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__96::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__96::prefix String_t* ___prefix_3; // System.String System.Xml.XmlUtf8RawTextWriter/d__96::namespaceName String_t* ___namespaceName_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__96::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlUtf8RawTextWriter/d__101 struct U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__101::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__101::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__101::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__101::name String_t* ___name_3; // System.String System.Xml.XmlUtf8RawTextWriter/d__101::text String_t* ___text_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__101::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlUtf8RawTextWriter/d__108 struct U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__108::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__108::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__108::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.Char[] System.Xml.XmlUtf8RawTextWriter/d__108::buffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___buffer_3; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__108::index int32_t ___index_4; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__108::count int32_t ___count_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__108::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlUtf8RawTextWriter/d__109 struct U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__109::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__109::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__109::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__109::data String_t* ___data_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__109::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriter/d__132 struct U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__132::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__132::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__132::index int32_t ___index_2; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__132::count int32_t ___count_3; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__132::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_4; // System.Char[] System.Xml.XmlUtf8RawTextWriter/d__132::chars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___chars_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__132::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__132::5__3 int32_t ___U3CcurIndexU3E5__3_7; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__132::5__4 int32_t ___U3CleftCountU3E5__4_8; // System.Boolean System.Xml.XmlUtf8RawTextWriter/d__132::5__5 bool ___U3CneedWriteNewLineU3E5__5_9; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__132::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_10; }; // System.Xml.XmlUtf8RawTextWriter/d__133 struct U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__133::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__133::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlUtf8RawTextWriter/d__133::text String_t* ___text_2; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__133::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__133::5__2 int32_t ___U3CwriteLenU3E5__2_4; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__133::5__3 int32_t ___U3CcurIndexU3E5__3_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__133::5__4 int32_t ___U3CleftCountU3E5__4_6; // System.Boolean System.Xml.XmlUtf8RawTextWriter/d__133::5__5 bool ___U3CneedWriteNewLineU3E5__5_7; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__133::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_8; }; // System.Xml.XmlUtf8RawTextWriter/d__97 struct U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__97::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__97::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__97::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/d__97::prefix String_t* ___prefix_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__97::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriter/d__106 struct U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__106::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__106::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__106::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.Char System.Xml.XmlUtf8RawTextWriter/d__106::lowChar Il2CppChar ___lowChar_3; // System.Char System.Xml.XmlUtf8RawTextWriter/d__106::highChar Il2CppChar ___highChar_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__106::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlUtf8RawTextWriter/d__86 struct U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB { // System.Int32 System.Xml.XmlUtf8RawTextWriter/d__86::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/d__86::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/d__86::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.Xml.XmlStandalone System.Xml.XmlUtf8RawTextWriter/d__86::standalone int32_t ___standalone_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/d__86::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128 struct U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::text String_t* ___text_3; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::curIndex int32_t ___curIndex_4; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::leftCount int32_t ___leftCount_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118 struct U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::text String_t* ___text_3; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::curIndex int32_t ___curIndex_4; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::leftCount int32_t ___leftCount_5; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::5__2 int32_t ___U3CwriteLenU3E5__2_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124 struct U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329 { // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Boolean System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::newLine bool ___newLine_2; // System.Xml.XmlUtf8RawTextWriter System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::<>4__this XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* ___U3CU3E4__this_3; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::curIndex int32_t ___curIndex_4; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::leftCount int32_t ___leftCount_5; // System.String System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::text String_t* ___text_6; // System.Int32 System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::5__2 int32_t ___U3CwriteLenU3E5__2_7; // System.Boolean System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::5__3 bool ___U3CneedWriteNewLineU3E5__3_8; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_9; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__36 struct U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9 { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__36::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__36::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__36::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__36::text String_t* ___text_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__36::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__30 struct U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111 { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__30::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__30::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__30::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__30::name String_t* ___name_3; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__30::pubid String_t* ___pubid_4; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__30::sysid String_t* ___sysid_5; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__30::subset String_t* ___subset_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__30::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__32 struct U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__32::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__32::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__32::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__32::prefix String_t* ___prefix_3; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__32::localName String_t* ___localName_4; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__32::ns String_t* ___ns_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__32::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__33 struct U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62 { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__33::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__33::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__33::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__33::prefix String_t* ___prefix_3; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__33::localName String_t* ___localName_4; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__33::ns String_t* ___ns_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__33::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__47 struct U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817 { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__47::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__47::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__47::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__47::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__47::5__2 int32_t ___U3CiU3E5__2_4; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__37 struct U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592 { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__37::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__37::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__37::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__37::target String_t* ___target_3; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__37::text String_t* ___text_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__37::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__34 struct U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__34::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__34::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__34::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__34::prefix String_t* ___prefix_3; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__34::localName String_t* ___localName_4; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__34::ns String_t* ___ns_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__34::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlUtf8RawTextWriterIndent/d__31 struct U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8 { // System.Int32 System.Xml.XmlUtf8RawTextWriterIndent/d__31::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlUtf8RawTextWriterIndent/d__31::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlUtf8RawTextWriterIndent System.Xml.XmlUtf8RawTextWriterIndent/d__31::<>4__this XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* ___U3CU3E4__this_2; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__31::prefix String_t* ___prefix_3; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__31::localName String_t* ___localName_4; // System.String System.Xml.XmlUtf8RawTextWriterIndent/d__31::ns String_t* ___ns_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlUtf8RawTextWriterIndent/d__31::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlValidatingReaderImpl/d__152 struct U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8 { // System.Int32 System.Xml.XmlValidatingReaderImpl/d__152::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlValidatingReaderImpl/d__152::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlValidatingReaderImpl System.Xml.XmlValidatingReaderImpl/d__152::<>4__this XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.XmlValidatingReaderImpl/d__152::<>u__1 ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 ___U3CU3Eu__1_3; }; // System.Xml.XmlValidatingReaderImpl/d__153 struct U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE { // System.Int32 System.Xml.XmlValidatingReaderImpl/d__153::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlValidatingReaderImpl/d__153::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlValidatingReaderImpl System.Xml.XmlValidatingReaderImpl/d__153::<>4__this XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___U3CU3E4__this_2; // System.Int32 System.Xml.XmlValidatingReaderImpl/d__153::5__2 int32_t ___U3CinitialDepthU3E5__2_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Xml.XmlValidatingReaderImpl/d__153::<>u__1 ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/d__152 struct U3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65 { // System.Int32 System.Xml.XmlWellFormedWriter/d__152::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__152::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__152::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__152::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; }; // System.Xml.XmlWellFormedWriter/d__161 struct U3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8 { // System.Int32 System.Xml.XmlWellFormedWriter/d__161::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__161::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__161::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_2; // System.Int32 System.Xml.XmlWellFormedWriter/d__161::5__2 int32_t ___U3CstartU3E5__2_3; // System.Int32 System.Xml.XmlWellFormedWriter/d__161::5__3 int32_t ___U3CiU3E5__3_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__161::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlWellFormedWriter/d__137 struct U3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF { // System.Int32 System.Xml.XmlWellFormedWriter/d__137::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__137::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlWellFormedWriter/d__137::text String_t* ___text_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__137::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__137::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/d__141 struct U3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285 { // System.Int32 System.Xml.XmlWellFormedWriter/d__141::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__141::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Char System.Xml.XmlWellFormedWriter/d__141::ch Il2CppChar ___ch_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__141::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__141::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/d__147 struct U3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE { // System.Int32 System.Xml.XmlWellFormedWriter/d__147::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__147::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Char[] System.Xml.XmlWellFormedWriter/d__147::buffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___buffer_2; // System.Int32 System.Xml.XmlWellFormedWriter/d__147::index int32_t ___index_3; // System.Int32 System.Xml.XmlWellFormedWriter/d__147::count int32_t ___count_4; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__147::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__147::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlWellFormedWriter/d__138 struct U3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6 { // System.Int32 System.Xml.XmlWellFormedWriter/d__138::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__138::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlWellFormedWriter/d__138::text String_t* ___text_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__138::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__138::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/d__116 struct U3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9 { // System.Int32 System.Xml.XmlWellFormedWriter/d__116::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__116::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlWellFormedWriter/d__116::name String_t* ___name_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__116::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.String System.Xml.XmlWellFormedWriter/d__116::pubid String_t* ___pubid_4; // System.String System.Xml.XmlWellFormedWriter/d__116::sysid String_t* ___sysid_5; // System.String System.Xml.XmlWellFormedWriter/d__116::subset String_t* ___subset_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__116::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlWellFormedWriter/d__136 struct U3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1 { // System.Int32 System.Xml.XmlWellFormedWriter/d__136::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__136::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__136::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_2; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__136::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_3; }; // System.Xml.XmlWellFormedWriter/d__140 struct U3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A { // System.Int32 System.Xml.XmlWellFormedWriter/d__140::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__140::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlWellFormedWriter/d__140::name String_t* ___name_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__140::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__140::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/d__139 struct U3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819 { // System.Int32 System.Xml.XmlWellFormedWriter/d__139::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__139::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlWellFormedWriter/d__139::name String_t* ___name_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__139::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.String System.Xml.XmlWellFormedWriter/d__139::text String_t* ___text_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__139::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlWellFormedWriter/d__148 struct U3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99 { // System.Int32 System.Xml.XmlWellFormedWriter/d__148::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__148::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Char[] System.Xml.XmlWellFormedWriter/d__148::buffer CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___buffer_2; // System.Int32 System.Xml.XmlWellFormedWriter/d__148::index int32_t ___index_3; // System.Int32 System.Xml.XmlWellFormedWriter/d__148::count int32_t ___count_4; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__148::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__148::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlWellFormedWriter/d__149 struct U3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226 { // System.Int32 System.Xml.XmlWellFormedWriter/d__149::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__149::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlWellFormedWriter/d__149::data String_t* ___data_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__149::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__149::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/d__133 struct U3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610 { // System.Int32 System.Xml.XmlWellFormedWriter/d__133::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__133::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/d__133::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__133::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.String System.Xml.XmlWellFormedWriter/d__133::prefix String_t* ___prefix_4; // System.String System.Xml.XmlWellFormedWriter/d__133::localName String_t* ___localName_5; // System.String System.Xml.XmlWellFormedWriter/d__133::namespaceName String_t* ___namespaceName_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__133::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlWellFormedWriter/d__155 struct U3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4 { // System.Int32 System.Xml.XmlWellFormedWriter/d__155::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__155::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__155::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_2; // System.Xml.XmlStandalone System.Xml.XmlWellFormedWriter/d__155::standalone int32_t ___standalone_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__155::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/d__125 struct U3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66 { // System.Int32 System.Xml.XmlWellFormedWriter/d__125::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__125::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/d__125::t Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__125::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.String System.Xml.XmlWellFormedWriter/d__125::prefix String_t* ___prefix_4; // System.String System.Xml.XmlWellFormedWriter/d__125::localName String_t* ___localName_5; // System.String System.Xml.XmlWellFormedWriter/d__125::ns String_t* ___ns_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__125::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlWellFormedWriter/d__123 struct U3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F { // System.Int32 System.Xml.XmlWellFormedWriter/d__123::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__123::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/d__123::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__123::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.String System.Xml.XmlWellFormedWriter/d__123::prefix String_t* ___prefix_4; // System.String System.Xml.XmlWellFormedWriter/d__123::localName String_t* ___localName_5; // System.String System.Xml.XmlWellFormedWriter/d__123::ns String_t* ___ns_6; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__123::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_7; }; // System.Xml.XmlWellFormedWriter/d__146 struct U3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D { // System.Int32 System.Xml.XmlWellFormedWriter/d__146::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__146::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/d__146::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__146::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.String System.Xml.XmlWellFormedWriter/d__146::text String_t* ___text_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__146::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlWellFormedWriter/d__142 struct U3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7 { // System.Int32 System.Xml.XmlWellFormedWriter/d__142::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__142::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Char System.Xml.XmlWellFormedWriter/d__142::highChar Il2CppChar ___highChar_2; // System.Char System.Xml.XmlWellFormedWriter/d__142::lowChar Il2CppChar ___lowChar_3; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__142::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__142::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlWellFormedWriter/d__143 struct U3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC { // System.Int32 System.Xml.XmlWellFormedWriter/d__143::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/d__143::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.String System.Xml.XmlWellFormedWriter/d__143::ws String_t* ___ws_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/d__143::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/d__143::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159 struct U3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1 { // System.Int32 System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Xml.XmlWellFormedWriter/State System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159::newState int32_t ___newState_4; // System.Xml.XmlWellFormedWriter/Token System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159::token int32_t ___token_5; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_6; }; // System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157 struct U3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC { // System.Int32 System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Xml.XmlWellFormedWriter/State System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157::newState int32_t ___newState_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120 struct U3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E { // System.Int32 System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_2; // System.Func`1 System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120::nextTaskFun Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* ___nextTaskFun_3; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_4; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_5; }; // System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118 struct U3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B { // System.Int32 System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118::<>1__state int32_t ___U3CU3E1__state_0; // System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118::<>t__builder AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118::task Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___task_2; // System.Xml.XmlWellFormedWriter System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118::<>4__this XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___U3CU3E4__this_3; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118::<>u__1 ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4; }; // System.ArgumentNullException struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { }; // System.ArgumentOutOfRangeException struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 { // System.Object System.ArgumentOutOfRangeException::_actualValue RuntimeObject* ____actualValue_19; }; // System.Collections.Generic.Dictionary`2 // System.Collections.Generic.Dictionary`2 // 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.Schema.BaseValidator // System.Xml.Schema.BaseValidator // System.Xml.BitStack // System.Xml.BitStack // 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.Encoding struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields { // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6; // System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7; // System.Collections.Generic.Dictionary`2 modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8; // System.Object System.Text.Encoding::s_InternalSyncObject RuntimeObject* ___s_InternalSyncObject_61; }; // System.Text.Encoding // System.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.Schema.SchemaInfo // System.Xml.Schema.SchemaInfo // 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.Text.StringBuilder // System.Text.StringBuilder // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields { // System.Int32 System.Threading.Tasks.Task::s_taskIdCounter int32_t ___s_taskIdCounter_0; // System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel RuntimeObject* ___s_taskCompletionSentinel_24; // System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled bool ___s_asyncDebuggingEnabled_25; // System.Action`1 System.Threading.Tasks.Task::s_taskCancelCallback Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_27; // System.Func`1 System.Threading.Tasks.Task::s_createContingentProperties Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_30; // System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::k__BackingField TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_31; // System.Threading.Tasks.Task System.Threading.Tasks.Task::k__BackingField Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_32; // System.Predicate`1 System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_33; // System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_34; // System.Predicate`1 System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_35; // System.Collections.Generic.Dictionary`2 System.Threading.Tasks.Task::s_currentActiveTasks Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_36; // System.Object System.Threading.Tasks.Task::s_activeTasksLock RuntimeObject* ___s_activeTasksLock_37; }; // System.Threading.Tasks.Task struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields { // System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_28; // System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_29; }; // System.Uri struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields { // System.String System.Uri::UriSchemeFile String_t* ___UriSchemeFile_0; // System.String System.Uri::UriSchemeFtp String_t* ___UriSchemeFtp_1; // System.String System.Uri::UriSchemeGopher String_t* ___UriSchemeGopher_2; // System.String System.Uri::UriSchemeHttp String_t* ___UriSchemeHttp_3; // System.String System.Uri::UriSchemeHttps String_t* ___UriSchemeHttps_4; // System.String System.Uri::UriSchemeWs String_t* ___UriSchemeWs_5; // System.String System.Uri::UriSchemeWss String_t* ___UriSchemeWss_6; // System.String System.Uri::UriSchemeMailto String_t* ___UriSchemeMailto_7; // System.String System.Uri::UriSchemeNews String_t* ___UriSchemeNews_8; // System.String System.Uri::UriSchemeNntp String_t* ___UriSchemeNntp_9; // System.String System.Uri::UriSchemeNetTcp String_t* ___UriSchemeNetTcp_10; // System.String System.Uri::UriSchemeNetPipe String_t* ___UriSchemeNetPipe_11; // System.String System.Uri::SchemeDelimiter String_t* ___SchemeDelimiter_12; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized bool ___s_ConfigInitialized_23; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing bool ___s_ConfigInitializing_24; // System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope int32_t ___s_IdnScope_25; // System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing bool ___s_IriParsing_26; // System.Boolean System.Uri::useDotNetRelativeOrAbsolute bool ___useDotNetRelativeOrAbsolute_27; // System.Boolean System.Uri::IsWindowsFileSystem bool ___IsWindowsFileSystem_29; // System.Object System.Uri::s_initLock RuntimeObject* ___s_initLock_30; // System.Char[] System.Uri::HexLowerChars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_34; // System.Char[] System.Uri::_WSchars CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_35; }; // System.Uri // System.Xml.XmlNameTable // System.Xml.XmlNameTable // System.Xml.XmlNamespaceManager struct XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F_StaticFields { // System.Xml.IXmlNamespaceResolver modreq(System.Runtime.CompilerServices.IsVolatile) System.Xml.XmlNamespaceManager::s_EmptyResolver RuntimeObject* ___s_EmptyResolver_0; }; // System.Xml.XmlNamespaceManager // System.Xml.XmlParserContext // System.Xml.XmlParserContext // System.Xml.XmlReader struct XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_StaticFields { // System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap uint32_t ___IsTextualNodeBitmap_0; // System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap uint32_t ___CanReadContentAsBitmap_1; // System.UInt32 System.Xml.XmlReader::HasValueBitmap uint32_t ___HasValueBitmap_2; }; // System.Xml.XmlReader // System.Xml.XmlResolver // System.Xml.XmlResolver // System.Xml.Schema.XmlSchemaCollection // System.Xml.Schema.XmlSchemaCollection // System.Xml.XmlWriter // System.Xml.XmlWriter // System.Xml.XmlWriterSettings // System.Xml.XmlWriterSettings // System.Xml.XmlTextReaderImpl/DtdParserProxy // System.Xml.XmlTextReaderImpl/DtdParserProxy // System.Xml.XmlValidatingReaderImpl/ValidationEventHandling // System.Xml.XmlValidatingReaderImpl/ValidationEventHandling // System.Xml.XmlWellFormedWriter/AttributeValueCache // System.Xml.XmlWellFormedWriter/AttributeValueCache // System.Xml.XmlWellFormedWriter/NamespaceResolverProxy // System.Xml.XmlWellFormedWriter/NamespaceResolverProxy // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter // System.Threading.Tasks.Task`1 struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0* ___s_defaultFactory_39; }; // System.Threading.Tasks.Task`1 // System.Threading.Tasks.Task`1 struct Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811_StaticFields { // System.Threading.Tasks.TaskFactory`1 System.Threading.Tasks.Task`1::s_defaultFactory TaskFactory_1_tFF18915B0A265A662FADAB43DF7FB48C87B70C73* ___s_defaultFactory_39; }; // 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_39; }; // System.Threading.Tasks.Task`1 // System.Boolean struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields { // System.String System.Boolean::TrueString String_t* ___TrueString_5; // System.String System.Boolean::FalseString String_t* ___FalseString_6; }; // System.Boolean // System.Byte // System.Byte // System.Char struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields { // System.Byte[] System.Char::s_categoryForLatin1 ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3; }; // System.Char // System.Int32 // System.Int32 // System.IntPtr struct IntPtr_t_StaticFields { // System.IntPtr System.IntPtr::Zero intptr_t ___Zero_1; }; // System.IntPtr // System.Xml.Schema.SchemaAttDef struct SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553_StaticFields { // System.Xml.Schema.SchemaAttDef System.Xml.Schema.SchemaAttDef::Empty SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___Empty_20; }; // System.Xml.Schema.SchemaAttDef // System.IO.Stream struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields { // System.IO.Stream System.IO.Stream::Null Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1; }; // System.IO.Stream // System.Xml.Schema.ValidationEventArgs // System.Xml.Schema.ValidationEventArgs // System.Void // System.Void // System.Xml.XmlAsyncCheckReader // System.Xml.XmlAsyncCheckReader // 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.Xml.XmlTextReader // System.Xml.XmlTextReader // System.Xml.XmlUrlResolver struct XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_StaticFields { // System.Object System.Xml.XmlUrlResolver::s_DownloadManager RuntimeObject* ___s_DownloadManager_0; }; // System.Xml.XmlUrlResolver // System.Xml.XmlValidatingReader // System.Xml.XmlValidatingReader // System.Xml.XmlValidatingReaderImpl struct XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_StaticFields { // System.Xml.XmlResolver System.Xml.XmlValidatingReaderImpl::s_tempResolver XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___s_tempResolver_19; }; // System.Xml.XmlValidatingReaderImpl // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter // System.Xml.XmlWellFormedWriter/AttrName // System.Xml.XmlWellFormedWriter/AttrName // System.Xml.XmlWellFormedWriter/ElementScope // System.Xml.XmlWellFormedWriter/ElementScope // System.Xml.XmlWellFormedWriter/Namespace // System.Xml.XmlWellFormedWriter/Namespace // 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`1 // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`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.RuntimeFieldHandle // System.RuntimeFieldHandle // System.Xml.WriteState // System.Xml.WriteState // 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.XmlTextReaderImpl // System.Xml.XmlTextReaderImpl // System.Xml.XmlUtf8RawTextWriter // System.Xml.XmlUtf8RawTextWriter // System.Xml.XmlWellFormedWriter struct XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields { // System.String[] System.Xml.XmlWellFormedWriter::stateName StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___stateName_27; // System.String[] System.Xml.XmlWellFormedWriter::tokenName StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___tokenName_28; // System.Xml.WriteState[] System.Xml.XmlWellFormedWriter::state2WriteState WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF* ___state2WriteState_29; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::StateTableDocument StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* ___StateTableDocument_30; // System.Xml.XmlWellFormedWriter/State[] System.Xml.XmlWellFormedWriter::StateTableAuto StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* ___StateTableAuto_31; }; // System.Xml.XmlWellFormedWriter // System.Xml.XmlWellFormedWriter/State // System.Xml.XmlWellFormedWriter/State // 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.XmlUtf8RawTextWriterIndent // System.Xml.XmlUtf8RawTextWriterIndent // System.Xml.XmlValidatingReaderImpl/d__145 // System.Xml.XmlValidatingReaderImpl/d__145 // System.Func`1 // System.Func`1 // System.Func`1 // System.Func`1 // System.ArgumentException // System.ArgumentException // System.InvalidOperationException // System.InvalidOperationException // System.Xml.Schema.ValidationEventHandler // System.Xml.Schema.ValidationEventHandler // System.Xml.XmlException // System.Xml.XmlException // System.Xml.Schema.XmlSchemaException // System.Xml.Schema.XmlSchemaException // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate // System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate // System.Xml.XmlUtf8RawTextWriter/d__110 // System.Xml.XmlUtf8RawTextWriter/d__110 // System.Xml.XmlUtf8RawTextWriter/d__111 // System.Xml.XmlUtf8RawTextWriter/d__111 // System.Xml.XmlUtf8RawTextWriter/d__116 // System.Xml.XmlUtf8RawTextWriter/d__116 // System.Xml.XmlUtf8RawTextWriter/d__99 // System.Xml.XmlUtf8RawTextWriter/d__99 // System.Xml.XmlUtf8RawTextWriter/d__137 // System.Xml.XmlUtf8RawTextWriter/d__137 // System.Xml.XmlUtf8RawTextWriter/d__103 // System.Xml.XmlUtf8RawTextWriter/d__103 // System.Xml.XmlUtf8RawTextWriter/d__100 // System.Xml.XmlUtf8RawTextWriter/d__100 // System.Xml.XmlUtf8RawTextWriter/d__135 // System.Xml.XmlUtf8RawTextWriter/d__135 // System.Xml.XmlUtf8RawTextWriter/d__88 // System.Xml.XmlUtf8RawTextWriter/d__88 // System.Xml.XmlUtf8RawTextWriter/d__122 // System.Xml.XmlUtf8RawTextWriter/d__122 // System.Xml.XmlUtf8RawTextWriter/d__102 // System.Xml.XmlUtf8RawTextWriter/d__102 // System.Xml.XmlUtf8RawTextWriter/d__96 // System.Xml.XmlUtf8RawTextWriter/d__96 // System.Xml.XmlUtf8RawTextWriter/d__101 // System.Xml.XmlUtf8RawTextWriter/d__101 // System.Xml.XmlUtf8RawTextWriter/d__108 // System.Xml.XmlUtf8RawTextWriter/d__108 // System.Xml.XmlUtf8RawTextWriter/d__109 // System.Xml.XmlUtf8RawTextWriter/d__109 // System.Xml.XmlUtf8RawTextWriter/d__132 // System.Xml.XmlUtf8RawTextWriter/d__132 // System.Xml.XmlUtf8RawTextWriter/d__133 // System.Xml.XmlUtf8RawTextWriter/d__133 // System.Xml.XmlUtf8RawTextWriter/d__97 // System.Xml.XmlUtf8RawTextWriter/d__97 // System.Xml.XmlUtf8RawTextWriter/d__106 // System.Xml.XmlUtf8RawTextWriter/d__106 // System.Xml.XmlUtf8RawTextWriter/d__86 // System.Xml.XmlUtf8RawTextWriter/d__86 // System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128 // System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128 // System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118 // System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118 // System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124 // System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124 // System.Xml.XmlUtf8RawTextWriterIndent/d__36 // System.Xml.XmlUtf8RawTextWriterIndent/d__36 // System.Xml.XmlUtf8RawTextWriterIndent/d__30 // System.Xml.XmlUtf8RawTextWriterIndent/d__30 // System.Xml.XmlUtf8RawTextWriterIndent/d__32 // System.Xml.XmlUtf8RawTextWriterIndent/d__32 // System.Xml.XmlUtf8RawTextWriterIndent/d__33 // System.Xml.XmlUtf8RawTextWriterIndent/d__33 // System.Xml.XmlUtf8RawTextWriterIndent/d__47 // System.Xml.XmlUtf8RawTextWriterIndent/d__47 // System.Xml.XmlUtf8RawTextWriterIndent/d__37 // System.Xml.XmlUtf8RawTextWriterIndent/d__37 // System.Xml.XmlUtf8RawTextWriterIndent/d__34 // System.Xml.XmlUtf8RawTextWriterIndent/d__34 // System.Xml.XmlUtf8RawTextWriterIndent/d__31 // System.Xml.XmlUtf8RawTextWriterIndent/d__31 // System.Xml.XmlValidatingReaderImpl/d__152 // System.Xml.XmlValidatingReaderImpl/d__152 // System.Xml.XmlValidatingReaderImpl/d__153 // System.Xml.XmlValidatingReaderImpl/d__153 // System.Xml.XmlWellFormedWriter/d__152 // System.Xml.XmlWellFormedWriter/d__152 // System.Xml.XmlWellFormedWriter/d__161 // System.Xml.XmlWellFormedWriter/d__161 // System.Xml.XmlWellFormedWriter/d__137 // System.Xml.XmlWellFormedWriter/d__137 // System.Xml.XmlWellFormedWriter/d__141 // System.Xml.XmlWellFormedWriter/d__141 // System.Xml.XmlWellFormedWriter/d__147 // System.Xml.XmlWellFormedWriter/d__147 // System.Xml.XmlWellFormedWriter/d__138 // System.Xml.XmlWellFormedWriter/d__138 // System.Xml.XmlWellFormedWriter/d__116 // System.Xml.XmlWellFormedWriter/d__116 // System.Xml.XmlWellFormedWriter/d__136 // System.Xml.XmlWellFormedWriter/d__136 // System.Xml.XmlWellFormedWriter/d__140 // System.Xml.XmlWellFormedWriter/d__140 // System.Xml.XmlWellFormedWriter/d__139 // System.Xml.XmlWellFormedWriter/d__139 // System.Xml.XmlWellFormedWriter/d__148 // System.Xml.XmlWellFormedWriter/d__148 // System.Xml.XmlWellFormedWriter/d__149 // System.Xml.XmlWellFormedWriter/d__149 // System.Xml.XmlWellFormedWriter/d__133 // System.Xml.XmlWellFormedWriter/d__133 // System.Xml.XmlWellFormedWriter/d__155 // System.Xml.XmlWellFormedWriter/d__155 // System.Xml.XmlWellFormedWriter/d__125 // System.Xml.XmlWellFormedWriter/d__125 // System.Xml.XmlWellFormedWriter/d__123 // System.Xml.XmlWellFormedWriter/d__123 // System.Xml.XmlWellFormedWriter/d__146 // System.Xml.XmlWellFormedWriter/d__146 // System.Xml.XmlWellFormedWriter/d__142 // System.Xml.XmlWellFormedWriter/d__142 // System.Xml.XmlWellFormedWriter/d__143 // System.Xml.XmlWellFormedWriter/d__143 // System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159 // System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ContinueWhenFinish>d__159 // System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157 // System.Xml.XmlWellFormedWriter/<_AdvanceStateAsync_ReturnWhenFinish>d__157 // System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120 // System.Xml.XmlWellFormedWriter/<_SequenceRun>d__120 // System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118 // System.Xml.XmlWellFormedWriter/<_TryReturnTask>d__118 // System.ArgumentNullException // System.ArgumentNullException // System.ArgumentOutOfRangeException // System.ArgumentOutOfRangeException #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.Xml.XmlWellFormedWriter/State[] struct StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375 : 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.Xml.XmlWellFormedWriter/Namespace[] struct NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7 : public RuntimeArray { ALIGN_FIELD (8) Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0 m_Items[1]; inline Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0* 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, Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___namespaceUri_1), (void*)NULL); #endif } inline Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___namespaceUri_1), (void*)NULL); #endif } }; // System.Xml.XmlWellFormedWriter/ElementScope[] struct ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9 : public RuntimeArray { ALIGN_FIELD (8) ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592 m_Items[1]; inline ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592* 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, ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___localName_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___namespaceUri_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___xmlLang_5), (void*)NULL); #endif } inline ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_1), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___localName_2), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___namespaceUri_3), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___xmlLang_5), (void*)NULL); #endif } }; // System.Xml.XmlWellFormedWriter/AttrName[] struct AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983 : public RuntimeArray { ALIGN_FIELD (8) AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2 m_Items[1]; inline AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2 GetAt(il2cpp_array_size_t index) const { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); return m_Items[index]; } inline AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2* 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, AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2 value) { IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length); m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___namespaceUri_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___localName_2), (void*)NULL); #endif } inline AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2 GetAtUnchecked(il2cpp_array_size_t index) const { return m_Items[index]; } inline AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2* GetAddressAtUnchecked(il2cpp_array_size_t index) { return m_Items + index; } inline void SetAtUnchecked(il2cpp_array_size_t index, AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2 value) { m_Items[index] = value; Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___prefix_0), (void*)NULL); #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___namespaceUri_1), (void*)NULL); #endif #if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___localName_2), (void*)NULL); #endif } }; // System.Xml.WriteState[] struct WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF : 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.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__86>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__88>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* ___1_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_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__97>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__99>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2_m193491811D425E91FF74E1FA16D8FB575B10A885_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__100>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34_mC25168E4A1C9B268591C26672C3FC88F2BE78D0E_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__101>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__102>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__103>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__106>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1_mA9A147AFAE31CB8670B2FD921039548581E81EEB_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__108>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3_mCDA18144603655FB7A639ADD3FFF5A3545237769_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__109>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB_mAF5C6FDF3F3F19611563CDD01F0FDF090C606E9F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__110>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__111>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240_m07AC71F5CD8B531713C596507EC875F44AA83C21_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__116>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3_mB9B94570E11A2593B9E70B8A8175C81E5DBE1985_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__118>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__122>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__124>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__128>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__132>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__133>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__135>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__137>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__30>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m07451B5E1A3A2076142BC48B85FD35D01830BBC8_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__31>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m4A0A2365FE2A6DC72EFE329D8D1F83148B938F2C_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__32>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m68AD2F21B4D1C192F9BADDDC18DE59BBB0DD2099_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__33>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_m669D168E022EB1EC35C878F0FF1055EFBA6233A2_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__34>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_mCB38E91A0B72DA7539638A40AD3AE1BC584EAE0F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__36>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m55E307EAB1215460AB6A77F826D2407A05D7313F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m6C682A9044E279F763FB07519E6A7C62FB9DFEA3_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m32AE78F0C13CD4C90AEB3466C05DAADC99A4D4EB_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__30>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__32>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__33>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__47>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* ___1_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__145>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m1A8504D8148582DD6C95F40CF85696AE1F146911_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* ___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.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__152>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC0AA900C2ECF5D8B2747D37E17E5EB2E21C5C7A1_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__153>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4549DEF2F6D1F79EA50409D75B5968D462A70C76_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* ___0_stateMachine, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_gshared (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_gshared (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.XmlValidatingReaderImpl/d__145>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m021B2EF564712E81F5B63A5AC128836AA073F7A5_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* ___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::AwaitUnsafeOnCompletedd__145>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1_gshared (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* ___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.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8 Task_1_ConfigureAwait_m9D6420C859925B7C250DED7586DD770C91632070_gshared (Task_1_t0C4CD3A5BB93A184420D73218644C56C70FDA7E2* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline (ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mD6243A7544181F96816A5F81459F4B66908ADB5E_gshared (ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.XmlValidatingReaderImpl/d__152>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_m18C18C2A02372564CA57E6D33006FB545BF1B623_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* ___0_awaiter, U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* ___1_stateMachine, const RuntimeMethod* method) ; // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ConfiguredTaskAwaiter_GetResult_m00ABE5C46A983C38086438B7A7CB2C62296B3383_gshared (ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.XmlValidatingReaderImpl/d__153>(TAwaiter&,TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4C96B197DCAA4E38175BCE8EDCD2C81BECCBC5EB_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* ___1_stateMachine, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Clear_m931E25EF2557C3A386E4B9DC8D8212B7D9D3F5AE_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m89AC42CD88BC0ED965D36B7028EF3DE23D290E1D_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_comparer, const RuntimeMethod* method) ; // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, int32_t* ___1_value, const RuntimeMethod* method) ; // System.Void System.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.Dictionary`2::Remove(TKey) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_mFDB1C734B470EB31B094053D97F7749210922576_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, RuntimeObject* ___0_key, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_gshared (Dictionary_2_t5C96F4B6841710A9013966F76224BAE01FB4B4D1* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__116>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9_mDF04FFE2A6E8390915DE020A697FC841E2D3F28D_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__118>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B_mC55128BF9ACE036245E8C6230F6C1411879340F8_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B* ___0_stateMachine, const RuntimeMethod* method) ; // TResult System.Func`1::Invoke() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__120>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E_m116123350F5F1B2F215836CB84F53A7359FEA919_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__123>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F_mA3FAD10F7ABFA5302D68978520F8170C80CCC959_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__125>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66_m3400E360314CDB7C46559D548195B382D360AC6B_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__133>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610_mE5C46A1D7B220AEA688FF2EEEA6495F083FDC636_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__136>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1_mFA648728CFE0AFC1FBB93F37DDE5461298EB8D24_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__137>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF_m8400058FC493C301FC9A10471A7BC9C4423F3F33_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__138>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6_mF50B5D2A7F3E7A0E8736BF34878B4800B2B3C7D1_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__139>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819_m9A90D353A7C17B444E29B6B7521E88DDB18CDEF5_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__140>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A_m2D5735FA383396D1F0FD933F7EDE26F8BB85388D_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__141>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285_m04E4BC59AC63306A945803467D5A260E1099F87F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__142>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7_mE2444A348FB645D78F2FB966A25242920D13F210_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__143>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC_mEF9C27CDFD794FF9687ECAC96B73395DF9F7B12E_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__146>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D_mDEE84CEB7630FBA80F51A34EA6A521504BF32FB2_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__147>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE_m7856D702F5D5055530FCFB1476F85123B2826878_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__148>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99_mAD7F5057072422020C3FA7BAB469A407CD1BC926_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__149>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226_m5E73F29F76C579D1E24EBD5D50BADE069DB1B3A2_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__152>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65_mE3C341C717A5D0EDB5C59F750D0DEE2F84913D09_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__155>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4_mC2D06DC94D0DD35C8C6077407255FBAB62FD2DC6_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__157>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC_mB84BD9EF0F240F60AEAB8850A21799CD6DEC4043_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__159>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1_mD1713A47626DAC13A3CFB7A02373E82DF579F226_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__161>(TStateMachine&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisU3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8_mB44962C163DBA3C630F4F38CF2E0DE2D81260BAF_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::CheckAsyncCall() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::RawTextAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline (ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C* __this, const RuntimeMethod* method) ; // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::get_IsCompleted() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850 (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__86>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_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.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.XmlUtf8RawTextWriter/d__86::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__86_MoveNext_mEFCF2DEFD0B2E69AF920D354931F9C9B65006569 (U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* __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.XmlUtf8RawTextWriter/d__86::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__86_SetStateMachine_m415C838572D5CFA3D8CA23F10C417D96113B15CC (U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__88>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__88::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__88_MoveNext_mAE5FB3D65CB1DF0562F0A3087CA73B5F6AB81962 (U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__88::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__88_SetStateMachine_m95933304FE02727BC64C82FFB4A2F1822BAEEFA2 (U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__96>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__96::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteNamespaceDeclarationAsyncU3Ed__96_MoveNext_m27DDC372BAEDC16FCD9CAA066DDFA055BF5D5A6E (U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__96::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteNamespaceDeclarationAsyncU3Ed__96_SetStateMachine_mFC87336B04C91395E3627D07927CDDE4A0839A9B (U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* __this, RuntimeObject* ___0_stateMachine, 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.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__97>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__97::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_MoveNext_m7948966085AF154DAEFFC0E3F30AFDBBFFDA85B0 (U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__97::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_SetStateMachine_m91B703B4FA17FA9ECDC9402368C728055993EC7F (U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteCDataSectionAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteCDataSectionAsync_mE263C60E0AE9A206906BEECCBD917EB139293275 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__99>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2_m193491811D425E91FF74E1FA16D8FB575B10A885 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2_m193491811D425E91FF74E1FA16D8FB575B10A885_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__99::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataAsyncU3Ed__99_MoveNext_mC28B8FB3015E8A2BA4CA318B6D10C722D1FC3D7C (U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__99::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataAsyncU3Ed__99_SetStateMachine_m30677B8D061EBD61A690E3AB1D80692FD8C33555 (U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteCommentOrPiAsync(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteCommentOrPiAsync_m95CA3C6D0993998C35D65925CA30E3967163A349 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_stopChar, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__100>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34_mC25168E4A1C9B268591C26672C3FC88F2BE78D0E (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34_mC25168E4A1C9B268591C26672C3FC88F2BE78D0E_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__100::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__100_MoveNext_m6D8A5F7990DAD1023F49C1C95EB461E657A6C8DD (U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__100::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__100_SetStateMachine_m5EAB9AE564B07E62F94B464E62C55FC169AFC985 (U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__101>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__101::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__101_MoveNext_m414519052A948C89F20BF2FFF0ED53AFD7A1771D (U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__101::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__101_SetStateMachine_mDB9AFF5EE2C4500052A8893878C49C47C5817512 (U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__102>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__102::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEntityRefAsyncU3Ed__102_MoveNext_m7818642C391A14C3E9695010FB59D8B8F1F00120 (U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__102::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEntityRefAsyncU3Ed__102_SetStateMachine_m8F529D8E3A340E320A391563CEAEEAD71DCCC8D1 (U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* __this, RuntimeObject* ___0_stateMachine, 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.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__103>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__103::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCharEntityAsyncU3Ed__103_MoveNext_m884D2D32EE517D7B7B368B496BA6C22BA54080CB (U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__103::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCharEntityAsyncU3Ed__103_SetStateMachine_mD2E40950FD54C208EDCA9094376879623FE715A2 (U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* __this, RuntimeObject* ___0_stateMachine, 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.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__106>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1_mA9A147AFAE31CB8670B2FD921039548581E81EEB (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1_mA9A147AFAE31CB8670B2FD921039548581E81EEB_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__106::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteSurrogateCharEntityAsyncU3Ed__106_MoveNext_m29476DCEFD17E421D5E6ADAAEBA86FAC4833D1BE (U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__106::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteSurrogateCharEntityAsyncU3Ed__106_SetStateMachine_m5C09C72942FC539247CE944DA7B9D1378E1F0BE6 (U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteRawWithCharCheckingAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteRawWithCharCheckingAsync_m42CC8C264C37D88357FD9A21716A2362F4561F1F (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__108>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3_mCDA18144603655FB7A639ADD3FFF5A3545237769 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3_mCDA18144603655FB7A639ADD3FFF5A3545237769_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__108::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__108_MoveNext_m2E4C411FA9AC1E55F1C22658224E3CDE46680693 (U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__108::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__108_SetStateMachine_mCA6BC490A3C110E1D1ECC441F0B075E6C0C20DE0 (U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteRawWithCharCheckingAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteRawWithCharCheckingAsync_mE319708BC96CBFB82BC32ED6384DCD5E06F861D8 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__109>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB_mAF5C6FDF3F3F19611563CDD01F0FDF090C606E9F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB_mAF5C6FDF3F3F19611563CDD01F0FDF090C606E9F_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__109::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__109_MoveNext_m4AFF0538EC51E3C1D2F8B282B8B08946B77426F0 (U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__109::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__109_SetStateMachine_mE49154C5EFC121930D3EA3AD35516E2D684F37E3 (U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__110>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushEncoderAsync() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_FlushEncoderAsync_m169955517DCDB3E69EB40C74F1AD07C99B576B87_inline (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.IO.Stream::FlushAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Stream_FlushAsync_m2C8614B69BF3C562B2BEFACAC1183FA5F3C2BBEF (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__110::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushAsyncU3Ed__110_MoveNext_m2E5C1754630EA8183FD0969DD4AE6C6AAB76F75C (U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__110::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushAsyncU3Ed__110_SetStateMachine_m0D9ACD2BDE7A03324298162C972ACAB8B6F415A0 (U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlUtf8RawTextWriter::IsSurrogateByte(System.Byte) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlUtf8RawTextWriter_IsSurrogateByte_m4A89519896C4D3F09A0504DD36AE6C98A2B25E7B (uint8_t ___0_b, const RuntimeMethod* 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.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__111>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240_m07AC71F5CD8B531713C596507EC875F44AA83C21 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240_m07AC71F5CD8B531713C596507EC875F44AA83C21_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__111::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushBufferAsyncU3Ed__111_MoveNext_mACFCCAE0F1BAF388A9723C91A5E0E205ED22E62A (U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__111::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushBufferAsyncU3Ed__111_SetStateMachine_mC0F37C904A632203AB9D9366B8A22DA9FB96E77C (U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteAttributeTextBlockNoFlush(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteAttributeTextBlockNoFlush_m720A285D6DB60BF25BEE0B48FB78C2FA41CE428D (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__116>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3_mB9B94570E11A2593B9E70B8A8175C81E5DBE1985 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3_mB9B94570E11A2593B9E70B8A8175C81E5DBE1985_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__116::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAttributeTextBlockAsyncU3Ed__116_MoveNext_m4E8E6766D1E501ABB9A4907A0CEB8652B1C0689E (U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__116::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAttributeTextBlockAsyncU3Ed__116_SetStateMachine_mA56EA9379609F767C362370408A1BC6727F27B5D (U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__118>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteAttributeTextBlockNoFlush(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteAttributeTextBlockNoFlush_mCBB7A6690BF23E28F005ABE96CAA08573DA924DA (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteAttributeTextBlockAsyncU3Ed__118_MoveNext_m64981373730EC62D305F9115FA3B0239F6E990E4 (U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteAttributeTextBlockAsyncU3Ed__118_SetStateMachine_mFDB17F956B590323C511ED48DCCFB0AC8D99156E (U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteElementTextBlockNoFlush(System.Char[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteElementTextBlockNoFlush_m03394B02EAE77CD850C815ACB936DC90464A0D97 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__122>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__122::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteElementTextBlockAsyncU3Ed__122_MoveNext_m19E04FC59CDA05C4F74B52AD41BE4F30B821FB8F (U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__122::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteElementTextBlockAsyncU3Ed__122_SetStateMachine_m0C2A88FB871994E97992DD66E35EB4E8744A0B27 (U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__124>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteElementTextBlockNoFlush(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteElementTextBlockNoFlush_m689A069DB2BA4F88FE318C2DB50DD09641E3C316 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteElementTextBlockAsyncU3Ed__124_MoveNext_m3E482D83D4DA66BE770F472FF759D45919E551ED (U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteElementTextBlockAsyncU3Ed__124_SetStateMachine_m6D3ED702C32290EC9E5F54237CCF1AD59A05305E (U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__128>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Int32 System.Xml.XmlUtf8RawTextWriter::RawTextNoFlush(System.String,System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_RawTextNoFlush_m784B307DD11E0D7DD5A89B4B5DA8A5ACADA2475E (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_RawTextAsyncU3Ed__128_MoveNext_mE5891E8DEC21FA99082E6A48AA6CF645C6AF47DD (U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_RawTextAsyncU3Ed__128_SetStateMachine_m806BE772B2633848D557137E6C51B841EDD35029 (U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteRawWithCharCheckingNoFlush(System.Char[],System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteRawWithCharCheckingNoFlush_mCA4167C600E90C9604DA35C02F53774B0CBE3101 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_chars, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__132>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__132::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__132_MoveNext_mEE5A00C2FB201811DFE98462DB9F3666A95AD78F (U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__132::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__132_SetStateMachine_mFC1703CA0E18A9064664866CC971214835DDAD7E (U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteRawWithCharCheckingNoFlush(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteRawWithCharCheckingNoFlush_mED8EB473E84921AAEE4926EBA4D4A17404FCFDD4 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__133>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__133::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__133_MoveNext_m84BC90F15F8D698E5834677ECB77AC440726626E (U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__133::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__133_SetStateMachine_m0BB303DCD7407608578E73B3E2D9D53768B53D80 (U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__135>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteCommentOrPiNoFlush(System.String,System.Int32,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteCommentOrPiNoFlush_m6D0409FF027FCAAC62A524AA531FCD0CFDEECD62 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, int32_t ___3_stopChar, bool* ___4_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__135::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentOrPiAsyncU3Ed__135_MoveNext_m4DD1A3DBD0C290412DF66752A815126A2D0691EB (U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__135::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentOrPiAsyncU3Ed__135_SetStateMachine_mAEE939D4A004F1C8F6E53AA7271941109140B9D3 (U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__137>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Int32 System.Xml.XmlUtf8RawTextWriter::WriteCDataSectionNoFlush(System.String,System.Int32,System.Int32,System.Boolean&) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlUtf8RawTextWriter_WriteCDataSectionNoFlush_m7C0C46D1E2EAFAB6C39426D15FA266B5D70BD7A5 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, int32_t ___1_index, int32_t ___2_count, bool* ___3_needWriteNewLine, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__137::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataSectionAsyncU3Ed__137_MoveNext_m3A278A233672ED182A1C701F749DA8E7C75B1178 (U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter/d__137::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataSectionAsyncU3Ed__137_SetStateMachine_mF9D3764CCFCFD4273C70442C8FAA054641D48E76 (U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* __this, RuntimeObject* ___0_stateMachine, 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.XmlUtf8RawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_Init_m2B6D7FB0EDA0BF73910DF6645EB2CD33AB5305D9 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_settings, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteDocType_mF3CA63793EFA9CAF1D76AF06F0315DD56BF6739A (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* 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.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.Boolean System.Xml.BitStack::PeekBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PeekBit_m416F1BB8F64059C924312B2416CBE09747B0E1E4 (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_StartElementContent_mE915245AC3F0BDA47F20DF6CC76BF72049C1F893 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.BitStack::PopBit() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3 (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* __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.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.XmlUtf8RawTextWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteCData_m276E549C1CB22DB7B762AEB5473699A434F4998C (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteComment_mB7554706D5AB959EC657803CBF3F46A9F7B3B0F0 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteProcessingInstruction_m3FBDFD76690A07B4145020ABB521B6D0E0015C84 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteEntityRef_mBB58E9588BA1D0830275543E726325234FCFD016 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteCharEntity_mCFA33DAFBB5CC7664DB5285C282CD17602A087EC (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteSurrogateCharEntity_m684718E512C7E54D584D19EA71D675C9201345F9 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteWhitespace_m108C1B276821AE78EFBF52C9CEC9A7189A6A9E47 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_ws, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteString_m6617BD373BF048EBE187A1F03A3A8CD74534FF98 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_WriteChars_m3D35BDDD9FF236EC73A0EB772343004B2C4B3C2B (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, 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.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.XmlRawWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlRawWriter_WriteBase64_m3B717B23DDCA782AE1ECD2770444F8978EB12D4C (XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, 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.Xml.BitStack::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BitStack__ctor_m9BADB5496087F772604E9F62D3B18C07630EA45A (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriter::ValidateContentChars(System.String,System.String,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriter_ValidateContentChars_m2D62E5A56C7DB286BB2FB52D93F53737272C62A4 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_chars, String_t* ___1_propertyName, bool ___2_allowOnlyWhitespace, 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.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__30>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m07451B5E1A3A2076142BC48B85FD35D01830BBC8 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m07451B5E1A3A2076142BC48B85FD35D01830BBC8_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.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__31>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m4A0A2365FE2A6DC72EFE329D8D1F83148B938F2C (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m4A0A2365FE2A6DC72EFE329D8D1F83148B938F2C_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__32>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m68AD2F21B4D1C192F9BADDDC18DE59BBB0DD2099 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m68AD2F21B4D1C192F9BADDDC18DE59BBB0DD2099_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__33>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_m669D168E022EB1EC35C878F0FF1055EFBA6233A2 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_m669D168E022EB1EC35C878F0FF1055EFBA6233A2_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__34>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_mCB38E91A0B72DA7539638A40AD3AE1BC584EAE0F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_mCB38E91A0B72DA7539638A40AD3AE1BC584EAE0F_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteCDataAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteCDataAsync_mD30EFF7CC872A9B8F98EBEF0A53E382825D4147E (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__36>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m55E307EAB1215460AB6A77F826D2407A05D7313F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m55E307EAB1215460AB6A77F826D2407A05D7313F_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__37>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m6C682A9044E279F763FB07519E6A7C62FB9DFEA3 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m6C682A9044E279F763FB07519E6A7C62FB9DFEA3_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteEntityRefAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteEntityRefAsync_m1E433C1982F469C9AEE99503A14C6F3A43378F31 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteCharEntityAsync(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteCharEntityAsync_m78A26CB35FCB0730551DABF910F52CB2F8598A56 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteSurrogateCharEntityAsync(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteSurrogateCharEntityAsync_m601523B02F2D2A12F55FDF11AA0D20E554146C99 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteWhitespaceAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteWhitespaceAsync_mDA5ABBF4E335E2CE9D83AB9C63B7EDC119988458 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_ws, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteStringAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteStringAsync_m27CB69F2B75E5CD04D47D5FA5F64A5DE8DAC97B6 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteCharsAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteCharsAsync_m8440BE4578B0D7BBA2EC9E1943DEB6A4F083A163 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteRawAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteRawAsync_m86C070714EDFC426193CA88D6EC6DEB5C66C2237 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteRawAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteRawAsync_mA5D5B4158D22EC6D9C4229FBBF00A3A4888A25B7 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_data, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__47>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m32AE78F0C13CD4C90AEB3466C05DAADC99A4D4EB (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m32AE78F0C13CD4C90AEB3466C05DAADC99A4D4EB_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteDocTypeAsync(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteDocTypeAsync_m3ADC8B14ECB23A554D0C302DE48714DE583CC8AD (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteStartElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteStartElementAsync_m3CF29DC81E36455D5F863B2B7E65A304DC79B31D (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteEndElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteEndElementAsync_m5E7D8700B541BAABEB9A6256BF5E481C807DE452 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteFullEndElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteFullEndElementAsync_m7D7AAAC6B9BC3CE8C1E4B30E705AA06FA3193542 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteStartAttributeAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteStartAttributeAsync_m10C314E9081DFC582AA8FD62D7755D5C95FBE79B (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteCommentAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteCommentAsync_m6409015939ECC3FB6FBA9373AF4ACD207F299F96 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::WriteProcessingInstructionAsync(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_WriteProcessingInstructionAsync_m141BCF8CE2C6CB8CEC1690DD363C48F6F8113962 (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteIndentAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__30>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__0(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__0_mA6BBA51C31B6E58574CB424176EEF05E0D0E1DB2 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__30::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__30_MoveNext_mBC3D809ED68182EC9057DE7A9FB37FF3CC1F7C3F (U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__30::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__30_SetStateMachine_m5D2108B1AF801C2B2789D890B6CFFA95ACA1A9B5 (U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__31>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__1(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__1_m1C188CE77A505561ED9D7478482B8D3E23BF8E33 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartElementAsyncU3Ed__31_MoveNext_mAB49E6E5AA0B5F9FFC34F175D4FEF4F7771D219F (U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__31::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartElementAsyncU3Ed__31_SetStateMachine_mDDE305AC1B5639D1F84572458312195C5F2785FA (U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__32>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__2(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__2_m877C56F7E850E4F66D028246BBB7C793E2185C49 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__32::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEndElementAsyncU3Ed__32_MoveNext_mEF70793F6FE9F12F29E6706ECEDADD6B35DCF9E4 (U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__32::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEndElementAsyncU3Ed__32_SetStateMachine_m2881A36F39F034D218CD9FEEE1F426B746D95B96 (U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__33>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__3(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__3_mA89731B8DD656C7049EFA5B5DE6E0C04D0693207 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__33::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteFullEndElementAsyncU3Ed__33_MoveNext_m5736DCA0DB42DC2FC74C66DE783299E4A0DE12F3 (U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__33::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteFullEndElementAsyncU3Ed__33_SetStateMachine_mB017E537BE57CCDBA0E658172F7A4065D22DB2F5 (U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__34>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__4(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__4_mDFE043709448D635CA81245C04BE42126671EA49 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__34::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartAttributeAsyncU3Ed__34_MoveNext_m8201F4ECB2A301A297670D3318E81BAA6B41C676 (U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__34::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartAttributeAsyncU3Ed__34_SetStateMachine_m5D75F8A329C6AD6483F5B84003D7E7B9C620C5C4 (U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__36>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__5(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__5_m2F52834F9B672068F04ACD7C06B7BE30913BDA6F (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__36::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__36_MoveNext_m4E689997EBCE290A67415594B47F0222F9E09D92 (U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__36::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__36_SetStateMachine_m86511CC3B3C9ABF706F054549338E9F8D818D4ED (U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__37>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__6(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__6_mAD9ED045A6E7E886E8613665D319BB188D423E07 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__37::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__37_MoveNext_mC3D7ECACC3DAFB9E6FCF3EE2AD1EB33A8278F9FC (U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__37::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__37_SetStateMachine_m0BADA558D41ECC253E5CB6892F992551E4859E6C (U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompletedd__47>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__47::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteIndentAsyncU3Ed__47_MoveNext_mF5C58EE6A6C222FCFA670D97D30714EC84976FA1 (U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__47::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteIndentAsyncU3Ed__47_SetStateMachine_m8E928D65B42F13354899E010C6EBB7F2954AC322 (U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* __this, RuntimeObject* ___0_stateMachine, 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.Void System.Xml.XmlValidatingReaderImpl::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl__ctor_m011C1CA1225907E64BD29FF44587F2C3828D7744 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::set_OuterReader(System.Xml.XmlReader) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_OuterReader_m51E00FCA6C966CAE3C1C36B818A98F32402D62A5_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::MoveOffEntityReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_MoveOffEntityReference_m7A96CFBEAE562C0E1CDBA013353183E2E71E442F (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlReader::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlReader_ReadString_m8647B3401F5E5C93EF9F8F67AEC33422378E17EE (XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlValidatingReaderImpl::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_LineNumber_m0818403D0516C16147609ED0AFE824E11E29C007 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlValidatingReaderImpl::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_LinePosition_m6D781AB80BD2B2CDF083C384CD8A9A622BF76782 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Collections.Generic.IDictionary`2 System.Xml.XmlValidatingReaderImpl::GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlValidatingReaderImpl_GetNamespacesInScope_mB044F7CBE6BA7C78EEE3828DCC7F1124C4F48FEE (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_scope, const RuntimeMethod* method) ; // System.String System.Xml.XmlValidatingReaderImpl::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_LookupPrefix_m156EDA380A9AFD40A807A081D268B551162CDD2D (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, String_t* ___0_namespaceName, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::set_ValidationType(System.Xml.ValidationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_ValidationType_m25A14BB9DD1C050BD2F1DF023830659A2889B8A8 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_XmlResolver_m49CA1523B278EE675B26AB9D4B31FC5CC2C27174 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlValidatingReaderImpl::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_Namespaces_m4415C799078697BDACBD0FE115AD65DB6C0031A3 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Xml.XmlReader System.Xml.XmlAsyncCheckReader::get_CoreReader() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* XmlAsyncCheckReader_get_CoreReader_m7EEC14B20E5C6021736672F4DA2503B14E670A93_inline (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) ; // System.Xml.XmlTextReaderImpl System.Xml.XmlTextReader::get_Impl() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* XmlTextReader_get_Impl_m99AA88D6B2335764B7B4171CCC9D9C77329D72D8_inline (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* __this, 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.ArgumentException::.ctor(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::set_EntityHandling(System.Xml.EntityHandling) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_EntityHandling_m045BFFB3499FB53F97124F68F659FF0E5975B24C (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::set_XmlValidatingReaderCompatibilityMode(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mBBE46175DBCCE969AC2B298119581E91A17FA380 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, bool ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaCollection::.ctor(System.Xml.XmlNameTable) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlSchemaCollection__ctor_m6F80B88EF4F79E892FA72CDFA9B2ECF8226A49C8 (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* __this, XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* ___0_nametable, const RuntimeMethod* method) ; // System.Xml.XmlResolver System.Xml.XmlValidatingReaderImpl::GetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlValidatingReaderImpl_GetResolver_mFF19947EEC427CAC13D597CF19C3FD8C4CC6C6D1 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.XmlSchemaCollection::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaCollection_set_XmlResolver_mCBCC7ABCA885FCDDBEB0255A49B17C8CB8BB0D62_inline (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl/ValidationEventHandling::.ctor(System.Xml.XmlValidatingReaderImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandling__ctor_m0DB14ABA2F484D38F4A85BC791A7833E61997DB9 (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___0_reader, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::set_ValidationEventHandling(System.Xml.IValidationEventHandling) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_ValidationEventHandling_mF8A66D6BE2B822997F486F4931B151B667863E59_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate::.ctor(System.Object,System.IntPtr) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void OnDefaultAttributeUseDelegate__ctor_m3276CA00C5467BC764348C5121B7E2106122CAA7 (OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::set_OnDefaultAttributeUse(System.Xml.XmlTextReaderImpl/OnDefaultAttributeUseDelegate) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OnDefaultAttributeUse_m519352D6E61D34534B6790ECB3180B4B050B92FB_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::SetupValidation(System.Xml.ValidationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_SetupValidation_mAFA0AB6EE784D66A5DC3CE049E5EAF720F11A655 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_valType, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl/ValidationEventHandling::AddHandler(System.Xml.Schema.ValidationEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandling_AddHandler_mD972A68DCBA2204B5EABDC54EEFF2F2479A68389 (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* __this, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___0_handler, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlTextReaderImpl::get_V1Compat() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_V1Compat_m27698868D378A1241DCAA4E22251E930806781C7_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __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_ValidationType(System.Xml.ValidationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ValidationType_m651D049117DA5C80F75BEB925AB0E1FE40E25620 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int32_t ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.XmlSchemaValidationFlags System.Xml.XmlReaderSettings::get_ValidationFlags() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationFlags_m22A3C5CFDC1CBF2EF8B5975A581B00EDF4D8E876_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlReaderSettings::set_ValidationFlags(System.Xml.Schema.XmlSchemaValidationFlags) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlReaderSettings_set_ValidationFlags_m846A17F2EB68AF5C850CDE3CA8218B2D6A400A02 (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, int32_t ___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.XmlValidatingReaderImpl::ProcessCoreReaderEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ProcessCoreReaderEvent_mEA281802CAC44E6E8D5E9BF3CFA3AAA11B93151A (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::ParseDtdFromParserContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ParseDtdFromParserContext_mD0948FC472BB3854DFC0A957393E188A06322560 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::ResolveEntityInternally() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ResolveEntityInternally_mD0775B105AF53B906BCABA036AD93EB58D7CF74A (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.ReadContentAsBinaryHelper::Finish() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadContentAsBinaryHelper_Finish_m56919E9B4A660955115D1C0680C0FF772DC649F9 (ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* __this, 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.XmlTextReaderImpl::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_XmlResolver_mE88E51BCF47AE861AAB9121C0B023EEE73D29775 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseValidator_set_XmlResolver_m1D94109BE43E3C8A1738BC7C4A0A1A7233818FBF_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlTextReaderImpl::get_Namespaces() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_Namespaces_mCFAB7C99825041BA3C8ABD1752DF24D1F62B7122_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlParserContext::get_DocTypeName() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ; // System.Xml.IDtdParser System.Xml.DtdParser::Create() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DtdParser_Create_m8CE085C707E26956F079923F3F31616A27F88A3B (const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl/DtdParserProxy::.ctor(System.Xml.XmlTextReaderImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdParserProxy__ctor_m442621DC14ECF6CAB169962B3CAAF479A5F18D90 (DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* __this, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___0_reader, const RuntimeMethod* method) ; // System.String System.Xml.XmlParserContext::get_BaseURI() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlParserContext::get_PublicId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_mCE67EDDC8A9D73A0AADB77E0F7CCF53DEB5E300D_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlParserContext::get_SystemId() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mB4649C8C6DA52AFC5224E82BBD2B7C7A1D5CCB58_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlParserContext::get_InternalSubset() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_mDD9703E47510C335AD4940AE7F761F56AA00E9DC_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::SetDtdInfo(System.Xml.IDtdInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_SetDtdInfo_m8F11C3245888FFB1600893DBAD0135432EE06110 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_newDtdInfo, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl::ValidateDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ValidateDtd_m6CA931FBC3420A98A5897737D99761A6C92CE35D (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::set_DtdInfo(System.Xml.IDtdInfo) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BaseValidator_set_DtdInfo_m03794576278D86E171908C4CB4D4644B0DEE1D74 (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Xml.Schema.BaseValidator System.Xml.Schema.BaseValidator::CreateInstance(System.Xml.ValidationType,System.Xml.XmlValidatingReaderImpl,System.Xml.Schema.XmlSchemaCollection,System.Xml.IValidationEventHandling,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* BaseValidator_CreateInstance_mA82D7F857B63D5CEF9AC50309DB61798F87AAA11 (int32_t ___0_valType, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___1_reader, XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* ___2_schemaCollection, RuntimeObject* ___3_eventHandling, bool ___4_processIdentityConstraints, const RuntimeMethod* method) ; // System.Void System.Uri::.ctor(System.String,System.UriKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___0_uriString, int32_t ___1_uriKind, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.BaseValidator::set_BaseUri(System.Uri) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseValidator_set_BaseUri_mA4B0ACD053F6B82E24AC7B4468CF425FFB0351EC_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) ; // System.Xml.XmlResolver System.Xml.XmlTextReaderImpl::GetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlTextReaderImpl_GetResolver_m924CBFEF2845AFABF70D3E892450B7BA9C7659A0 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlTextReaderImpl::get_IsResolverSet() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverSet_mE4680CEFE9EF053C07E21CF5759C26EB7D7E2383_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlReaderSettings::EnableLegacyXmlSettings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlReaderSettings_EnableLegacyXmlSettings_mE04ABCDC86EA268BDAC1BC8F29C15F958150F424 (const RuntimeMethod* method) ; // System.Void System.Xml.XmlUrlResolver::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* __this, const RuntimeMethod* method) ; // System.Xml.XmlNodeType System.Xml.XmlTextReaderImpl::get_FragmentType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_FragmentType_m2A244AA6C26344D9FFD93C4431E5BB30846E3A10_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::ChangeCurrentNodeType(System.Xml.XmlNodeType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_ChangeCurrentNodeType_m29E4ADDA760615A747D04FDC8A5352F7A676C0E3 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, int32_t ___0_newNodeType, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::set_InternalSchemaType(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_InternalSchemaType_m83D09B83500AB9C6EF14121ECDCD992347140B86 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Void System.Xml.XmlTextReaderImpl::set_InternalTypedValue(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_InternalTypedValue_m395992CEA4999B2FA7370AD919D57A8F0A8B7662 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlTextReaderImpl::get_StandAlone() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_StandAlone_mA576162454EF6AB6B5B442B1AF0FF6375F52EF2D_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ; // System.Object System.Xml.XmlTextReaderImpl::get_InternalTypedValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlTextReaderImpl_get_InternalTypedValue_mAC905D7C504F020F695087C8D0C675F100106900 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlTextReaderImpl::AddDefaultAttributeNonDtd(System.Xml.Schema.SchemaAttDef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_AddDefaultAttributeNonDtd_m39693E225A68EB53B260ADBD16A020FDE741C2C5 (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___0_attrDef, const RuntimeMethod* method) ; // System.Boolean System.Xml.Schema.SchemaAttDef::get_DefaultValueChecked() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaAttDef_get_DefaultValueChecked_m57D6252200749344E61A44A323A8082353DA4B8F_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.DtdValidator::CheckDefaultValue(System.Xml.Schema.SchemaAttDef,System.Xml.Schema.SchemaInfo,System.Xml.IValidationEventHandling,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DtdValidator_CheckDefaultValue_m9FF7DCCCB93316D5446B5595C430C6A0E5A1B31E (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___0_attdef, SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* ___1_sinfo, RuntimeObject* ___2_eventHandling, String_t* ___3_baseUriStr, 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__145>(TStateMachine&) inline void AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m1A8504D8148582DD6C95F40CF85696AE1F146911 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m1A8504D8148582DD6C95F40CF85696AE1F146911_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.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__152>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC0AA900C2ECF5D8B2747D37E17E5EB2E21C5C7A1 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC0AA900C2ECF5D8B2747D37E17E5EB2E21C5C7A1_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__153>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4549DEF2F6D1F79EA50409D75B5968D462A70C76 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4549DEF2F6D1F79EA50409D75B5968D462A70C76_gshared)(__this, ___0_stateMachine, 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.Schema.ValidationEventArgs::.ctor(System.Xml.Schema.XmlSchemaException,System.Xml.Schema.XmlSeverityType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventArgs__ctor_m8A0548B9124D82CD04A6E4C26CEE18443C47DDF9 (ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* __this, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B* ___0_ex, int32_t ___1_severity, const RuntimeMethod* method) ; // System.Void System.Xml.Schema.ValidationEventHandler::Invoke(System.Object,System.Xml.Schema.ValidationEventArgs) IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline (ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* __this, RuntimeObject* ___0_sender, ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* ___1_e, const RuntimeMethod* method) ; // System.Xml.ValidationType System.Xml.XmlValidatingReaderImpl::get_ValidationType() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_ValidationType_m3F56E6463F6CA002AD75157D14E897A2F5230988_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Delegate_t* Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00 (Delegate_t* ___0_a, Delegate_t* ___1_b, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C (*) (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 (*) (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190 (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompleted,System.Xml.XmlValidatingReaderImpl/d__145>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m021B2EF564712E81F5B63A5AC128836AA073F7A5 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m021B2EF564712E81F5B63A5AC128836AA073F7A5_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.Threading.Tasks.Task System.Xml.XmlValidatingReaderImpl::ParseDtdFromParserContextAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlValidatingReaderImpl_ParseDtdFromParserContextAsync_mED42B3E2E99BD047ACD84395E5776076F27E40F7 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::AwaitUnsafeOnCompletedd__145>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*, U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlValidatingReaderImpl::ResolveEntityInternallyAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlValidatingReaderImpl_ResolveEntityInternallyAsync_mE6680ED9795CFA364D1BFDAE46C22AFA3668F709 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) ; // 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) ; // 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.XmlValidatingReaderImpl/d__145::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncU3Ed__145_MoveNext_m6AE8A9A3A05CC6FE2350FE474875E03A1A6BE41C (U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* __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.XmlValidatingReaderImpl/d__145::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncU3Ed__145_SetStateMachine_mC5790AA931086E378697D2C3A42BE2F41FC234D1 (U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1 System.Threading.Tasks.Task`1::ConfigureAwait(System.Boolean) inline ConfiguredTaskAwaitable_1_t478BDE1CE5D3E258B35F6E00730D03F19028B8B1 Task_1_ConfigureAwait_m6FFBE8A09F4C8F4F0A909249FB81B6C7A7EF4B04 (Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) { return (( ConfiguredTaskAwaitable_1_t478BDE1CE5D3E258B35F6E00730D03F19028B8B1 (*) (Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m9D6420C859925B7C250DED7586DD770C91632070_gshared)(__this, ___0_continueOnCapturedContext, method); } // System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::GetAwaiter() inline ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 ConfiguredTaskAwaitable_1_GetAwaiter_mD135E758716C8470964FB010696231899546C646_inline (ConfiguredTaskAwaitable_1_t478BDE1CE5D3E258B35F6E00730D03F19028B8B1* __this, const RuntimeMethod* method) { return (( ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 (*) (ConfiguredTaskAwaitable_1_t478BDE1CE5D3E258B35F6E00730D03F19028B8B1*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline)(__this, method); } // System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::get_IsCompleted() inline bool ConfiguredTaskAwaiter_get_IsCompleted_mD8D60D3E41189BB4C4E18B5F40645AB39F09FA2C (ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6* __this, const RuntimeMethod* method) { return (( bool (*) (ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mD6243A7544181F96816A5F81459F4B66908ADB5E_gshared)(__this, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.XmlValidatingReaderImpl/d__152>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC322326F2614CB44521151FE0BACAE16CCD13A95 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6* ___0_awaiter, U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6*, U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_m18C18C2A02372564CA57E6D33006FB545BF1B623_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::GetResult() inline RuntimeObject* ConfiguredTaskAwaiter_GetResult_m210C17B463F4523628D0FFDECB6B0151533CAE31 (ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6* __this, const RuntimeMethod* method) { return (( RuntimeObject* (*) (ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m00ABE5C46A983C38086438B7A7CB2C62296B3383_gshared)(__this, method); } // System.Void System.Xml.XmlValidatingReaderImpl/d__152::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CParseDtdFromParserContextAsyncU3Ed__152_MoveNext_mDF9D23EF1BFC379CEBD84DC4317C9182099EEC93 (U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl/d__152::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CParseDtdFromParserContextAsyncU3Ed__152_SetStateMachine_mFDD8C3254F453598B6A03D8899860D5711531B89 (U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted,System.Xml.XmlValidatingReaderImpl/d__153>(TAwaiter&,TStateMachine&) inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4C96B197DCAA4E38175BCE8EDCD2C81BECCBC5EB (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* ___0_awaiter, U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* ___1_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4*, U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4C96B197DCAA4E38175BCE8EDCD2C81BECCBC5EB_gshared)(__this, ___0_awaiter, ___1_stateMachine, method); } // System.Void System.Xml.XmlValidatingReaderImpl/d__153::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveEntityInternallyAsyncU3Ed__153_MoveNext_m7466B6A0E8200A7298E1CA584D1C9314BD7CD171 (U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlValidatingReaderImpl/d__153::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveEntityInternallyAsyncU3Ed__153_SetStateMachine_m875659706F56D2179AA938BCBC9674A0B4B59585 (U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* __this, RuntimeObject* ___0_stateMachine, 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.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.XmlWellFormedWriter/NamespaceResolverProxy::.ctor(System.Xml.XmlWellFormedWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NamespaceResolverProxy__ctor_mF340DF659BB0437832979BFF6C9A91F1CA480177 (NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44* __this, XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* ___0_wfWriter, 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.Xml.NamespaceHandling System.Xml.XmlWriterSettings::get_NamespaceHandling() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_NamespaceHandling_m3A904C3E9BA1FED8C1A8BDA66A5FF9A93CB87F78_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWriterSettings::get_WriteEndDocumentOnClose() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_WriteEndDocumentOnClose_m73A02E01FD8DB8AEBE545E9A60F92E5BFA1CBDB8_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Xml.ConformanceLevel System.Xml.XmlWriterSettings::get_ConformanceLevel() IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_ConformanceLevel_mAAD6F249DE7CF83E6F97F60C9FFDD0BC84AD9842_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/Namespace::Set(System.String,System.String,System.Xml.XmlWellFormedWriter/NamespaceKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Namespace_Set_m88AB7EE7ADEBE72A65AB39AD226966CECB869A2C (Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0* __this, String_t* ___0_prefix, String_t* ___1_namespaceUri, int32_t ___2_kind, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/ElementScope::Set(System.String,System.String,System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElementScope_Set_m7BAE5CE51EBBE20E736A268E1E606C71B74CF8D0 (ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceUri, int32_t ___3_prevNSTop, const RuntimeMethod* method) ; // System.Void System.Xml.SecureStringHasher::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureStringHasher__ctor_m1F7C97F1DB5BEC1B80480E7CB4019B8E68CC4E92 (SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::WriteStartDocumentImpl(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartDocumentImpl_mA52A83EB37B590FF5E0439A0EEF4607423783C0E (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_standalone, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::AdvanceState(System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_token, 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.String System.Xml.XmlConvert::VerifyQName(System.String,System.Xml.ExceptionType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlConvert_VerifyQName_mDF2231755B2C9660C253DF2325400F15BF73DEC9 (String_t* ___0_name, int32_t ___1_exceptionType, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlCharType::IsPublicId(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsPublicId_m1119A6921A99A357141333030F425EDD2AAFE2AE (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) ; // System.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.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.Int32 System.Xml.XmlCharType::IsOnlyCharData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlCharType_IsOnlyCharData_m5BFEFD55C4578A0117D1ED3305ACF4C062DCE9D3 (XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* __this, String_t* ___0_str, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::CheckNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_ncname, const RuntimeMethod* method) ; // System.String System.Xml.XmlWellFormedWriter::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, 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.Void System.Xml.XmlWellFormedWriter::PushNamespaceImplicit(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::Clear() inline void Dictionary_2_Clear_m841DBE29811833266CC127714688998A50D5F7CD (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, const RuntimeMethod*))Dictionary_2_Clear_m931E25EF2557C3A386E4B9DC8D8212B7D9D3F5AE_gshared)(__this, 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.Void System.Xml.XmlWellFormedWriter/ElementScope::WriteEndElement(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElementScope_WriteEndElement_mD162117056CFDD45A1DAEC3F76334847A29F7B57 (ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_rawWriter, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::PopNamespaces(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_PopNamespaces_m21D460DB61EC4B7271262131A52536CAA398EB15 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_indexFrom, int32_t ___1_indexTo, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/ElementScope::WriteFullEndElement(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ElementScope_WriteFullEndElement_m17FE706748E35B8903B1BCB6B172A2415AD989B4 (ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_rawWriter, 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.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.Boolean System.String::op_Inequality(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::SetSpecialAttribute(System.Xml.XmlWellFormedWriter/SpecialAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_special, const RuntimeMethod* method) ; // System.String System.Xml.XmlWellFormedWriter::GeneratePrefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_GeneratePrefix_m6F8B4A6EAE7C5C9DA82990E47A1F891F8F1E526C (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.String System.Xml.XmlWellFormedWriter::LookupLocalNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_LookupLocalNamespace_m9CB41195FFE549CD9D223709B79119038A67BC79 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::AddAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddAttribute_mAE42EFE8C45E46B4DBCEE7E95A75D860D35FC4D4 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceName, const RuntimeMethod* method) ; // System.String System.Xml.XmlWellFormedWriter/AttributeValueCache::get_StringValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AttributeValueCache_get_StringValue_m369D8C130C793C4646C02209CF225F4B79F5A8F3 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWellFormedWriter::PushNamespaceExplicit(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::Replay(System.Xml.XmlWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_Replay_mE754CA61E7242ADAC63CD9F464D80C73E0588955 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_writer, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::Trim() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_Trim_m7508E1B61AAC65605922B79215050FA1BB874118 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::Clear() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_Clear_m39DF6AD7750029A3BCD050BA64FE0EC44D3865E2 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, const RuntimeMethod* method) ; // System.Int32 System.String::Compare(System.String,System.String,System.StringComparison) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009 (String_t* ___0_strA, String_t* ___1_strB, int32_t ___2_comparisonType, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWellFormedWriter::get_SaveAttrValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteEntityRef_mD5EE425B29BE07E3E9744AAB845810875B245532 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, String_t* ___0_name, const RuntimeMethod* method) ; // System.Boolean System.Char::IsSurrogate(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSurrogate_mDCAB7B29DC13EDCE8A0F7ED2899DBDF8230F0A48 (Il2CppChar ___0_c, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteCharEntity_m8C4986F0935BC85657B0765214E4B6C7D06874D4 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) ; // System.Boolean System.Char::IsSurrogatePair(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsSurrogatePair_m895829B934609B8480DCDC7B38130314BD876007 (Il2CppChar ___0_highSurrogate, Il2CppChar ___1_lowSurrogate, 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.Xml.XmlWellFormedWriter/AttributeValueCache::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteSurrogateCharEntity_mF393DE85027E7D4FF1B08D98F0C6F324D986F570 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, 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.XmlWellFormedWriter/AttributeValueCache::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteWhitespace_mC30BE0103D7630BC52110A52711F93B0EE77265C (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, String_t* ___0_ws, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteString_mF0E506AB621BED0ED725E43A80743865DC1C7A95 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Void System.ArgumentNullException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.Void System.ArgumentOutOfRangeException::.ctor(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteChars_mD4924FAFA5578EDBBA7121540F184F832B83E6B1 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteRaw_mBCBECC9E06E2A67EFFFCFD6B5C97E65845B030D5 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteRaw_m5CA2F21771AD270BC564212DEEB305D7BEA1ADDF (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, String_t* ___0_data, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWellFormedWriter::get_InBase64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_get_InBase64_mFF752AD78F8B2BAEB4EF3B014D665AA9F94C10C0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache_WriteValue_mD25613C049E0066BAF633B2E635E56F1C7512C0A (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWellFormedWriter::get_IsClosedOrErrorState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_get_IsClosedOrErrorState_mDE9F00335629B981C8FFDBBCEC322D70FD1258CD (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWriter_WriteBinHex_m2CFBF2D59073F981048E4FE0D0FEA6D456286495 (XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/AttributeValueCache::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttributeValueCache__ctor_m953F7E445860E3568CF1BCF095E1EECFC29938B9 (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* __this, const RuntimeMethod* method) ; // System.Int32 System.Xml.XmlWellFormedWriter::LookupNamespaceIndex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlWellFormedWriter_LookupNamespaceIndex_m9236846AFB3139486F0DEAC5D1CCF53479286855 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, const RuntimeMethod* method) ; // System.Void System.Xml.XmlException::.ctor(System.String,System.String[]) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21 (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* __this, String_t* ___0_res, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___1_args, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::AddNamespace(System.String,System.String,System.Xml.XmlWellFormedWriter/NamespaceKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddNamespace_m8CF0599DA9B7CBC7944F0F2E25EB92A6EF933B4D (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_ns, int32_t ___2_kind, const RuntimeMethod* method) ; // System.Xml.XmlException System.Xml.XmlWellFormedWriter::DupAttrException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* XmlWellFormedWriter_DupAttrException_m60EB0E95F1D18B58D870A7E8B96EB53AC4F78874 (String_t* ___0_prefix, String_t* ___1_localName, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::AddToNamespaceHashtable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddToNamespaceHashtable_mEAB12665C5565DAE811C054FEA0F96E624C494F0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_namespaceIndex, const RuntimeMethod* method) ; // System.Void System.Collections.Generic.Dictionary`2::.ctor(System.Collections.Generic.IEqualityComparer`1) inline void Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, RuntimeObject* ___0_comparer, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, RuntimeObject*, const RuntimeMethod*))Dictionary_2__ctor_m89AC42CD88BC0ED965D36B7028EF3DE23D290E1D_gshared)(__this, ___0_comparer, method); } // System.Boolean System.Collections.Generic.Dictionary`2::TryGetValue(TKey,TValue&) inline bool Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, String_t* ___0_key, int32_t* ___1_value, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, String_t*, int32_t*, const RuntimeMethod*))Dictionary_2_TryGetValue_m4B8EE45640C70BBFD6F3EFF1040983404C098342_gshared)(__this, ___0_key, ___1_value, method); } // System.Void System.Collections.Generic.Dictionary`2::set_Item(TKey,TValue) inline void Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2 (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, String_t* ___0_key, int32_t ___1_value, const RuntimeMethod* method) { (( void (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, String_t*, int32_t, const RuntimeMethod*))Dictionary_2_set_Item_m72CC2F1213D1C1B8ABEDE31082D07B67EC873B13_gshared)(__this, ___0_key, ___1_value, method); } // System.Boolean System.Collections.Generic.Dictionary`2::Remove(TKey) inline bool Dictionary_2_Remove_m0C90DB78F4134CDEB001F338AA2745F8D9651CAC (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, String_t* ___0_key, const RuntimeMethod* method) { return (( bool (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, String_t*, const RuntimeMethod*))Dictionary_2_Remove_mFDB1C734B470EB31B094053D97F7749210922576_gshared)(__this, ___0_key, method); } // System.Void System.Text.StringBuilder::.ctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ; // System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ; // System.String System.Xml.XmlWellFormedWriter::GetStateName(System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_GetStateName_mF80AC242EABE4D65BFB0C6A85026532F6B198F3F (int32_t ___0_state, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::ThrowInvalidStateTransition(System.Xml.XmlWellFormedWriter/Token,System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_ThrowInvalidStateTransition_mD1B039B1CB4593B86D6086945488E6F699289EA7 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_token, int32_t ___1_currentState, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::StartFragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter/Namespace::WriteDecl(System.Xml.XmlWriter,System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Namespace_WriteDecl_m9A844FFEDA4BE8790EB459FEDE11A8D8A5DAF100 (Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_writer, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___1_rawWriter, 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.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.String System.Int32::ToString(System.IFormatProvider) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B (int32_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ; // System.Exception System.Xml.XmlWellFormedWriter::InvalidCharsException(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlWellFormedWriter_InvalidCharsException_m9A6278D6C7A8725F6672E3B8B9B9AF52D7622760 (String_t* ___0_name, int32_t ___1_badCharIndex, 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.XmlWellFormedWriter/AttrName::Set(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AttrName_Set_m2C5516E986819EB5B1B0084FA03E54A9C7354930 (AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceUri, const RuntimeMethod* method) ; // System.Boolean System.Xml.XmlWellFormedWriter/AttrName::IsDuplicate(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AttrName_IsDuplicate_m201E2290AC6091EC056BEB923BFD9F35C1293F1C (AttrName_t0B37BBC030EEC83B4B00DFCDD9C1DB43A31675F2* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceUri, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::AddToAttrHashTable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddToAttrHashTable_mCF2C8CBC325BDAE7F0A643DD23ADB94BF5DB840D (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_attributeIndex, const RuntimeMethod* method) ; // System.Int32 System.Collections.Generic.Dictionary`2::get_Count() inline int32_t Dictionary_2_get_Count_m33C34E4F1C77B491E24DCCBF07C43639016B2247 (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* __this, const RuntimeMethod* method) { return (( int32_t (*) (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*, const RuntimeMethod*))Dictionary_2_get_Count_mEE80B960C3B902E5FB4D2458CEB323B68A954926_gshared)(__this, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartDocumentImplAsync(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartDocumentImplAsync_m2A13B7589C0B906F408ED329941170CD47297FF5 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_standalone, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__116>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9_mDF04FFE2A6E8390915DE020A697FC841E2D3F28D (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9_mDF04FFE2A6E8390915DE020A697FC841E2D3F28D_gshared)(__this, ___0_stateMachine, method); } // System.Boolean System.Xml.AsyncHelper::IsSuccess(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_TryReturnTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__TryReturnTask_m62539B7361CC1C5E50121D1B455FEBA25C5F0CF7 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__118>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B_mC55128BF9ACE036245E8C6230F6C1411879340F8 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B_mC55128BF9ACE036245E8C6230F6C1411879340F8_gshared)(__this, ___0_stateMachine, method); } // TResult System.Func`1::Invoke() inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Func_1_Invoke_mF62B79DDADBD36C0E8F0DA4BAD59B33D7BA3C880_inline (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* __this, const RuntimeMethod* method) { return (( Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* (*) (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*, const RuntimeMethod*))Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline)(__this, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::TryReturnTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_TryReturnTask_m5522BAE29D8DE0442EA21167E37FD763B75E3457 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_SequenceRun(System.Threading.Tasks.Task,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__SequenceRun_m9BEF466D6840EC67A4727A10BE81219B6E355AAE (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* ___1_nextTaskFun, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__120>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E_m116123350F5F1B2F215836CB84F53A7359FEA919 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E_m116123350F5F1B2F215836CB84F53A7359FEA919_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::AdvanceStateAsync(System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_token, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartElementAsync_NoAdvanceState(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_mFDEEFCE43A6DD2EF3A3E52054A5CADFC2EB71994 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartElementAsync_NoAdvanceState(System.Threading.Tasks.Task,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_m4E03686665F4CD48B2D8A279E9C185F704DF5D3E (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, String_t* ___1_prefix, String_t* ___2_localName, String_t* ___3_ns, const RuntimeMethod* method) ; // System.Void System.Xml.XmlWellFormedWriter::WriteStartElementAsync_FinishWrite(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartElementAsync_FinishWrite_mF3E6D8C6C1E656EA20E98F62713B15E255417F76 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartElementAsync_FinishWrite(System.Threading.Tasks.Task,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartElementAsync_FinishWrite_m98277A730CC9E0624E9E967DB4956CE8513417D0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_t, String_t* ___1_prefix, String_t* ___2_localName, String_t* ___3_ns, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__123>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F_mA3FAD10F7ABFA5302D68978520F8170C80CCC959 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F_mA3FAD10F7ABFA5302D68978520F8170C80CCC959_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__125>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66_m3400E360314CDB7C46559D548195B382D360AC6B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66_m3400E360314CDB7C46559D548195B382D360AC6B_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Func`1::.ctor(System.Object,System.IntPtr) inline void Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) { (( void (*) (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_m663374A863E492A515BE9626B6F0E444991834E8_gshared)(__this, ___0_object, ___1_method, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::SequenceRun(System.Threading.Tasks.Task,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* ___1_nextTaskFun, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/ElementScope::WriteEndElementAsync(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ElementScope_WriteEndElementAsync_m94387FF6FC061561016F915FC657C52497B572EF (ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_rawWriter, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter/ElementScope::WriteFullEndElementAsync(System.Xml.XmlRawWriter) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ElementScope_WriteFullEndElementAsync_mC2976E0CF5B38C6C1E78DF35C58D8F1C3C883DE1 (ElementScope_t7BA86196EE58918EA5CA952D37FE3C7B19A33592* __this, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* ___0_rawWriter, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartAttributeAsync_NoAdvanceState(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m46E9BCDE71B9E247D91BF09E0C28AA7BAF9D1121 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceName, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartAttributeAsync_NoAdvanceState(System.Threading.Tasks.Task,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m97DE1CBEC1F81DCBC32FF453886B25E36D978D2F (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, String_t* ___1_prefix, String_t* ___2_localName, String_t* ___3_namespaceName, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__133>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610_mE5C46A1D7B220AEA688FF2EEEA6495F083FDC636 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610_mE5C46A1D7B220AEA688FF2EEEA6495F083FDC636_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteEndAttributeAsync_SepcialAtt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEndAttributeAsync_SepcialAtt_m50658E410EB6752332D5419A1335CAD71011E51E (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__136>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1_mFA648728CFE0AFC1FBB93F37DDE5461298EB8D24 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1_mFA648728CFE0AFC1FBB93F37DDE5461298EB8D24_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__137>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF_m8400058FC493C301FC9A10471A7BC9C4423F3F33 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF_m8400058FC493C301FC9A10471A7BC9C4423F3F33_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__138>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6_mF50B5D2A7F3E7A0E8736BF34878B4800B2B3C7D1 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6_mF50B5D2A7F3E7A0E8736BF34878B4800B2B3C7D1_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__139>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819_m9A90D353A7C17B444E29B6B7521E88DDB18CDEF5 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819_m9A90D353A7C17B444E29B6B7521E88DDB18CDEF5_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__140>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A_m2D5735FA383396D1F0FD933F7EDE26F8BB85388D (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A_m2D5735FA383396D1F0FD933F7EDE26F8BB85388D_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__141>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285_m04E4BC59AC63306A945803467D5A260E1099F87F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285_m04E4BC59AC63306A945803467D5A260E1099F87F_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__142>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7_mE2444A348FB645D78F2FB966A25242920D13F210 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7_mE2444A348FB645D78F2FB966A25242920D13F210_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__143>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC_mEF9C27CDFD794FF9687ECAC96B73395DF9F7B12E (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC_mEF9C27CDFD794FF9687ECAC96B73395DF9F7B12E_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStringAsync_NoAdvanceState(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStringAsync_NoAdvanceState_m696502DB16B36F92339D6860204CC450BBA9F8C8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_text, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStringAsync_NoAdvanceState(System.Threading.Tasks.Task,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStringAsync_NoAdvanceState_mAC0C6DCB145DD3CD3CB02CB77CA9FEDE168512F0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, String_t* ___1_text, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__146>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D_mDEE84CEB7630FBA80F51A34EA6A521504BF32FB2 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D_mDEE84CEB7630FBA80F51A34EA6A521504BF32FB2_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__147>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE_m7856D702F5D5055530FCFB1476F85123B2826878 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE_m7856D702F5D5055530FCFB1476F85123B2826878_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__148>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99_mAD7F5057072422020C3FA7BAB469A407CD1BC926 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99_mAD7F5057072422020C3FA7BAB469A407CD1BC926_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__149>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226_m5E73F29F76C579D1E24EBD5D50BADE069DB1B3A2 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226_m5E73F29F76C579D1E24EBD5D50BADE069DB1B3A2_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__152>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65_mE3C341C717A5D0EDB5C59F750D0DEE2F84913D09 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65_mE3C341C717A5D0EDB5C59F750D0DEE2F84913D09_gshared)(__this, ___0_stateMachine, method); } // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__155>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4_mC2D06DC94D0DD35C8C6077407255FBAB62FD2DC6 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4_mC2D06DC94D0DD35C8C6077407255FBAB62FD2DC6_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_AdvanceStateAsync_ReturnWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__AdvanceStateAsync_ReturnWhenFinish_mBD0928311B37A082775ED9EF4129B9484B23DCCB (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__157>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC_mB84BD9EF0F240F60AEAB8850A21799CD6DEC4043 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC_mB84BD9EF0F240F60AEAB8850A21799CD6DEC4043_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_AdvanceStateAsync_ContinueWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State,System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__AdvanceStateAsync_ContinueWhenFinish_mD5AA95416FEF14A4334E49AAED8133F044BD0CAD (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, int32_t ___2_token, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__159>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1_mD1713A47626DAC13A3CFB7A02373E82DF579F226 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1_mD1713A47626DAC13A3CFB7A02373E82DF579F226_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::StartElementContentAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::AdvanceStateAsync_ReturnWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, const RuntimeMethod* method) ; // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::AdvanceStateAsync_ContinueWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State,System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_AdvanceStateAsync_ContinueWhenFinish_mA72A5BD55F743E28F93142C51C2EC9B865B91BCC (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, int32_t ___2_token, const RuntimeMethod* method) ; // System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Startd__161>(TStateMachine&) inline void AsyncTaskMethodBuilder_Start_TisU3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8_mB44962C163DBA3C630F4F38CF2E0DE2D81260BAF (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8* ___0_stateMachine, const RuntimeMethod* method) { (( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, U3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisU3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8_mB44962C163DBA3C630F4F38CF2E0DE2D81260BAF_gshared)(__this, ___0_stateMachine, method); } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::StartElementContentAsync_WithNS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_StartElementContentAsync_WithNS_mA21A5F33AE0FB0C129E0A7257669BA72F9AEF3E1 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, 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) ; #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlUtf8RawTextWriter/d__86::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__86_MoveNext_mEFCF2DEFD0B2E69AF920D354931F9C9B65006569 (U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B24_0 = NULL; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B23_0 = NULL; String_t* G_B25_0 = NULL; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B25_1 = NULL; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0092_1; } case 1: { goto IL_00fb_1; } case 2: { goto IL_016f_1; } case 3: { goto IL_01de_1; } case 4: { goto IL_0252_1; } case 5: { goto IL_02cb_1; } case 6: { goto IL_0331_1; } } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); bool L_5 = L_4->___omitXmlDeclaration_20; if (L_5) { goto IL_0354_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; NullCheck(L_6); bool L_7 = L_6->___autoXmlDeclaration_25; if (L_7) { goto IL_0354_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_8 = V_1; NullCheck(L_8); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_9; L_9 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_8, _stringLiteralB968B651B32BD07EAAB4CB96683980AF16C47C0B, NULL); NullCheck(L_9); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_10; L_10 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_9, (bool)0, NULL); V_3 = L_10; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_11; L_11 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_11; bool L_12; L_12 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_12) { goto IL_00ae_1; } } { int32_t L_13 = 0; V_0 = L_13; __this->___U3CU3E1__state_0 = L_13; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_14 = V_2; __this->___U3CU3Eu__1_4 = L_14; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_15 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8(L_15, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var); goto IL_0382; } IL_0092_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_16 = __this->___U3CU3Eu__1_4; V_2 = L_16; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_17 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_17, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_18 = (-1); V_0 = L_18; __this->___U3CU3E1__state_0 = L_18; } IL_00ae_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_19 = V_1; NullCheck(L_19); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_20; L_20 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_19, _stringLiteral11AC5E2BD66016383281878F99D761B6B9AB5F11, NULL); NullCheck(L_20); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_21; L_21 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_20, (bool)0, NULL); V_3 = L_21; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_22; L_22 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_22; bool L_23; L_23 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_23) { goto IL_0117_1; } } { int32_t L_24 = 1; V_0 = L_24; __this->___U3CU3E1__state_0 = L_24; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_25 = V_2; __this->___U3CU3Eu__1_4 = L_25; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_26 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8(L_26, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var); goto IL_0382; } IL_00fb_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_27 = __this->___U3CU3Eu__1_4; V_2 = L_27; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_28 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_28, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_29 = (-1); V_0 = L_29; __this->___U3CU3E1__state_0 = L_29; } IL_0117_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_30 = V_1; NullCheck(L_30); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_31 = L_30->___encoding_7; if (!L_31) { goto IL_0201_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_32 = V_1; NullCheck(L_32); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_33; L_33 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_32, _stringLiteral36D06DCF7061DEC1E8DF4C9D2BB8EB53DBD3087E, NULL); NullCheck(L_33); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_34; L_34 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_33, (bool)0, NULL); V_3 = L_34; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_35; L_35 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_35; bool L_36; L_36 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_36) { goto IL_018b_1; } } { int32_t L_37 = 2; V_0 = L_37; __this->___U3CU3E1__state_0 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38 = V_2; __this->___U3CU3Eu__1_4 = L_38; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_39 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8(L_39, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var); goto IL_0382; } IL_016f_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_40 = __this->___U3CU3Eu__1_4; V_2 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_41 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_41, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_42 = (-1); V_0 = L_42; __this->___U3CU3E1__state_0 = L_42; } IL_018b_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_43 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_44 = V_1; NullCheck(L_44); Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_45 = L_44->___encoding_7; NullCheck(L_45); String_t* L_46; L_46 = VirtualFuncInvoker0< String_t* >::Invoke(11 /* System.String System.Text.Encoding::get_WebName() */, L_45); NullCheck(L_43); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_47; L_47 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_43, L_46, NULL); NullCheck(L_47); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_48; L_48 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_47, (bool)0, NULL); V_3 = L_48; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_49; L_49 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_49; bool L_50; L_50 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_50) { goto IL_01fa_1; } } { int32_t L_51 = 3; V_0 = L_51; __this->___U3CU3E1__state_0 = L_51; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_52 = V_2; __this->___U3CU3Eu__1_4 = L_52; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_53 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8(L_53, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var); goto IL_0382; } IL_01de_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_54 = __this->___U3CU3Eu__1_4; V_2 = L_54; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_55 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_55, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_56 = (-1); V_0 = L_56; __this->___U3CU3E1__state_0 = L_56; } IL_01fa_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0201_1: { int32_t L_57 = __this->___standalone_3; if (!L_57) { goto IL_02ee_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_58 = V_1; NullCheck(L_58); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_59; L_59 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_58, _stringLiteral1C250646ACB5EAA28E079007EF6B9BECFDAEDC6E, NULL); NullCheck(L_59); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_60; L_60 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_59, (bool)0, NULL); V_3 = L_60; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_61; L_61 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_61; bool L_62; L_62 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_62) { goto IL_026e_1; } } { int32_t L_63 = 4; V_0 = L_63; __this->___U3CU3E1__state_0 = L_63; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_64 = V_2; __this->___U3CU3Eu__1_4 = L_64; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_65 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8(L_65, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var); goto IL_0382; } IL_0252_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_66 = __this->___U3CU3Eu__1_4; V_2 = L_66; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_67 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_67, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_68 = (-1); V_0 = L_68; __this->___U3CU3E1__state_0 = L_68; } IL_026e_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_69 = V_1; int32_t L_70 = __this->___standalone_3; G_B23_0 = L_69; if ((((int32_t)L_70) == ((int32_t)1))) { G_B24_0 = L_69; goto IL_0286_1; } } { G_B25_0 = _stringLiteral7BFA33A11F0B12AF1B7FA1D9BA996EAE1EF77B49; G_B25_1 = G_B23_0; goto IL_028b_1; } IL_0286_1: { G_B25_0 = _stringLiteralED7D39EDF70E08FE57B2522D102BF72B9E5D5331; G_B25_1 = G_B24_0; } IL_028b_1: { NullCheck(G_B25_1); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_71; L_71 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(G_B25_1, G_B25_0, NULL); NullCheck(L_71); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_72; L_72 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_71, (bool)0, NULL); V_3 = L_72; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_73; L_73 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_73; bool L_74; L_74 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_74) { goto IL_02e7_1; } } { int32_t L_75 = 5; V_0 = L_75; __this->___U3CU3E1__state_0 = L_75; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_76 = V_2; __this->___U3CU3Eu__1_4 = L_76; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_77 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8(L_77, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var); goto IL_0382; } IL_02cb_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_78 = __this->___U3CU3Eu__1_4; V_2 = L_78; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_79 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_79, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_80 = (-1); V_0 = L_80; __this->___U3CU3E1__state_0 = L_80; } IL_02e7_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_02ee_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_81 = V_1; NullCheck(L_81); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_82; L_82 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_81, _stringLiteral4C9D5EB3A2133DCF493D42AFE0769A5D81E10AF1, NULL); NullCheck(L_82); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_83; L_83 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_82, (bool)0, NULL); V_3 = L_83; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_84; L_84 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_84; bool L_85; L_85 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_85) { goto IL_034d_1; } } { int32_t L_86 = 6; V_0 = L_86; __this->___U3CU3E1__state_0 = L_86; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_87 = V_2; __this->___U3CU3Eu__1_4 = L_87; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_88 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8(L_88, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB_mA89E6F7D2DA368572CAA1C2422D9288948CAEFA8_RuntimeMethod_var); goto IL_0382; } IL_0331_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_89 = __this->___U3CU3Eu__1_4; V_2 = L_89; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_90 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_90, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_91 = (-1); V_0 = L_91; __this->___U3CU3E1__state_0 = L_91; } IL_034d_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0354_1: { goto IL_036f; } }// 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_0356; } throw e; } CATCH_0356: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_92 = (&__this->___U3CU3Et__builder_1); Exception_t* L_93 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_92, L_93, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0382; }// end catch (depth: 1) IL_036f: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_94 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_94, NULL); } IL_0382: { return; } } IL2CPP_EXTERN_C void U3CWriteXmlDeclarationAsyncU3Ed__86_MoveNext_mEFCF2DEFD0B2E69AF920D354931F9C9B65006569_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteXmlDeclarationAsyncU3Ed__86_MoveNext_mEFCF2DEFD0B2E69AF920D354931F9C9B65006569(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__86::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteXmlDeclarationAsyncU3Ed__86_SetStateMachine_m415C838572D5CFA3D8CA23F10C417D96113B15CC (U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* __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__86_SetStateMachine_m415C838572D5CFA3D8CA23F10C417D96113B15CC_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteXmlDeclarationAsyncU3Ed__86_t2F6DDF372FE253E4AC86ABF0410D86780105F3CB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteXmlDeclarationAsyncU3Ed__86_SetStateMachine_m415C838572D5CFA3D8CA23F10C417D96113B15CC(_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.XmlUtf8RawTextWriter/d__88::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__88_MoveNext_mAE5FB3D65CB1DF0562F0A3087CA73B5F6AB81962 (U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0084_1; } case 1: { goto IL_00ee_1; } case 2: { goto IL_0162_1; } case 3: { goto IL_01cc_1; } case 4: { goto IL_0235_1; } case 5: { goto IL_02a7_1; } case 6: { goto IL_033d_1; } case 7: { goto IL_03a7_1; } case 8: { goto IL_0475_1; } } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_4, _stringLiteralC7C776080FBFB5F15E2EAAE9A4C65AE2C17FE00B, NULL); NullCheck(L_5); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_6; L_6 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_5, (bool)0, NULL); V_3 = L_6; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_7; L_7 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_7; bool L_8; L_8 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_8) { goto IL_00a0_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_11, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_0084_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_00a0_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_15 = V_1; String_t* L_16 = __this->___name_3; NullCheck(L_15); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_17; L_17 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_15, L_16, NULL); NullCheck(L_17); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_18; L_18 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_17, (bool)0, NULL); V_3 = L_18; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_19; L_19 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_19; bool L_20; L_20 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_20) { goto IL_010a_1; } } { int32_t L_21 = 1; V_0 = L_21; __this->___U3CU3E1__state_0 = L_21; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_22 = V_2; __this->___U3CU3Eu__1_7 = L_22; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_23 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_23, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_00ee_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_24 = __this->___U3CU3Eu__1_7; V_2 = L_24; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_25 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_25, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_26 = (-1); V_0 = L_26; __this->___U3CU3E1__state_0 = L_26; } IL_010a_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); String_t* L_27 = __this->___pubid_4; if (!L_27) { goto IL_02ec_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_28 = V_1; NullCheck(L_28); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_29; L_29 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_28, _stringLiteral7721A48ACA2DB6CF7BA1F50E38BE38587D4927BA, NULL); NullCheck(L_29); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_30; L_30 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_29, (bool)0, NULL); V_3 = L_30; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_31; L_31 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_31; bool L_32; L_32 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_32) { goto IL_017e_1; } } { int32_t L_33 = 2; V_0 = L_33; __this->___U3CU3E1__state_0 = L_33; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_34 = V_2; __this->___U3CU3Eu__1_7 = L_34; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_35 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_35, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_0162_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_36 = __this->___U3CU3Eu__1_7; V_2 = L_36; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_37 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_37, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_38 = (-1); V_0 = L_38; __this->___U3CU3E1__state_0 = L_38; } IL_017e_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_39 = V_1; String_t* L_40 = __this->___pubid_4; NullCheck(L_39); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_41; L_41 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_39, L_40, NULL); NullCheck(L_41); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_42; L_42 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_41, (bool)0, NULL); V_3 = L_42; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43; L_43 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_43; bool L_44; L_44 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_44) { goto IL_01e8_1; } } { int32_t L_45 = 3; V_0 = L_45; __this->___U3CU3E1__state_0 = L_45; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_46 = V_2; __this->___U3CU3Eu__1_7 = L_46; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_47 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_47, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_01cc_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_48 = __this->___U3CU3Eu__1_7; V_2 = L_48; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_49 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_49, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_50 = (-1); V_0 = L_50; __this->___U3CU3E1__state_0 = L_50; } IL_01e8_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_51 = V_1; NullCheck(L_51); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_52; L_52 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_51, _stringLiteral88E0DBECA18651C0DE1E09C9B180E8C851A4F92B, 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_0251_1; } } { int32_t L_56 = 4; V_0 = L_56; __this->___U3CU3E1__state_0 = L_56; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_57 = V_2; __this->___U3CU3Eu__1_7 = L_57; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_58 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_58, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_0235_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_59 = __this->___U3CU3Eu__1_7; V_2 = L_59; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_60 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_60, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_61 = (-1); V_0 = L_61; __this->___U3CU3E1__state_0 = L_61; } IL_0251_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); String_t* L_62 = __this->___sysid_5; if (!L_62) { goto IL_02ca_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_63 = V_1; String_t* L_64 = __this->___sysid_5; NullCheck(L_63); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_65; L_65 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_63, L_64, NULL); NullCheck(L_65); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_66; L_66 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_65, (bool)0, NULL); V_3 = L_66; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_67; L_67 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_67; bool L_68; L_68 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_68) { goto IL_02c3_1; } } { int32_t L_69 = 5; V_0 = L_69; __this->___U3CU3E1__state_0 = L_69; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_70 = V_2; __this->___U3CU3Eu__1_7 = L_70; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_71 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_71, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_02a7_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_72 = __this->___U3CU3Eu__1_7; V_2 = L_72; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_73 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_73, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_74 = (-1); V_0 = L_74; __this->___U3CU3E1__state_0 = L_74; } IL_02c3_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_02ca_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_75 = V_1; NullCheck(L_75); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_76 = L_75->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_77 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_78 = V_1; NullCheck(L_78); int32_t L_79 = L_78->___bufPos_9; V_4 = L_79; int32_t L_80 = V_4; NullCheck(L_77); L_77->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_80, 1)); int32_t L_81 = V_4; NullCheck(L_76); (L_76)->SetAt(static_cast(L_81), (uint8_t)((int32_t)34)); goto IL_0406_1; } IL_02ec_1: { String_t* L_82 = __this->___sysid_5; if (!L_82) { goto IL_03e9_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_83 = V_1; NullCheck(L_83); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_84; L_84 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_83, _stringLiteralF3782EC504B73600A2DA83B623313BF6EC38CAE3, NULL); NullCheck(L_84); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_85; L_85 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_84, (bool)0, NULL); V_3 = L_85; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_86; L_86 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_86; bool L_87; L_87 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_87) { goto IL_0359_1; } } { int32_t L_88 = 6; V_0 = L_88; __this->___U3CU3E1__state_0 = L_88; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_89 = V_2; __this->___U3CU3Eu__1_7 = L_89; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_90 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_90, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_033d_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_91 = __this->___U3CU3Eu__1_7; V_2 = L_91; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_92 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_92, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_93 = (-1); V_0 = L_93; __this->___U3CU3E1__state_0 = L_93; } IL_0359_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_94 = V_1; String_t* L_95 = __this->___sysid_5; NullCheck(L_94); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_96; L_96 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_94, L_95, NULL); NullCheck(L_96); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_97; L_97 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_96, (bool)0, NULL); V_3 = L_97; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_98; L_98 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_98; bool L_99; L_99 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_99) { goto IL_03c3_1; } } { int32_t L_100 = 7; V_0 = L_100; __this->___U3CU3E1__state_0 = L_100; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_101 = V_2; __this->___U3CU3Eu__1_7 = L_101; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_102 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_102, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_03a7_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_103 = __this->___U3CU3Eu__1_7; V_2 = L_103; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_104 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_104, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_105 = (-1); V_0 = L_105; __this->___U3CU3E1__state_0 = L_105; } IL_03c3_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_106 = V_1; NullCheck(L_106); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_107 = L_106->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_108 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_109 = V_1; NullCheck(L_109); int32_t L_110 = L_109->___bufPos_9; V_4 = L_110; int32_t L_111 = V_4; NullCheck(L_108); L_108->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_111, 1)); int32_t L_112 = V_4; NullCheck(L_107); (L_107)->SetAt(static_cast(L_112), (uint8_t)((int32_t)34)); goto IL_0406_1; } IL_03e9_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_113 = V_1; NullCheck(L_113); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_114 = L_113->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_115 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_116 = V_1; NullCheck(L_116); int32_t L_117 = L_116->___bufPos_9; V_4 = L_117; int32_t L_118 = V_4; NullCheck(L_115); L_115->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_118, 1)); int32_t L_119 = V_4; NullCheck(L_114); (L_114)->SetAt(static_cast(L_119), (uint8_t)((int32_t)32)); } IL_0406_1: { String_t* L_120 = __this->___subset_6; if (!L_120) { goto IL_04b5_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_121 = V_1; NullCheck(L_121); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_122 = L_121->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_123 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_124 = V_1; NullCheck(L_124); int32_t L_125 = L_124->___bufPos_9; V_4 = L_125; int32_t L_126 = V_4; NullCheck(L_123); L_123->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_126, 1)); int32_t L_127 = V_4; NullCheck(L_122); (L_122)->SetAt(static_cast(L_127), (uint8_t)((int32_t)91)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_128 = V_1; String_t* L_129 = __this->___subset_6; NullCheck(L_128); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_130; L_130 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_128, L_129, NULL); NullCheck(L_130); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_131; L_131 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_130, (bool)0, NULL); V_3 = L_131; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_132; L_132 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_132; bool L_133; L_133 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_133) { goto IL_0491_1; } } { int32_t L_134 = 8; V_0 = L_134; __this->___U3CU3E1__state_0 = L_134; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_135 = V_2; __this->___U3CU3Eu__1_7 = L_135; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_136 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C(L_136, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B_m666ECA4AA3476E9D2DF052BE10FA96FE4C83135C_RuntimeMethod_var); goto IL_0500; } IL_0475_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_137 = __this->___U3CU3Eu__1_7; V_2 = L_137; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_138 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_138, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_139 = (-1); V_0 = L_139; __this->___U3CU3E1__state_0 = L_139; } IL_0491_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_140 = V_1; NullCheck(L_140); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_141 = L_140->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_142 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_143 = V_1; NullCheck(L_143); int32_t L_144 = L_143->___bufPos_9; V_4 = L_144; int32_t L_145 = V_4; NullCheck(L_142); L_142->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_145, 1)); int32_t L_146 = V_4; NullCheck(L_141); (L_141)->SetAt(static_cast(L_146), (uint8_t)((int32_t)93)); } IL_04b5_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_147 = V_1; NullCheck(L_147); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_148 = L_147->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_149 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_150 = V_1; NullCheck(L_150); int32_t L_151 = L_150->___bufPos_9; V_4 = L_151; int32_t L_152 = V_4; NullCheck(L_149); L_149->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_152, 1)); int32_t L_153 = V_4; NullCheck(L_148); (L_148)->SetAt(static_cast(L_153), (uint8_t)((int32_t)62)); goto IL_04ed; } }// 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_04d4; } throw e; } CATCH_04d4: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_154 = (&__this->___U3CU3Et__builder_1); Exception_t* L_155 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_154, L_155, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0500; }// end catch (depth: 1) IL_04ed: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_156 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_156, NULL); } IL_0500: { return; } } IL2CPP_EXTERN_C void U3CWriteDocTypeAsyncU3Ed__88_MoveNext_mAE5FB3D65CB1DF0562F0A3087CA73B5F6AB81962_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteDocTypeAsyncU3Ed__88_MoveNext_mAE5FB3D65CB1DF0562F0A3087CA73B5F6AB81962(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__88::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__88_SetStateMachine_m95933304FE02727BC64C82FFB4A2F1822BAEEFA2 (U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* __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 U3CWriteDocTypeAsyncU3Ed__88_SetStateMachine_m95933304FE02727BC64C82FFB4A2F1822BAEEFA2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteDocTypeAsyncU3Ed__88_t53401692E0630FD39CAE063306F42C44D20FFF7B* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteDocTypeAsyncU3Ed__88_SetStateMachine_m95933304FE02727BC64C82FFB4A2F1822BAEEFA2(_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.XmlUtf8RawTextWriter/d__96::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteNamespaceDeclarationAsyncU3Ed__96_MoveNext_m27DDC372BAEDC16FCD9CAA066DDFA055BF5D5A6E (U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_006d_1; } case 1: { goto IL_00d7_1; } case 2: { goto IL_0138_1; } } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; String_t* L_5 = __this->___prefix_3; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(74 /* System.Threading.Tasks.Task System.Xml.XmlRawWriter::WriteStartNamespaceDeclarationAsync(System.String) */, L_4, L_5); NullCheck(L_6); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_7; L_7 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_6, (bool)0, NULL); V_3 = L_7; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_8; L_8 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_8; bool L_9; L_9 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_9) { goto IL_0089_1; } } { int32_t L_10 = 0; V_0 = L_10; __this->___U3CU3E1__state_0 = L_10; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_11 = V_2; __this->___U3CU3Eu__1_5 = L_11; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_12 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6(L_12, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6_RuntimeMethod_var); goto IL_0189; } IL_006d_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_13 = __this->___U3CU3Eu__1_5; V_2 = L_13; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_14 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_14, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_15 = (-1); V_0 = L_15; __this->___U3CU3E1__state_0 = L_15; } IL_0089_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_16 = V_1; String_t* L_17 = __this->___namespaceName_4; NullCheck(L_16); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_18; L_18 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(48 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStringAsync(System.String) */, L_16, L_17); NullCheck(L_18); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_19; L_19 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_18, (bool)0, NULL); V_3 = L_19; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_20; L_20 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_20; bool L_21; L_21 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_21) { goto IL_00f3_1; } } { int32_t L_22 = 1; V_0 = L_22; __this->___U3CU3E1__state_0 = L_22; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_23 = V_2; __this->___U3CU3Eu__1_5 = L_23; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_24 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6(L_24, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6_RuntimeMethod_var); goto IL_0189; } IL_00d7_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_25 = __this->___U3CU3Eu__1_5; V_2 = L_25; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_26 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_26, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_27 = (-1); V_0 = L_27; __this->___U3CU3E1__state_0 = L_27; } IL_00f3_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_28 = V_1; NullCheck(L_28); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_29; L_29 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(75 /* System.Threading.Tasks.Task System.Xml.XmlRawWriter::WriteEndNamespaceDeclarationAsync() */, L_28); NullCheck(L_29); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_30; L_30 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_29, (bool)0, NULL); V_3 = L_30; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_31; L_31 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_31; bool L_32; L_32 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_32) { goto IL_0154_1; } } { int32_t L_33 = 2; V_0 = L_33; __this->___U3CU3E1__state_0 = L_33; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_34 = V_2; __this->___U3CU3Eu__1_5 = L_34; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_35 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6(L_35, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4_m030496209F12F33BF282BECA92AADE70D48FEAD6_RuntimeMethod_var); goto IL_0189; } IL_0138_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_36 = __this->___U3CU3Eu__1_5; V_2 = L_36; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_37 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_37, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_38 = (-1); V_0 = L_38; __this->___U3CU3E1__state_0 = L_38; } IL_0154_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_0176; } }// 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_015d; } throw e; } CATCH_015d: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_39 = (&__this->___U3CU3Et__builder_1); Exception_t* L_40 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_39, L_40, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0189; }// end catch (depth: 1) IL_0176: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_41 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_41, NULL); } IL_0189: { return; } } IL2CPP_EXTERN_C void U3CWriteNamespaceDeclarationAsyncU3Ed__96_MoveNext_m27DDC372BAEDC16FCD9CAA066DDFA055BF5D5A6E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteNamespaceDeclarationAsyncU3Ed__96_MoveNext_m27DDC372BAEDC16FCD9CAA066DDFA055BF5D5A6E(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__96::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteNamespaceDeclarationAsyncU3Ed__96_SetStateMachine_mFC87336B04C91395E3627D07927CDDE4A0839A9B (U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* __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 U3CWriteNamespaceDeclarationAsyncU3Ed__96_SetStateMachine_mFC87336B04C91395E3627D07927CDDE4A0839A9B_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteNamespaceDeclarationAsyncU3Ed__96_t79FF42DA313D248810F80A1E25EF3094406678A4* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteNamespaceDeclarationAsyncU3Ed__96_SetStateMachine_mFC87336B04C91395E3627D07927CDDE4A0839A9B(_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.XmlUtf8RawTextWriter/d__97::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_MoveNext_m7948966085AF154DAEFFC0E3F30AFDBBFFDA85B0 (U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0079_1; } case 1: { goto IL_00e7_1; } case 2: { goto IL_0151_1; } } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); String_t* L_4 = __this->___prefix_3; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (L_5) { goto IL_00a1_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; NullCheck(L_6); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7; L_7 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_6, _stringLiteral7445C16916FA3BA29CF130D3BC44506627A580F8, NULL); NullCheck(L_7); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_8; L_8 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_7, (bool)0, NULL); V_3 = L_8; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_9; L_9 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_9; bool L_10; L_10 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_10) { goto IL_0095_1; } } { int32_t L_11 = 0; V_0 = L_11; __this->___U3CU3E1__state_0 = L_11; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12 = V_2; __this->___U3CU3Eu__1_4 = L_12; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_13 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3(L_13, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3_RuntimeMethod_var); goto IL_01e3; } IL_0079_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_14 = __this->___U3CU3Eu__1_4; V_2 = L_14; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_15 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_15, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_16 = (-1); V_0 = L_16; __this->___U3CU3E1__state_0 = L_16; } IL_0095_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_01ae_1; } IL_00a1_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_17 = V_1; NullCheck(L_17); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_18; L_18 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_17, _stringLiteralD7BB4816F511937863E42D9A34BAB32B43210AE7, NULL); NullCheck(L_18); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_19; L_19 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_18, (bool)0, NULL); V_3 = L_19; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_20; L_20 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_20; bool L_21; L_21 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_21) { goto IL_0103_1; } } { int32_t L_22 = 1; V_0 = L_22; __this->___U3CU3E1__state_0 = L_22; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_23 = V_2; __this->___U3CU3Eu__1_4 = L_23; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_24 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3(L_24, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3_RuntimeMethod_var); goto IL_01e3; } IL_00e7_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_25 = __this->___U3CU3Eu__1_4; V_2 = L_25; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_26 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_26, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_27 = (-1); V_0 = L_27; __this->___U3CU3E1__state_0 = L_27; } IL_0103_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_28 = V_1; String_t* L_29 = __this->___prefix_3; NullCheck(L_28); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_30; L_30 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_28, L_29, NULL); NullCheck(L_30); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_31; L_31 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_30, (bool)0, NULL); V_3 = L_31; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_32; L_32 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_32; bool L_33; L_33 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_33) { goto IL_016d_1; } } { int32_t L_34 = 2; V_0 = L_34; __this->___U3CU3E1__state_0 = L_34; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_35 = V_2; __this->___U3CU3Eu__1_4 = L_35; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_36 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3(L_36, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020_mA4708592D9C5A1A9BF411A8D749C4CF9AC8D86D3_RuntimeMethod_var); goto IL_01e3; } IL_0151_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_37 = __this->___U3CU3Eu__1_4; V_2 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_38 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_38, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_39 = (-1); V_0 = L_39; __this->___U3CU3E1__state_0 = L_39; } IL_016d_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_40 = V_1; NullCheck(L_40); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = L_40->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_42 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_43 = V_1; NullCheck(L_43); int32_t L_44 = L_43->___bufPos_9; V_4 = L_44; int32_t L_45 = V_4; NullCheck(L_42); L_42->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_45, 1)); int32_t L_46 = V_4; NullCheck(L_41); (L_41)->SetAt(static_cast(L_46), (uint8_t)((int32_t)61)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_47 = V_1; NullCheck(L_47); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_48 = L_47->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_49 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_50 = V_1; NullCheck(L_50); int32_t L_51 = L_50->___bufPos_9; V_4 = L_51; int32_t L_52 = V_4; NullCheck(L_49); L_49->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_52, 1)); int32_t L_53 = V_4; NullCheck(L_48); (L_48)->SetAt(static_cast(L_53), (uint8_t)((int32_t)34)); } IL_01ae_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_54 = V_1; NullCheck(L_54); L_54->___inAttributeValue_17 = (bool)1; goto IL_01d0; } }// 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_01b7; } throw e; } CATCH_01b7: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_55 = (&__this->___U3CU3Et__builder_1); Exception_t* L_56 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_55, L_56, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01e3; }// end catch (depth: 1) IL_01d0: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_57 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_57, NULL); } IL_01e3: { return; } } IL2CPP_EXTERN_C void U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_MoveNext_m7948966085AF154DAEFFC0E3F30AFDBBFFDA85B0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_MoveNext_m7948966085AF154DAEFFC0E3F30AFDBBFFDA85B0(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__97::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_SetStateMachine_m91B703B4FA17FA9ECDC9402368C728055993EC7F (U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* __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 U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_SetStateMachine_m91B703B4FA17FA9ECDC9402368C728055993EC7F_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_t04649D3A3902848B5B6AF688DA0A218376B87020* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteStartNamespaceDeclarationAsyncU3Ed__97_SetStateMachine_m91B703B4FA17FA9ECDC9402368C728055993EC7F(_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.XmlUtf8RawTextWriter/d__99::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataAsyncU3Ed__99_MoveNext_mC28B8FB3015E8A2BA4CA318B6D10C722D1FC3D7C (U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2_m193491811D425E91FF74E1FA16D8FB575B10A885_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0175_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); bool L_5 = L_4->___mergeCDataSections_26; if (!L_5) { goto IL_0043_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; NullCheck(L_6); int32_t L_7 = L_6->___bufPos_9; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->___cdataPos_12; if ((!(((uint32_t)L_7) == ((uint32_t)L_9)))) { goto IL_0043_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_10 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_11 = V_1; NullCheck(L_11); int32_t L_12 = L_11->___bufPos_9; NullCheck(L_10); L_10->___bufPos_9 = ((int32_t)il2cpp_codegen_subtract(L_12, 3)); goto IL_012d_1; } IL_0043_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_13 = V_1; NullCheck(L_13); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = L_13->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_15 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_16 = V_1; NullCheck(L_16); int32_t L_17 = L_16->___bufPos_9; V_2 = L_17; int32_t L_18 = V_2; NullCheck(L_15); L_15->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_18, 1)); int32_t L_19 = V_2; NullCheck(L_14); (L_14)->SetAt(static_cast(L_19), (uint8_t)((int32_t)60)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_20 = V_1; NullCheck(L_20); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = L_20->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_22 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->___bufPos_9; V_2 = L_24; int32_t L_25 = V_2; NullCheck(L_22); L_22->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_25, 1)); int32_t L_26 = V_2; NullCheck(L_21); (L_21)->SetAt(static_cast(L_26), (uint8_t)((int32_t)33)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_27 = V_1; NullCheck(L_27); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = L_27->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_29 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_30 = V_1; NullCheck(L_30); int32_t L_31 = L_30->___bufPos_9; V_2 = L_31; int32_t L_32 = V_2; NullCheck(L_29); L_29->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_32, 1)); int32_t L_33 = V_2; NullCheck(L_28); (L_28)->SetAt(static_cast(L_33), (uint8_t)((int32_t)91)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_34 = V_1; NullCheck(L_34); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_35 = L_34->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_36 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_37 = V_1; NullCheck(L_37); int32_t L_38 = L_37->___bufPos_9; V_2 = L_38; int32_t L_39 = V_2; NullCheck(L_36); L_36->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_39, 1)); int32_t L_40 = V_2; NullCheck(L_35); (L_35)->SetAt(static_cast(L_40), (uint8_t)((int32_t)67)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_41 = V_1; NullCheck(L_41); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = L_41->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_43 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_44 = V_1; NullCheck(L_44); int32_t L_45 = L_44->___bufPos_9; V_2 = L_45; int32_t L_46 = V_2; NullCheck(L_43); L_43->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_46, 1)); int32_t L_47 = V_2; NullCheck(L_42); (L_42)->SetAt(static_cast(L_47), (uint8_t)((int32_t)68)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_48 = V_1; NullCheck(L_48); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_49 = L_48->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_50 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_51 = V_1; NullCheck(L_51); int32_t L_52 = L_51->___bufPos_9; V_2 = L_52; int32_t L_53 = V_2; NullCheck(L_50); L_50->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_53, 1)); int32_t L_54 = V_2; NullCheck(L_49); (L_49)->SetAt(static_cast(L_54), (uint8_t)((int32_t)65)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_55 = V_1; NullCheck(L_55); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_56 = L_55->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_57 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_58 = V_1; NullCheck(L_58); int32_t L_59 = L_58->___bufPos_9; V_2 = L_59; int32_t L_60 = V_2; NullCheck(L_57); L_57->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_60, 1)); int32_t L_61 = V_2; NullCheck(L_56); (L_56)->SetAt(static_cast(L_61), (uint8_t)((int32_t)84)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_62 = V_1; NullCheck(L_62); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_63 = L_62->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_64 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_65 = V_1; NullCheck(L_65); int32_t L_66 = L_65->___bufPos_9; V_2 = L_66; int32_t L_67 = V_2; NullCheck(L_64); L_64->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_67, 1)); int32_t L_68 = V_2; NullCheck(L_63); (L_63)->SetAt(static_cast(L_68), (uint8_t)((int32_t)65)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_69 = V_1; NullCheck(L_69); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_70 = L_69->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_71 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_72 = V_1; NullCheck(L_72); int32_t L_73 = L_72->___bufPos_9; V_2 = L_73; int32_t L_74 = V_2; NullCheck(L_71); L_71->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_74, 1)); int32_t L_75 = V_2; NullCheck(L_70); (L_70)->SetAt(static_cast(L_75), (uint8_t)((int32_t)91)); } IL_012d_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_76 = V_1; String_t* L_77 = __this->___text_3; NullCheck(L_76); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_78; L_78 = XmlUtf8RawTextWriter_WriteCDataSectionAsync_mE263C60E0AE9A206906BEECCBD917EB139293275(L_76, L_77, NULL); NullCheck(L_78); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_79; L_79 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_78, (bool)0, NULL); V_4 = L_79; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_80; L_80 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_4), NULL); V_3 = L_80; bool L_81; L_81 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_3), NULL); if (L_81) { goto IL_0191_1; } } { int32_t L_82 = 0; V_0 = L_82; __this->___U3CU3E1__state_0 = L_82; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_83 = V_3; __this->___U3CU3Eu__1_4 = L_83; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_84 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2_m193491811D425E91FF74E1FA16D8FB575B10A885(L_84, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2_m193491811D425E91FF74E1FA16D8FB575B10A885_RuntimeMethod_var); goto IL_022c; } IL_0175_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_85 = __this->___U3CU3Eu__1_4; V_3 = L_85; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_86 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_86, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_87 = (-1); V_0 = L_87; __this->___U3CU3E1__state_0 = L_87; } IL_0191_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_3), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_88 = V_1; NullCheck(L_88); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_89 = L_88->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_90 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_91 = V_1; NullCheck(L_91); int32_t L_92 = L_91->___bufPos_9; V_2 = L_92; int32_t L_93 = V_2; NullCheck(L_90); L_90->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_93, 1)); int32_t L_94 = V_2; NullCheck(L_89); (L_89)->SetAt(static_cast(L_94), (uint8_t)((int32_t)93)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_95 = V_1; NullCheck(L_95); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_96 = L_95->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_97 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_98 = V_1; NullCheck(L_98); int32_t L_99 = L_98->___bufPos_9; V_2 = L_99; int32_t L_100 = V_2; NullCheck(L_97); L_97->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_100, 1)); int32_t L_101 = V_2; NullCheck(L_96); (L_96)->SetAt(static_cast(L_101), (uint8_t)((int32_t)93)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_102 = V_1; NullCheck(L_102); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_103 = L_102->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_104 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_105 = V_1; NullCheck(L_105); int32_t L_106 = L_105->___bufPos_9; V_2 = L_106; int32_t L_107 = V_2; NullCheck(L_104); L_104->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_107, 1)); int32_t L_108 = V_2; NullCheck(L_103); (L_103)->SetAt(static_cast(L_108), (uint8_t)((int32_t)62)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_109 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_110 = V_1; NullCheck(L_110); int32_t L_111 = L_110->___bufPos_9; NullCheck(L_109); L_109->___textPos_10 = L_111; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_112 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_113 = V_1; NullCheck(L_113); int32_t L_114 = L_113->___bufPos_9; NullCheck(L_112); L_112->___cdataPos_12 = L_114; goto IL_0219; } }// 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_0200; } throw e; } CATCH_0200: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_115 = (&__this->___U3CU3Et__builder_1); Exception_t* L_116 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_115, L_116, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_022c; }// end catch (depth: 1) IL_0219: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_117 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_117, NULL); } IL_022c: { return; } } IL2CPP_EXTERN_C void U3CWriteCDataAsyncU3Ed__99_MoveNext_mC28B8FB3015E8A2BA4CA318B6D10C722D1FC3D7C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCDataAsyncU3Ed__99_MoveNext_mC28B8FB3015E8A2BA4CA318B6D10C722D1FC3D7C(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__99::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataAsyncU3Ed__99_SetStateMachine_m30677B8D061EBD61A690E3AB1D80692FD8C33555 (U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* __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 U3CWriteCDataAsyncU3Ed__99_SetStateMachine_m30677B8D061EBD61A690E3AB1D80692FD8C33555_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteCDataAsyncU3Ed__99_tC45A8897416756509126DB9ED1EAB517832AA7E2* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCDataAsyncU3Ed__99_SetStateMachine_m30677B8D061EBD61A690E3AB1D80692FD8C33555(_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.XmlUtf8RawTextWriter/d__100::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__100_MoveNext_m6D8A5F7990DAD1023F49C1C95EB461E657A6C8DD (U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34_mC25168E4A1C9B268591C26672C3FC88F2BE78D0E_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_00cc_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = L_4->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_7 = V_1; NullCheck(L_7); int32_t L_8 = L_7->___bufPos_9; V_2 = L_8; int32_t L_9 = V_2; NullCheck(L_6); L_6->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_9, 1)); int32_t L_10 = V_2; NullCheck(L_5); (L_5)->SetAt(static_cast(L_10), (uint8_t)((int32_t)60)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_11 = V_1; NullCheck(L_11); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = L_11->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_13 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_14 = V_1; NullCheck(L_14); int32_t L_15 = L_14->___bufPos_9; V_2 = L_15; int32_t L_16 = V_2; NullCheck(L_13); L_13->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_16, 1)); int32_t L_17 = V_2; NullCheck(L_12); (L_12)->SetAt(static_cast(L_17), (uint8_t)((int32_t)33)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_18 = V_1; NullCheck(L_18); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = L_18->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_20 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->___bufPos_9; V_2 = L_22; int32_t L_23 = V_2; NullCheck(L_20); L_20->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_23, 1)); int32_t L_24 = V_2; NullCheck(L_19); (L_19)->SetAt(static_cast(L_24), (uint8_t)((int32_t)45)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_25 = V_1; NullCheck(L_25); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = L_25->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_27 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_28 = V_1; NullCheck(L_28); int32_t L_29 = L_28->___bufPos_9; V_2 = L_29; int32_t L_30 = V_2; NullCheck(L_27); L_27->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_30, 1)); int32_t L_31 = V_2; NullCheck(L_26); (L_26)->SetAt(static_cast(L_31), (uint8_t)((int32_t)45)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_32 = V_1; String_t* L_33 = __this->___text_3; NullCheck(L_32); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_34; L_34 = XmlUtf8RawTextWriter_WriteCommentOrPiAsync_m95CA3C6D0993998C35D65925CA30E3967163A349(L_32, L_33, ((int32_t)45), NULL); NullCheck(L_34); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_35; L_35 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_34, (bool)0, NULL); V_4 = L_35; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_36; L_36 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_4), NULL); V_3 = L_36; bool L_37; L_37 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_3), NULL); if (L_37) { goto IL_00e8_1; } } { int32_t L_38 = 0; V_0 = L_38; __this->___U3CU3E1__state_0 = L_38; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_39 = V_3; __this->___U3CU3Eu__1_4 = L_39; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_40 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34_mC25168E4A1C9B268591C26672C3FC88F2BE78D0E(L_40, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34_mC25168E4A1C9B268591C26672C3FC88F2BE78D0E_RuntimeMethod_var); goto IL_016b; } IL_00cc_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_41 = __this->___U3CU3Eu__1_4; V_3 = L_41; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_42 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_42, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_43 = (-1); V_0 = L_43; __this->___U3CU3E1__state_0 = L_43; } IL_00e8_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_3), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_44 = V_1; NullCheck(L_44); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45 = L_44->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_46 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_47 = V_1; NullCheck(L_47); int32_t L_48 = L_47->___bufPos_9; V_2 = L_48; int32_t L_49 = V_2; NullCheck(L_46); L_46->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_49, 1)); int32_t L_50 = V_2; NullCheck(L_45); (L_45)->SetAt(static_cast(L_50), (uint8_t)((int32_t)45)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_51 = V_1; NullCheck(L_51); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_52 = L_51->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_53 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_54 = V_1; NullCheck(L_54); int32_t L_55 = L_54->___bufPos_9; V_2 = L_55; int32_t L_56 = V_2; NullCheck(L_53); L_53->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_56, 1)); int32_t L_57 = V_2; NullCheck(L_52); (L_52)->SetAt(static_cast(L_57), (uint8_t)((int32_t)45)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_58 = V_1; NullCheck(L_58); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_59 = L_58->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_60 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_61 = V_1; NullCheck(L_61); int32_t L_62 = L_61->___bufPos_9; V_2 = L_62; int32_t L_63 = V_2; NullCheck(L_60); L_60->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_63, 1)); int32_t L_64 = V_2; NullCheck(L_59); (L_59)->SetAt(static_cast(L_64), (uint8_t)((int32_t)62)); goto IL_0158; } }// 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_013f; } throw e; } CATCH_013f: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_65 = (&__this->___U3CU3Et__builder_1); Exception_t* L_66 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_65, L_66, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_016b; }// end catch (depth: 1) IL_0158: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_67 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_67, NULL); } IL_016b: { return; } } IL2CPP_EXTERN_C void U3CWriteCommentAsyncU3Ed__100_MoveNext_m6D8A5F7990DAD1023F49C1C95EB461E657A6C8DD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCommentAsyncU3Ed__100_MoveNext_m6D8A5F7990DAD1023F49C1C95EB461E657A6C8DD(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__100::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__100_SetStateMachine_m5EAB9AE564B07E62F94B464E62C55FC169AFC985 (U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* __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 U3CWriteCommentAsyncU3Ed__100_SetStateMachine_m5EAB9AE564B07E62F94B464E62C55FC169AFC985_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteCommentAsyncU3Ed__100_t5829267FC7341C29428522555342A3A8B2CB3B34* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCommentAsyncU3Ed__100_SetStateMachine_m5EAB9AE564B07E62F94B464E62C55FC169AFC985(_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.XmlUtf8RawTextWriter/d__101::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__101_MoveNext_m414519052A948C89F20BF2FFF0ED53AFD7A1771D (U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_009d_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0135_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_5 = V_1; NullCheck(L_5); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_7 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->___bufPos_9; V_2 = L_9; int32_t L_10 = V_2; NullCheck(L_7); L_7->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_10, 1)); int32_t L_11 = V_2; NullCheck(L_6); (L_6)->SetAt(static_cast(L_11), (uint8_t)((int32_t)60)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_12 = V_1; NullCheck(L_12); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_12->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_14 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_15 = V_1; NullCheck(L_15); int32_t L_16 = L_15->___bufPos_9; V_2 = L_16; int32_t L_17 = V_2; NullCheck(L_14); L_14->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_17, 1)); int32_t L_18 = V_2; NullCheck(L_13); (L_13)->SetAt(static_cast(L_18), (uint8_t)((int32_t)63)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_19 = V_1; String_t* L_20 = __this->___name_3; NullCheck(L_19); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_21; L_21 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_19, L_20, NULL); NullCheck(L_21); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_22; L_22 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_21, (bool)0, NULL); V_4 = L_22; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_23; L_23 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_4), NULL); V_3 = L_23; bool L_24; L_24 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_3), NULL); if (L_24) { goto IL_00b9_1; } } { int32_t L_25 = 0; V_0 = L_25; __this->___U3CU3E1__state_0 = L_25; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_26 = V_3; __this->___U3CU3Eu__1_5 = L_26; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_27 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99(L_27, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99_RuntimeMethod_var); goto IL_01ba; } IL_009d_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_28 = __this->___U3CU3Eu__1_5; V_3 = L_28; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_29 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_29, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_30 = (-1); V_0 = L_30; __this->___U3CU3E1__state_0 = L_30; } IL_00b9_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_3), NULL); String_t* L_31 = __this->___text_4; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_0158_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_33 = V_1; NullCheck(L_33); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = L_33->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_35 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_36 = V_1; NullCheck(L_36); int32_t L_37 = L_36->___bufPos_9; V_2 = L_37; int32_t L_38 = V_2; NullCheck(L_35); L_35->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_38, 1)); int32_t L_39 = V_2; NullCheck(L_34); (L_34)->SetAt(static_cast(L_39), (uint8_t)((int32_t)32)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_40 = V_1; String_t* L_41 = __this->___text_4; NullCheck(L_40); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_42; L_42 = XmlUtf8RawTextWriter_WriteCommentOrPiAsync_m95CA3C6D0993998C35D65925CA30E3967163A349(L_40, L_41, ((int32_t)63), NULL); NullCheck(L_42); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_43; L_43 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_42, (bool)0, NULL); V_4 = L_43; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_44; L_44 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_4), NULL); V_3 = L_44; bool L_45; L_45 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_3), NULL); if (L_45) { goto IL_0151_1; } } { int32_t L_46 = 1; V_0 = L_46; __this->___U3CU3E1__state_0 = L_46; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_47 = V_3; __this->___U3CU3Eu__1_5 = L_47; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_48 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99(L_48, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240_m14C8B4758C0A33A9AEBF90844B287E95AA0EAE99_RuntimeMethod_var); goto IL_01ba; } IL_0135_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_49 = __this->___U3CU3Eu__1_5; V_3 = L_49; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_50 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_50, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_51 = (-1); V_0 = L_51; __this->___U3CU3E1__state_0 = L_51; } IL_0151_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_3), NULL); } IL_0158_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_52 = V_1; NullCheck(L_52); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_53 = L_52->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_54 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_55 = V_1; NullCheck(L_55); int32_t L_56 = L_55->___bufPos_9; V_2 = L_56; int32_t L_57 = V_2; NullCheck(L_54); L_54->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_57, 1)); int32_t L_58 = V_2; NullCheck(L_53); (L_53)->SetAt(static_cast(L_58), (uint8_t)((int32_t)63)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_59 = V_1; NullCheck(L_59); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60 = L_59->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_61 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_62 = V_1; NullCheck(L_62); int32_t L_63 = L_62->___bufPos_9; V_2 = L_63; int32_t L_64 = V_2; NullCheck(L_61); L_61->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_64, 1)); int32_t L_65 = V_2; NullCheck(L_60); (L_60)->SetAt(static_cast(L_65), (uint8_t)((int32_t)62)); goto IL_01a7; } }// 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_018e; } throw e; } CATCH_018e: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_66 = (&__this->___U3CU3Et__builder_1); Exception_t* L_67 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_66, L_67, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01ba; }// end catch (depth: 1) IL_01a7: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_68 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_68, NULL); } IL_01ba: { return; } } IL2CPP_EXTERN_C void U3CWriteProcessingInstructionAsyncU3Ed__101_MoveNext_m414519052A948C89F20BF2FFF0ED53AFD7A1771D_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteProcessingInstructionAsyncU3Ed__101_MoveNext_m414519052A948C89F20BF2FFF0ED53AFD7A1771D(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__101::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__101_SetStateMachine_mDB9AFF5EE2C4500052A8893878C49C47C5817512 (U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* __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 U3CWriteProcessingInstructionAsyncU3Ed__101_SetStateMachine_mDB9AFF5EE2C4500052A8893878C49C47C5817512_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteProcessingInstructionAsyncU3Ed__101_tD8298980D0EFCE389D8B31D4A1F7F7BD50D3B240* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteProcessingInstructionAsyncU3Ed__101_SetStateMachine_mDB9AFF5EE2C4500052A8893878C49C47C5817512(_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.XmlUtf8RawTextWriter/d__102::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEntityRefAsyncU3Ed__102_MoveNext_m7818642C391A14C3E9695010FB59D8B8F1F00120 (U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* V_1 = NULL; int32_t V_2 = 0; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_3; memset((&V_3), 0, sizeof(V_3)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_4; memset((&V_4), 0, sizeof(V_4)); Exception_t* V_5 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0080_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_010a_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_5 = V_1; NullCheck(L_5); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = L_5->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_7 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->___bufPos_9; V_2 = L_9; int32_t L_10 = V_2; NullCheck(L_7); L_7->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_10, 1)); int32_t L_11 = V_2; NullCheck(L_6); (L_6)->SetAt(static_cast(L_11), (uint8_t)((int32_t)38)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_12 = V_1; String_t* L_13 = __this->___name_3; NullCheck(L_12); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14; L_14 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_12, L_13, NULL); NullCheck(L_14); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_15; L_15 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_14, (bool)0, NULL); V_4 = L_15; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_16; L_16 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_4), NULL); V_3 = L_16; bool L_17; L_17 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_3), NULL); if (L_17) { goto IL_009c_1; } } { int32_t L_18 = 0; V_0 = L_18; __this->___U3CU3E1__state_0 = L_18; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_19 = V_3; __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_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234(L_20, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234_RuntimeMethod_var); goto IL_0167; } IL_0080_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_21 = __this->___U3CU3Eu__1_4; V_3 = 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_009c_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_3), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_24 = V_1; NullCheck(L_24); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = L_24->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_26 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_27 = V_1; NullCheck(L_27); int32_t L_28 = L_27->___bufPos_9; V_2 = L_28; int32_t L_29 = V_2; NullCheck(L_26); L_26->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_29, 1)); int32_t L_30 = V_2; NullCheck(L_25); (L_25)->SetAt(static_cast(L_30), (uint8_t)((int32_t)59)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_31 = V_1; NullCheck(L_31); int32_t L_32 = L_31->___bufPos_9; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_33 = V_1; NullCheck(L_33); int32_t L_34 = L_33->___bufLen_14; if ((((int32_t)L_32) <= ((int32_t)L_34))) { goto IL_012d_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_35 = V_1; NullCheck(L_35); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_36; L_36 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_35); NullCheck(L_36); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_37; L_37 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_36, (bool)0, NULL); V_4 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38; L_38 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_4), NULL); V_3 = L_38; bool L_39; L_39 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_3), NULL); if (L_39) { goto IL_0126_1; } } { int32_t L_40 = 1; V_0 = L_40; __this->___U3CU3E1__state_0 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_41 = V_3; __this->___U3CU3Eu__1_4 = L_41; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_42 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234(L_42, (&V_3), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C_mF59851F5DAA660935CF095B6170DE0E1D01A1234_RuntimeMethod_var); goto IL_0167; } IL_010a_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43 = __this->___U3CU3Eu__1_4; V_3 = L_43; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_44 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_44, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_45 = (-1); V_0 = L_45; __this->___U3CU3E1__state_0 = L_45; } IL_0126_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_3), NULL); } IL_012d_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_46 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_47 = V_1; NullCheck(L_47); int32_t L_48 = L_47->___bufPos_9; NullCheck(L_46); L_46->___textPos_10 = L_48; goto IL_0154; } }// 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_013b; } throw e; } CATCH_013b: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_49 = (&__this->___U3CU3Et__builder_1); Exception_t* L_50 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_49, L_50, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0167; }// end catch (depth: 1) IL_0154: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_51 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_51, NULL); } IL_0167: { return; } } IL2CPP_EXTERN_C void U3CWriteEntityRefAsyncU3Ed__102_MoveNext_m7818642C391A14C3E9695010FB59D8B8F1F00120_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteEntityRefAsyncU3Ed__102_MoveNext_m7818642C391A14C3E9695010FB59D8B8F1F00120(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__102::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEntityRefAsyncU3Ed__102_SetStateMachine_m8F529D8E3A340E320A391563CEAEEAD71DCCC8D1 (U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* __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 U3CWriteEntityRefAsyncU3Ed__102_SetStateMachine_m8F529D8E3A340E320A391563CEAEEAD71DCCC8D1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteEntityRefAsyncU3Ed__102_t67B41B03FA8ED859B0FB03F1B7706B0C8017E24C* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteEntityRefAsyncU3Ed__102_SetStateMachine_m8F529D8E3A340E320A391563CEAEEAD71DCCC8D1(_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.XmlUtf8RawTextWriter/d__103::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCharEntityAsyncU3Ed__103_MoveNext_m884D2D32EE517D7B7B368B496BA6C22BA54080CB (U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* V_1 = NULL; String_t* V_2 = NULL; int32_t V_3 = 0; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_4; memset((&V_4), 0, sizeof(V_4)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_00f5_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0182_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); Il2CppChar L_5 = __this->___ch_3; V_3 = L_5; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_6; L_6 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_7; L_7 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_3), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_6, NULL); V_2 = L_7; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_8 = V_1; NullCheck(L_8); bool L_9 = L_8->___checkCharacters_22; if (!L_9) { goto IL_0062_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_10 = V_1; NullCheck(L_10); XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_11 = (&L_10->___xmlCharType_8); Il2CppChar L_12 = __this->___ch_3; bool L_13; L_13 = XmlCharType_IsCharData_m39C87F830CD89F4F0029AA0338BB9AB5EFCC1AF5(L_11, L_12, NULL); if (L_13) { goto IL_0062_1; } } { Il2CppChar L_14 = __this->___ch_3; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_15; L_15 = XmlConvert_CreateInvalidCharException_mE86C6EAFD256563406F74C1A6F378ADE2C07ACD2(L_14, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CWriteCharEntityAsyncU3Ed__103_MoveNext_m884D2D32EE517D7B7B368B496BA6C22BA54080CB_RuntimeMethod_var))); } IL_0062_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_16 = V_1; NullCheck(L_16); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = L_16->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_18 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_19 = V_1; NullCheck(L_19); int32_t L_20 = L_19->___bufPos_9; V_3 = L_20; int32_t L_21 = V_3; NullCheck(L_18); L_18->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_21, 1)); int32_t L_22 = V_3; NullCheck(L_17); (L_17)->SetAt(static_cast(L_22), (uint8_t)((int32_t)38)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_23 = V_1; NullCheck(L_23); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = L_23->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_25 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_26 = V_1; NullCheck(L_26); int32_t L_27 = L_26->___bufPos_9; V_3 = L_27; int32_t L_28 = V_3; NullCheck(L_25); L_25->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_28, 1)); int32_t L_29 = V_3; NullCheck(L_24); (L_24)->SetAt(static_cast(L_29), (uint8_t)((int32_t)35)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_30 = V_1; NullCheck(L_30); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_31 = L_30->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_32 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_33 = V_1; NullCheck(L_33); int32_t L_34 = L_33->___bufPos_9; V_3 = L_34; int32_t L_35 = V_3; NullCheck(L_32); L_32->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_35, 1)); int32_t L_36 = V_3; NullCheck(L_31); (L_31)->SetAt(static_cast(L_36), (uint8_t)((int32_t)120)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_37 = V_1; String_t* L_38 = V_2; NullCheck(L_37); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_39; L_39 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_37, L_38, NULL); NullCheck(L_39); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_40; L_40 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_39, (bool)0, NULL); V_5 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_41; L_41 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_5), NULL); V_4 = L_41; bool L_42; L_42 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_4), NULL); if (L_42) { goto IL_0112_1; } } { int32_t L_43 = 0; V_0 = L_43; __this->___U3CU3E1__state_0 = L_43; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_44 = V_4; __this->___U3CU3Eu__1_4 = L_44; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_45 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3(L_45, (&V_4), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3_RuntimeMethod_var); goto IL_01e0; } IL_00f5_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_46 = __this->___U3CU3Eu__1_4; V_4 = L_46; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_47 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_47, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_48 = (-1); V_0 = L_48; __this->___U3CU3E1__state_0 = L_48; } IL_0112_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_4), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_49 = V_1; NullCheck(L_49); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_50 = L_49->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_51 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_52 = V_1; NullCheck(L_52); int32_t L_53 = L_52->___bufPos_9; V_3 = L_53; int32_t L_54 = V_3; NullCheck(L_51); L_51->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_54, 1)); int32_t L_55 = V_3; NullCheck(L_50); (L_50)->SetAt(static_cast(L_55), (uint8_t)((int32_t)59)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_56 = V_1; NullCheck(L_56); int32_t L_57 = L_56->___bufPos_9; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_58 = V_1; NullCheck(L_58); int32_t L_59 = L_58->___bufLen_14; if ((((int32_t)L_57) <= ((int32_t)L_59))) { goto IL_01a6_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_60 = V_1; NullCheck(L_60); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_61; L_61 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_60); NullCheck(L_61); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_62; L_62 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_61, (bool)0, NULL); V_5 = L_62; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_63; L_63 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_5), NULL); V_4 = L_63; bool L_64; L_64 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_4), NULL); if (L_64) { goto IL_019f_1; } } { int32_t L_65 = 1; V_0 = L_65; __this->___U3CU3E1__state_0 = L_65; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_66 = V_4; __this->___U3CU3Eu__1_4 = L_66; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_67 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3(L_67, (&V_4), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E_m998882449627F103BBAB4BF7941C3A73D5F56AA3_RuntimeMethod_var); goto IL_01e0; } IL_0182_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_68 = __this->___U3CU3Eu__1_4; V_4 = L_68; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_69 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_69, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_70 = (-1); V_0 = L_70; __this->___U3CU3E1__state_0 = L_70; } IL_019f_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_4), NULL); } IL_01a6_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_71 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_72 = V_1; NullCheck(L_72); int32_t L_73 = L_72->___bufPos_9; NullCheck(L_71); L_71->___textPos_10 = L_73; goto IL_01cd; } }// 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_01b4; } throw e; } CATCH_01b4: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_74 = (&__this->___U3CU3Et__builder_1); Exception_t* L_75 = V_6; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_74, L_75, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01e0; }// end catch (depth: 1) IL_01cd: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_76 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_76, NULL); } IL_01e0: { return; } } IL2CPP_EXTERN_C void U3CWriteCharEntityAsyncU3Ed__103_MoveNext_m884D2D32EE517D7B7B368B496BA6C22BA54080CB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCharEntityAsyncU3Ed__103_MoveNext_m884D2D32EE517D7B7B368B496BA6C22BA54080CB(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__103::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCharEntityAsyncU3Ed__103_SetStateMachine_mD2E40950FD54C208EDCA9094376879623FE715A2 (U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* __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 U3CWriteCharEntityAsyncU3Ed__103_SetStateMachine_mD2E40950FD54C208EDCA9094376879623FE715A2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteCharEntityAsyncU3Ed__103_t3E5B3AFFB7DB610F7E63A4B97E5E68FCE713BD6E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCharEntityAsyncU3Ed__103_SetStateMachine_mD2E40950FD54C208EDCA9094376879623FE715A2(_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.XmlUtf8RawTextWriter/d__106::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteSurrogateCharEntityAsyncU3Ed__106_MoveNext_m29476DCEFD17E421D5E6ADAAEBA86FAC4833D1BE (U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1_mA9A147AFAE31CB8670B2FD921039548581E81EEB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* V_1 = NULL; int32_t V_2 = 0; int32_t V_3 = 0; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_4; memset((&V_4), 0, sizeof(V_4)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_00cc_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); Il2CppChar L_4 = __this->___lowChar_3; Il2CppChar L_5 = __this->___highChar_4; int32_t L_6; L_6 = XmlCharType_CombineSurrogateChar_m4D32D326745128CD021B4C219295A61B074FB8C7(L_4, L_5, NULL); V_2 = L_6; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_7 = V_1; NullCheck(L_7); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = L_7->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_9 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_10 = V_1; NullCheck(L_10); int32_t L_11 = L_10->___bufPos_9; V_3 = L_11; int32_t L_12 = V_3; NullCheck(L_9); L_9->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_12, 1)); int32_t L_13 = V_3; NullCheck(L_8); (L_8)->SetAt(static_cast(L_13), (uint8_t)((int32_t)38)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_14 = V_1; NullCheck(L_14); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = L_14->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_16 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_17 = V_1; NullCheck(L_17); int32_t L_18 = L_17->___bufPos_9; V_3 = L_18; int32_t L_19 = V_3; NullCheck(L_16); L_16->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_19, 1)); int32_t L_20 = V_3; NullCheck(L_15); (L_15)->SetAt(static_cast(L_20), (uint8_t)((int32_t)35)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_21 = V_1; NullCheck(L_21); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = L_21->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_23 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_24 = V_1; NullCheck(L_24); int32_t L_25 = L_24->___bufPos_9; V_3 = L_25; int32_t L_26 = V_3; NullCheck(L_23); L_23->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_26, 1)); int32_t L_27 = V_3; NullCheck(L_22); (L_22)->SetAt(static_cast(L_27), (uint8_t)((int32_t)120)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_28 = V_1; NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_29; L_29 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL); String_t* L_30; L_30 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_2), _stringLiteralD5D2875F228D651E1289522AEAAB8C492001C1BE, L_29, NULL); NullCheck(L_28); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_31; L_31 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_28, L_30, NULL); NullCheck(L_31); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_32; L_32 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_31, (bool)0, NULL); V_5 = L_32; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_33; L_33 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_5), NULL); V_4 = L_33; bool L_34; L_34 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_4), NULL); if (L_34) { goto IL_00e9_1; } } { int32_t L_35 = 0; V_0 = L_35; __this->___U3CU3E1__state_0 = L_35; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_36 = V_4; __this->___U3CU3Eu__1_5 = L_36; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_37 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1_mA9A147AFAE31CB8670B2FD921039548581E81EEB(L_37, (&V_4), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1_mA9A147AFAE31CB8670B2FD921039548581E81EEB_RuntimeMethod_var); goto IL_0144; } IL_00cc_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38 = __this->___U3CU3Eu__1_5; V_4 = L_38; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_39 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_39, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_40 = (-1); V_0 = L_40; __this->___U3CU3E1__state_0 = L_40; } IL_00e9_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_4), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_41 = V_1; NullCheck(L_41); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_42 = L_41->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_43 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_44 = V_1; NullCheck(L_44); int32_t L_45 = L_44->___bufPos_9; V_3 = L_45; int32_t L_46 = V_3; NullCheck(L_43); L_43->___bufPos_9 = ((int32_t)il2cpp_codegen_add(L_46, 1)); int32_t L_47 = V_3; NullCheck(L_42); (L_42)->SetAt(static_cast(L_47), (uint8_t)((int32_t)59)); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_48 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_49 = V_1; NullCheck(L_49); int32_t L_50 = L_49->___bufPos_9; NullCheck(L_48); L_48->___textPos_10 = L_50; goto IL_0131; } }// 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_0118; } throw e; } CATCH_0118: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_51 = (&__this->___U3CU3Et__builder_1); Exception_t* L_52 = V_6; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_51, L_52, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0144; }// end catch (depth: 1) IL_0131: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_53 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_53, NULL); } IL_0144: { return; } } IL2CPP_EXTERN_C void U3CWriteSurrogateCharEntityAsyncU3Ed__106_MoveNext_m29476DCEFD17E421D5E6ADAAEBA86FAC4833D1BE_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteSurrogateCharEntityAsyncU3Ed__106_MoveNext_m29476DCEFD17E421D5E6ADAAEBA86FAC4833D1BE(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__106::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteSurrogateCharEntityAsyncU3Ed__106_SetStateMachine_m5C09C72942FC539247CE944DA7B9D1378E1F0BE6 (U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* __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 U3CWriteSurrogateCharEntityAsyncU3Ed__106_SetStateMachine_m5C09C72942FC539247CE944DA7B9D1378E1F0BE6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteSurrogateCharEntityAsyncU3Ed__106_t1D7DCDD1B3F55D01993654952703E97DABBD6EF1* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteSurrogateCharEntityAsyncU3Ed__106_SetStateMachine_m5C09C72942FC539247CE944DA7B9D1378E1F0BE6(_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.XmlUtf8RawTextWriter/d__108::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__108_MoveNext_m2E4C411FA9AC1E55F1C22658224E3CDE46680693 (U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3_mCDA18144603655FB7A639ADD3FFF5A3545237769_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0067_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_5 = __this->___buffer_3; int32_t L_6 = __this->___index_4; int32_t L_7 = __this->___count_5; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8; L_8 = XmlUtf8RawTextWriter_WriteRawWithCharCheckingAsync_m42CC8C264C37D88357FD9A21716A2362F4561F1F(L_4, L_5, L_6, L_7, NULL); NullCheck(L_8); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_9; L_9 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_8, (bool)0, NULL); V_3 = L_9; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_10; L_10 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_10; bool L_11; L_11 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_11) { goto IL_0083_1; } } { int32_t L_12 = 0; V_0 = L_12; __this->___U3CU3E1__state_0 = L_12; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_13 = V_2; __this->___U3CU3Eu__1_6 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_14 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3_mCDA18144603655FB7A639ADD3FFF5A3545237769(L_14, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3_mCDA18144603655FB7A639ADD3FFF5A3545237769_RuntimeMethod_var); goto IL_00c4; } IL_0067_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_15 = __this->___U3CU3Eu__1_6; V_2 = L_15; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_16 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_16, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_17 = (-1); V_0 = L_17; __this->___U3CU3E1__state_0 = L_17; } IL_0083_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_18 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_19 = V_1; NullCheck(L_19); int32_t L_20 = L_19->___bufPos_9; NullCheck(L_18); L_18->___textPos_10 = L_20; goto IL_00b1; } }// 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_0098; } throw e; } CATCH_0098: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_21 = (&__this->___U3CU3Et__builder_1); Exception_t* L_22 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_21, L_22, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00c4; }// end catch (depth: 1) IL_00b1: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_23 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_23, NULL); } IL_00c4: { return; } } IL2CPP_EXTERN_C void U3CWriteRawAsyncU3Ed__108_MoveNext_m2E4C411FA9AC1E55F1C22658224E3CDE46680693_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawAsyncU3Ed__108_MoveNext_m2E4C411FA9AC1E55F1C22658224E3CDE46680693(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__108::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__108_SetStateMachine_mCA6BC490A3C110E1D1ECC441F0B075E6C0C20DE0 (U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* __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 U3CWriteRawAsyncU3Ed__108_SetStateMachine_mCA6BC490A3C110E1D1ECC441F0B075E6C0C20DE0_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteRawAsyncU3Ed__108_t79F8D27C8B82351396A45E676836F459F1BD1BF3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawAsyncU3Ed__108_SetStateMachine_mCA6BC490A3C110E1D1ECC441F0B075E6C0C20DE0(_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.XmlUtf8RawTextWriter/d__109::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__109_MoveNext_m4AFF0538EC51E3C1D2F8B282B8B08946B77426F0 (U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB_mAF5C6FDF3F3F19611563CDD01F0FDF090C606E9F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_005b_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; String_t* L_5 = __this->___data_3; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = XmlUtf8RawTextWriter_WriteRawWithCharCheckingAsync_mE319708BC96CBFB82BC32ED6384DCD5E06F861D8(L_4, L_5, NULL); NullCheck(L_6); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_7; L_7 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_6, (bool)0, NULL); V_3 = L_7; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_8; L_8 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_8; bool L_9; L_9 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_9) { goto IL_0077_1; } } { int32_t L_10 = 0; V_0 = L_10; __this->___U3CU3E1__state_0 = L_10; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_11 = V_2; __this->___U3CU3Eu__1_4 = L_11; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_12 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB_mAF5C6FDF3F3F19611563CDD01F0FDF090C606E9F(L_12, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB_mAF5C6FDF3F3F19611563CDD01F0FDF090C606E9F_RuntimeMethod_var); goto IL_00b8; } IL_005b_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_13 = __this->___U3CU3Eu__1_4; V_2 = L_13; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_14 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_14, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_15 = (-1); V_0 = L_15; __this->___U3CU3E1__state_0 = L_15; } IL_0077_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_16 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_17 = V_1; NullCheck(L_17); int32_t L_18 = L_17->___bufPos_9; NullCheck(L_16); L_16->___textPos_10 = L_18; goto IL_00a5; } }// 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_008c; } throw e; } CATCH_008c: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_19 = (&__this->___U3CU3Et__builder_1); Exception_t* L_20 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_19, L_20, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00b8; }// end catch (depth: 1) IL_00a5: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_21 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_21, NULL); } IL_00b8: { return; } } IL2CPP_EXTERN_C void U3CWriteRawAsyncU3Ed__109_MoveNext_m4AFF0538EC51E3C1D2F8B282B8B08946B77426F0_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawAsyncU3Ed__109_MoveNext_m4AFF0538EC51E3C1D2F8B282B8B08946B77426F0(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__109::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawAsyncU3Ed__109_SetStateMachine_mE49154C5EFC121930D3EA3AD35516E2D684F37E3 (U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* __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 U3CWriteRawAsyncU3Ed__109_SetStateMachine_mE49154C5EFC121930D3EA3AD35516E2D684F37E3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteRawAsyncU3Ed__109_t0105DBFCA6B92B9D96F9C6B3222F7D85D93023CB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawAsyncU3Ed__109_SetStateMachine_mE49154C5EFC121930D3EA3AD35516E2D684F37E3(_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.XmlUtf8RawTextWriter/d__110::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushAsyncU3Ed__110_MoveNext_m2E5C1754630EA8183FD0969DD4AE6C6AAB76F75C (U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0067_1; } case 1: { goto IL_00cb_1; } case 2: { goto IL_0139_1; } } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_3 = V_1; NullCheck(L_3); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_3, NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_4); NullCheck(L_5); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_6; L_6 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_5, (bool)0, NULL); V_3 = L_6; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_7; L_7 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_7; bool L_8; L_8 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_8) { goto IL_0083_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_10 = V_2; __this->___U3CU3Eu__1_3 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC(L_11, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC_RuntimeMethod_var); goto IL_018a; } IL_0067_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12 = __this->___U3CU3Eu__1_3; V_2 = L_12; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_13 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_13, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0083_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_15 = V_1; NullCheck(L_15); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_16; L_16 = XmlUtf8RawTextWriter_FlushEncoderAsync_m169955517DCDB3E69EB40C74F1AD07C99B576B87_inline(L_15, NULL); NullCheck(L_16); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_17; L_17 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_16, (bool)0, NULL); V_3 = L_17; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_19) { goto IL_00e7_1; } } { int32_t L_20 = 1; V_0 = L_20; __this->___U3CU3E1__state_0 = L_20; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_21 = V_2; __this->___U3CU3Eu__1_3 = L_21; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_22 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC(L_22, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC_RuntimeMethod_var); goto IL_018a; } IL_00cb_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_23 = __this->___U3CU3Eu__1_3; V_2 = L_23; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_24 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_25 = (-1); V_0 = L_25; __this->___U3CU3E1__state_0 = L_25; } IL_00e7_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_26 = V_1; NullCheck(L_26); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_27 = L_26->___stream_6; if (!L_27) { goto IL_015c_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_28 = V_1; NullCheck(L_28); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_29 = L_28->___stream_6; NullCheck(L_29); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_30; L_30 = Stream_FlushAsync_m2C8614B69BF3C562B2BEFACAC1183FA5F3C2BBEF(L_29, NULL); NullCheck(L_30); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_31; L_31 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_30, (bool)0, NULL); V_3 = L_31; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_32; L_32 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_32; bool L_33; L_33 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_33) { goto IL_0155_1; } } { int32_t L_34 = 2; V_0 = L_34; __this->___U3CU3E1__state_0 = L_34; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_35 = V_2; __this->___U3CU3Eu__1_3 = L_35; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_36 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC(L_36, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F_m8CC875E445EF48DE8B889F92C727A90BA56A5ECC_RuntimeMethod_var); goto IL_018a; } IL_0139_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_37 = __this->___U3CU3Eu__1_3; V_2 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_38 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_38, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_39 = (-1); V_0 = L_39; __this->___U3CU3E1__state_0 = L_39; } IL_0155_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_015c_1: { goto IL_0177; } }// 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_015e; } throw e; } CATCH_015e: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_40 = (&__this->___U3CU3Et__builder_1); Exception_t* L_41 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_40, L_41, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_018a; }// end catch (depth: 1) IL_0177: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_42 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_42, NULL); } IL_018a: { return; } } IL2CPP_EXTERN_C void U3CFlushAsyncU3Ed__110_MoveNext_m2E5C1754630EA8183FD0969DD4AE6C6AAB76F75C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CFlushAsyncU3Ed__110_MoveNext_m2E5C1754630EA8183FD0969DD4AE6C6AAB76F75C(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__110::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushAsyncU3Ed__110_SetStateMachine_m0D9ACD2BDE7A03324298162C972ACAB8B6F415A0 (U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* __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 U3CFlushAsyncU3Ed__110_SetStateMachine_m0D9ACD2BDE7A03324298162C972ACAB8B6F415A0_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CFlushAsyncU3Ed__110_tA39F75F13E041629893B2060F699A40E0C34768F* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CFlushAsyncU3Ed__110_SetStateMachine_m0D9ACD2BDE7A03324298162C972ACAB8B6F415A0(_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.XmlUtf8RawTextWriter/d__111::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushBufferAsyncU3Ed__111_MoveNext_mACFCCAE0F1BAF388A9723C91A5E0E205ED22E62A (U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240_m07AC71F5CD8B531713C596507EC875F44AA83C21_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B16_0 = NULL; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B15_0 = NULL; int32_t G_B17_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B17_1 = NULL; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B19_0 = NULL; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B18_0 = NULL; int32_t G_B20_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* G_B20_1 = NULL; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_2; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00a5_1: {// begin finally (depth: 2) { int32_t L_3 = V_0; if ((((int32_t)L_3) >= ((int32_t)0))) { goto IL_015a_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = L_4->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; NullCheck(L_6); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_8 = V_1; NullCheck(L_8); int32_t L_9 = L_8->___bufPos_9; NullCheck(L_7); int32_t L_10 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); uint8_t L_11 = (L_7)->GetAt(static_cast(L_10)); NullCheck(L_5); (L_5)->SetAt(static_cast(0), (uint8_t)L_11); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_12 = V_1; NullCheck(L_12); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_12->___bufBytes_5; NullCheck(L_13); int32_t L_14 = 0; uint8_t L_15 = (L_13)->GetAt(static_cast(L_14)); bool L_16; L_16 = XmlUtf8RawTextWriter_IsSurrogateByte_m4A89519896C4D3F09A0504DD36AE6C98A2B25E7B(L_15, NULL); if (!L_16) { goto IL_0115_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_17 = V_1; NullCheck(L_17); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = L_17->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_19 = V_1; NullCheck(L_19); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = L_19->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_21 = V_1; NullCheck(L_21); int32_t L_22 = L_21->___bufPos_9; NullCheck(L_20); int32_t L_23 = L_22; uint8_t L_24 = (L_20)->GetAt(static_cast(L_23)); NullCheck(L_18); (L_18)->SetAt(static_cast(1), (uint8_t)L_24); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_25 = V_1; NullCheck(L_25); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = L_25->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_27 = V_1; NullCheck(L_27); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_28 = L_27->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_29 = V_1; NullCheck(L_29); int32_t L_30 = L_29->___bufPos_9; NullCheck(L_28); int32_t L_31 = ((int32_t)il2cpp_codegen_add(L_30, 1)); uint8_t L_32 = (L_28)->GetAt(static_cast(L_31)); NullCheck(L_26); (L_26)->SetAt(static_cast(2), (uint8_t)L_32); XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_33 = V_1; NullCheck(L_33); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_34 = L_33->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_35 = V_1; NullCheck(L_35); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_36 = L_35->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_37 = V_1; NullCheck(L_37); int32_t L_38 = L_37->___bufPos_9; NullCheck(L_36); int32_t L_39 = ((int32_t)il2cpp_codegen_add(L_38, 2)); uint8_t L_40 = (L_36)->GetAt(static_cast(L_39)); NullCheck(L_34); (L_34)->SetAt(static_cast(3), (uint8_t)L_40); } IL_0115_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_41 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_42 = V_1; NullCheck(L_42); int32_t L_43 = L_42->___textPos_10; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_44 = V_1; NullCheck(L_44); int32_t L_45 = L_44->___bufPos_9; G_B15_0 = L_41; if ((((int32_t)L_43) == ((int32_t)L_45))) { G_B16_0 = L_41; goto IL_0127_1; } } { G_B17_0 = 0; G_B17_1 = G_B15_0; goto IL_0128_1; } IL_0127_1: { G_B17_0 = 1; G_B17_1 = G_B16_0; } IL_0128_1: { NullCheck(G_B17_1); G_B17_1->___textPos_10 = G_B17_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_46 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_47 = V_1; NullCheck(L_47); int32_t L_48 = L_47->___attrEndPos_13; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_49 = V_1; NullCheck(L_49); int32_t L_50 = L_49->___bufPos_9; G_B18_0 = L_46; if ((((int32_t)L_48) == ((int32_t)L_50))) { G_B19_0 = L_46; goto IL_013f_1; } } { G_B20_0 = 0; G_B20_1 = G_B18_0; goto IL_0140_1; } IL_013f_1: { G_B20_0 = 1; G_B20_1 = G_B19_0; } IL_0140_1: { NullCheck(G_B20_1); G_B20_1->___attrEndPos_13 = G_B20_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_51 = V_1; NullCheck(L_51); L_51->___contentPos_11 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_52 = V_1; NullCheck(L_52); L_52->___cdataPos_12 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_53 = V_1; NullCheck(L_53); L_53->___bufPos_9 = 1; } IL_015a_1: { return; } }// end finally (depth: 2) }); try {// begin try (depth: 2) try {// begin try (depth: 3) { int32_t L_54 = V_0; if (!L_54) { goto IL_0071_3; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_55 = V_1; NullCheck(L_55); bool L_56 = L_55->___writeToNull_15; if (L_56) { goto IL_0094_3; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_57 = V_1; NullCheck(L_57); Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_58 = L_57->___stream_6; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_59 = V_1; NullCheck(L_59); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_60 = L_59->___bufBytes_5; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_61 = V_1; NullCheck(L_61); int32_t L_62 = L_61->___bufPos_9; NullCheck(L_58); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_63; L_63 = Stream_WriteAsync_m51D91C94481BB32FE1A876A789C9705F433B133D(L_58, L_60, 1, ((int32_t)il2cpp_codegen_subtract(L_62, 1)), NULL); NullCheck(L_63); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_64; L_64 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_63, (bool)0, NULL); V_3 = L_64; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_65; L_65 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_65; bool L_66; L_66 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_66) { goto IL_008d_3; } } { int32_t L_67 = 0; V_0 = L_67; __this->___U3CU3E1__state_0 = L_67; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_68 = V_2; __this->___U3CU3Eu__1_3 = L_68; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_69 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240_m07AC71F5CD8B531713C596507EC875F44AA83C21(L_69, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240_m07AC71F5CD8B531713C596507EC875F44AA83C21_RuntimeMethod_var); goto IL_0189; } IL_0071_3: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_70 = __this->___U3CU3Eu__1_3; V_2 = L_70; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_71 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_71, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_72 = (-1); V_0 = L_72; __this->___U3CU3E1__state_0 = L_72; } IL_008d_3: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0094_3: { goto IL_00a0_2; } }// end try (depth: 3) 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_0096_2; } throw e; } CATCH_0096_2: {// begin catch(System.Object) XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_73 = V_1; NullCheck(L_73); L_73->___writeToNull_15 = (bool)1; IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 3) IL_00a0_2: { goto IL_015b_1; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_015b_1: { goto IL_0176; } }// 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_015d; } throw e; } CATCH_015d: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_74 = (&__this->___U3CU3Et__builder_1); Exception_t* L_75 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_74, L_75, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0189; }// end catch (depth: 1) IL_0176: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_76 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_76, NULL); } IL_0189: { return; } } IL2CPP_EXTERN_C void U3CFlushBufferAsyncU3Ed__111_MoveNext_mACFCCAE0F1BAF388A9723C91A5E0E205ED22E62A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CFlushBufferAsyncU3Ed__111_MoveNext_mACFCCAE0F1BAF388A9723C91A5E0E205ED22E62A(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__111::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFlushBufferAsyncU3Ed__111_SetStateMachine_mC0F37C904A632203AB9D9366B8A22DA9FB96E77C (U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* __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 U3CFlushBufferAsyncU3Ed__111_SetStateMachine_mC0F37C904A632203AB9D9366B8A22DA9FB96E77C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CFlushBufferAsyncU3Ed__111_tBC672581E824A25257F7DF88C37B6906C3143240* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CFlushBufferAsyncU3Ed__111_SetStateMachine_mC0F37C904A632203AB9D9366B8A22DA9FB96E77C(_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.XmlUtf8RawTextWriter/d__116::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAttributeTextBlockAsyncU3Ed__116_MoveNext_m4E8E6766D1E501ABB9A4907A0CEB8652B1C0689E (U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3_mB9B94570E11A2593B9E70B8A8175C81E5DBE1985_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_4; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00be_1; } } { __this->___U3CwriteLenU3E5__2_6 = 0; int32_t L_3 = __this->___index_2; __this->___U3CcurIndexU3E5__3_7 = L_3; int32_t L_4 = __this->___count_3; __this->___U3CleftCountU3E5__4_8 = L_4; } IL_0033_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_5 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_6 = __this->___chars_5; int32_t L_7 = __this->___U3CcurIndexU3E5__3_7; int32_t L_8 = __this->___U3CleftCountU3E5__4_8; NullCheck(L_5); int32_t L_9; L_9 = XmlUtf8RawTextWriter_WriteAttributeTextBlockNoFlush_m720A285D6DB60BF25BEE0B48FB78C2FA41CE428D(L_5, L_6, L_7, L_8, NULL); __this->___U3CwriteLenU3E5__2_6 = L_9; int32_t L_10 = __this->___U3CcurIndexU3E5__3_7; int32_t L_11 = __this->___U3CwriteLenU3E5__2_6; __this->___U3CcurIndexU3E5__3_7 = ((int32_t)il2cpp_codegen_add(L_10, L_11)); int32_t L_12 = __this->___U3CleftCountU3E5__4_8; int32_t L_13 = __this->___U3CwriteLenU3E5__2_6; __this->___U3CleftCountU3E5__4_8 = ((int32_t)il2cpp_codegen_subtract(L_12, L_13)); int32_t L_14 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_14) < ((int32_t)0))) { goto IL_00e1_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_15 = V_1; NullCheck(L_15); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_16; L_16 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_15); NullCheck(L_16); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_17; L_17 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_16, (bool)0, NULL); V_3 = L_17; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_18; L_18 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_18; bool L_19; L_19 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_19) { goto IL_00da_1; } } { int32_t L_20 = 0; V_0 = L_20; __this->___U3CU3E1__state_0 = L_20; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_21 = V_2; __this->___U3CU3Eu__1_9 = L_21; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_22 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3_mB9B94570E11A2593B9E70B8A8175C81E5DBE1985(L_22, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3_mB9B94570E11A2593B9E70B8A8175C81E5DBE1985_RuntimeMethod_var); goto IL_011b; } IL_00be_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_23 = __this->___U3CU3Eu__1_9; V_2 = L_23; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_24 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_25 = (-1); V_0 = L_25; __this->___U3CU3E1__state_0 = L_25; } IL_00da_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_00e1_1: { int32_t L_26 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_26) >= ((int32_t)0))) { goto IL_0033_1; } } { goto IL_0108; } }// 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_00ef; } throw e; } CATCH_00ef: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_27 = (&__this->___U3CU3Et__builder_1); Exception_t* L_28 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_27, L_28, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_011b; }// end catch (depth: 1) IL_0108: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_29 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_29, NULL); } IL_011b: { return; } } IL2CPP_EXTERN_C void U3CWriteAttributeTextBlockAsyncU3Ed__116_MoveNext_m4E8E6766D1E501ABB9A4907A0CEB8652B1C0689E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteAttributeTextBlockAsyncU3Ed__116_MoveNext_m4E8E6766D1E501ABB9A4907A0CEB8652B1C0689E(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__116::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteAttributeTextBlockAsyncU3Ed__116_SetStateMachine_mA56EA9379609F767C362370408A1BC6727F27B5D (U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* __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 U3CWriteAttributeTextBlockAsyncU3Ed__116_SetStateMachine_mA56EA9379609F767C362370408A1BC6727F27B5D_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteAttributeTextBlockAsyncU3Ed__116_t4CD97BBCBD9C0D64F4AE0119BD2DA5D7194072A3* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteAttributeTextBlockAsyncU3Ed__116_SetStateMachine_mA56EA9379609F767C362370408A1BC6727F27B5D(_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.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteAttributeTextBlockAsyncU3Ed__118_MoveNext_m64981373730EC62D305F9115FA3B0239F6E990E4 (U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0059_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0107_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_4); NullCheck(L_5); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_6; L_6 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_5, (bool)0, NULL); V_3 = L_6; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_7; L_7 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_7; bool L_8; L_8 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_8) { goto IL_0075_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517(L_11, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517_RuntimeMethod_var); goto IL_0164; } IL_0059_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0075_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_007c_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_15 = V_1; String_t* L_16 = __this->___text_3; int32_t L_17 = __this->___curIndex_4; int32_t L_18 = __this->___leftCount_5; NullCheck(L_15); int32_t L_19; L_19 = XmlUtf8RawTextWriter_WriteAttributeTextBlockNoFlush_mCBB7A6690BF23E28F005ABE96CAA08573DA924DA(L_15, L_16, L_17, L_18, NULL); __this->___U3CwriteLenU3E5__2_6 = L_19; int32_t L_20 = __this->___curIndex_4; int32_t L_21 = __this->___U3CwriteLenU3E5__2_6; __this->___curIndex_4 = ((int32_t)il2cpp_codegen_add(L_20, L_21)); int32_t L_22 = __this->___leftCount_5; int32_t L_23 = __this->___U3CwriteLenU3E5__2_6; __this->___leftCount_5 = ((int32_t)il2cpp_codegen_subtract(L_22, L_23)); int32_t L_24 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_012a_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_25 = V_1; NullCheck(L_25); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_26; L_26 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_25); NullCheck(L_26); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_27; L_27 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_26, (bool)0, NULL); V_3 = L_27; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_28; L_28 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_28; bool L_29; L_29 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_29) { goto IL_0123_1; } } { int32_t L_30 = 1; V_0 = L_30; __this->___U3CU3E1__state_0 = L_30; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_31 = V_2; __this->___U3CU3Eu__1_7 = L_31; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_32 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517(L_32, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85_mF83869F76F87B74BF6C0789CAAF21897CFE4A517_RuntimeMethod_var); goto IL_0164; } IL_0107_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_33 = __this->___U3CU3Eu__1_7; V_2 = L_33; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_34 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_34, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_35 = (-1); V_0 = L_35; __this->___U3CU3E1__state_0 = L_35; } IL_0123_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_012a_1: { int32_t L_36 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_36) >= ((int32_t)0))) { goto IL_007c_1; } } { goto IL_0151; } }// 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_0138; } throw e; } CATCH_0138: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_37 = (&__this->___U3CU3Et__builder_1); Exception_t* L_38 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_37, L_38, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0164; }// end catch (depth: 1) IL_0151: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_39 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_39, NULL); } IL_0164: { return; } } IL2CPP_EXTERN_C void U3C_WriteAttributeTextBlockAsyncU3Ed__118_MoveNext_m64981373730EC62D305F9115FA3B0239F6E990E4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3C_WriteAttributeTextBlockAsyncU3Ed__118_MoveNext_m64981373730EC62D305F9115FA3B0239F6E990E4(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/<_WriteAttributeTextBlockAsync>d__118::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteAttributeTextBlockAsyncU3Ed__118_SetStateMachine_mFDB17F956B590323C511ED48DCCFB0AC8D99156E (U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* __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 U3C_WriteAttributeTextBlockAsyncU3Ed__118_SetStateMachine_mFDB17F956B590323C511ED48DCCFB0AC8D99156E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3C_WriteAttributeTextBlockAsyncU3Ed__118_t2095D8F233AEB5A96F3250D78713A5861649CC85* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3C_WriteAttributeTextBlockAsyncU3Ed__118_SetStateMachine_mFDB17F956B590323C511ED48DCCFB0AC8D99156E(_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.XmlUtf8RawTextWriter/d__122::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteElementTextBlockAsyncU3Ed__122_MoveNext_m19E04FC59CDA05C4F74B52AD41BE4F30B821FB8F (U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_4; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00dd_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_016d_1; } } { __this->___U3CwriteLenU3E5__2_6 = 0; int32_t L_4 = __this->___index_2; __this->___U3CcurIndexU3E5__3_7 = L_4; int32_t L_5 = __this->___count_3; __this->___U3CleftCountU3E5__4_8 = L_5; __this->___U3CneedWriteNewLineU3E5__5_9 = (bool)0; } IL_0041_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->___chars_5; int32_t L_8 = __this->___U3CcurIndexU3E5__3_7; int32_t L_9 = __this->___U3CleftCountU3E5__4_8; bool* L_10 = (&__this->___U3CneedWriteNewLineU3E5__5_9); NullCheck(L_6); int32_t L_11; L_11 = XmlUtf8RawTextWriter_WriteElementTextBlockNoFlush_m03394B02EAE77CD850C815ACB936DC90464A0D97(L_6, L_7, L_8, L_9, L_10, NULL); __this->___U3CwriteLenU3E5__2_6 = L_11; int32_t L_12 = __this->___U3CcurIndexU3E5__3_7; int32_t L_13 = __this->___U3CwriteLenU3E5__2_6; __this->___U3CcurIndexU3E5__3_7 = ((int32_t)il2cpp_codegen_add(L_12, L_13)); int32_t L_14 = __this->___U3CleftCountU3E5__4_8; int32_t L_15 = __this->___U3CwriteLenU3E5__2_6; __this->___U3CleftCountU3E5__4_8 = ((int32_t)il2cpp_codegen_subtract(L_14, L_15)); bool L_16 = __this->___U3CneedWriteNewLineU3E5__5_9; if (!L_16) { goto IL_0126_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_17 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_18 = V_1; NullCheck(L_18); String_t* L_19 = L_18->___newLineChars_21; NullCheck(L_17); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_20; L_20 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_17, L_19, NULL); NullCheck(L_20); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_21; L_21 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_20, (bool)0, NULL); V_3 = L_21; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_22; L_22 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_22; bool L_23; L_23 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_23) { goto IL_00f9_1; } } { int32_t L_24 = 0; V_0 = L_24; __this->___U3CU3E1__state_0 = L_24; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_25 = V_2; __this->___U3CU3Eu__1_10 = L_25; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_26 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618(L_26, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618_RuntimeMethod_var); goto IL_01d6; } IL_00dd_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_27 = __this->___U3CU3Eu__1_10; V_2 = L_27; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_28 = (&__this->___U3CU3Eu__1_10); il2cpp_codegen_initobj(L_28, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_29 = (-1); V_0 = L_29; __this->___U3CU3E1__state_0 = L_29; } IL_00f9_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_30 = __this->___U3CcurIndexU3E5__3_7; V_4 = L_30; int32_t L_31 = V_4; __this->___U3CcurIndexU3E5__3_7 = ((int32_t)il2cpp_codegen_add(L_31, 1)); int32_t L_32 = __this->___U3CleftCountU3E5__4_8; V_4 = L_32; int32_t L_33 = V_4; __this->___U3CleftCountU3E5__4_8 = ((int32_t)il2cpp_codegen_subtract(L_33, 1)); goto IL_0190_1; } IL_0126_1: { int32_t L_34 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_34) < ((int32_t)0))) { goto IL_0190_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_35 = V_1; NullCheck(L_35); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_36; L_36 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_35); NullCheck(L_36); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_37; L_37 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_36, (bool)0, NULL); V_3 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38; L_38 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_38; bool L_39; L_39 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_39) { goto IL_0189_1; } } { int32_t L_40 = 1; V_0 = L_40; __this->___U3CU3E1__state_0 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_41 = V_2; __this->___U3CU3Eu__1_10 = L_41; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_42 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618(L_42, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368_m873CBD97F300A1208963602920445E792750A618_RuntimeMethod_var); goto IL_01d6; } IL_016d_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43 = __this->___U3CU3Eu__1_10; V_2 = L_43; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_44 = (&__this->___U3CU3Eu__1_10); il2cpp_codegen_initobj(L_44, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_45 = (-1); V_0 = L_45; __this->___U3CU3E1__state_0 = L_45; } IL_0189_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0190_1: { int32_t L_46 = __this->___U3CwriteLenU3E5__2_6; bool L_47 = __this->___U3CneedWriteNewLineU3E5__5_9; if (((int32_t)(((((int32_t)((((int32_t)L_46) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_47))) { goto IL_0041_1; } } { goto IL_01c3; } }// 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_01aa; } throw e; } CATCH_01aa: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_48 = (&__this->___U3CU3Et__builder_1); Exception_t* L_49 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_48, L_49, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01d6; }// end catch (depth: 1) IL_01c3: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_50 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_50, NULL); } IL_01d6: { return; } } IL2CPP_EXTERN_C void U3CWriteElementTextBlockAsyncU3Ed__122_MoveNext_m19E04FC59CDA05C4F74B52AD41BE4F30B821FB8F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteElementTextBlockAsyncU3Ed__122_MoveNext_m19E04FC59CDA05C4F74B52AD41BE4F30B821FB8F(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__122::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteElementTextBlockAsyncU3Ed__122_SetStateMachine_m0C2A88FB871994E97992DD66E35EB4E8744A0B27 (U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* __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 U3CWriteElementTextBlockAsyncU3Ed__122_SetStateMachine_m0C2A88FB871994E97992DD66E35EB4E8744A0B27_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteElementTextBlockAsyncU3Ed__122_t98E647A3D7E47611888E6AAA6ED155F89787F368* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteElementTextBlockAsyncU3Ed__122_SetStateMachine_m0C2A88FB871994E97992DD66E35EB4E8744A0B27(_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.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteElementTextBlockAsyncU3Ed__124_MoveNext_m3E482D83D4DA66BE770F472FF759D45919E551ED (U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_3; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_0084_1; } case 1: { goto IL_010e_1; } case 2: { goto IL_01cd_1; } case 3: { goto IL_025d_1; } } } { __this->___U3CwriteLenU3E5__2_7 = 0; __this->___U3CneedWriteNewLineU3E5__3_8 = (bool)0; bool L_3 = __this->___newLine_2; if (!L_3) { goto IL_00cd_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_5 = V_1; NullCheck(L_5); String_t* L_6 = L_5->___newLineChars_21; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7; L_7 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_4, L_6, NULL); NullCheck(L_7); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_8; L_8 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_7, (bool)0, NULL); V_3 = L_8; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_9; L_9 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_9; bool L_10; L_10 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_10) { goto IL_00a0_1; } } { int32_t L_11 = 0; V_0 = L_11; __this->___U3CU3E1__state_0 = L_11; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12 = V_2; __this->___U3CU3Eu__1_9 = L_12; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_13 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815(L_13, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_RuntimeMethod_var); goto IL_02c6; } IL_0084_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_14 = __this->___U3CU3Eu__1_9; V_2 = L_14; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_15 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_15, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_16 = (-1); V_0 = L_16; __this->___U3CU3E1__state_0 = L_16; } IL_00a0_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_17 = __this->___curIndex_4; V_4 = L_17; int32_t L_18 = V_4; __this->___curIndex_4 = ((int32_t)il2cpp_codegen_add(L_18, 1)); int32_t L_19 = __this->___leftCount_5; V_4 = L_19; int32_t L_20 = V_4; __this->___leftCount_5 = ((int32_t)il2cpp_codegen_subtract(L_20, 1)); goto IL_0131_1; } IL_00cd_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_21 = V_1; NullCheck(L_21); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_22; L_22 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_21); NullCheck(L_22); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_23; L_23 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_22, (bool)0, NULL); V_3 = L_23; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_24; L_24 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_24; bool L_25; L_25 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_25) { goto IL_012a_1; } } { int32_t L_26 = 1; V_0 = L_26; __this->___U3CU3E1__state_0 = L_26; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_27 = V_2; __this->___U3CU3Eu__1_9 = L_27; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_28 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815(L_28, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_RuntimeMethod_var); goto IL_02c6; } IL_010e_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_29 = __this->___U3CU3Eu__1_9; V_2 = L_29; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_30 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_30, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_31 = (-1); V_0 = L_31; __this->___U3CU3E1__state_0 = L_31; } IL_012a_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0131_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_32 = V_1; String_t* L_33 = __this->___text_6; int32_t L_34 = __this->___curIndex_4; int32_t L_35 = __this->___leftCount_5; bool* L_36 = (&__this->___U3CneedWriteNewLineU3E5__3_8); NullCheck(L_32); int32_t L_37; L_37 = XmlUtf8RawTextWriter_WriteElementTextBlockNoFlush_m689A069DB2BA4F88FE318C2DB50DD09641E3C316(L_32, L_33, L_34, L_35, L_36, NULL); __this->___U3CwriteLenU3E5__2_7 = L_37; int32_t L_38 = __this->___curIndex_4; int32_t L_39 = __this->___U3CwriteLenU3E5__2_7; __this->___curIndex_4 = ((int32_t)il2cpp_codegen_add(L_38, L_39)); int32_t L_40 = __this->___leftCount_5; int32_t L_41 = __this->___U3CwriteLenU3E5__2_7; __this->___leftCount_5 = ((int32_t)il2cpp_codegen_subtract(L_40, L_41)); bool L_42 = __this->___U3CneedWriteNewLineU3E5__3_8; if (!L_42) { goto IL_0216_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_43 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_44 = V_1; NullCheck(L_44); String_t* L_45 = L_44->___newLineChars_21; NullCheck(L_43); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_46; L_46 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_43, L_45, NULL); NullCheck(L_46); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_47; L_47 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_46, (bool)0, NULL); V_3 = L_47; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_48; L_48 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_48; bool L_49; L_49 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_49) { goto IL_01e9_1; } } { int32_t L_50 = 2; V_0 = L_50; __this->___U3CU3E1__state_0 = L_50; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_51 = V_2; __this->___U3CU3Eu__1_9 = L_51; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_52 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815(L_52, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_RuntimeMethod_var); goto IL_02c6; } IL_01cd_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_53 = __this->___U3CU3Eu__1_9; V_2 = L_53; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_54 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_54, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_55 = (-1); V_0 = L_55; __this->___U3CU3E1__state_0 = L_55; } IL_01e9_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_56 = __this->___curIndex_4; V_4 = L_56; int32_t L_57 = V_4; __this->___curIndex_4 = ((int32_t)il2cpp_codegen_add(L_57, 1)); int32_t L_58 = __this->___leftCount_5; V_4 = L_58; int32_t L_59 = V_4; __this->___leftCount_5 = ((int32_t)il2cpp_codegen_subtract(L_59, 1)); goto IL_0280_1; } IL_0216_1: { int32_t L_60 = __this->___U3CwriteLenU3E5__2_7; if ((((int32_t)L_60) < ((int32_t)0))) { goto IL_0280_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_61 = V_1; NullCheck(L_61); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_62; L_62 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_61); NullCheck(L_62); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_63; L_63 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_62, (bool)0, NULL); V_3 = L_63; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_64; L_64 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_64; bool L_65; L_65 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_65) { goto IL_0279_1; } } { int32_t L_66 = 3; V_0 = L_66; __this->___U3CU3E1__state_0 = L_66; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_67 = V_2; __this->___U3CU3Eu__1_9 = L_67; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_68 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815(L_68, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329_mD6F327F4B6C359E3C031E183382BF9ABCCEA7815_RuntimeMethod_var); goto IL_02c6; } IL_025d_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_69 = __this->___U3CU3Eu__1_9; V_2 = L_69; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_70 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_70, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_71 = (-1); V_0 = L_71; __this->___U3CU3E1__state_0 = L_71; } IL_0279_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0280_1: { int32_t L_72 = __this->___U3CwriteLenU3E5__2_7; bool L_73 = __this->___U3CneedWriteNewLineU3E5__3_8; if (((int32_t)(((((int32_t)((((int32_t)L_72) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_73))) { goto IL_0131_1; } } { goto IL_02b3; } }// 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_029a; } throw e; } CATCH_029a: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_74 = (&__this->___U3CU3Et__builder_1); Exception_t* L_75 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_74, L_75, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_02c6; }// end catch (depth: 1) IL_02b3: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_76 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_76, NULL); } IL_02c6: { return; } } IL2CPP_EXTERN_C void U3C_WriteElementTextBlockAsyncU3Ed__124_MoveNext_m3E482D83D4DA66BE770F472FF759D45919E551ED_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3C_WriteElementTextBlockAsyncU3Ed__124_MoveNext_m3E482D83D4DA66BE770F472FF759D45919E551ED(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/<_WriteElementTextBlockAsync>d__124::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_WriteElementTextBlockAsyncU3Ed__124_SetStateMachine_m6D3ED702C32290EC9E5F54237CCF1AD59A05305E (U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* __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 U3C_WriteElementTextBlockAsyncU3Ed__124_SetStateMachine_m6D3ED702C32290EC9E5F54237CCF1AD59A05305E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3C_WriteElementTextBlockAsyncU3Ed__124_t105F53E95C5A0D7BF2A1C39F1B7F5A9833800329* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3C_WriteElementTextBlockAsyncU3Ed__124_SetStateMachine_m6D3ED702C32290EC9E5F54237CCF1AD59A05305E(_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.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_RawTextAsyncU3Ed__128_MoveNext_mE5891E8DEC21FA99082E6A48AA6CF645C6AF47DD (U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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_0059_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_010e_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_4 = V_1; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5; L_5 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_4); NullCheck(L_5); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_6; L_6 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_5, (bool)0, NULL); V_3 = L_6; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_7; L_7 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_7; bool L_8; L_8 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_8) { goto IL_0075_1; } } { int32_t L_9 = 0; V_0 = L_9; __this->___U3CU3E1__state_0 = L_9; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_10 = V_2; __this->___U3CU3Eu__1_7 = L_10; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_11 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F(L_11, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F_RuntimeMethod_var); goto IL_016b; } IL_0059_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12 = __this->___U3CU3Eu__1_7; V_2 = L_12; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_13 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_13, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_14 = (-1); V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; } IL_0075_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); __this->___U3CwriteLenU3E5__2_6 = 0; } IL_0083_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_15 = V_1; String_t* L_16 = __this->___text_3; int32_t L_17 = __this->___curIndex_4; int32_t L_18 = __this->___leftCount_5; NullCheck(L_15); int32_t L_19; L_19 = XmlUtf8RawTextWriter_RawTextNoFlush_m784B307DD11E0D7DD5A89B4B5DA8A5ACADA2475E(L_15, L_16, L_17, L_18, NULL); __this->___U3CwriteLenU3E5__2_6 = L_19; int32_t L_20 = __this->___curIndex_4; int32_t L_21 = __this->___U3CwriteLenU3E5__2_6; __this->___curIndex_4 = ((int32_t)il2cpp_codegen_add(L_20, L_21)); int32_t L_22 = __this->___leftCount_5; int32_t L_23 = __this->___U3CwriteLenU3E5__2_6; __this->___leftCount_5 = ((int32_t)il2cpp_codegen_subtract(L_22, L_23)); int32_t L_24 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_24) < ((int32_t)0))) { goto IL_0131_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_25 = V_1; NullCheck(L_25); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_26; L_26 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_25); NullCheck(L_26); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_27; L_27 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_26, (bool)0, NULL); V_3 = L_27; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_28; L_28 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_28; bool L_29; L_29 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_29) { goto IL_012a_1; } } { int32_t L_30 = 1; V_0 = L_30; __this->___U3CU3E1__state_0 = L_30; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_31 = V_2; __this->___U3CU3Eu__1_7 = L_31; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_32 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F(L_32, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67_m6214745E566B8EB9ACF91C4F0A755E75D523266F_RuntimeMethod_var); goto IL_016b; } IL_010e_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_33 = __this->___U3CU3Eu__1_7; V_2 = L_33; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_34 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_34, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_35 = (-1); V_0 = L_35; __this->___U3CU3E1__state_0 = L_35; } IL_012a_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0131_1: { int32_t L_36 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_36) >= ((int32_t)0))) { goto IL_0083_1; } } { goto IL_0158; } }// 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_013f; } throw e; } CATCH_013f: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_37 = (&__this->___U3CU3Et__builder_1); Exception_t* L_38 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_37, L_38, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_016b; }// end catch (depth: 1) IL_0158: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_39 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_39, NULL); } IL_016b: { return; } } IL2CPP_EXTERN_C void U3C_RawTextAsyncU3Ed__128_MoveNext_mE5891E8DEC21FA99082E6A48AA6CF645C6AF47DD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3C_RawTextAsyncU3Ed__128_MoveNext_mE5891E8DEC21FA99082E6A48AA6CF645C6AF47DD(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/<_RawTextAsync>d__128::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3C_RawTextAsyncU3Ed__128_SetStateMachine_m806BE772B2633848D557137E6C51B841EDD35029 (U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* __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 U3C_RawTextAsyncU3Ed__128_SetStateMachine_m806BE772B2633848D557137E6C51B841EDD35029_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3C_RawTextAsyncU3Ed__128_tFF2B98DE450489385DB7AE6829BC35FED72EEC67* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3C_RawTextAsyncU3Ed__128_SetStateMachine_m806BE772B2633848D557137E6C51B841EDD35029(_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.XmlUtf8RawTextWriter/d__132::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__132_MoveNext_mEE5A00C2FB201811DFE98462DB9F3666A95AD78F (U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_4; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00dd_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_016d_1; } } { __this->___U3CwriteLenU3E5__2_6 = 0; int32_t L_4 = __this->___index_2; __this->___U3CcurIndexU3E5__3_7 = L_4; int32_t L_5 = __this->___count_3; __this->___U3CleftCountU3E5__4_8 = L_5; __this->___U3CneedWriteNewLineU3E5__5_9 = (bool)0; } IL_0041_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = __this->___chars_5; int32_t L_8 = __this->___U3CcurIndexU3E5__3_7; int32_t L_9 = __this->___U3CleftCountU3E5__4_8; bool* L_10 = (&__this->___U3CneedWriteNewLineU3E5__5_9); NullCheck(L_6); int32_t L_11; L_11 = XmlUtf8RawTextWriter_WriteRawWithCharCheckingNoFlush_mCA4167C600E90C9604DA35C02F53774B0CBE3101(L_6, L_7, L_8, L_9, L_10, NULL); __this->___U3CwriteLenU3E5__2_6 = L_11; int32_t L_12 = __this->___U3CcurIndexU3E5__3_7; int32_t L_13 = __this->___U3CwriteLenU3E5__2_6; __this->___U3CcurIndexU3E5__3_7 = ((int32_t)il2cpp_codegen_add(L_12, L_13)); int32_t L_14 = __this->___U3CleftCountU3E5__4_8; int32_t L_15 = __this->___U3CwriteLenU3E5__2_6; __this->___U3CleftCountU3E5__4_8 = ((int32_t)il2cpp_codegen_subtract(L_14, L_15)); bool L_16 = __this->___U3CneedWriteNewLineU3E5__5_9; if (!L_16) { goto IL_0126_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_17 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_18 = V_1; NullCheck(L_18); String_t* L_19 = L_18->___newLineChars_21; NullCheck(L_17); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_20; L_20 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_17, L_19, NULL); NullCheck(L_20); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_21; L_21 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_20, (bool)0, NULL); V_3 = L_21; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_22; L_22 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_22; bool L_23; L_23 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_23) { goto IL_00f9_1; } } { int32_t L_24 = 0; V_0 = L_24; __this->___U3CU3E1__state_0 = L_24; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_25 = V_2; __this->___U3CU3Eu__1_10 = L_25; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_26 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328(L_26, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328_RuntimeMethod_var); goto IL_01d6; } IL_00dd_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_27 = __this->___U3CU3Eu__1_10; V_2 = L_27; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_28 = (&__this->___U3CU3Eu__1_10); il2cpp_codegen_initobj(L_28, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_29 = (-1); V_0 = L_29; __this->___U3CU3E1__state_0 = L_29; } IL_00f9_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_30 = __this->___U3CcurIndexU3E5__3_7; V_4 = L_30; int32_t L_31 = V_4; __this->___U3CcurIndexU3E5__3_7 = ((int32_t)il2cpp_codegen_add(L_31, 1)); int32_t L_32 = __this->___U3CleftCountU3E5__4_8; V_4 = L_32; int32_t L_33 = V_4; __this->___U3CleftCountU3E5__4_8 = ((int32_t)il2cpp_codegen_subtract(L_33, 1)); goto IL_0190_1; } IL_0126_1: { int32_t L_34 = __this->___U3CwriteLenU3E5__2_6; if ((((int32_t)L_34) < ((int32_t)0))) { goto IL_0190_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_35 = V_1; NullCheck(L_35); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_36; L_36 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_35); NullCheck(L_36); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_37; L_37 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_36, (bool)0, NULL); V_3 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38; L_38 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_38; bool L_39; L_39 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_39) { goto IL_0189_1; } } { int32_t L_40 = 1; V_0 = L_40; __this->___U3CU3E1__state_0 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_41 = V_2; __this->___U3CU3Eu__1_10 = L_41; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_10))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_42 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328(L_42, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE_m52EE10546E4B6ABC60D460B9F7937FC720D47328_RuntimeMethod_var); goto IL_01d6; } IL_016d_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43 = __this->___U3CU3Eu__1_10; V_2 = L_43; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_44 = (&__this->___U3CU3Eu__1_10); il2cpp_codegen_initobj(L_44, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_45 = (-1); V_0 = L_45; __this->___U3CU3E1__state_0 = L_45; } IL_0189_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0190_1: { int32_t L_46 = __this->___U3CwriteLenU3E5__2_6; bool L_47 = __this->___U3CneedWriteNewLineU3E5__5_9; if (((int32_t)(((((int32_t)((((int32_t)L_46) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_47))) { goto IL_0041_1; } } { goto IL_01c3; } }// 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_01aa; } throw e; } CATCH_01aa: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_48 = (&__this->___U3CU3Et__builder_1); Exception_t* L_49 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_48, L_49, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01d6; }// end catch (depth: 1) IL_01c3: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_50 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_50, NULL); } IL_01d6: { return; } } IL2CPP_EXTERN_C void U3CWriteRawWithCharCheckingAsyncU3Ed__132_MoveNext_mEE5A00C2FB201811DFE98462DB9F3666A95AD78F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawWithCharCheckingAsyncU3Ed__132_MoveNext_mEE5A00C2FB201811DFE98462DB9F3666A95AD78F(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__132::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__132_SetStateMachine_mFC1703CA0E18A9064664866CC971214835DDAD7E (U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* __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 U3CWriteRawWithCharCheckingAsyncU3Ed__132_SetStateMachine_mFC1703CA0E18A9064664866CC971214835DDAD7E_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteRawWithCharCheckingAsyncU3Ed__132_tA8B21BD183BB9663D1EEFC2C752BA6BF7F05DEDE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawWithCharCheckingAsyncU3Ed__132_SetStateMachine_mFC1703CA0E18A9064664866CC971214835DDAD7E(_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.XmlUtf8RawTextWriter/d__133::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__133_MoveNext_m84BC90F15F8D698E5834677ECB77AC440726626E (U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_3; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; if (!L_2) { goto IL_00dd_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_016d_1; } } { __this->___U3CwriteLenU3E5__2_4 = 0; __this->___U3CcurIndexU3E5__3_5 = 0; String_t* L_4 = __this->___text_2; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); __this->___U3CleftCountU3E5__4_6 = L_5; __this->___U3CneedWriteNewLineU3E5__5_7 = (bool)0; } IL_0041_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_6 = V_1; String_t* L_7 = __this->___text_2; int32_t L_8 = __this->___U3CcurIndexU3E5__3_5; int32_t L_9 = __this->___U3CleftCountU3E5__4_6; bool* L_10 = (&__this->___U3CneedWriteNewLineU3E5__5_7); NullCheck(L_6); int32_t L_11; L_11 = XmlUtf8RawTextWriter_WriteRawWithCharCheckingNoFlush_mED8EB473E84921AAEE4926EBA4D4A17404FCFDD4(L_6, L_7, L_8, L_9, L_10, NULL); __this->___U3CwriteLenU3E5__2_4 = L_11; int32_t L_12 = __this->___U3CcurIndexU3E5__3_5; int32_t L_13 = __this->___U3CwriteLenU3E5__2_4; __this->___U3CcurIndexU3E5__3_5 = ((int32_t)il2cpp_codegen_add(L_12, L_13)); int32_t L_14 = __this->___U3CleftCountU3E5__4_6; int32_t L_15 = __this->___U3CwriteLenU3E5__2_4; __this->___U3CleftCountU3E5__4_6 = ((int32_t)il2cpp_codegen_subtract(L_14, L_15)); bool L_16 = __this->___U3CneedWriteNewLineU3E5__5_7; if (!L_16) { goto IL_0126_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_17 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_18 = V_1; NullCheck(L_18); String_t* L_19 = L_18->___newLineChars_21; NullCheck(L_17); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_20; L_20 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_17, L_19, NULL); NullCheck(L_20); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_21; L_21 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_20, (bool)0, NULL); V_3 = L_21; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_22; L_22 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_22; bool L_23; L_23 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_23) { goto IL_00f9_1; } } { int32_t L_24 = 0; V_0 = L_24; __this->___U3CU3E1__state_0 = L_24; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_25 = V_2; __this->___U3CU3Eu__1_8 = L_25; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_26 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD(L_26, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD_RuntimeMethod_var); goto IL_01d6; } IL_00dd_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_27 = __this->___U3CU3Eu__1_8; V_2 = L_27; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_28 = (&__this->___U3CU3Eu__1_8); il2cpp_codegen_initobj(L_28, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_29 = (-1); V_0 = L_29; __this->___U3CU3E1__state_0 = L_29; } IL_00f9_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_30 = __this->___U3CcurIndexU3E5__3_5; V_4 = L_30; int32_t L_31 = V_4; __this->___U3CcurIndexU3E5__3_5 = ((int32_t)il2cpp_codegen_add(L_31, 1)); int32_t L_32 = __this->___U3CleftCountU3E5__4_6; V_4 = L_32; int32_t L_33 = V_4; __this->___U3CleftCountU3E5__4_6 = ((int32_t)il2cpp_codegen_subtract(L_33, 1)); goto IL_0190_1; } IL_0126_1: { int32_t L_34 = __this->___U3CwriteLenU3E5__2_4; if ((((int32_t)L_34) < ((int32_t)0))) { goto IL_0190_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_35 = V_1; NullCheck(L_35); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_36; L_36 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_35); NullCheck(L_36); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_37; L_37 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_36, (bool)0, NULL); V_3 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38; L_38 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_38; bool L_39; L_39 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_39) { goto IL_0189_1; } } { int32_t L_40 = 1; V_0 = L_40; __this->___U3CU3E1__state_0 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_41 = V_2; __this->___U3CU3Eu__1_8 = L_41; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_42 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD(L_42, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8_mA20AF3916DC5C86357AB9AF32920B2D67CEDFDFD_RuntimeMethod_var); goto IL_01d6; } IL_016d_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43 = __this->___U3CU3Eu__1_8; V_2 = L_43; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_44 = (&__this->___U3CU3Eu__1_8); il2cpp_codegen_initobj(L_44, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_45 = (-1); V_0 = L_45; __this->___U3CU3E1__state_0 = L_45; } IL_0189_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0190_1: { int32_t L_46 = __this->___U3CwriteLenU3E5__2_4; bool L_47 = __this->___U3CneedWriteNewLineU3E5__5_7; if (((int32_t)(((((int32_t)((((int32_t)L_46) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_47))) { goto IL_0041_1; } } { goto IL_01c3; } }// 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_01aa; } throw e; } CATCH_01aa: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_48 = (&__this->___U3CU3Et__builder_1); Exception_t* L_49 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_48, L_49, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_01d6; }// end catch (depth: 1) IL_01c3: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_50 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_50, NULL); } IL_01d6: { return; } } IL2CPP_EXTERN_C void U3CWriteRawWithCharCheckingAsyncU3Ed__133_MoveNext_m84BC90F15F8D698E5834677ECB77AC440726626E_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawWithCharCheckingAsyncU3Ed__133_MoveNext_m84BC90F15F8D698E5834677ECB77AC440726626E(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__133::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteRawWithCharCheckingAsyncU3Ed__133_SetStateMachine_m0BB303DCD7407608578E73B3E2D9D53768B53D80 (U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* __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 U3CWriteRawWithCharCheckingAsyncU3Ed__133_SetStateMachine_m0BB303DCD7407608578E73B3E2D9D53768B53D80_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteRawWithCharCheckingAsyncU3Ed__133_tFC4CDF1EBCEACB6C63E6FABC758F61F5D907F7D8* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteRawWithCharCheckingAsyncU3Ed__133_SetStateMachine_m0BB303DCD7407608578E73B3E2D9D53768B53D80(_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.XmlUtf8RawTextWriter/d__135::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentOrPiAsyncU3Ed__135_MoveNext_m4DD1A3DBD0C290412DF66752A815126A2D0691EB (U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_3; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_007c_1; } case 1: { goto IL_016c_1; } case 2: { goto IL_01fc_1; } } } { String_t* L_3 = __this->___text_2; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if (L_4) { goto IL_00a4_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___bufPos_9; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_7 = V_1; NullCheck(L_7); int32_t L_8 = L_7->___bufLen_14; if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_009f_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_9 = V_1; NullCheck(L_9); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10; L_10 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_9); NullCheck(L_10); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_11; L_11 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_10, (bool)0, NULL); V_3 = L_11; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12; L_12 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_12; bool L_13; L_13 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_13) { goto IL_0098_1; } } { int32_t L_14 = 0; V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_15 = V_2; __this->___U3CU3Eu__1_9 = L_15; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_16 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6(L_16, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6_RuntimeMethod_var); goto IL_0265; } IL_007c_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_17 = __this->___U3CU3Eu__1_9; V_2 = L_17; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_18 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_18, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_19 = (-1); V_0 = L_19; __this->___U3CU3E1__state_0 = L_19; } IL_0098_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_009f_1: { goto IL_0252; } IL_00a4_1: { __this->___U3CwriteLenU3E5__2_5 = 0; __this->___U3CcurIndexU3E5__3_6 = 0; String_t* L_20 = __this->___text_2; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL); __this->___U3CleftCountU3E5__4_7 = L_21; __this->___U3CneedWriteNewLineU3E5__5_8 = (bool)0; } IL_00ca_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_22 = V_1; String_t* L_23 = __this->___text_2; int32_t L_24 = __this->___U3CcurIndexU3E5__3_6; int32_t L_25 = __this->___U3CleftCountU3E5__4_7; int32_t L_26 = __this->___stopChar_4; bool* L_27 = (&__this->___U3CneedWriteNewLineU3E5__5_8); NullCheck(L_22); int32_t L_28; L_28 = XmlUtf8RawTextWriter_WriteCommentOrPiNoFlush_m6D0409FF027FCAAC62A524AA531FCD0CFDEECD62(L_22, L_23, L_24, L_25, L_26, L_27, NULL); __this->___U3CwriteLenU3E5__2_5 = L_28; int32_t L_29 = __this->___U3CcurIndexU3E5__3_6; int32_t L_30 = __this->___U3CwriteLenU3E5__2_5; __this->___U3CcurIndexU3E5__3_6 = ((int32_t)il2cpp_codegen_add(L_29, L_30)); int32_t L_31 = __this->___U3CleftCountU3E5__4_7; int32_t L_32 = __this->___U3CwriteLenU3E5__2_5; __this->___U3CleftCountU3E5__4_7 = ((int32_t)il2cpp_codegen_subtract(L_31, L_32)); bool L_33 = __this->___U3CneedWriteNewLineU3E5__5_8; if (!L_33) { goto IL_01b5_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_34 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_35 = V_1; NullCheck(L_35); String_t* L_36 = L_35->___newLineChars_21; NullCheck(L_34); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_37; L_37 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_34, L_36, NULL); NullCheck(L_37); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_38; L_38 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_37, (bool)0, NULL); V_3 = L_38; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_39; L_39 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_39; bool L_40; L_40 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_40) { goto IL_0188_1; } } { int32_t L_41 = 1; V_0 = L_41; __this->___U3CU3E1__state_0 = L_41; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_42 = V_2; __this->___U3CU3Eu__1_9 = L_42; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_43 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6(L_43, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6_RuntimeMethod_var); goto IL_0265; } IL_016c_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_44 = __this->___U3CU3Eu__1_9; V_2 = L_44; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_45 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_45, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_46 = (-1); V_0 = L_46; __this->___U3CU3E1__state_0 = L_46; } IL_0188_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_47 = __this->___U3CcurIndexU3E5__3_6; V_4 = L_47; int32_t L_48 = V_4; __this->___U3CcurIndexU3E5__3_6 = ((int32_t)il2cpp_codegen_add(L_48, 1)); int32_t L_49 = __this->___U3CleftCountU3E5__4_7; V_4 = L_49; int32_t L_50 = V_4; __this->___U3CleftCountU3E5__4_7 = ((int32_t)il2cpp_codegen_subtract(L_50, 1)); goto IL_021f_1; } IL_01b5_1: { int32_t L_51 = __this->___U3CwriteLenU3E5__2_5; if ((((int32_t)L_51) < ((int32_t)0))) { goto IL_021f_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_52 = V_1; NullCheck(L_52); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_53; L_53 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_52); NullCheck(L_53); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_54; L_54 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_53, (bool)0, NULL); V_3 = L_54; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_55; L_55 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_55; bool L_56; L_56 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_56) { goto IL_0218_1; } } { int32_t L_57 = 2; V_0 = L_57; __this->___U3CU3E1__state_0 = L_57; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_58 = V_2; __this->___U3CU3Eu__1_9 = L_58; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_59 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6(L_59, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A_mB9DBE57C650E9CBDD61365DEC29205A796BDE4E6_RuntimeMethod_var); goto IL_0265; } IL_01fc_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_60 = __this->___U3CU3Eu__1_9; V_2 = L_60; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_61 = (&__this->___U3CU3Eu__1_9); il2cpp_codegen_initobj(L_61, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_62 = (-1); V_0 = L_62; __this->___U3CU3E1__state_0 = L_62; } IL_0218_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_021f_1: { int32_t L_63 = __this->___U3CwriteLenU3E5__2_5; bool L_64 = __this->___U3CneedWriteNewLineU3E5__5_8; if (((int32_t)(((((int32_t)((((int32_t)L_63) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_64))) { goto IL_00ca_1; } } { goto IL_0252; } }// 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_0239; } throw e; } CATCH_0239: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_65 = (&__this->___U3CU3Et__builder_1); Exception_t* L_66 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_65, L_66, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0265; }// end catch (depth: 1) IL_0252: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_67 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_67, NULL); } IL_0265: { return; } } IL2CPP_EXTERN_C void U3CWriteCommentOrPiAsyncU3Ed__135_MoveNext_m4DD1A3DBD0C290412DF66752A815126A2D0691EB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCommentOrPiAsyncU3Ed__135_MoveNext_m4DD1A3DBD0C290412DF66752A815126A2D0691EB(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__135::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentOrPiAsyncU3Ed__135_SetStateMachine_mAEE939D4A004F1C8F6E53AA7271941109140B9D3 (U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* __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 U3CWriteCommentOrPiAsyncU3Ed__135_SetStateMachine_mAEE939D4A004F1C8F6E53AA7271941109140B9D3_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteCommentOrPiAsyncU3Ed__135_tCBF56B0FD9CA4D32A09D0F5AFA4FAAE24B16756A* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCommentOrPiAsyncU3Ed__135_SetStateMachine_mAEE939D4A004F1C8F6E53AA7271941109140B9D3(_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.XmlUtf8RawTextWriter/d__137::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataSectionAsyncU3Ed__137_MoveNext_m3A278A233672ED182A1C701F749DA8E7C75B1178 (U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* 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)); 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; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_1 = __this->___U3CU3E4__this_3; V_1 = L_1; } try {// begin try (depth: 1) { int32_t L_2 = V_0; switch (L_2) { case 0: { goto IL_007c_1; } case 1: { goto IL_0166_1; } case 2: { goto IL_01f6_1; } } } { String_t* L_3 = __this->___text_2; NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if (L_4) { goto IL_00a4_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_5 = V_1; NullCheck(L_5); int32_t L_6 = L_5->___bufPos_9; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_7 = V_1; NullCheck(L_7); int32_t L_8 = L_7->___bufLen_14; if ((((int32_t)L_6) < ((int32_t)L_8))) { goto IL_009f_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_9 = V_1; NullCheck(L_9); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10; L_10 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_9); NullCheck(L_10); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_11; L_11 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_10, (bool)0, NULL); V_3 = L_11; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_12; L_12 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_12; bool L_13; L_13 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_13) { goto IL_0098_1; } } { int32_t L_14 = 0; V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_15 = V_2; __this->___U3CU3Eu__1_8 = L_15; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_16 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9(L_16, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9_RuntimeMethod_var); goto IL_025f; } IL_007c_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_17 = __this->___U3CU3Eu__1_8; V_2 = L_17; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_18 = (&__this->___U3CU3Eu__1_8); il2cpp_codegen_initobj(L_18, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_19 = (-1); V_0 = L_19; __this->___U3CU3E1__state_0 = L_19; } IL_0098_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_009f_1: { goto IL_024c; } IL_00a4_1: { __this->___U3CwriteLenU3E5__2_4 = 0; __this->___U3CcurIndexU3E5__3_5 = 0; String_t* L_20 = __this->___text_2; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL); __this->___U3CleftCountU3E5__4_6 = L_21; __this->___U3CneedWriteNewLineU3E5__5_7 = (bool)0; } IL_00ca_1: { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_22 = V_1; String_t* L_23 = __this->___text_2; int32_t L_24 = __this->___U3CcurIndexU3E5__3_5; int32_t L_25 = __this->___U3CleftCountU3E5__4_6; bool* L_26 = (&__this->___U3CneedWriteNewLineU3E5__5_7); NullCheck(L_22); int32_t L_27; L_27 = XmlUtf8RawTextWriter_WriteCDataSectionNoFlush_m7C0C46D1E2EAFAB6C39426D15FA266B5D70BD7A5(L_22, L_23, L_24, L_25, L_26, NULL); __this->___U3CwriteLenU3E5__2_4 = L_27; int32_t L_28 = __this->___U3CcurIndexU3E5__3_5; int32_t L_29 = __this->___U3CwriteLenU3E5__2_4; __this->___U3CcurIndexU3E5__3_5 = ((int32_t)il2cpp_codegen_add(L_28, L_29)); int32_t L_30 = __this->___U3CleftCountU3E5__4_6; int32_t L_31 = __this->___U3CwriteLenU3E5__2_4; __this->___U3CleftCountU3E5__4_6 = ((int32_t)il2cpp_codegen_subtract(L_30, L_31)); bool L_32 = __this->___U3CneedWriteNewLineU3E5__5_7; if (!L_32) { goto IL_01af_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_33 = V_1; XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_34 = V_1; NullCheck(L_34); String_t* L_35 = L_34->___newLineChars_21; NullCheck(L_33); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_36; L_36 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_33, L_35, NULL); NullCheck(L_36); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_37; L_37 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_36, (bool)0, NULL); V_3 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38; L_38 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_38; bool L_39; L_39 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_39) { goto IL_0182_1; } } { int32_t L_40 = 1; V_0 = L_40; __this->___U3CU3E1__state_0 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_41 = V_2; __this->___U3CU3Eu__1_8 = L_41; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_42 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9(L_42, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9_RuntimeMethod_var); goto IL_025f; } IL_0166_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43 = __this->___U3CU3Eu__1_8; V_2 = L_43; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_44 = (&__this->___U3CU3Eu__1_8); il2cpp_codegen_initobj(L_44, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_45 = (-1); V_0 = L_45; __this->___U3CU3E1__state_0 = L_45; } IL_0182_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_46 = __this->___U3CcurIndexU3E5__3_5; V_4 = L_46; int32_t L_47 = V_4; __this->___U3CcurIndexU3E5__3_5 = ((int32_t)il2cpp_codegen_add(L_47, 1)); int32_t L_48 = __this->___U3CleftCountU3E5__4_6; V_4 = L_48; int32_t L_49 = V_4; __this->___U3CleftCountU3E5__4_6 = ((int32_t)il2cpp_codegen_subtract(L_49, 1)); goto IL_0219_1; } IL_01af_1: { int32_t L_50 = __this->___U3CwriteLenU3E5__2_4; if ((((int32_t)L_50) < ((int32_t)0))) { goto IL_0219_1; } } { XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* L_51 = V_1; NullCheck(L_51); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_52; L_52 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(78 /* System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriter::FlushBufferAsync() */, L_51); 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_0212_1; } } { int32_t L_56 = 2; V_0 = L_56; __this->___U3CU3E1__state_0 = L_56; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_57 = V_2; __this->___U3CU3Eu__1_8 = L_57; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_58 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9(L_58, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87_mCE0859DB8792BFF041CD92F61FD4EED95A1593B9_RuntimeMethod_var); goto IL_025f; } IL_01f6_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_59 = __this->___U3CU3Eu__1_8; V_2 = L_59; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_60 = (&__this->___U3CU3Eu__1_8); il2cpp_codegen_initobj(L_60, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_61 = (-1); V_0 = L_61; __this->___U3CU3E1__state_0 = L_61; } IL_0212_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0219_1: { int32_t L_62 = __this->___U3CwriteLenU3E5__2_4; bool L_63 = __this->___U3CneedWriteNewLineU3E5__5_7; if (((int32_t)(((((int32_t)((((int32_t)L_62) < ((int32_t)0))? 1 : 0)) == ((int32_t)0))? 1 : 0)|(int32_t)L_63))) { goto IL_00ca_1; } } { goto IL_024c; } }// 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_0233; } throw e; } CATCH_0233: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_64 = (&__this->___U3CU3Et__builder_1); Exception_t* L_65 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_64, L_65, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_025f; }// end catch (depth: 1) IL_024c: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_66 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_66, NULL); } IL_025f: { return; } } IL2CPP_EXTERN_C void U3CWriteCDataSectionAsyncU3Ed__137_MoveNext_m3A278A233672ED182A1C701F749DA8E7C75B1178_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCDataSectionAsyncU3Ed__137_MoveNext_m3A278A233672ED182A1C701F749DA8E7C75B1178(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriter/d__137::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCDataSectionAsyncU3Ed__137_SetStateMachine_mF9D3764CCFCFD4273C70442C8FAA054641D48E76 (U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* __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 U3CWriteCDataSectionAsyncU3Ed__137_SetStateMachine_mF9D3764CCFCFD4273C70442C8FAA054641D48E76_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteCDataSectionAsyncU3Ed__137_tC8BB2B5ACBC8E377E82765F68C5DB31CB12B9F87* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCDataSectionAsyncU3Ed__137_SetStateMachine_mF9D3764CCFCFD4273C70442C8FAA054641D48E76(_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.XmlUtf8RawTextWriterIndent::.ctor(System.IO.Stream,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent__ctor_m359ACF4D20F85FAA43B85868425F1AA4A53FFB9F (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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; XmlUtf8RawTextWriterIndent_Init_m2B6D7FB0EDA0BF73910DF6645EB2CD33AB5305D9(__this, L_2, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteDocType_mAA96760976BE9AA458A6E06DCC960C782C6C95C7 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_name, String_t* ___1_pubid, String_t* ___2_sysid, String_t* ___3_subset, const RuntimeMethod* method) { { bool L_0 = __this->___mixedContent_30; if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___textPos_10; int32_t L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4(__this, NULL); } IL_001c: { String_t* L_3 = ___0_name; String_t* L_4 = ___1_pubid; String_t* L_5 = ___2_sysid; String_t* L_6 = ___3_subset; XmlUtf8RawTextWriter_WriteDocType_mF3CA63793EFA9CAF1D76AF06F0315DD56BF6739A(__this, L_3, L_4, L_5, L_6, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteStartElement_m936C4488471D8D59B5F76531D749CFEAC5C29A79 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { bool L_0 = __this->___mixedContent_30; if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___textPos_10; int32_t L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4(__this, NULL); } IL_001c: { int32_t L_3 = __this->___indentLevel_27; __this->___indentLevel_27 = ((int32_t)il2cpp_codegen_add(L_3, 1)); BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_4 = __this->___mixedContentStack_31; bool L_5 = __this->___mixedContent_30; NullCheck(L_4); BitStack_PushBit_m1781C0D736A215362CD21AD07CAF39EE2909F718(L_4, L_5, NULL); String_t* L_6 = ___0_prefix; String_t* L_7 = ___1_localName; String_t* L_8 = ___2_ns; XmlUtf8RawTextWriter_WriteStartElement_m0379A794A0F655460F6E51460D8F650779795F6F(__this, L_6, L_7, L_8, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_StartElementContent_m2DB9D61A52AE3C1C55EE05768F22E857D2F0B5C7 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___indentLevel_27; if ((!(((uint32_t)L_0) == ((uint32_t)1)))) { goto IL_001b; } } { int32_t L_1 = __this->___conformanceLevel_32; if ((!(((uint32_t)L_1) == ((uint32_t)2)))) { goto IL_001b; } } { __this->___mixedContent_30 = (bool)0; goto IL_002c; } IL_001b: { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_2 = __this->___mixedContentStack_31; NullCheck(L_2); bool L_3; L_3 = BitStack_PeekBit_m416F1BB8F64059C924312B2416CBE09747B0E1E4(L_2, NULL); __this->___mixedContent_30 = L_3; } IL_002c: { XmlUtf8RawTextWriter_StartElementContent_mE915245AC3F0BDA47F20DF6CC76BF72049C1F893(__this, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::OnRootElement(System.Xml.ConformanceLevel) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_OnRootElement_m14F5E11974804583B9A1C7C7A9EFEA4AC952D52F (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, int32_t ___0_currentConformanceLevel, const RuntimeMethod* method) { { int32_t L_0 = ___0_currentConformanceLevel; __this->___conformanceLevel_32 = L_0; return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteEndElement_mB7E1B22A3B5CA090AD5C6C78E4AEADEAE6B66A0D (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { int32_t L_0 = __this->___indentLevel_27; __this->___indentLevel_27 = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); bool L_1 = __this->___mixedContent_30; if (L_1) { goto IL_0038; } } { int32_t L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___contentPos_11; int32_t L_3 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0038; } } { int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___textPos_10; int32_t L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0038; } } { XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4(__this, NULL); } IL_0038: { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_6 = __this->___mixedContentStack_31; NullCheck(L_6); bool L_7; L_7 = BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3(L_6, NULL); __this->___mixedContent_30 = L_7; String_t* L_8 = ___0_prefix; String_t* L_9 = ___1_localName; String_t* L_10 = ___2_ns; XmlUtf8RawTextWriter_WriteEndElement_m5608AC0C69CDAAEF96F97DC4DA61BA4DD477479E(__this, L_8, L_9, L_10, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteFullEndElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteFullEndElement_m4AA6CB8A464612D6DC9170AB2296B68D348AAEEB (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { int32_t L_0 = __this->___indentLevel_27; __this->___indentLevel_27 = ((int32_t)il2cpp_codegen_subtract(L_0, 1)); bool L_1 = __this->___mixedContent_30; if (L_1) { goto IL_0038; } } { int32_t L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___contentPos_11; int32_t L_3 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_2) == ((int32_t)L_3))) { goto IL_0038; } } { int32_t L_4 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___textPos_10; int32_t L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_4) == ((int32_t)L_5))) { goto IL_0038; } } { XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4(__this, NULL); } IL_0038: { BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_6 = __this->___mixedContentStack_31; NullCheck(L_6); bool L_7; L_7 = BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3(L_6, NULL); __this->___mixedContent_30 = L_7; String_t* L_8 = ___0_prefix; String_t* L_9 = ___1_localName; String_t* L_10 = ___2_ns; XmlUtf8RawTextWriter_WriteFullEndElement_mA2262354DD58A77D7D3422165A75016FB0B609F2(__this, L_8, L_9, L_10, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteStartAttribute_m12777B1787585AC4D29CC99B1CF83C09B4B109F8 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { bool L_0 = __this->___newLineOnAttributes_28; if (!L_0) { goto IL_000e; } } { XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4(__this, NULL); } IL_000e: { String_t* L_1 = ___0_prefix; String_t* L_2 = ___1_localName; String_t* L_3 = ___2_ns; XmlUtf8RawTextWriter_WriteStartAttribute_mFBD89332E58A89DAFA893BD88A09171AD963DFD8(__this, L_1, L_2, L_3, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteCData_mDC1A5E55FBB0568390B38B0A172201990910F328 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_text, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_text; XmlUtf8RawTextWriter_WriteCData_m276E549C1CB22DB7B762AEB5473699A434F4998C(__this, L_0, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteComment_m82C5DD7C896C619BBE53BDA8B2D20F916E7E3C23 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_text, const RuntimeMethod* method) { { bool L_0 = __this->___mixedContent_30; if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___textPos_10; int32_t L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4(__this, NULL); } IL_001c: { String_t* L_3 = ___0_text; XmlUtf8RawTextWriter_WriteComment_mB7554706D5AB959EC657803CBF3F46A9F7B3B0F0(__this, L_3, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteProcessingInstruction_m00F4059525CCB382D0F1F5A3925BBBC16242DF4E (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_target, String_t* ___1_text, const RuntimeMethod* method) { { bool L_0 = __this->___mixedContent_30; if (L_0) { goto IL_001c; } } { int32_t L_1 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___textPos_10; int32_t L_2 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___bufPos_9; if ((((int32_t)L_1) == ((int32_t)L_2))) { goto IL_001c; } } { XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4(__this, NULL); } IL_001c: { String_t* L_3 = ___0_target; String_t* L_4 = ___1_text; XmlUtf8RawTextWriter_WriteProcessingInstruction_m3FBDFD76690A07B4145020ABB521B6D0E0015C84(__this, L_3, L_4, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteEntityRef_mE8AD8858EB82C4E891151DDD039AC2A9C4ABC72C (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_name, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_name; XmlUtf8RawTextWriter_WriteEntityRef_mBB58E9588BA1D0830275543E726325234FCFD016(__this, L_0, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteCharEntity_m29F9033E4E30339A26A70F0B0F6E67F390680FDB (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; Il2CppChar L_0 = ___0_ch; XmlUtf8RawTextWriter_WriteCharEntity_mCFA33DAFBB5CC7664DB5285C282CD17602A087EC(__this, L_0, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteSurrogateCharEntity_mFD400691108649880473198BB4008444F4E8BF01 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; Il2CppChar L_0 = ___0_lowChar; Il2CppChar L_1 = ___1_highChar; XmlUtf8RawTextWriter_WriteSurrogateCharEntity_m684718E512C7E54D584D19EA71D675C9201345F9(__this, L_0, L_1, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteWhitespace_m8721DE8543E7E260213D44F461FC69350FA4E8AF (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_ws, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_ws; XmlUtf8RawTextWriter_WriteWhitespace_m108C1B276821AE78EFBF52C9CEC9A7189A6A9E47(__this, L_0, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteString_m7DADD5B9374E282F88318C19E1186C4A225A93BC (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_text, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_text; XmlUtf8RawTextWriter_WriteString_m6617BD373BF048EBE187A1F03A3A8CD74534FF98(__this, L_0, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteChars_mF7EE0E40616021389F5B1A07D99FBA34C34B58E6 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; XmlUtf8RawTextWriter_WriteChars_m3D35BDDD9FF236EC73A0EB772343004B2C4B3C2B(__this, L_0, L_1, L_2, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteRaw_mE97F539F09E8D9B070BFD831B86021E38FCD0C64 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; XmlUtf8RawTextWriter_WriteRaw_m1CD2BE14DD496B9EA6D2093F8555677CC1B52096(__this, L_0, L_1, L_2, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteRaw_m5DBB5694DAAC436CCF166B4CAC06057B3585E125 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_data, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_data; XmlUtf8RawTextWriter_WriteRaw_m6CEED895A7A1E54D50BC0DF04ED0F7B7F64FDA94(__this, L_0, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteBase64_mC428124D6E22AAB0D924E6C35DA713A366D21634 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { __this->___mixedContent_30 = (bool)1; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; XmlRawWriter_WriteBase64_m3B717B23DDCA782AE1ECD2770444F8978EB12D4C(__this, L_0, L_1, L_2, NULL); return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::Init(System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_Init_m2B6D7FB0EDA0BF73910DF6645EB2CD33AB5305D9 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___0_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*)&_stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5); s_Il2CppMethodInitialized = true; } { __this->___indentLevel_27 = 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_29 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___indentChars_29), (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_28 = L_3; BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_4 = (BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C*)il2cpp_codegen_object_new(BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C_il2cpp_TypeInfo_var); NullCheck(L_4); BitStack__ctor_m9BADB5496087F772604E9F62D3B18C07630EA45A(L_4, NULL); __this->___mixedContentStack_31 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___mixedContentStack_31), (void*)L_4); bool L_5 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___checkCharacters_22; if (!L_5) { goto IL_008b; } } { bool L_6 = __this->___newLineOnAttributes_28; if (!L_6) { goto IL_005f; } } { String_t* L_7 = __this->___indentChars_29; XmlUtf8RawTextWriter_ValidateContentChars_m2D62E5A56C7DB286BB2FB52D93F53737272C62A4(__this, L_7, _stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5, (bool)1, NULL); String_t* L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___newLineChars_21; XmlUtf8RawTextWriter_ValidateContentChars_m2D62E5A56C7DB286BB2FB52D93F53737272C62A4(__this, L_8, _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3, (bool)1, NULL); return; } IL_005f: { String_t* L_9 = __this->___indentChars_29; XmlUtf8RawTextWriter_ValidateContentChars_m2D62E5A56C7DB286BB2FB52D93F53737272C62A4(__this, L_9, _stringLiteral3C1E3A88F1DF442673E905BE97863155259D0CB5, (bool)0, NULL); int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___newLineHandling_18; if (!L_10) { goto IL_008b; } } { String_t* L_11 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___newLineChars_21; XmlUtf8RawTextWriter_ValidateContentChars_m2D62E5A56C7DB286BB2FB52D93F53737272C62A4(__this, L_11, _stringLiteral13DB4394207994E4948B5E3FAE7BA705B9B8E7B3, (bool)0, NULL); } IL_008b: { return; } } // System.Void System.Xml.XmlUtf8RawTextWriterIndent::WriteIndent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlUtf8RawTextWriterIndent_WriteIndent_mFE6D30917351AA0FC42FC9D332ED0B17DC86C4E4 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { String_t* L_0 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)__this)->___newLineChars_21; XmlUtf8RawTextWriter_RawText_m197BC9FFA1D58F16EEF25C7C133B803E40B7EF80(__this, L_0, NULL); int32_t L_1 = __this->___indentLevel_27; V_0 = L_1; goto IL_0025; } IL_0015: { String_t* L_2 = __this->___indentChars_29; 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; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteDocTypeAsync(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteDocTypeAsync_mFA4A71481E5257B2A4FCB94FDEB466569D901E10 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m07451B5E1A3A2076142BC48B85FD35D01830BBC8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111 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__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m07451B5E1A3A2076142BC48B85FD35D01830BBC8(L_5, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m07451B5E1A3A2076142BC48B85FD35D01830BBC8_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.XmlUtf8RawTextWriterIndent::WriteStartElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteStartElementAsync_m08BCF659469A98273BC61678126DFC01ECB7A60C (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m4A0A2365FE2A6DC72EFE329D8D1F83148B938F2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8 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_localName; (&V_0)->___localName_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___localName_4), (void*)L_1); String_t* L_2 = ___2_ns; (&V_0)->___ns_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ns_5), (void*)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_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m4A0A2365FE2A6DC72EFE329D8D1F83148B938F2C(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m4A0A2365FE2A6DC72EFE329D8D1F83148B938F2C_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.XmlUtf8RawTextWriterIndent::WriteEndElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteEndElementAsync_m278893827E0CC2FF14CFA8B4C283D96228DA1809 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m68AD2F21B4D1C192F9BADDDC18DE59BBB0DD2099_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E 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_localName; (&V_0)->___localName_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___localName_4), (void*)L_1); String_t* L_2 = ___2_ns; (&V_0)->___ns_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ns_5), (void*)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_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m68AD2F21B4D1C192F9BADDDC18DE59BBB0DD2099(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m68AD2F21B4D1C192F9BADDDC18DE59BBB0DD2099_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.XmlUtf8RawTextWriterIndent::WriteFullEndElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteFullEndElementAsync_m9FC08B4B08B11CE1209511A01C795C39D5B7A55C (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_m669D168E022EB1EC35C878F0FF1055EFBA6233A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62 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_localName; (&V_0)->___localName_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___localName_4), (void*)L_1); String_t* L_2 = ___2_ns; (&V_0)->___ns_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ns_5), (void*)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_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_m669D168E022EB1EC35C878F0FF1055EFBA6233A2(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_m669D168E022EB1EC35C878F0FF1055EFBA6233A2_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.XmlUtf8RawTextWriterIndent::WriteStartAttributeAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteStartAttributeAsync_m8EC91E0B7364FDC6C5C67FDD60AAD7A49D021D1E (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_mCB38E91A0B72DA7539638A40AD3AE1BC584EAE0F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB 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_localName; (&V_0)->___localName_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___localName_4), (void*)L_1); String_t* L_2 = ___2_ns; (&V_0)->___ns_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ns_5), (void*)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_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_mCB38E91A0B72DA7539638A40AD3AE1BC584EAE0F(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_mCB38E91A0B72DA7539638A40AD3AE1BC584EAE0F_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.XmlUtf8RawTextWriterIndent::WriteCDataAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteCDataAsync_mC922CCBA370F2490C178E136B2C062A411FB6900 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlUtf8RawTextWriter_WriteCDataAsync_mD30EFF7CC872A9B8F98EBEF0A53E382825D4147E(__this, L_0, NULL); return L_1; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteCommentAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteCommentAsync_m8E08D900192C90CA0D4DEFF3C6B66D16C54FC0D5 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m55E307EAB1215460AB6A77F826D2407A05D7313F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9 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__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m55E307EAB1215460AB6A77F826D2407A05D7313F(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m55E307EAB1215460AB6A77F826D2407A05D7313F_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.XmlUtf8RawTextWriterIndent::WriteProcessingInstructionAsync(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteProcessingInstructionAsync_m44567B5C2AFFAFD6576032E9045C2381206274B9 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_target, String_t* ___1_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m6C682A9044E279F763FB07519E6A7C62FB9DFEA3_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592 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_target; (&V_0)->___target_3 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___target_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__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m6C682A9044E279F763FB07519E6A7C62FB9DFEA3(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m6C682A9044E279F763FB07519E6A7C62FB9DFEA3_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.XmlUtf8RawTextWriterIndent::WriteEntityRefAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteEntityRefAsync_m6818278B616C997DD2748E15B70EC9B28DFAE418 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_name; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlUtf8RawTextWriter_WriteEntityRefAsync_m1E433C1982F469C9AEE99503A14C6F3A43378F31(__this, L_0, NULL); return L_1; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteCharEntityAsync(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteCharEntityAsync_m48F92E6D4735DDEF387F1C7B939D691A37899341 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; Il2CppChar L_0 = ___0_ch; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlUtf8RawTextWriter_WriteCharEntityAsync_m78A26CB35FCB0730551DABF910F52CB2F8598A56(__this, L_0, NULL); return L_1; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteSurrogateCharEntityAsync(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteSurrogateCharEntityAsync_mD2020A2875E60E2C3B23746426EC2EB3A2A16AA1 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; Il2CppChar L_0 = ___0_lowChar; Il2CppChar L_1 = ___1_highChar; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = XmlUtf8RawTextWriter_WriteSurrogateCharEntityAsync_m601523B02F2D2A12F55FDF11AA0D20E554146C99(__this, L_0, L_1, NULL); return L_2; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteWhitespaceAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteWhitespaceAsync_m78DF6E43EC1B1F2B71240FD779460AED191301DA (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_ws, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_ws; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlUtf8RawTextWriter_WriteWhitespaceAsync_mDA5ABBF4E335E2CE9D83AB9C63B7EDC119988458(__this, L_0, NULL); return L_1; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteStringAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteStringAsync_m9DBA5351534710413D1A5CB88E796FF21CE91042 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_text, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlUtf8RawTextWriter_WriteStringAsync_m27CB69F2B75E5CD04D47D5FA5F64A5DE8DAC97B6(__this, L_0, NULL); return L_1; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteCharsAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteCharsAsync_m161F8612B4E4240C8FE68FC30266AB76D2378338 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlUtf8RawTextWriter_WriteCharsAsync_m8440BE4578B0D7BBA2EC9E1943DEB6A4F083A163(__this, L_0, L_1, L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteRawAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteRawAsync_m12883373D87712F4C0E106AF874F00E0A10E2E47 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; int32_t L_1 = ___1_index; int32_t L_2 = ___2_count; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlUtf8RawTextWriter_WriteRawAsync_m86C070714EDFC426193CA88D6EC6DEB5C66C2237(__this, L_0, L_1, L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteRawAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteRawAsync_mB22BEAB0476A7F8A1A53C706AE35D58543AD1BDE (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_data, const RuntimeMethod* method) { { XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(__this, NULL); __this->___mixedContent_30 = (bool)1; String_t* L_0 = ___0_data; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlUtf8RawTextWriter_WriteRawAsync_mA5D5B4158D22EC6D9C4229FBBF00A3A4888A25B7(__this, L_0, NULL); return L_1; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::WriteIndentAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m32AE78F0C13CD4C90AEB3466C05DAADC99A4D4EB_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817 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_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m32AE78F0C13CD4C90AEB3466C05DAADC99A4D4EB(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m32AE78F0C13CD4C90AEB3466C05DAADC99A4D4EB_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.XmlUtf8RawTextWriterIndent::<>n__0(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__0_mA6BBA51C31B6E58574CB424176EEF05E0D0E1DB2 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __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; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlUtf8RawTextWriter_WriteDocTypeAsync_m3ADC8B14ECB23A554D0C302DE48714DE583CC8AD(__this, L_0, L_1, L_2, L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__1(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__1_m1C188CE77A505561ED9D7478482B8D3E23BF8E33 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; String_t* L_1 = ___1_localName; String_t* L_2 = ___2_ns; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlUtf8RawTextWriter_WriteStartElementAsync_m3CF29DC81E36455D5F863B2B7E65A304DC79B31D(__this, L_0, L_1, L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__2(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__2_m877C56F7E850E4F66D028246BBB7C793E2185C49 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; String_t* L_1 = ___1_localName; String_t* L_2 = ___2_ns; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlUtf8RawTextWriter_WriteEndElementAsync_m5E7D8700B541BAABEB9A6256BF5E481C807DE452(__this, L_0, L_1, L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__3(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__3_mA89731B8DD656C7049EFA5B5DE6E0C04D0693207 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; String_t* L_1 = ___1_localName; String_t* L_2 = ___2_ns; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlUtf8RawTextWriter_WriteFullEndElementAsync_m7D7AAAC6B9BC3CE8C1E4B30E705AA06FA3193542(__this, L_0, L_1, L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__4(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__4_mDFE043709448D635CA81245C04BE42126671EA49 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_ns, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; String_t* L_1 = ___1_localName; String_t* L_2 = ___2_ns; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlUtf8RawTextWriter_WriteStartAttributeAsync_m10C314E9081DFC582AA8FD62D7755D5C95FBE79B(__this, L_0, L_1, L_2, NULL); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__5(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__5_m2F52834F9B672068F04ACD7C06B7BE30913BDA6F (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_text, const RuntimeMethod* method) { { String_t* L_0 = ___0_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlUtf8RawTextWriter_WriteCommentAsync_m6409015939ECC3FB6FBA9373AF4ACD207F299F96(__this, L_0, NULL); return L_1; } } // System.Threading.Tasks.Task System.Xml.XmlUtf8RawTextWriterIndent::<>n__6(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriterIndent_U3CU3En__6_mAD9ED045A6E7E886E8613665D319BB188D423E07 (XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* __this, String_t* ___0_name, String_t* ___1_text, const RuntimeMethod* method) { { String_t* L_0 = ___0_name; String_t* L_1 = ___1_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = XmlUtf8RawTextWriter_WriteProcessingInstructionAsync_m141BCF8CE2C6CB8CEC1690DD363C48F6F8113962(__this, L_0, L_1, NULL); return L_2; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__30::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__30_MoveNext_mBC3D809ED68182EC9057DE7A9FB37FF3CC1F7C3F (U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_0075_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00ee_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->___mixedContent_30; if (L_6) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_7 = V_1; NullCheck(L_7); int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_7)->___textPos_10; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_9 = V_1; NullCheck(L_9); int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_9)->___bufPos_9; if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_11 = V_1; NullCheck(L_11); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_12; L_12 = XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B(L_11, NULL); NullCheck(L_12); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_13; L_13 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_12, (bool)0, NULL); V_3 = L_13; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_14; L_14 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_14; bool L_15; L_15 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_15) { goto IL_0091_1; } } { int32_t L_16 = 0; V_0 = L_16; __this->___U3CU3E1__state_0 = L_16; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_17 = V_2; __this->___U3CU3Eu__1_7 = L_17; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_18 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0(L_18, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0_RuntimeMethod_var); goto IL_013f; } IL_0075_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_19 = __this->___U3CU3Eu__1_7; V_2 = L_19; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_20 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_20, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_21 = (-1); V_0 = L_21; __this->___U3CU3E1__state_0 = L_21; } IL_0091_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0098_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_22 = V_1; String_t* L_23 = __this->___name_3; String_t* L_24 = __this->___pubid_4; String_t* L_25 = __this->___sysid_5; String_t* L_26 = __this->___subset_6; NullCheck(L_22); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_27; L_27 = XmlUtf8RawTextWriterIndent_U3CU3En__0_mA6BBA51C31B6E58574CB424176EEF05E0D0E1DB2(L_22, L_23, L_24, L_25, L_26, NULL); NullCheck(L_27); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_28; L_28 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_27, (bool)0, NULL); V_3 = L_28; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_29; L_29 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_29; bool L_30; L_30 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_30) { goto IL_010a_1; } } { int32_t L_31 = 1; V_0 = L_31; __this->___U3CU3E1__state_0 = L_31; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_32 = V_2; __this->___U3CU3Eu__1_7 = L_32; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_33 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0(L_33, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111_m390F87A372C5351656A48A21CF9DE672F39190E0_RuntimeMethod_var); goto IL_013f; } IL_00ee_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_34 = __this->___U3CU3Eu__1_7; V_2 = L_34; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_35 = (&__this->___U3CU3Eu__1_7); il2cpp_codegen_initobj(L_35, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_36 = (-1); V_0 = L_36; __this->___U3CU3E1__state_0 = L_36; } IL_010a_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_012c; } }// 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_0113; } throw e; } CATCH_0113: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_37 = (&__this->___U3CU3Et__builder_1); Exception_t* L_38 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_37, L_38, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_013f; }// end catch (depth: 1) IL_012c: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_39 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_39, NULL); } IL_013f: { return; } } IL2CPP_EXTERN_C void U3CWriteDocTypeAsyncU3Ed__30_MoveNext_mBC3D809ED68182EC9057DE7A9FB37FF3CC1F7C3F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteDocTypeAsyncU3Ed__30_MoveNext_mBC3D809ED68182EC9057DE7A9FB37FF3CC1F7C3F(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__30::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteDocTypeAsyncU3Ed__30_SetStateMachine_m5D2108B1AF801C2B2789D890B6CFFA95ACA1A9B5 (U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* __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 U3CWriteDocTypeAsyncU3Ed__30_SetStateMachine_m5D2108B1AF801C2B2789D890B6CFFA95ACA1A9B5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteDocTypeAsyncU3Ed__30_tB017E9C2DE01DFFCD81B84E76F70FF0CC7C2E111* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteDocTypeAsyncU3Ed__30_SetStateMachine_m5D2108B1AF801C2B2789D890B6CFFA95ACA1A9B5(_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.XmlUtf8RawTextWriterIndent/d__31::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartElementAsyncU3Ed__31_MoveNext_mAB49E6E5AA0B5F9FFC34F175D4FEF4F7771D219F (U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_0075_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_0107_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->___mixedContent_30; if (L_6) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_7 = V_1; NullCheck(L_7); int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_7)->___textPos_10; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_9 = V_1; NullCheck(L_9); int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_9)->___bufPos_9; if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_11 = V_1; NullCheck(L_11); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_12; L_12 = XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B(L_11, NULL); NullCheck(L_12); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_13; L_13 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_12, (bool)0, NULL); V_3 = L_13; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_14; L_14 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_14; bool L_15; L_15 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_15) { goto IL_0091_1; } } { int32_t L_16 = 0; V_0 = L_16; __this->___U3CU3E1__state_0 = L_16; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_17 = V_2; __this->___U3CU3Eu__1_6 = L_17; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_18 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B(L_18, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B_RuntimeMethod_var); goto IL_0158; } IL_0075_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_19 = __this->___U3CU3Eu__1_6; V_2 = L_19; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_20 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_20, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_21 = (-1); V_0 = L_21; __this->___U3CU3E1__state_0 = L_21; } IL_0091_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0098_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_22 = V_1; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_23 = V_1; NullCheck(L_23); int32_t L_24 = L_23->___indentLevel_27; NullCheck(L_22); L_22->___indentLevel_27 = ((int32_t)il2cpp_codegen_add(L_24, 1)); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_25 = V_1; NullCheck(L_25); BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_26 = L_25->___mixedContentStack_31; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_27 = V_1; NullCheck(L_27); bool L_28 = L_27->___mixedContent_30; NullCheck(L_26); BitStack_PushBit_m1781C0D736A215362CD21AD07CAF39EE2909F718(L_26, L_28, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_29 = V_1; String_t* L_30 = __this->___prefix_3; String_t* L_31 = __this->___localName_4; String_t* L_32 = __this->___ns_5; NullCheck(L_29); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_33; L_33 = XmlUtf8RawTextWriterIndent_U3CU3En__1_m1C188CE77A505561ED9D7478482B8D3E23BF8E33(L_29, L_30, L_31, L_32, NULL); NullCheck(L_33); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_34; L_34 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_33, (bool)0, NULL); V_3 = L_34; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_35; L_35 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_35; bool L_36; L_36 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_36) { goto IL_0123_1; } } { int32_t L_37 = 1; V_0 = L_37; __this->___U3CU3E1__state_0 = L_37; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38 = V_2; __this->___U3CU3Eu__1_6 = L_38; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_39 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B(L_39, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8_m0D1D3B73F77CE8D18DCA72ECB601339C5D825C3B_RuntimeMethod_var); goto IL_0158; } IL_0107_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_40 = __this->___U3CU3Eu__1_6; V_2 = L_40; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_41 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_41, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_42 = (-1); V_0 = L_42; __this->___U3CU3E1__state_0 = L_42; } IL_0123_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_0145; } }// 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_012c; } throw e; } CATCH_012c: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_43 = (&__this->___U3CU3Et__builder_1); Exception_t* L_44 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_43, L_44, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0158; }// end catch (depth: 1) IL_0145: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_45 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_45, NULL); } IL_0158: { return; } } IL2CPP_EXTERN_C void U3CWriteStartElementAsyncU3Ed__31_MoveNext_mAB49E6E5AA0B5F9FFC34F175D4FEF4F7771D219F_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteStartElementAsyncU3Ed__31_MoveNext_mAB49E6E5AA0B5F9FFC34F175D4FEF4F7771D219F(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__31::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartElementAsyncU3Ed__31_SetStateMachine_mDDE305AC1B5639D1F84572458312195C5F2785FA (U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* __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 U3CWriteStartElementAsyncU3Ed__31_SetStateMachine_mDDE305AC1B5639D1F84572458312195C5F2785FA_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteStartElementAsyncU3Ed__31_tCAABB5849B63D195EE67E049F6828C91A4A755A8* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteStartElementAsyncU3Ed__31_SetStateMachine_mDDE305AC1B5639D1F84572458312195C5F2785FA(_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.XmlUtf8RawTextWriterIndent/d__32::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEndElementAsyncU3Ed__32_MoveNext_mEF70793F6FE9F12F29E6706ECEDADD6B35DCF9E4 (U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_0097_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_011b_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_6 = V_1; NullCheck(L_6); int32_t L_7 = L_6->___indentLevel_27; NullCheck(L_5); L_5->___indentLevel_27 = ((int32_t)il2cpp_codegen_subtract(L_7, 1)); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_8 = V_1; NullCheck(L_8); bool L_9 = L_8->___mixedContent_30; if (L_9) { goto IL_00ba_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_10 = V_1; NullCheck(L_10); int32_t L_11 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_10)->___contentPos_11; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_12 = V_1; NullCheck(L_12); int32_t L_13 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_12)->___bufPos_9; if ((((int32_t)L_11) == ((int32_t)L_13))) { goto IL_00ba_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_14 = V_1; NullCheck(L_14); int32_t L_15 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_14)->___textPos_10; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_16 = V_1; NullCheck(L_16); int32_t L_17 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_16)->___bufPos_9; if ((((int32_t)L_15) == ((int32_t)L_17))) { goto IL_00ba_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_18 = V_1; NullCheck(L_18); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_19; L_19 = XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B(L_18, NULL); NullCheck(L_19); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_20; L_20 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_19, (bool)0, NULL); V_3 = L_20; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_21; L_21 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_21; bool L_22; L_22 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_22) { goto IL_00b3_1; } } { int32_t L_23 = 0; V_0 = L_23; __this->___U3CU3E1__state_0 = L_23; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_24 = V_2; __this->___U3CU3Eu__1_6 = L_24; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_25 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C(L_25, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C_RuntimeMethod_var); goto IL_016c; } IL_0097_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_26 = __this->___U3CU3Eu__1_6; V_2 = L_26; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_27 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_27, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_28 = (-1); V_0 = L_28; __this->___U3CU3E1__state_0 = L_28; } IL_00b3_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_00ba_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_29 = V_1; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_30 = V_1; NullCheck(L_30); BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_31 = L_30->___mixedContentStack_31; NullCheck(L_31); bool L_32; L_32 = BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3(L_31, NULL); NullCheck(L_29); L_29->___mixedContent_30 = L_32; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_33 = V_1; String_t* L_34 = __this->___prefix_3; String_t* L_35 = __this->___localName_4; String_t* L_36 = __this->___ns_5; NullCheck(L_33); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_37; L_37 = XmlUtf8RawTextWriterIndent_U3CU3En__2_m877C56F7E850E4F66D028246BBB7C793E2185C49(L_33, L_34, L_35, L_36, NULL); NullCheck(L_37); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_38; L_38 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_37, (bool)0, NULL); V_3 = L_38; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_39; L_39 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_39; bool L_40; L_40 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_40) { goto IL_0137_1; } } { int32_t L_41 = 1; V_0 = L_41; __this->___U3CU3E1__state_0 = L_41; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_42 = V_2; __this->___U3CU3Eu__1_6 = L_42; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_43 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C(L_43, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E_m77403678C909BF51E91AD19098A6F19644C54F3C_RuntimeMethod_var); goto IL_016c; } IL_011b_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_44 = __this->___U3CU3Eu__1_6; V_2 = L_44; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_45 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_45, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_46 = (-1); V_0 = L_46; __this->___U3CU3E1__state_0 = L_46; } IL_0137_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_0159; } }// 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_0140; } throw e; } CATCH_0140: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_47 = (&__this->___U3CU3Et__builder_1); Exception_t* L_48 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_47, L_48, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_016c; }// end catch (depth: 1) IL_0159: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_49 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_49, NULL); } IL_016c: { return; } } IL2CPP_EXTERN_C void U3CWriteEndElementAsyncU3Ed__32_MoveNext_mEF70793F6FE9F12F29E6706ECEDADD6B35DCF9E4_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteEndElementAsyncU3Ed__32_MoveNext_mEF70793F6FE9F12F29E6706ECEDADD6B35DCF9E4(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__32::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteEndElementAsyncU3Ed__32_SetStateMachine_m2881A36F39F034D218CD9FEEE1F426B746D95B96 (U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* __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 U3CWriteEndElementAsyncU3Ed__32_SetStateMachine_m2881A36F39F034D218CD9FEEE1F426B746D95B96_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteEndElementAsyncU3Ed__32_tF7AAFC43A1A963FF0A34A9B40E871379DDC20A8E* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteEndElementAsyncU3Ed__32_SetStateMachine_m2881A36F39F034D218CD9FEEE1F426B746D95B96(_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.XmlUtf8RawTextWriterIndent/d__33::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteFullEndElementAsyncU3Ed__33_MoveNext_m5736DCA0DB42DC2FC74C66DE783299E4A0DE12F3 (U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_0097_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_011b_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_6 = V_1; NullCheck(L_6); int32_t L_7 = L_6->___indentLevel_27; NullCheck(L_5); L_5->___indentLevel_27 = ((int32_t)il2cpp_codegen_subtract(L_7, 1)); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_8 = V_1; NullCheck(L_8); bool L_9 = L_8->___mixedContent_30; if (L_9) { goto IL_00ba_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_10 = V_1; NullCheck(L_10); int32_t L_11 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_10)->___contentPos_11; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_12 = V_1; NullCheck(L_12); int32_t L_13 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_12)->___bufPos_9; if ((((int32_t)L_11) == ((int32_t)L_13))) { goto IL_00ba_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_14 = V_1; NullCheck(L_14); int32_t L_15 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_14)->___textPos_10; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_16 = V_1; NullCheck(L_16); int32_t L_17 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_16)->___bufPos_9; if ((((int32_t)L_15) == ((int32_t)L_17))) { goto IL_00ba_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_18 = V_1; NullCheck(L_18); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_19; L_19 = XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B(L_18, NULL); NullCheck(L_19); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_20; L_20 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_19, (bool)0, NULL); V_3 = L_20; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_21; L_21 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_21; bool L_22; L_22 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_22) { goto IL_00b3_1; } } { int32_t L_23 = 0; V_0 = L_23; __this->___U3CU3E1__state_0 = L_23; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_24 = V_2; __this->___U3CU3Eu__1_6 = L_24; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_25 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC(L_25, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC_RuntimeMethod_var); goto IL_016c; } IL_0097_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_26 = __this->___U3CU3Eu__1_6; V_2 = L_26; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_27 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_27, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_28 = (-1); V_0 = L_28; __this->___U3CU3E1__state_0 = L_28; } IL_00b3_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_00ba_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_29 = V_1; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_30 = V_1; NullCheck(L_30); BitStack_t11BAF39DA304BA77E31BB65B8E3C4B5B46E1A10C* L_31 = L_30->___mixedContentStack_31; NullCheck(L_31); bool L_32; L_32 = BitStack_PopBit_m0E661995EE53988E5F902D93C7C6BE02378021A3(L_31, NULL); NullCheck(L_29); L_29->___mixedContent_30 = L_32; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_33 = V_1; String_t* L_34 = __this->___prefix_3; String_t* L_35 = __this->___localName_4; String_t* L_36 = __this->___ns_5; NullCheck(L_33); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_37; L_37 = XmlUtf8RawTextWriterIndent_U3CU3En__3_mA89731B8DD656C7049EFA5B5DE6E0C04D0693207(L_33, L_34, L_35, L_36, NULL); NullCheck(L_37); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_38; L_38 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_37, (bool)0, NULL); V_3 = L_38; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_39; L_39 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_39; bool L_40; L_40 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_40) { goto IL_0137_1; } } { int32_t L_41 = 1; V_0 = L_41; __this->___U3CU3E1__state_0 = L_41; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_42 = V_2; __this->___U3CU3Eu__1_6 = L_42; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_43 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC(L_43, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62_mBFB21001DEBD36A8B89CFFC7CC403A9F64509DEC_RuntimeMethod_var); goto IL_016c; } IL_011b_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_44 = __this->___U3CU3Eu__1_6; V_2 = L_44; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_45 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_45, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_46 = (-1); V_0 = L_46; __this->___U3CU3E1__state_0 = L_46; } IL_0137_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_0159; } }// 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_0140; } throw e; } CATCH_0140: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_47 = (&__this->___U3CU3Et__builder_1); Exception_t* L_48 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_47, L_48, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_016c; }// end catch (depth: 1) IL_0159: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_49 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_49, NULL); } IL_016c: { return; } } IL2CPP_EXTERN_C void U3CWriteFullEndElementAsyncU3Ed__33_MoveNext_m5736DCA0DB42DC2FC74C66DE783299E4A0DE12F3_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteFullEndElementAsyncU3Ed__33_MoveNext_m5736DCA0DB42DC2FC74C66DE783299E4A0DE12F3(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__33::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteFullEndElementAsyncU3Ed__33_SetStateMachine_mB017E537BE57CCDBA0E658172F7A4065D22DB2F5 (U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* __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 U3CWriteFullEndElementAsyncU3Ed__33_SetStateMachine_mB017E537BE57CCDBA0E658172F7A4065D22DB2F5_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteFullEndElementAsyncU3Ed__33_tB74E9BCF152EAC33723E4CEAF7D82677A1C22B62* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteFullEndElementAsyncU3Ed__33_SetStateMachine_mB017E537BE57CCDBA0E658172F7A4065D22DB2F5(_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.XmlUtf8RawTextWriterIndent/d__34::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartAttributeAsyncU3Ed__34_MoveNext_m8201F4ECB2A301A297670D3318E81BAA6B41C676 (U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_0067_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00da_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->___newLineOnAttributes_28; if (!L_6) { goto IL_008a_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_7 = V_1; NullCheck(L_7); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8; L_8 = XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B(L_7, NULL); NullCheck(L_8); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_9; L_9 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_8, (bool)0, NULL); V_3 = L_9; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_10; L_10 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_10; bool L_11; L_11 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_11) { goto IL_0083_1; } } { int32_t L_12 = 0; V_0 = L_12; __this->___U3CU3E1__state_0 = L_12; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_13 = V_2; __this->___U3CU3Eu__1_6 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_14 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D(L_14, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D_RuntimeMethod_var); goto IL_012b; } IL_0067_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_15 = __this->___U3CU3Eu__1_6; V_2 = L_15; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_16 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_16, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_17 = (-1); V_0 = L_17; __this->___U3CU3E1__state_0 = L_17; } IL_0083_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_008a_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_18 = V_1; String_t* L_19 = __this->___prefix_3; String_t* L_20 = __this->___localName_4; String_t* L_21 = __this->___ns_5; NullCheck(L_18); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_22; L_22 = XmlUtf8RawTextWriterIndent_U3CU3En__4_mDFE043709448D635CA81245C04BE42126671EA49(L_18, L_19, L_20, L_21, NULL); NullCheck(L_22); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_23; L_23 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_22, (bool)0, NULL); V_3 = L_23; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_24; L_24 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_24; bool L_25; L_25 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_25) { goto IL_00f6_1; } } { int32_t L_26 = 1; V_0 = L_26; __this->___U3CU3E1__state_0 = L_26; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_27 = V_2; __this->___U3CU3Eu__1_6 = L_27; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_28 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D(L_28, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB_m6E55D7A155A51BF5B7EDBDA04507B8079438996D_RuntimeMethod_var); goto IL_012b; } IL_00da_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_29 = __this->___U3CU3Eu__1_6; V_2 = L_29; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_30 = (&__this->___U3CU3Eu__1_6); il2cpp_codegen_initobj(L_30, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_31 = (-1); V_0 = L_31; __this->___U3CU3E1__state_0 = L_31; } IL_00f6_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_0118; } }// 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_00ff; } throw e; } CATCH_00ff: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_32 = (&__this->___U3CU3Et__builder_1); Exception_t* L_33 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_32, L_33, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_012b; }// end catch (depth: 1) IL_0118: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_34 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_34, NULL); } IL_012b: { return; } } IL2CPP_EXTERN_C void U3CWriteStartAttributeAsyncU3Ed__34_MoveNext_m8201F4ECB2A301A297670D3318E81BAA6B41C676_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteStartAttributeAsyncU3Ed__34_MoveNext_m8201F4ECB2A301A297670D3318E81BAA6B41C676(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__34::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteStartAttributeAsyncU3Ed__34_SetStateMachine_m5D75F8A329C6AD6483F5B84003D7E7B9C620C5C4 (U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* __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 U3CWriteStartAttributeAsyncU3Ed__34_SetStateMachine_m5D75F8A329C6AD6483F5B84003D7E7B9C620C5C4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteStartAttributeAsyncU3Ed__34_tDCD2BA866C00A97AD536610EC6982F28B56A9FCB* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteStartAttributeAsyncU3Ed__34_SetStateMachine_m5D75F8A329C6AD6483F5B84003D7E7B9C620C5C4(_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.XmlUtf8RawTextWriterIndent/d__36::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__36_MoveNext_m4E689997EBCE290A67415594B47F0222F9E09D92 (U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_0075_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00dc_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->___mixedContent_30; if (L_6) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_7 = V_1; NullCheck(L_7); int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_7)->___textPos_10; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_9 = V_1; NullCheck(L_9); int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_9)->___bufPos_9; if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_11 = V_1; NullCheck(L_11); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_12; L_12 = XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B(L_11, NULL); NullCheck(L_12); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_13; L_13 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_12, (bool)0, NULL); V_3 = L_13; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_14; L_14 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_14; bool L_15; L_15 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_15) { goto IL_0091_1; } } { int32_t L_16 = 0; V_0 = L_16; __this->___U3CU3E1__state_0 = L_16; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_17 = V_2; __this->___U3CU3Eu__1_4 = L_17; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_18 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE(L_18, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE_RuntimeMethod_var); goto IL_012d; } IL_0075_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_19 = __this->___U3CU3Eu__1_4; V_2 = L_19; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_20 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_20, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_21 = (-1); V_0 = L_21; __this->___U3CU3E1__state_0 = L_21; } IL_0091_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0098_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_22 = V_1; String_t* L_23 = __this->___text_3; NullCheck(L_22); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_24; L_24 = XmlUtf8RawTextWriterIndent_U3CU3En__5_m2F52834F9B672068F04ACD7C06B7BE30913BDA6F(L_22, L_23, NULL); NullCheck(L_24); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_25; L_25 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_24, (bool)0, NULL); V_3 = L_25; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_26; L_26 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_26; bool L_27; L_27 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_27) { goto IL_00f8_1; } } { int32_t L_28 = 1; V_0 = L_28; __this->___U3CU3E1__state_0 = L_28; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_29 = V_2; __this->___U3CU3Eu__1_4 = L_29; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_30 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE(L_30, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9_m51E172B9A571588F2CEDB9686840F3CB3EC544DE_RuntimeMethod_var); goto IL_012d; } IL_00dc_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_31 = __this->___U3CU3Eu__1_4; V_2 = L_31; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_32 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_32, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_33 = (-1); V_0 = L_33; __this->___U3CU3E1__state_0 = L_33; } IL_00f8_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_011a; } }// 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_0101; } throw e; } CATCH_0101: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_34 = (&__this->___U3CU3Et__builder_1); Exception_t* L_35 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_34, L_35, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_012d; }// end catch (depth: 1) IL_011a: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_36 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_36, NULL); } IL_012d: { return; } } IL2CPP_EXTERN_C void U3CWriteCommentAsyncU3Ed__36_MoveNext_m4E689997EBCE290A67415594B47F0222F9E09D92_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCommentAsyncU3Ed__36_MoveNext_m4E689997EBCE290A67415594B47F0222F9E09D92(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__36::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteCommentAsyncU3Ed__36_SetStateMachine_m86511CC3B3C9ABF706F054549338E9F8D818D4ED (U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* __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 U3CWriteCommentAsyncU3Ed__36_SetStateMachine_m86511CC3B3C9ABF706F054549338E9F8D818D4ED_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteCommentAsyncU3Ed__36_tF4F96E65400EC8CF09E50A582371AAC2A05F34F9* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteCommentAsyncU3Ed__36_SetStateMachine_m86511CC3B3C9ABF706F054549338E9F8D818D4ED(_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.XmlUtf8RawTextWriterIndent/d__37::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__37_MoveNext_mC3D7ECACC3DAFB9E6FCF3EE2AD1EB33A8278F9FC (U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_0075_1; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)1))) { goto IL_00e2_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; NullCheck(L_5); bool L_6 = L_5->___mixedContent_30; if (L_6) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_7 = V_1; NullCheck(L_7); int32_t L_8 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_7)->___textPos_10; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_9 = V_1; NullCheck(L_9); int32_t L_10 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_9)->___bufPos_9; if ((((int32_t)L_8) == ((int32_t)L_10))) { goto IL_0098_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_11 = V_1; NullCheck(L_11); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_12; L_12 = XmlUtf8RawTextWriterIndent_WriteIndentAsync_m8B4DB7F21E7F20AE45249F2A5A38A5107AD7270B(L_11, NULL); NullCheck(L_12); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_13; L_13 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_12, (bool)0, NULL); V_3 = L_13; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_14; L_14 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_14; bool L_15; L_15 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_15) { goto IL_0091_1; } } { int32_t L_16 = 0; V_0 = L_16; __this->___U3CU3E1__state_0 = L_16; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_17 = V_2; __this->___U3CU3Eu__1_5 = L_17; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_18 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84(L_18, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84_RuntimeMethod_var); goto IL_0133; } IL_0075_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_19 = __this->___U3CU3Eu__1_5; V_2 = L_19; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_20 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_20, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_21 = (-1); V_0 = L_21; __this->___U3CU3E1__state_0 = L_21; } IL_0091_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); } IL_0098_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_22 = V_1; String_t* L_23 = __this->___target_3; String_t* L_24 = __this->___text_4; NullCheck(L_22); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_25; L_25 = XmlUtf8RawTextWriterIndent_U3CU3En__6_mAD9ED045A6E7E886E8613665D319BB188D423E07(L_22, L_23, L_24, 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_00fe_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_5 = L_30; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_5))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_31 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84(L_31, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592_m584B2BAB68CB4DE735C712D8FDECBAC368DDAA84_RuntimeMethod_var); goto IL_0133; } IL_00e2_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_32 = __this->___U3CU3Eu__1_5; V_2 = L_32; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_33 = (&__this->___U3CU3Eu__1_5); il2cpp_codegen_initobj(L_33, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_34 = (-1); V_0 = L_34; __this->___U3CU3E1__state_0 = L_34; } IL_00fe_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); goto IL_0120; } }// 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_0107; } throw e; } CATCH_0107: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_35 = (&__this->___U3CU3Et__builder_1); Exception_t* L_36 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_35, L_36, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0133; }// end catch (depth: 1) IL_0120: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_37 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_37, NULL); } IL_0133: { return; } } IL2CPP_EXTERN_C void U3CWriteProcessingInstructionAsyncU3Ed__37_MoveNext_mC3D7ECACC3DAFB9E6FCF3EE2AD1EB33A8278F9FC_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteProcessingInstructionAsyncU3Ed__37_MoveNext_mC3D7ECACC3DAFB9E6FCF3EE2AD1EB33A8278F9FC(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__37::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteProcessingInstructionAsyncU3Ed__37_SetStateMachine_m0BADA558D41ECC253E5CB6892F992551E4859E6C (U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* __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 U3CWriteProcessingInstructionAsyncU3Ed__37_SetStateMachine_m0BADA558D41ECC253E5CB6892F992551E4859E6C_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteProcessingInstructionAsyncU3Ed__37_tB7BB1BA70692E379BDC4680E9DD6A805B0C62592* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteProcessingInstructionAsyncU3Ed__37_SetStateMachine_m0BADA558D41ECC253E5CB6892F992551E4859E6C(_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.XmlUtf8RawTextWriterIndent/d__47::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteIndentAsyncU3Ed__47_MoveNext_mF5C58EE6A6C222FCFA670D97D30714EC84976FA1 (U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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)); 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; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* 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_00da_1; } } { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_4 = V_1; NullCheck(L_4); XmlUtf8RawTextWriter_CheckAsyncCall_m04BCE473B064241D61DEEC5089DF4D313DA386E2(L_4, NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_5 = V_1; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_6 = V_1; NullCheck(L_6); String_t* L_7 = ((XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB*)L_6)->___newLineChars_21; NullCheck(L_5); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8; L_8 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_5, L_7, NULL); NullCheck(L_8); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_9; L_9 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_8, (bool)0, NULL); V_3 = L_9; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_10; L_10 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_10; bool L_11; L_11 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_11) { goto IL_0081_1; } } { int32_t L_12 = 0; V_0 = L_12; __this->___U3CU3E1__state_0 = L_12; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_13 = V_2; __this->___U3CU3Eu__1_3 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_14 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F(L_14, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F_RuntimeMethod_var); goto IL_0149; } IL_0065_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_15 = __this->___U3CU3Eu__1_3; V_2 = L_15; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_16 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_16, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_17 = (-1); V_0 = L_17; __this->___U3CU3E1__state_0 = L_17; } IL_0081_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_18 = V_1; NullCheck(L_18); int32_t L_19 = L_18->___indentLevel_27; __this->___U3CiU3E5__2_4 = L_19; goto IL_010f_1; } IL_0096_1: { XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_20 = V_1; XmlUtf8RawTextWriterIndent_tEA3E110A4E275753FE5CC8F5FF17AA132DC66B41* L_21 = V_1; NullCheck(L_21); String_t* L_22 = L_21->___indentChars_29; NullCheck(L_20); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_23; L_23 = XmlUtf8RawTextWriter_RawTextAsync_m84C468A4A0C51ECAAF00E3B40360F51ED18461BD(L_20, L_22, NULL); NullCheck(L_23); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_24; L_24 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_23, (bool)0, NULL); V_3 = L_24; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_25; L_25 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL); V_2 = L_25; bool L_26; L_26 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL); if (L_26) { goto IL_00f6_1; } } { int32_t L_27 = 1; V_0 = L_27; __this->___U3CU3E1__state_0 = L_27; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_28 = V_2; __this->___U3CU3Eu__1_3 = L_28; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_29 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F(L_29, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817_m935EF8BECF1694C50363FBFDC1ECE1B14DAA154F_RuntimeMethod_var); goto IL_0149; } IL_00da_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_30 = __this->___U3CU3Eu__1_3; V_2 = L_30; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_31 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_31, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_32 = (-1); V_0 = L_32; __this->___U3CU3E1__state_0 = L_32; } IL_00f6_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL); int32_t L_33 = __this->___U3CiU3E5__2_4; V_4 = L_33; int32_t L_34 = V_4; __this->___U3CiU3E5__2_4 = ((int32_t)il2cpp_codegen_subtract(L_34, 1)); } IL_010f_1: { int32_t L_35 = __this->___U3CiU3E5__2_4; if ((((int32_t)L_35) > ((int32_t)0))) { goto IL_0096_1; } } { goto IL_0136; } }// 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_011d; } throw e; } CATCH_011d: {// begin catch(System.Exception) V_5 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_36 = (&__this->___U3CU3Et__builder_1); Exception_t* L_37 = V_5; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_36, L_37, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0149; }// end catch (depth: 1) IL_0136: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_38 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_38, NULL); } IL_0149: { return; } } IL2CPP_EXTERN_C void U3CWriteIndentAsyncU3Ed__47_MoveNext_mF5C58EE6A6C222FCFA670D97D30714EC84976FA1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteIndentAsyncU3Ed__47_MoveNext_mF5C58EE6A6C222FCFA670D97D30714EC84976FA1(_thisAdjusted, method); } // System.Void System.Xml.XmlUtf8RawTextWriterIndent/d__47::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWriteIndentAsyncU3Ed__47_SetStateMachine_m8E928D65B42F13354899E010C6EBB7F2954AC322 (U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* __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 U3CWriteIndentAsyncU3Ed__47_SetStateMachine_m8E928D65B42F13354899E010C6EBB7F2954AC322_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CWriteIndentAsyncU3Ed__47_tBCB10A39301F859A0B7ABB67E7447194A3E35817* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CWriteIndentAsyncU3Ed__47_SetStateMachine_m8E928D65B42F13354899E010C6EBB7F2954AC322(_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.XmlValidatingReader::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReader__ctor_m34645395E4D284B8470ECD69A0E65EDD1A733E67 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_1 = (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8*)il2cpp_codegen_object_new(XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var); NullCheck(L_1); XmlValidatingReaderImpl__ctor_m011C1CA1225907E64BD29FF44587F2C3828D7744(L_1, L_0, NULL); __this->___impl_7 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___impl_7), (void*)L_1); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = __this->___impl_7; NullCheck(L_2); XmlValidatingReaderImpl_set_OuterReader_m51E00FCA6C966CAE3C1C36B818A98F32402D62A5_inline(L_2, __this, NULL); return; } } // System.Xml.XmlNodeType System.Xml.XmlValidatingReader::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_NodeType_mAF3765B4AC9841518828D5EC161183C4406DCA5C (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_Name_mBB7524DB48474359803B51BB567318D20A1E08A1 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_LocalName_mCBB39E66822EC770A0E3AE7DB453F28DD37CE250 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_NamespaceURI_mCE149ADA9B61980AA7CB3401077EF9075F16CB4E (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_Prefix_mE4ABA72D869E05B026E4BFE89F433AD27E6CE174 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_Value_m236A951CD11868469BE265FAE2A0B291FB40EA0B (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_Depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_Depth_mE8BC3EE8EB045E920EDFA0FFBA482B175E068A0D (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_BaseURI_m1D32CAC20A880B003FBDFA8E20B771B07EBDB2EE (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_IsEmptyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_IsEmptyElement_mA8F8DD284E583518A6391038C027E202D091AA7B (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_IsDefault_m4CE5327137D8614E15BB72FA56D3D0EF6132BF6B (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_QuoteChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlValidatingReader_get_QuoteChar_m2805160472601EA04CF1B4F60F2D461F4AF240BA (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_XmlSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_XmlSpace_m945EA6CFDB9B3385C9F0B87F5B47ABA7FD70586B (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_get_XmlLang_m0D110EA374897E39BCF1F1EA31594B9A3F9B6477 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.Int32 System.Xml.XmlValidatingReader::get_AttributeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_AttributeCount_m2A0904D49A2D985790CE93CADE7050045EBF8C56 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_GetAttribute_m5E5A6346601611468C2A3BD9920935A2D4D2AD38 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::GetAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_GetAttribute_m93EEF0C5AD32F33CDD0A0500B5DC173B01DFEE75 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; String_t* L_1 = ___0_localName; 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.XmlValidatingReader::GetAttribute(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_GetAttribute_m795D6E982C39D960B252A0C6E50613B07D00F4B9 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, int32_t ___0_i, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::MoveToAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToAttribute_m6AE87D9AE8C96783EBA26589022F8E24AB74C6D0 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::MoveToAttribute(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReader_MoveToAttribute_mB1F7A42F5E0FE1A183814F95DBBA3FB37CB9A9D6 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, int32_t ___0_i, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::MoveToFirstAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToFirstAttribute_m97251F4825A0129F45E769F7883476D734B0F4FF (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::MoveToNextAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToNextAttribute_m3CCC26F43F738C7E388A5DF75679C519385C9AE7 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::MoveToElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_MoveToElement_m6971E20817A796DE438B9C73254C5700B4129167 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::ReadAttributeValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_ReadAttributeValue_mEF840AEDDDF381AA50108FB39683607F51CB99B8 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_Read_m33E0852D4F75E12D452FE299291273ACD3061AB3 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::get_EOF() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_EOF_m563954E9E5B16FD30F68A0CCB93BD0D8C612778C (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReader_Close_m551F998996E2523ECB23A4F8E74F8BC976EB3F9B (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; NullCheck(L_0); VirtualActionInvoker0::Invoke(33 /* System.Void System.Xml.XmlReader::Close() */, L_0); return; } } // System.Xml.ReadState System.Xml.XmlValidatingReader::get_ReadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_ReadState_m83F7A0A0CBBB7F6730994B4D8B5BD783B62DCF15 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.Xml.XmlNameTable System.Xml.XmlValidatingReader::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlValidatingReader_get_NameTable_m917273B1CE2D8C531FFA16D35CD1509F55180C01 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.XmlValidatingReader::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_LookupNamespace_mD5FCF7E0552FFF68E9A7C87EA6E2A853C08DAC68 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, String_t* ___0_prefix, const RuntimeMethod* method) { String_t* V_0 = NULL; { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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); V_0 = L_2; String_t* L_3 = V_0; if (!L_3) { goto IL_001a; } } { String_t* L_4 = V_0; NullCheck(L_4); int32_t L_5; L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL); if (L_5) { goto IL_001a; } } { V_0 = (String_t*)NULL; } IL_001a: { String_t* L_6 = V_0; return L_6; } } // System.Boolean System.Xml.XmlValidatingReader::get_CanResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_CanResolveEntity_m9DA476280F44FFC4FECB7564972F3480585E9C84 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlValidatingReader::ResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReader_ResolveEntity_mDE64E0FBAD47C1529BF75EAFC4DA6520D8ECFD77 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; NullCheck(L_0); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_0); return; } } // System.String System.Xml.XmlValidatingReader::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_ReadString_m07BF5E637555E808DFA71AB976689866AB944810 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; NullCheck(L_0); XmlValidatingReaderImpl_MoveOffEntityReference_m7A96CFBEAE562C0E1CDBA013353183E2E71E442F(L_0, NULL); String_t* L_1; L_1 = XmlReader_ReadString_m8647B3401F5E5C93EF9F8F67AEC33422378E17EE(__this, NULL); return L_1; } } // System.Boolean System.Xml.XmlValidatingReader::HasLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_HasLineInfo_m9B6871D0011F2E7FE9E7BDEB9E5DEF41D1AE923F (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Xml.XmlValidatingReader::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_LineNumber_m18CCBAEDAC2DCFDBD8C26A089798D554279AF09F (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; NullCheck(L_0); int32_t L_1; L_1 = XmlValidatingReaderImpl_get_LineNumber_m0818403D0516C16147609ED0AFE824E11E29C007(L_0, NULL); return L_1; } } // System.Int32 System.Xml.XmlValidatingReader::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReader_get_LinePosition_m7C5CE3A5471B2C23A65B83FF4AE70C5B2738B7E5 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; NullCheck(L_0); int32_t L_1; L_1 = XmlValidatingReaderImpl_get_LinePosition_m6D781AB80BD2B2CDF083C384CD8A9A622BF76782(L_0, NULL); return L_1; } } // System.Collections.Generic.IDictionary`2 System.Xml.XmlValidatingReader::System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlValidatingReader_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope_m78E9B0FB9B92B05DDB59D103C300452A50E1219E (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, int32_t ___0_scope, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; int32_t L_1 = ___0_scope; NullCheck(L_0); RuntimeObject* L_2; L_2 = XmlValidatingReaderImpl_GetNamespacesInScope_mB044F7CBE6BA7C78EEE3828DCC7F1124C4F48FEE(L_0, L_1, NULL); return L_2; } } // System.String System.Xml.XmlValidatingReader::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_System_Xml_IXmlNamespaceResolver_LookupNamespace_m3A3F02B501956E2734CE232E04B58CF959D78020 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, String_t* ___0_prefix, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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.String System.Xml.XmlValidatingReader::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReader_System_Xml_IXmlNamespaceResolver_LookupPrefix_m9547C0A21709A48D04BD09A8C977742EFA541800 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, String_t* ___0_namespaceName, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; String_t* L_1 = ___0_namespaceName; NullCheck(L_0); String_t* L_2; L_2 = XmlValidatingReaderImpl_LookupPrefix_m156EDA380A9AFD40A807A081D268B551162CDD2D(L_0, L_1, NULL); return L_2; } } // System.Void System.Xml.XmlValidatingReader::set_ValidationType(System.Xml.ValidationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReader_set_ValidationType_m298E7338CDFA6EE0531F51E6F4AF57EFC557F1E0 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, int32_t ___0_value, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; int32_t L_1 = ___0_value; NullCheck(L_0); XmlValidatingReaderImpl_set_ValidationType_m25A14BB9DD1C050BD2F1DF023830659A2889B8A8(L_0, L_1, NULL); return; } } // System.Void System.Xml.XmlValidatingReader::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReader_set_XmlResolver_m2BB30D0674E902CA2CFB0E4CC40DAAA6839AF100 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1 = ___0_value; NullCheck(L_0); XmlValidatingReaderImpl_set_XmlResolver_m49CA1523B278EE675B26AB9D4B31FC5CC2C27174(L_0, L_1, NULL); return; } } // System.Boolean System.Xml.XmlValidatingReader::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReader_get_Namespaces_mE9B13FB33252408970F9376B2FF440E9FB71D50F (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; NullCheck(L_0); bool L_1; L_1 = XmlValidatingReaderImpl_get_Namespaces_m4415C799078697BDACBD0FE115AD65DB6C0031A3(L_0, NULL); return L_1; } } // System.Xml.IDtdInfo System.Xml.XmlValidatingReader::get_DtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlValidatingReader_get_DtdInfo_mC2209F4FB1093A89AE5F1AFB950F3503F8AB5B49 (XmlValidatingReader_tC22B0C99C972133DC954BB9906B62835330FB3F9* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = __this->___impl_7; 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; } } #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.XmlValidatingReaderImpl::.ctor(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl__ctor_m011C1CA1225907E64BD29FF44587F2C3828D7744 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __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); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse_mCBE87491A93DED04B04028C172FF60CA0D47F28B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* V_0 = NULL; XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* V_1 = NULL; { __this->___parsingFunction_14 = 1; il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; V_0 = ((XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4*)IsInstClass((RuntimeObject*)L_0, XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4_il2cpp_TypeInfo_var)); XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* L_1 = V_0; if (!L_1) { goto IL_001f; } } { XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* L_2 = V_0; NullCheck(L_2); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_3; L_3 = XmlAsyncCheckReader_get_CoreReader_m7EEC14B20E5C6021736672F4DA2503B14E670A93_inline(L_2, NULL); ___0_reader = L_3; } IL_001f: { __this->___outerReader_18 = __this; Il2CppCodeGenWriteBarrier((void**)(&__this->___outerReader_18), (void*)__this); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_4 = ___0_reader; __this->___coreReader_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReader_7), (void*)L_4); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = ___0_reader; __this->___coreReaderNSResolver_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_5, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReaderNSResolver_9), (void*)((RuntimeObject*)IsInst((RuntimeObject*)L_5, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var))); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_6 = ___0_reader; __this->___coreReaderImpl_8 = ((XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B*)IsInstClass((RuntimeObject*)L_6, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReaderImpl_8), (void*)((XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B*)IsInstClass((RuntimeObject*)L_6, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B_il2cpp_TypeInfo_var))); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_7 = __this->___coreReaderImpl_8; if (L_7) { goto IL_0063; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_8 = ___0_reader; V_1 = ((XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B*)IsInstClass((RuntimeObject*)L_8, XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var)); XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_9 = V_1; if (!L_9) { goto IL_0063; } } { XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_10 = V_1; NullCheck(L_10); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_11; L_11 = XmlTextReader_get_Impl_m99AA88D6B2335764B7B4171CCC9D9C77329D72D8_inline(L_10, NULL); __this->___coreReaderImpl_8 = L_11; Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReaderImpl_8), (void*)L_11); } IL_0063: { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_12 = __this->___coreReaderImpl_8; if (L_12) { goto IL_0080; } } { String_t* L_13; L_13 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A0B1389EFC77FE507C0DA65C2DD744C4CFBED6C)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_14 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_14); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_14, L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlValidatingReaderImpl__ctor_m011C1CA1225907E64BD29FF44587F2C3828D7744_RuntimeMethod_var))); } IL_0080: { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_15 = __this->___coreReaderImpl_8; NullCheck(L_15); XmlTextReaderImpl_set_EntityHandling_m045BFFB3499FB53F97124F68F659FF0E5975B24C(L_15, 1, NULL); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_16 = __this->___coreReaderImpl_8; NullCheck(L_16); XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mBBE46175DBCCE969AC2B298119581E91A17FA380(L_16, (bool)1, NULL); __this->___processIdentityConstraints_13 = (bool)1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_17 = __this->___coreReader_7; NullCheck(L_17); il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_18; L_18 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(36 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_17); XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_19 = (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD*)il2cpp_codegen_object_new(XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD_il2cpp_TypeInfo_var); NullCheck(L_19); XmlSchemaCollection__ctor_m6F80B88EF4F79E892FA72CDFA9B2ECF8226A49C8(L_19, L_18, NULL); __this->___schemaCollection_12 = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaCollection_12), (void*)L_19); XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_20 = __this->___schemaCollection_12; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_21; L_21 = XmlValidatingReaderImpl_GetResolver_mFF19947EEC427CAC13D597CF19C3FD8C4CC6C6D1(__this, NULL); NullCheck(L_20); XmlSchemaCollection_set_XmlResolver_mCBCC7ABCA885FCDDBEB0255A49B17C8CB8BB0D62_inline(L_20, L_21, NULL); ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_22 = (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9*)il2cpp_codegen_object_new(ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9_il2cpp_TypeInfo_var); NullCheck(L_22); ValidationEventHandling__ctor_m0DB14ABA2F484D38F4A85BC791A7833E61997DB9(L_22, __this, NULL); __this->___eventHandling_15 = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___eventHandling_15), (void*)L_22); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_23 = __this->___coreReaderImpl_8; ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_24 = __this->___eventHandling_15; NullCheck(L_23); XmlTextReaderImpl_set_ValidationEventHandling_mF8A66D6BE2B822997F486F4931B151B667863E59_inline(L_23, L_24, NULL); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_25 = __this->___coreReaderImpl_8; OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* L_26 = (OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499*)il2cpp_codegen_object_new(OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499_il2cpp_TypeInfo_var); NullCheck(L_26); OnDefaultAttributeUseDelegate__ctor_m3276CA00C5467BC764348C5121B7E2106122CAA7(L_26, __this, (intptr_t)((void*)XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse_mCBE87491A93DED04B04028C172FF60CA0D47F28B_RuntimeMethod_var), NULL); NullCheck(L_25); XmlTextReaderImpl_set_OnDefaultAttributeUse_m519352D6E61D34534B6790ECB3180B4B050B92FB_inline(L_25, L_26, NULL); __this->___validationType_10 = 1; XmlValidatingReaderImpl_SetupValidation_mAFA0AB6EE784D66A5DC3CE049E5EAF720F11A655(__this, 1, NULL); return; } } // System.Void System.Xml.XmlValidatingReaderImpl::.ctor(System.Xml.XmlReader,System.Xml.Schema.ValidationEventHandler,System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl__ctor_mB46D37CD4504EACF6A6E6AB65A3D0EB8A96CF950 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_reader, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___1_settingsEventHandler, bool ___2_processIdentityConstraints, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse_mCBE87491A93DED04B04028C172FF60CA0D47F28B_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* V_0 = NULL; XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* V_1 = NULL; { __this->___parsingFunction_14 = 1; il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); XmlReader__ctor_m4E3A6201CC692B2B2F05ED58652056E893995477(__this, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_reader; V_0 = ((XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4*)IsInstClass((RuntimeObject*)L_0, XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4_il2cpp_TypeInfo_var)); XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* L_1 = V_0; if (!L_1) { goto IL_001f; } } { XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* L_2 = V_0; NullCheck(L_2); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_3; L_3 = XmlAsyncCheckReader_get_CoreReader_m7EEC14B20E5C6021736672F4DA2503B14E670A93_inline(L_2, NULL); ___0_reader = L_3; } IL_001f: { __this->___outerReader_18 = __this; Il2CppCodeGenWriteBarrier((void**)(&__this->___outerReader_18), (void*)__this); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_4 = ___0_reader; __this->___coreReader_7 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReader_7), (void*)L_4); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = ___0_reader; __this->___coreReaderImpl_8 = ((XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B*)IsInstClass((RuntimeObject*)L_5, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReaderImpl_8), (void*)((XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B*)IsInstClass((RuntimeObject*)L_5, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B_il2cpp_TypeInfo_var))); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_6 = __this->___coreReaderImpl_8; if (L_6) { goto IL_0057; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = ___0_reader; V_1 = ((XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B*)IsInstClass((RuntimeObject*)L_7, XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B_il2cpp_TypeInfo_var)); XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_8 = V_1; if (!L_8) { goto IL_0057; } } { XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* L_9 = V_1; NullCheck(L_9); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_10; L_10 = XmlTextReader_get_Impl_m99AA88D6B2335764B7B4171CCC9D9C77329D72D8_inline(L_9, NULL); __this->___coreReaderImpl_8 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReaderImpl_8), (void*)L_10); } IL_0057: { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_11 = __this->___coreReaderImpl_8; if (L_11) { goto IL_0074; } } { String_t* L_12; L_12 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral6A0B1389EFC77FE507C0DA65C2DD744C4CFBED6C)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_13 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_13); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_13, L_12, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralECAC83771A00C701043A940F621CC1C765D30D31)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlValidatingReaderImpl__ctor_mB46D37CD4504EACF6A6E6AB65A3D0EB8A96CF950_RuntimeMethod_var))); } IL_0074: { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_14 = __this->___coreReaderImpl_8; NullCheck(L_14); XmlTextReaderImpl_set_XmlValidatingReaderCompatibilityMode_mBBE46175DBCCE969AC2B298119581E91A17FA380(L_14, (bool)1, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_15 = ___0_reader; __this->___coreReaderNSResolver_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___coreReaderNSResolver_9), (void*)((RuntimeObject*)IsInst((RuntimeObject*)L_15, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var))); bool L_16 = ___2_processIdentityConstraints; __this->___processIdentityConstraints_13 = L_16; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_17 = __this->___coreReader_7; NullCheck(L_17); il2cpp_codegen_runtime_class_init_inline(XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD_il2cpp_TypeInfo_var); XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* L_18; L_18 = VirtualFuncInvoker0< XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* >::Invoke(36 /* System.Xml.XmlNameTable System.Xml.XmlReader::get_NameTable() */, L_17); XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_19 = (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD*)il2cpp_codegen_object_new(XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD_il2cpp_TypeInfo_var); NullCheck(L_19); XmlSchemaCollection__ctor_m6F80B88EF4F79E892FA72CDFA9B2ECF8226A49C8(L_19, L_18, NULL); __this->___schemaCollection_12 = L_19; Il2CppCodeGenWriteBarrier((void**)(&__this->___schemaCollection_12), (void*)L_19); XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_20 = __this->___schemaCollection_12; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_21; L_21 = XmlValidatingReaderImpl_GetResolver_mFF19947EEC427CAC13D597CF19C3FD8C4CC6C6D1(__this, NULL); NullCheck(L_20); XmlSchemaCollection_set_XmlResolver_mCBCC7ABCA885FCDDBEB0255A49B17C8CB8BB0D62_inline(L_20, L_21, NULL); ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_22 = (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9*)il2cpp_codegen_object_new(ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9_il2cpp_TypeInfo_var); NullCheck(L_22); ValidationEventHandling__ctor_m0DB14ABA2F484D38F4A85BC791A7833E61997DB9(L_22, __this, NULL); __this->___eventHandling_15 = L_22; Il2CppCodeGenWriteBarrier((void**)(&__this->___eventHandling_15), (void*)L_22); ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_23 = ___1_settingsEventHandler; if (!L_23) { goto IL_00d5; } } { ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_24 = __this->___eventHandling_15; ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_25 = ___1_settingsEventHandler; NullCheck(L_24); ValidationEventHandling_AddHandler_mD972A68DCBA2204B5EABDC54EEFF2F2479A68389(L_24, L_25, NULL); } IL_00d5: { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_26 = __this->___coreReaderImpl_8; ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_27 = __this->___eventHandling_15; NullCheck(L_26); XmlTextReaderImpl_set_ValidationEventHandling_mF8A66D6BE2B822997F486F4931B151B667863E59_inline(L_26, L_27, NULL); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_28 = __this->___coreReaderImpl_8; OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* L_29 = (OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499*)il2cpp_codegen_object_new(OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499_il2cpp_TypeInfo_var); NullCheck(L_29); OnDefaultAttributeUseDelegate__ctor_m3276CA00C5467BC764348C5121B7E2106122CAA7(L_29, __this, (intptr_t)((void*)XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse_mCBE87491A93DED04B04028C172FF60CA0D47F28B_RuntimeMethod_var), NULL); NullCheck(L_28); XmlTextReaderImpl_set_OnDefaultAttributeUse_m519352D6E61D34534B6790ECB3180B4B050B92FB_inline(L_28, L_29, NULL); __this->___validationType_10 = 2; XmlValidatingReaderImpl_SetupValidation_mAFA0AB6EE784D66A5DC3CE049E5EAF720F11A655(__this, 2, NULL); return; } } // System.Xml.XmlReaderSettings System.Xml.XmlValidatingReaderImpl::get_Settings() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* XmlValidatingReaderImpl_get_Settings_mF7E966ED5397F3AB14179C09C2EF833229FB5F8A (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __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; { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; NullCheck(L_0); bool L_1; L_1 = XmlTextReaderImpl_get_V1Compat_m27698868D378A1241DCAA4E22251E930806781C7_inline(L_0, NULL); if (!L_1) { goto IL_0011; } } { V_0 = (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA*)NULL; goto IL_001d; } IL_0011: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = __this->___coreReader_7; NullCheck(L_2); XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_3; L_3 = VirtualFuncInvoker0< XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* >::Invoke(5 /* System.Xml.XmlReaderSettings System.Xml.XmlReader::get_Settings() */, L_2); V_0 = L_3; } IL_001d: { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_4 = V_0; if (!L_4) { goto IL_0029; } } { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_5 = V_0; NullCheck(L_5); XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_6; L_6 = XmlReaderSettings_Clone_m6581889814EA9982ABCE97535D76722F81972101(L_5, NULL); V_0 = L_6; goto IL_002f; } IL_0029: { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_7 = (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA*)il2cpp_codegen_object_new(XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA_il2cpp_TypeInfo_var); NullCheck(L_7); XmlReaderSettings__ctor_m1BAF1E969D42F7C5D453B381FA763F333C715364(L_7, NULL); V_0 = L_7; } IL_002f: { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_8 = V_0; NullCheck(L_8); XmlReaderSettings_set_ValidationType_m651D049117DA5C80F75BEB925AB0E1FE40E25620(L_8, 2, NULL); bool L_9 = __this->___processIdentityConstraints_13; if (L_9) { goto IL_004d; } } { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_10 = V_0; XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_11 = L_10; NullCheck(L_11); int32_t L_12; L_12 = XmlReaderSettings_get_ValidationFlags_m22A3C5CFDC1CBF2EF8B5975A581B00EDF4D8E876_inline(L_11, NULL); NullCheck(L_11); XmlReaderSettings_set_ValidationFlags_m846A17F2EB68AF5C850CDE3CA8218B2D6A400A02(L_11, ((int32_t)((int32_t)L_12&((int32_t)-9))), NULL); } IL_004d: { XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_13 = V_0; NullCheck(L_13); XmlReaderSettings_set_ReadOnly_mE9D803936E0E2E8A22464C57D96C71AB35D1A6CB_inline(L_13, (bool)1, NULL); XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* L_14 = V_0; return L_14; } } // System.Xml.XmlNodeType System.Xml.XmlValidatingReaderImpl::get_NodeType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_NodeType_m2B30205F925A318CAE31489B0D7F355633104332 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_Name() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_get_Name_mD7C2A88F82A39A3B9E24FC94F4E0EEB363A39BFD (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_LocalName() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_get_LocalName_m356B988EE825C9B3AD4E016AD7EB52ACBE0B4518 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_NamespaceURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_get_NamespaceURI_m7BA98AD74FDEEAE5CB17F79AE8A6430782E2CE77 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_Prefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_get_Prefix_mB674A1A64FBD1A0BFDC9B7FE6ECA60B799FDFAA3 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_Value() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_get_Value_mDF6D93AA62F430267D86FD71E870238B01AD6923 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_Depth() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_Depth_m42BF7B6FC2E0436AA0D7D8483E3212664160FF14 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_BaseURI() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_get_BaseURI_mAF00DF67C7A11AFCCAB49543D43C9A90BD9833EB (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_IsEmptyElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_IsEmptyElement_m48A924C02F84842F68B13A743B56DF8DFD72A866 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_IsDefault() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_IsDefault_mF368FFE9714288BDC49073DC51B435EF243EE334 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_QuoteChar() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar XmlValidatingReaderImpl_get_QuoteChar_mBA4A9DBA7992623495D6DBEE1E29BBC3BC7BEA22 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_XmlSpace() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_XmlSpace_mA725A4628BC998A91F1D679B7FDF14B6EF6DCD19 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::get_XmlLang() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_get_XmlLang_m886BCE6B3F1818576BF6F02608550777FDDD706A (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.ReadState System.Xml.XmlValidatingReaderImpl::get_ReadState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_ReadState_m3B1FE06B2F017E320D375035EABDB82CC5C1ECFC (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___parsingFunction_14; if ((((int32_t)L_0) == ((int32_t)1))) { goto IL_0015; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = __this->___coreReader_7; NullCheck(L_1); int32_t L_2; L_2 = VirtualFuncInvoker0< int32_t >::Invoke(34 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_1); return L_2; } IL_0015: { return (int32_t)(0); } } // System.Boolean System.Xml.XmlValidatingReaderImpl::get_EOF() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_EOF_m1A4CAC711F60714518F3E45CB3C1A9F723A7CB13 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.Xml.XmlNameTable System.Xml.XmlValidatingReaderImpl::get_NameTable() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNameTable_tBDBAACFF3DB40A8E6AF3BDC11F0FF166CF11ABB8* XmlValidatingReaderImpl_get_NameTable_m1C5CAA6A2AFF3538AAB71CBF38294D13B5F9CAD2 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.Int32 System.Xml.XmlValidatingReaderImpl::get_AttributeCount() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_AttributeCount_m777CC80F493B826A1FB025CB210DF051C841B22D (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::GetAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_GetAttribute_m7E837ED54D86D3A8A52CCC750DAB2B2621BE38FB (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::GetAttribute(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_GetAttribute_m4E2324A66CFCF7861A70335A674326966F0CBC61 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, String_t* ___0_localName, String_t* ___1_namespaceURI, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; String_t* L_1 = ___0_localName; 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.XmlValidatingReaderImpl::GetAttribute(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_GetAttribute_m2CCA57CED11CFF0697CD45CABDDBC4B2BA385CF1 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_i, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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.XmlValidatingReaderImpl::MoveToAttribute(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_MoveToAttribute_mEC80C2C336E4485DCE8E716F89D1E01A62832346 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, String_t* ___0_name, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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); if (L_2) { goto IL_0010; } } { return (bool)0; } IL_0010: { __this->___parsingFunction_14 = 0; return (bool)1; } } // System.Void System.Xml.XmlValidatingReaderImpl::MoveToAttribute(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_MoveToAttribute_m112D7F9A0FB7712288CDB3D7B54F893BE1E84416 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_i, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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); __this->___parsingFunction_14 = 0; return; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::MoveToFirstAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_MoveToFirstAttribute_m0BDBB5C885D108A569335A20C8ACA2DB085BAD27 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(27 /* System.Boolean System.Xml.XmlReader::MoveToFirstAttribute() */, L_0); if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { __this->___parsingFunction_14 = 0; return (bool)1; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::MoveToNextAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_MoveToNextAttribute_m70162E77E3EAC8AD18E85C8D2FC2899A9AA83984 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(28 /* System.Boolean System.Xml.XmlReader::MoveToNextAttribute() */, L_0); if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { __this->___parsingFunction_14 = 0; return (bool)1; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::MoveToElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_MoveToElement_m53431E31095A9FBC6C45E2F65A44B46D0B027276 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; NullCheck(L_0); bool L_1; L_1 = VirtualFuncInvoker0< bool >::Invoke(29 /* System.Boolean System.Xml.XmlReader::MoveToElement() */, L_0); if (L_1) { goto IL_000f; } } { return (bool)0; } IL_000f: { __this->___parsingFunction_14 = 0; return (bool)1; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::Read() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_Read_m230845DEF5EB5F2D08F57E390F618D936F3AA2BA (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___parsingFunction_14; V_0 = L_0; int32_t L_1 = V_0; switch (L_1) { case 0: { goto IL_002b; } case 1: { goto IL_005e; } case 2: { goto IL_004d; } case 3: { goto IL_007b; } case 4: { goto IL_008a; } case 5: { goto IL_005c; } case 6: { goto IL_005c; } } } { goto IL_009e; } IL_002b: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = __this->___coreReader_7; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_2); if (!L_3) { goto IL_0040; } } { XmlValidatingReaderImpl_ProcessCoreReaderEvent_mEA281802CAC44E6E8D5E9BF3CFA3AAA11B93151A(__this, NULL); return (bool)1; } IL_0040: { BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_4 = __this->___validator_11; NullCheck(L_4); VirtualActionInvoker0::Invoke(6 /* System.Void System.Xml.Schema.BaseValidator::CompleteValidation() */, L_4); return (bool)0; } IL_004d: { __this->___parsingFunction_14 = 0; XmlValidatingReaderImpl_ParseDtdFromParserContext_mD0948FC472BB3854DFC0A957393E188A06322560(__this, NULL); goto IL_002b; } IL_005c: { return (bool)0; } IL_005e: { __this->___parsingFunction_14 = 0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = __this->___coreReader_7; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(34 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_5); if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_002b; } } { XmlValidatingReaderImpl_ProcessCoreReaderEvent_mEA281802CAC44E6E8D5E9BF3CFA3AAA11B93151A(__this, NULL); return (bool)1; } IL_007b: { __this->___parsingFunction_14 = 0; XmlValidatingReaderImpl_ResolveEntityInternally_mD0775B105AF53B906BCABA036AD93EB58D7CF74A(__this, NULL); goto IL_002b; } IL_008a: { __this->___parsingFunction_14 = 0; ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_7 = __this->___readBinaryHelper_17; NullCheck(L_7); ReadContentAsBinaryHelper_Finish_m56919E9B4A660955115D1C0680C0FF772DC649F9(L_7, NULL); goto IL_002b; } IL_009e: { return (bool)0; } } // System.Void System.Xml.XmlValidatingReaderImpl::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_Close_m11A95230FA4B80A980053D75F3E42C97BEA6B88D (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; NullCheck(L_0); VirtualActionInvoker0::Invoke(33 /* System.Void System.Xml.XmlReader::Close() */, L_0); __this->___parsingFunction_14 = 5; return; } } // System.String System.Xml.XmlValidatingReaderImpl::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_LookupNamespace_m83374D6884E6D556EE9163A0E4C6F45534DF9FD9 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, String_t* ___0_prefix, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; 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.XmlValidatingReaderImpl::ReadAttributeValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_ReadAttributeValue_m5A2FA6B77DF3D313F6CD9E57B3E549439FE75F6B (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___parsingFunction_14; if ((!(((uint32_t)L_0) == ((uint32_t)4)))) { goto IL_001b; } } { __this->___parsingFunction_14 = 0; ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_1 = __this->___readBinaryHelper_17; NullCheck(L_1); ReadContentAsBinaryHelper_Finish_m56919E9B4A660955115D1C0680C0FF772DC649F9(L_1, NULL); } IL_001b: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = __this->___coreReader_7; NullCheck(L_2); bool L_3; L_3 = VirtualFuncInvoker0< bool >::Invoke(30 /* System.Boolean System.Xml.XmlReader::ReadAttributeValue() */, L_2); if (L_3) { goto IL_002a; } } { return (bool)0; } IL_002a: { __this->___parsingFunction_14 = 0; return (bool)1; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::get_CanResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_CanResolveEntity_m5E001039C0A218BAC3027EF1A58111D4C6E667EC (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Void System.Xml.XmlValidatingReaderImpl::ResolveEntity() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ResolveEntity_m7801A4E5C3E07FBB602822E0041C945EAE39AA1F (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___parsingFunction_14; if ((!(((uint32_t)L_0) == ((uint32_t)3)))) { goto IL_0010; } } { __this->___parsingFunction_14 = 0; } IL_0010: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_1 = __this->___coreReader_7; NullCheck(L_1); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_1); return; } } // System.Void System.Xml.XmlValidatingReaderImpl::set_OuterReader(System.Xml.XmlReader) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_OuterReader_m51E00FCA6C966CAE3C1C36B818A98F32402D62A5 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_value, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_value; __this->___outerReader_18 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___outerReader_18), (void*)L_0); return; } } // System.Void System.Xml.XmlValidatingReaderImpl::MoveOffEntityReference() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_MoveOffEntityReference_m7A96CFBEAE562C0E1CDBA013353183E2E71E442F (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___outerReader_18; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(6 /* System.Xml.XmlNodeType System.Xml.XmlReader::get_NodeType() */, L_0); if ((!(((uint32_t)L_1) == ((uint32_t)5)))) { goto IL_0034; } } { int32_t L_2 = __this->___parsingFunction_14; if ((((int32_t)L_2) == ((int32_t)3))) { goto IL_0034; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_3 = __this->___outerReader_18; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_3); if (L_4) { goto IL_0034; } } { String_t* L_5; L_5 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_6 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_6); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlValidatingReaderImpl_MoveOffEntityReference_m7A96CFBEAE562C0E1CDBA013353183E2E71E442F_RuntimeMethod_var))); } IL_0034: { return; } } // System.String System.Xml.XmlValidatingReaderImpl::ReadString() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_ReadString_m0169644280D600628D501C227BCB9E12987A0FBB (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlValidatingReaderImpl_MoveOffEntityReference_m7A96CFBEAE562C0E1CDBA013353183E2E71E442F(__this, NULL); String_t* L_0; L_0 = XmlReader_ReadString_m8647B3401F5E5C93EF9F8F67AEC33422378E17EE(__this, NULL); return L_0; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::HasLineInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_HasLineInfo_mAB8A24FA1090BD56D2961B0684FD8C6A9741CC32 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { return (bool)1; } } // System.Int32 System.Xml.XmlValidatingReaderImpl::get_LineNumber() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_LineNumber_m0818403D0516C16147609ED0AFE824E11E29C007 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __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; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var))); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(1 /* System.Int32 System.Xml.IXmlLineInfo::get_LineNumber() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var))); return L_1; } } // System.Int32 System.Xml.XmlValidatingReaderImpl::get_LinePosition() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_LinePosition_m6D781AB80BD2B2CDF083C384CD8A9A622BF76782 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __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; } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var))); int32_t L_1; L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Xml.IXmlLineInfo::get_LinePosition() */, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_0, IXmlLineInfo_tDD8332CE7D244FDA50A6C5744D7EAEC4A6CCBF05_il2cpp_TypeInfo_var))); return L_1; } } // System.Collections.Generic.IDictionary`2 System.Xml.XmlValidatingReaderImpl::System.Xml.IXmlNamespaceResolver.GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlValidatingReaderImpl_System_Xml_IXmlNamespaceResolver_GetNamespacesInScope_mA11E51A2365712FB0824E5BE7AC35B5753ACC0D9 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_scope, const RuntimeMethod* method) { { int32_t L_0 = ___0_scope; RuntimeObject* L_1; L_1 = XmlValidatingReaderImpl_GetNamespacesInScope_mB044F7CBE6BA7C78EEE3828DCC7F1124C4F48FEE(__this, L_0, NULL); return L_1; } } // System.String System.Xml.XmlValidatingReaderImpl::System.Xml.IXmlNamespaceResolver.LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_System_Xml_IXmlNamespaceResolver_LookupNamespace_m1DAD72082D214301E66DCB6650E00A6A17D6EA19 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, String_t* ___0_prefix, const RuntimeMethod* method) { { String_t* L_0 = ___0_prefix; String_t* L_1; L_1 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(37 /* System.String System.Xml.XmlReader::LookupNamespace(System.String) */, __this, L_0); return L_1; } } // System.String System.Xml.XmlValidatingReaderImpl::System.Xml.IXmlNamespaceResolver.LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_System_Xml_IXmlNamespaceResolver_LookupPrefix_m8FB89F64EAFDC0719EEE95F6B18EBC1D458A03BC (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, String_t* ___0_namespaceName, const RuntimeMethod* method) { { String_t* L_0 = ___0_namespaceName; String_t* L_1; L_1 = XmlValidatingReaderImpl_LookupPrefix_m156EDA380A9AFD40A807A081D268B551162CDD2D(__this, L_0, NULL); return L_1; } } // System.Collections.Generic.IDictionary`2 System.Xml.XmlValidatingReaderImpl::GetNamespacesInScope(System.Xml.XmlNamespaceScope) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlValidatingReaderImpl_GetNamespacesInScope_mB044F7CBE6BA7C78EEE3828DCC7F1124C4F48FEE (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __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->___coreReaderNSResolver_9; 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.XmlValidatingReaderImpl::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlValidatingReaderImpl_LookupPrefix_m156EDA380A9AFD40A807A081D268B551162CDD2D (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __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->___coreReaderNSResolver_9; 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; } } // System.Xml.ValidationType System.Xml.XmlValidatingReaderImpl::get_ValidationType() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_ValidationType_m3F56E6463F6CA002AD75157D14E897A2F5230988 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___validationType_10; return L_0; } } // System.Void System.Xml.XmlValidatingReaderImpl::set_ValidationType(System.Xml.ValidationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_ValidationType_m25A14BB9DD1C050BD2F1DF023830659A2889B8A8 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_value, const RuntimeMethod* method) { { int32_t L_0; L_0 = VirtualFuncInvoker0< int32_t >::Invoke(34 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, __this); 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*)&_stringLiteralFBD1A9745DCC4D80697D44756437CCB57698AE21)), 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*)&XmlValidatingReaderImpl_set_ValidationType_m25A14BB9DD1C050BD2F1DF023830659A2889B8A8_RuntimeMethod_var))); } IL_0018: { int32_t L_3 = ___0_value; __this->___validationType_10 = L_3; int32_t L_4 = ___0_value; XmlValidatingReaderImpl_SetupValidation_mAFA0AB6EE784D66A5DC3CE049E5EAF720F11A655(__this, L_4, NULL); return; } } // System.Xml.Schema.XmlSchemaCollection System.Xml.XmlValidatingReaderImpl::get_Schemas() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* XmlValidatingReaderImpl_get_Schemas_m09AA0952FA965FBB205AE3DA5766D8DC0CD24ED0 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_0 = __this->___schemaCollection_12; return L_0; } } // System.Void System.Xml.XmlValidatingReaderImpl::set_XmlResolver(System.Xml.XmlResolver) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_XmlResolver_m49CA1523B278EE675B26AB9D4B31FC5CC2C27174 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1 = ___0_value; NullCheck(L_0); XmlTextReaderImpl_set_XmlResolver_mE88E51BCF47AE861AAB9121C0B023EEE73D29775(L_0, L_1, NULL); BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_2 = __this->___validator_11; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_3 = ___0_value; NullCheck(L_2); BaseValidator_set_XmlResolver_m1D94109BE43E3C8A1738BC7C4A0A1A7233818FBF_inline(L_2, L_3, NULL); XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_4 = __this->___schemaCollection_12; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_5 = ___0_value; NullCheck(L_4); XmlSchemaCollection_set_XmlResolver_mCBCC7ABCA885FCDDBEB0255A49B17C8CB8BB0D62_inline(L_4, L_5, NULL); return; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::get_Namespaces() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_Namespaces_m4415C799078697BDACBD0FE115AD65DB6C0031A3 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; NullCheck(L_0); bool L_1; L_1 = XmlTextReaderImpl_get_Namespaces_mCFAB7C99825041BA3C8ABD1752DF24D1F62B7122_inline(L_0, NULL); return L_1; } } // System.Void System.Xml.XmlValidatingReaderImpl::ParseDtdFromParserContext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ParseDtdFromParserContext_mD0948FC472BB3854DFC0A957393E188A06322560 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* V_0 = NULL; RuntimeObject* V_1 = NULL; { XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_0 = __this->___parserContext_16; NullCheck(L_0); String_t* L_1; L_1 = XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline(L_0, NULL); if (!L_1) { goto IL_001f; } } { XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_2 = __this->___parserContext_16; NullCheck(L_2); String_t* L_3; L_3 = XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline(L_2, NULL); NullCheck(L_3); int32_t L_4; L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL); if (L_4) { goto IL_0020; } } IL_001f: { return; } IL_0020: { RuntimeObject* L_5; L_5 = DtdParser_Create_m8CE085C707E26956F079923F3F31616A27F88A3B(NULL); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_6 = __this->___coreReaderImpl_8; DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* L_7 = (DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3*)il2cpp_codegen_object_new(DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var); NullCheck(L_7); DtdParserProxy__ctor_m442621DC14ECF6CAB169962B3CAAF479A5F18D90(L_7, L_6, NULL); V_0 = L_7; XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_8 = __this->___parserContext_16; NullCheck(L_8); String_t* L_9; L_9 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_8, NULL); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_10 = __this->___parserContext_16; NullCheck(L_10); String_t* L_11; L_11 = XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline(L_10, NULL); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_12 = __this->___parserContext_16; NullCheck(L_12); String_t* L_13; L_13 = XmlParserContext_get_PublicId_mCE67EDDC8A9D73A0AADB77E0F7CCF53DEB5E300D_inline(L_12, NULL); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_14 = __this->___parserContext_16; NullCheck(L_14); String_t* L_15; L_15 = XmlParserContext_get_SystemId_mB4649C8C6DA52AFC5224E82BBD2B7C7A1D5CCB58_inline(L_14, NULL); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_16 = __this->___parserContext_16; NullCheck(L_16); String_t* L_17; L_17 = XmlParserContext_get_InternalSubset_mDD9703E47510C335AD4940AE7F761F56AA00E9DC_inline(L_16, NULL); DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* L_18 = V_0; NullCheck(L_5); RuntimeObject* L_19; L_19 = InterfaceFuncInvoker6< RuntimeObject*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(1 /* System.Xml.IDtdInfo System.Xml.IDtdParser::ParseFreeFloatingDtd(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var, L_5, L_9, L_11, L_13, L_15, L_17, L_18); V_1 = L_19; XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_20 = __this->___coreReaderImpl_8; RuntimeObject* L_21 = V_1; NullCheck(L_20); XmlTextReaderImpl_SetDtdInfo_m8F11C3245888FFB1600893DBAD0135432EE06110(L_20, L_21, NULL); XmlValidatingReaderImpl_ValidateDtd_m6CA931FBC3420A98A5897737D99761A6C92CE35D(__this, NULL); return; } } // System.Void System.Xml.XmlValidatingReaderImpl::ValidateDtd() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ValidateDtd_m6CA931FBC3420A98A5897737D99761A6C92CE35D (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { RuntimeObject* V_0 = NULL; int32_t V_1 = 0; { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; NullCheck(L_0); RuntimeObject* L_1; L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(52 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_0); V_0 = L_1; RuntimeObject* L_2 = V_0; if (!L_2) { goto IL_003c; } } { int32_t L_3 = __this->___validationType_10; V_1 = L_3; int32_t L_4 = V_1; switch (L_4) { case 0: { goto IL_0030; } case 1: { goto IL_0029; } case 2: { goto IL_0030; } } } { return; } IL_0029: { XmlValidatingReaderImpl_SetupValidation_mAFA0AB6EE784D66A5DC3CE049E5EAF720F11A655(__this, 2, NULL); } IL_0030: { BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_5 = __this->___validator_11; RuntimeObject* L_6 = V_0; NullCheck(L_5); BaseValidator_set_DtdInfo_m03794576278D86E171908C4CB4D4644B0DEE1D74(L_5, L_6, NULL); } IL_003c: { return; } } // System.Void System.Xml.XmlValidatingReaderImpl::ResolveEntityInternally() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ResolveEntityInternally_mD0775B105AF53B906BCABA036AD93EB58D7CF74A (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; NullCheck(L_0); int32_t L_1; L_1 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_0); V_0 = L_1; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_2 = __this->___outerReader_18; NullCheck(L_2); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_2); } IL_0017: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_3 = __this->___outerReader_18; NullCheck(L_3); bool L_4; L_4 = VirtualFuncInvoker0< bool >::Invoke(31 /* System.Boolean System.Xml.XmlReader::Read() */, L_3); if (!L_4) { goto IL_0032; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = __this->___coreReader_7; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_5); int32_t L_7 = V_0; if ((((int32_t)L_6) > ((int32_t)L_7))) { goto IL_0017; } } IL_0032: { return; } } // System.Void System.Xml.XmlValidatingReaderImpl::SetupValidation(System.Xml.ValidationType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_SetupValidation_mAFA0AB6EE784D66A5DC3CE049E5EAF720F11A655 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, int32_t ___0_valType, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* V_0 = NULL; BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* G_B3_0 = NULL; BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* G_B2_0 = NULL; Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B4_0 = NULL; BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* G_B4_1 = NULL; XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B7_0 = NULL; XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B6_0 = NULL; ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* G_B8_0 = NULL; XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* G_B8_1 = NULL; { int32_t L_0 = ___0_valType; XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* L_1 = __this->___schemaCollection_12; ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_2 = __this->___eventHandling_15; bool L_3 = __this->___processIdentityConstraints_13; BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_4; L_4 = BaseValidator_CreateInstance_mA82D7F857B63D5CEF9AC50309DB61798F87AAA11(L_0, __this, L_1, L_2, L_3, NULL); __this->___validator_11 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___validator_11), (void*)L_4); XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_5; L_5 = XmlValidatingReaderImpl_GetResolver_mFF19947EEC427CAC13D597CF19C3FD8C4CC6C6D1(__this, NULL); V_0 = L_5; BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_6 = __this->___validator_11; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_7 = V_0; NullCheck(L_6); BaseValidator_set_XmlResolver_m1D94109BE43E3C8A1738BC7C4A0A1A7233818FBF_inline(L_6, L_7, NULL); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_8 = __this->___outerReader_18; NullCheck(L_8); String_t* L_9; L_9 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_8); 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_0078; } } { BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_11 = __this->___validator_11; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_12 = V_0; G_B2_0 = L_11; if (!L_12) { G_B3_0 = L_11; goto IL_0062; } } { XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_13 = V_0; XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_14 = __this->___outerReader_18; NullCheck(L_14); String_t* L_15; L_15 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_14); NullCheck(L_13); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16; L_16 = VirtualFuncInvoker2< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(5 /* System.Uri System.Xml.XmlResolver::ResolveUri(System.Uri,System.String) */, L_13, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, L_15); G_B4_0 = L_16; G_B4_1 = G_B2_0; goto IL_0073; } IL_0062: { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_17 = __this->___outerReader_18; NullCheck(L_17); String_t* L_18; L_18 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_17); Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_19 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var); NullCheck(L_19); Uri__ctor_m24549041BC5661EAC10BA8CB35B60AD6512AF69B(L_19, L_18, 0, NULL); G_B4_0 = L_19; G_B4_1 = G_B3_0; } IL_0073: { NullCheck(G_B4_1); BaseValidator_set_BaseUri_mA4B0ACD053F6B82E24AC7B4468CF425FFB0351EC_inline(G_B4_1, G_B4_0, NULL); } IL_0078: { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_20 = __this->___coreReaderImpl_8; int32_t L_21 = __this->___validationType_10; G_B6_0 = L_20; if (!L_21) { G_B7_0 = L_20; goto IL_008e; } } { ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_22 = __this->___eventHandling_15; G_B8_0 = L_22; G_B8_1 = G_B6_0; goto IL_008f; } IL_008e: { G_B8_0 = ((ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9*)(NULL)); G_B8_1 = G_B7_0; } IL_008f: { NullCheck(G_B8_1); XmlTextReaderImpl_set_ValidationEventHandling_mF8A66D6BE2B822997F486F4931B151B667863E59_inline(G_B8_1, G_B8_0, NULL); return; } } // System.Xml.XmlResolver System.Xml.XmlValidatingReaderImpl::GetResolver() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* XmlValidatingReaderImpl_GetResolver_mFF19947EEC427CAC13D597CF19C3FD8C4CC6C6D1 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* V_0 = NULL; { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; NullCheck(L_0); XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_1; L_1 = XmlTextReaderImpl_GetResolver_m924CBFEF2845AFABF70D3E892450B7BA9C7659A0(L_0, NULL); V_0 = L_1; XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_2 = V_0; if (L_2) { goto IL_003a; } } { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_3 = __this->___coreReaderImpl_8; NullCheck(L_3); bool L_4; L_4 = XmlTextReaderImpl_get_IsResolverSet_mE4680CEFE9EF053C07E21CF5759C26EB7D7E2383_inline(L_3, NULL); if (L_4) { goto IL_003a; } } { bool L_5; L_5 = XmlReaderSettings_EnableLegacyXmlSettings_mE04ABCDC86EA268BDAC1BC8F29C15F958150F424(NULL); if (L_5) { goto IL_003a; } } { XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_6 = ((XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_StaticFields*)il2cpp_codegen_static_fields_for(XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var))->___s_tempResolver_19; if (L_6) { goto IL_0034; } } { XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E* L_7 = (XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E*)il2cpp_codegen_object_new(XmlUrlResolver_tD1DCA07B66A58F98930187AF17C9B31258C1008E_il2cpp_TypeInfo_var); NullCheck(L_7); XmlUrlResolver__ctor_m2BF23C41038D2825C0854A4C01DCE078E171A7BB(L_7, NULL); ((XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_StaticFields*)il2cpp_codegen_static_fields_for(XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var))->___s_tempResolver_19 = L_7; Il2CppCodeGenWriteBarrier((void**)(&((XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_StaticFields*)il2cpp_codegen_static_fields_for(XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var))->___s_tempResolver_19), (void*)L_7); } IL_0034: { XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_8 = ((XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_StaticFields*)il2cpp_codegen_static_fields_for(XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8_il2cpp_TypeInfo_var))->___s_tempResolver_19; return L_8; } IL_003a: { XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_9 = V_0; return L_9; } } // System.Void System.Xml.XmlValidatingReaderImpl::ProcessCoreReaderEvent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ProcessCoreReaderEvent_mEA281802CAC44E6E8D5E9BF3CFA3AAA11B93151A (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { int32_t V_0 = 0; { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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; if ((((int32_t)L_2) == ((int32_t)5))) { goto IL_005a; } } { int32_t L_3 = V_0; if ((((int32_t)L_3) == ((int32_t)((int32_t)10)))) { goto IL_0053; } } { int32_t L_4 = V_0; if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)13))))) { goto IL_0061; } } { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_5 = __this->___coreReader_7; NullCheck(L_5); int32_t L_6; L_6 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_5); if ((((int32_t)L_6) > ((int32_t)0))) { goto IL_0037; } } { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_7 = __this->___coreReaderImpl_8; NullCheck(L_7); int32_t L_8; L_8 = XmlTextReaderImpl_get_FragmentType_m2A244AA6C26344D9FFD93C4431E5BB30846E3A10_inline(L_7, NULL); if ((((int32_t)L_8) == ((int32_t)((int32_t)9)))) { goto IL_0061; } } IL_0037: { BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_9 = __this->___validator_11; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(4 /* System.Boolean System.Xml.Schema.BaseValidator::get_PreserveWhitespace() */, L_9); if (!L_10) { goto IL_0061; } } { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_11 = __this->___coreReaderImpl_8; NullCheck(L_11); XmlTextReaderImpl_ChangeCurrentNodeType_m29E4ADDA760615A747D04FDC8A5352F7A676C0E3(L_11, ((int32_t)14), NULL); goto IL_0061; } IL_0053: { XmlValidatingReaderImpl_ValidateDtd_m6CA931FBC3420A98A5897737D99761A6C92CE35D(__this, NULL); return; } IL_005a: { __this->___parsingFunction_14 = 3; } IL_0061: { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_12 = __this->___coreReaderImpl_8; NullCheck(L_12); XmlTextReaderImpl_set_InternalSchemaType_m83D09B83500AB9C6EF14121ECDCD992347140B86(L_12, NULL, NULL); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_13 = __this->___coreReaderImpl_8; NullCheck(L_13); XmlTextReaderImpl_set_InternalTypedValue_m395992CEA4999B2FA7370AD919D57A8F0A8B7662(L_13, NULL, NULL); BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_14 = __this->___validator_11; NullCheck(L_14); VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.Schema.BaseValidator::Validate() */, L_14); return; } } // System.Xml.Schema.BaseValidator System.Xml.XmlValidatingReaderImpl::get_Validator() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* XmlValidatingReaderImpl_get_Validator_m14576660E175E35CFBDF67B7BDC238581B02978B (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_0 = __this->___validator_11; return L_0; } } // System.Void System.Xml.XmlValidatingReaderImpl::set_Validator(System.Xml.Schema.BaseValidator) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_Validator_m70253B3ADBC097BB9213ABC9C6DE0446EA658D07 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* ___0_value, const RuntimeMethod* method) { { BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_0 = ___0_value; __this->___validator_11 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___validator_11), (void*)L_0); return; } } // System.Xml.XmlNamespaceManager System.Xml.XmlValidatingReaderImpl::get_NamespaceManager() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlNamespaceManager_t95431ADE7A94108629DFF894819FB1A9709D810F* XmlValidatingReaderImpl_get_NamespaceManager_m28DAFE6B36CC230527857D41B84B36F4A0DB2FBA (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; 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.Boolean System.Xml.XmlValidatingReaderImpl::get_StandAlone() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_get_StandAlone_mE9B14348DA3DF698C8AB86CF102C58F2FD0FE7A2 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; NullCheck(L_0); bool L_1; L_1 = XmlTextReaderImpl_get_StandAlone_mA576162454EF6AB6B5B442B1AF0FF6375F52EF2D_inline(L_0, NULL); return L_1; } } // System.Void System.Xml.XmlValidatingReaderImpl::set_SchemaTypeObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_SchemaTypeObject_mCAB4AC252A3858BC3E87F13974542BCBA7FD10EB (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; RuntimeObject* L_1 = ___0_value; NullCheck(L_0); XmlTextReaderImpl_set_InternalSchemaType_m83D09B83500AB9C6EF14121ECDCD992347140B86(L_0, L_1, NULL); return; } } // System.Object System.Xml.XmlValidatingReaderImpl::get_TypedValueObject() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlValidatingReaderImpl_get_TypedValueObject_m9602101F88DF1B7E38564233B194E3946813C834 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; NullCheck(L_0); RuntimeObject* L_1; L_1 = XmlTextReaderImpl_get_InternalTypedValue_mAC905D7C504F020F695087C8D0C675F100106900(L_0, NULL); return L_1; } } // System.Void System.Xml.XmlValidatingReaderImpl::set_TypedValueObject(System.Object) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_set_TypedValueObject_m5CE2EEB7B2C9DE75E771F9E622DE11650D4F0989 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; RuntimeObject* L_1 = ___0_value; NullCheck(L_0); XmlTextReaderImpl_set_InternalTypedValue_m395992CEA4999B2FA7370AD919D57A8F0A8B7662(L_0, L_1, NULL); return; } } // System.Boolean System.Xml.XmlValidatingReaderImpl::AddDefaultAttribute(System.Xml.Schema.SchemaAttDef) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlValidatingReaderImpl_AddDefaultAttribute_m3287641B8372B30B8B658C9D448A138C4404936F (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* ___0_attdef, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_1 = ___0_attdef; NullCheck(L_0); bool L_2; L_2 = XmlTextReaderImpl_AddDefaultAttributeNonDtd_m39693E225A68EB53B260ADBD16A020FDE741C2C5(L_0, L_1, NULL); return L_2; } } // System.Xml.IDtdInfo System.Xml.XmlValidatingReaderImpl::get_DtdInfo() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* XmlValidatingReaderImpl_get_DtdInfo_mB88A0FDADA4BCA164D0BBCC8ED51C679DFC8C184 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___coreReaderImpl_8; 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.Void System.Xml.XmlValidatingReaderImpl::ValidateDefaultAttributeOnUse(System.Xml.IDtdDefaultAttributeInfo,System.Xml.XmlTextReaderImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlValidatingReaderImpl_ValidateDefaultAttributeOnUse_mCBE87491A93DED04B04028C172FF60CA0D47F28B (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, RuntimeObject* ___0_defaultAttribute, XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* ___1_coreReader, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* V_0 = NULL; SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* V_1 = NULL; { RuntimeObject* L_0 = ___0_defaultAttribute; V_0 = ((SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553*)IsInstSealed((RuntimeObject*)L_0, SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553_il2cpp_TypeInfo_var)); SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_1 = V_0; if (L_1) { goto IL_000b; } } { return; } IL_000b: { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_2 = V_0; NullCheck(L_2); bool L_3; L_3 = SchemaAttDef_get_DefaultValueChecked_m57D6252200749344E61A44A323A8082353DA4B8F_inline(L_2, NULL); if (L_3) { goto IL_0036; } } { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_4 = ___1_coreReader; NullCheck(L_4); RuntimeObject* L_5; L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(52 /* System.Xml.IDtdInfo System.Xml.XmlReader::get_DtdInfo() */, L_4); V_1 = ((SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E*)IsInstClass((RuntimeObject*)L_5, SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E_il2cpp_TypeInfo_var)); SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_6 = V_1; if (L_6) { goto IL_0023; } } { return; } IL_0023: { SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* L_7 = V_0; SchemaInfo_t42F4B1099B63BCF2D3BBF7F35A79AF6B90B0927E* L_8 = V_1; ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* L_9 = __this->___eventHandling_15; XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_10 = ___1_coreReader; NullCheck(L_10); String_t* L_11; L_11 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.Xml.XmlReader::get_BaseURI() */, L_10); il2cpp_codegen_runtime_class_init_inline(DtdValidator_tF916F1805E2290242B688583602409378173CF17_il2cpp_TypeInfo_var); DtdValidator_CheckDefaultValue_m9FF7DCCCB93316D5446B5595C430C6A0E5A1B31E(L_7, L_8, L_9, L_11, NULL); } IL_0036: { return; } } // System.Threading.Tasks.Task`1 System.Xml.XmlValidatingReaderImpl::GetValueAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t3D7638C82ED289AF156EDBAE76842D8DF4C4A9E0* XmlValidatingReaderImpl_GetValueAsync_m5E03106093227065554F853EDDE2660FE27B4ADF (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; 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); return L_1; } } // System.Threading.Tasks.Task`1 System.Xml.XmlValidatingReaderImpl::ReadAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* XmlValidatingReaderImpl_ReadAsync_m8858663845584E98187F2DF3ABE03A1807D67C06 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, 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_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m1A8504D8148582DD6C95F40CF85696AE1F146911_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; } U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68 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_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_0; L_0 = AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D(AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_RuntimeMethod_var); (&V_0)->___U3CU3Et__builder_1 = L_0; 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_1 = (&(&V_0)->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m1A8504D8148582DD6C95F40CF85696AE1F146911(L_1, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m1A8504D8148582DD6C95F40CF85696AE1F146911_RuntimeMethod_var); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_2 = (&(&V_0)->___U3CU3Et__builder_1); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_3; L_3 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_2, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var); return L_3; } } // System.Threading.Tasks.Task System.Xml.XmlValidatingReaderImpl::ParseDtdFromParserContextAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlValidatingReaderImpl_ParseDtdFromParserContextAsync_mED42B3E2E99BD047ACD84395E5776076F27E40F7 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC0AA900C2ECF5D8B2747D37E17E5EB2E21C5C7A1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8 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_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC0AA900C2ECF5D8B2747D37E17E5EB2E21C5C7A1(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC0AA900C2ECF5D8B2747D37E17E5EB2E21C5C7A1_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.XmlValidatingReaderImpl::ResolveEntityInternallyAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlValidatingReaderImpl_ResolveEntityInternallyAsync_mE6680ED9795CFA364D1BFDAE46C22AFA3668F709 (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4549DEF2F6D1F79EA50409D75B5968D462A70C76_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE 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_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4549DEF2F6D1F79EA50409D75B5968D462A70C76(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4549DEF2F6D1F79EA50409D75B5968D462A70C76_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; } } #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.XmlValidatingReaderImpl/ValidationEventHandling::.ctor(System.Xml.XmlValidatingReaderImpl) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandling__ctor_m0DB14ABA2F484D38F4A85BC791A7833E61997DB9 (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* __this, XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* ___0_reader, const RuntimeMethod* method) { { Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_0 = ___0_reader; __this->___reader_0 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___reader_0), (void*)L_0); return; } } // System.Object System.Xml.XmlValidatingReaderImpl/ValidationEventHandling::System.Xml.IValidationEventHandling.get_EventHandler() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ValidationEventHandling_System_Xml_IValidationEventHandling_get_EventHandler_m4A0F6CB0BFA867CB9E56E41969147FFF0747C604 (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* __this, const RuntimeMethod* method) { { ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_0 = __this->___eventHandler_1; return L_0; } } // System.Void System.Xml.XmlValidatingReaderImpl/ValidationEventHandling::System.Xml.IValidationEventHandling.SendEvent(System.Exception,System.Xml.Schema.XmlSeverityType) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandling_System_Xml_IValidationEventHandling_SendEvent_mF752F1F19E1809AA7E2CF9274F9F241C7D276A90 (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* __this, Exception_t* ___0_exception, int32_t ___1_severity, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_0 = __this->___eventHandler_1; if (!L_0) { goto IL_0026; } } { ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_1 = __this->___eventHandler_1; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_2 = __this->___reader_0; Exception_t* L_3 = ___0_exception; int32_t L_4 = ___1_severity; ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* L_5 = (ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830*)il2cpp_codegen_object_new(ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830_il2cpp_TypeInfo_var); NullCheck(L_5); ValidationEventArgs__ctor_m8A0548B9124D82CD04A6E4C26CEE18443C47DDF9(L_5, ((XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B*)CastclassClass((RuntimeObject*)L_3, XmlSchemaException_tC4D30BFEFBB18F850A9BD416C523818FDC02833B_il2cpp_TypeInfo_var)), L_4, NULL); NullCheck(L_1); ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline(L_1, L_2, L_5, NULL); return; } IL_0026: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6 = __this->___reader_0; NullCheck(L_6); int32_t L_7; L_7 = XmlValidatingReaderImpl_get_ValidationType_m3F56E6463F6CA002AD75157D14E897A2F5230988_inline(L_6, NULL); if (!L_7) { goto IL_0038; } } { int32_t L_8 = ___1_severity; if (L_8) { goto IL_0038; } } { Exception_t* L_9 = ___0_exception; IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ValidationEventHandling_System_Xml_IValidationEventHandling_SendEvent_mF752F1F19E1809AA7E2CF9274F9F241C7D276A90_RuntimeMethod_var))); } IL_0038: { return; } } // System.Void System.Xml.XmlValidatingReaderImpl/ValidationEventHandling::AddHandler(System.Xml.Schema.ValidationEventHandler) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValidationEventHandling_AddHandler_mD972A68DCBA2204B5EABDC54EEFF2F2479A68389 (ValidationEventHandling_tE915576B71BADFBAC73B6C8CA5A99C0C5086E4C9* __this, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* ___0_handler, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_0 = __this->___eventHandler_1; ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* L_1 = ___0_handler; Delegate_t* L_2; L_2 = Delegate_Combine_m1F725AEF318BE6F0426863490691A6F4606E7D00(L_0, L_1, NULL); __this->___eventHandler_1 = ((ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A*)CastclassSealed((RuntimeObject*)L_2, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___eventHandler_1), (void*)((ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A*)CastclassSealed((RuntimeObject*)L_2, ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A_il2cpp_TypeInfo_var))); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif #ifdef __clang__ #pragma clang diagnostic push #pragma clang diagnostic ignored "-Winvalid-offsetof" #pragma clang diagnostic ignored "-Wunused-variable" #endif // System.Void System.Xml.XmlValidatingReaderImpl/d__145::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncU3Ed__145_MoveNext_m6AE8A9A3A05CC6FE2350FE474875E03A1A6BE41C (U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m021B2EF564712E81F5B63A5AC128836AA073F7A5_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; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* 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)); ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_6; memset((&V_6), 0, sizeof(V_6)); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_7; memset((&V_7), 0, sizeof(V_7)); Exception_t* V_8 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* 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_009b_1; } case 1: { goto IL_012b_1; } case 2: { goto IL_01cb_1; } case 3: { goto IL_0241_1; } } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_3 = V_1; NullCheck(L_3); int32_t L_4 = L_3->___parsingFunction_14; V_3 = L_4; int32_t L_5 = V_3; switch (L_5) { case 0: { goto IL_0052_1; } case 1: { goto IL_015b_1; } case 2: { goto IL_00e0_1; } case 3: { goto IL_0180_1; } case 4: { goto IL_01f4_1; } case 5: { goto IL_0154_1; } case 6: { goto IL_0154_1; } } } { goto IL_026a_1; } IL_0052_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6 = V_1; NullCheck(L_6); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = L_6->___coreReader_7; NullCheck(L_7); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_8; L_8 = VirtualFuncInvoker0< Task_1_t824317F4B958F7512E8F7300511752937A6C6043* >::Invoke(54 /* System.Threading.Tasks.Task`1 System.Xml.XmlReader::ReadAsync() */, L_7); NullCheck(L_8); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_9; L_9 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_8, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_5 = L_9; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_10; L_10 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_4 = L_10; bool L_11; L_11 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_11) { goto IL_00b8_1; } } { int32_t L_12 = 0; V_0 = L_12; __this->___U3CU3E1__state_0 = L_12; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_13 = V_4; __this->___U3CU3Eu__1_3 = L_13; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_14 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m021B2EF564712E81F5B63A5AC128836AA073F7A5(L_14, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m021B2EF564712E81F5B63A5AC128836AA073F7A5_RuntimeMethod_var); goto IL_029b; } IL_009b_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_15 = __this->___U3CU3Eu__1_3; V_4 = L_15; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_16 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_16, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_17 = (-1); V_0 = L_17; __this->___U3CU3E1__state_0 = L_17; } IL_00b8_1: { bool L_18; L_18 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_4), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (!L_18) { goto IL_00ce_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_19 = V_1; NullCheck(L_19); XmlValidatingReaderImpl_ProcessCoreReaderEvent_mEA281802CAC44E6E8D5E9BF3CFA3AAA11B93151A(L_19, NULL); V_2 = (bool)1; goto IL_0287; } IL_00ce_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_20 = V_1; NullCheck(L_20); BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* L_21 = L_20->___validator_11; NullCheck(L_21); VirtualActionInvoker0::Invoke(6 /* System.Void System.Xml.Schema.BaseValidator::CompleteValidation() */, L_21); V_2 = (bool)0; goto IL_0287; } IL_00e0_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_22 = V_1; NullCheck(L_22); L_22->___parsingFunction_14 = 0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_23 = V_1; NullCheck(L_23); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_24; L_24 = XmlValidatingReaderImpl_ParseDtdFromParserContextAsync_mED42B3E2E99BD047ACD84395E5776076F27E40F7(L_23, NULL); NullCheck(L_24); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_25; L_25 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_24, (bool)0, NULL); V_7 = L_25; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_26; L_26 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_7), NULL); V_6 = L_26; bool L_27; L_27 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_6), NULL); if (L_27) { goto IL_0148_1; } } { int32_t L_28 = 1; V_0 = L_28; __this->___U3CU3E1__state_0 = L_28; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_29 = V_6; __this->___U3CU3Eu__2_4 = L_29; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_30 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1(L_30, (&V_6), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1_RuntimeMethod_var); goto IL_029b; } IL_012b_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_31 = __this->___U3CU3Eu__2_4; V_6 = L_31; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_32 = (&__this->___U3CU3Eu__2_4); il2cpp_codegen_initobj(L_32, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_33 = (-1); V_0 = L_33; __this->___U3CU3E1__state_0 = L_33; } IL_0148_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_6), NULL); goto IL_0052_1; } IL_0154_1: { V_2 = (bool)0; goto IL_0287; } IL_015b_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_34 = V_1; NullCheck(L_34); L_34->___parsingFunction_14 = 0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_35 = V_1; NullCheck(L_35); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_36 = L_35->___coreReader_7; NullCheck(L_36); int32_t L_37; L_37 = VirtualFuncInvoker0< int32_t >::Invoke(34 /* System.Xml.ReadState System.Xml.XmlReader::get_ReadState() */, L_36); if ((!(((uint32_t)L_37) == ((uint32_t)1)))) { goto IL_0052_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_38 = V_1; NullCheck(L_38); XmlValidatingReaderImpl_ProcessCoreReaderEvent_mEA281802CAC44E6E8D5E9BF3CFA3AAA11B93151A(L_38, NULL); V_2 = (bool)1; goto IL_0287; } IL_0180_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_39 = V_1; NullCheck(L_39); L_39->___parsingFunction_14 = 0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_40 = V_1; NullCheck(L_40); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_41; L_41 = XmlValidatingReaderImpl_ResolveEntityInternallyAsync_mE6680ED9795CFA364D1BFDAE46C22AFA3668F709(L_40, NULL); NullCheck(L_41); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_42; L_42 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_41, (bool)0, NULL); V_7 = L_42; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_43; L_43 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_7), NULL); V_6 = L_43; bool L_44; L_44 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_6), NULL); if (L_44) { goto IL_01e8_1; } } { int32_t L_45 = 2; V_0 = L_45; __this->___U3CU3E1__state_0 = L_45; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_46 = V_6; __this->___U3CU3Eu__2_4 = L_46; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_47 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1(L_47, (&V_6), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1_RuntimeMethod_var); goto IL_029b; } IL_01cb_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_48 = __this->___U3CU3Eu__2_4; V_6 = L_48; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_49 = (&__this->___U3CU3Eu__2_4); il2cpp_codegen_initobj(L_49, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_50 = (-1); V_0 = L_50; __this->___U3CU3E1__state_0 = L_50; } IL_01e8_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_6), NULL); goto IL_0052_1; } IL_01f4_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_51 = V_1; NullCheck(L_51); L_51->___parsingFunction_14 = 0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_52 = V_1; NullCheck(L_52); ReadContentAsBinaryHelper_t94D48E6891DEAC8DFE5DEA1B820091D277880897* L_53 = L_52->___readBinaryHelper_17; NullCheck(L_53); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_54; L_54 = ReadContentAsBinaryHelper_FinishAsync_m9EF802B072F38F37A081D8BC75087E021AA6C19F(L_53, NULL); NullCheck(L_54); ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_55; L_55 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_54, (bool)0, NULL); V_7 = L_55; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_56; L_56 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_7), NULL); V_6 = L_56; bool L_57; L_57 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_6), NULL); if (L_57) { goto IL_025e_1; } } { int32_t L_58 = 3; V_0 = L_58; __this->___U3CU3E1__state_0 = L_58; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_59 = V_6; __this->___U3CU3Eu__2_4 = L_59; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_60 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1(L_60, (&V_6), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68_m56893A2FEBE8DBEE64BBA4015563FECB49B596B1_RuntimeMethod_var); goto IL_029b; } IL_0241_1: { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_61 = __this->___U3CU3Eu__2_4; V_6 = L_61; ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_62 = (&__this->___U3CU3Eu__2_4); il2cpp_codegen_initobj(L_62, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618)); int32_t L_63 = (-1); V_0 = L_63; __this->___U3CU3E1__state_0 = L_63; } IL_025e_1: { ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_6), NULL); goto IL_0052_1; } IL_026a_1: { V_2 = (bool)0; goto IL_0287; } }// 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_026e; } throw e; } CATCH_026e: {// begin catch(System.Exception) V_8 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_64 = (&__this->___U3CU3Et__builder_1); Exception_t* L_65 = V_8; AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_64, L_65, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var))); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_029b; }// end catch (depth: 1) IL_0287: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_66 = (&__this->___U3CU3Et__builder_1); bool L_67 = V_2; AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_66, L_67, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var); } IL_029b: { return; } } IL2CPP_EXTERN_C void U3CReadAsyncU3Ed__145_MoveNext_m6AE8A9A3A05CC6FE2350FE474875E03A1A6BE41C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CReadAsyncU3Ed__145_MoveNext_m6AE8A9A3A05CC6FE2350FE474875E03A1A6BE41C(_thisAdjusted, method); } // System.Void System.Xml.XmlValidatingReaderImpl/d__145::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CReadAsyncU3Ed__145_SetStateMachine_mC5790AA931086E378697D2C3A42BE2F41FC234D1 (U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* __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 U3CReadAsyncU3Ed__145_SetStateMachine_mC5790AA931086E378697D2C3A42BE2F41FC234D1_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CReadAsyncU3Ed__145_t88392D6854722900F0DF936C7641D6D153ABCC68* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CReadAsyncU3Ed__145_SetStateMachine_mC5790AA931086E378697D2C3A42BE2F41FC234D1(_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.XmlValidatingReaderImpl/d__152::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CParseDtdFromParserContextAsyncU3Ed__152_MoveNext_mDF9D23EF1BFC379CEBD84DC4317C9182099EEC93 (U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC322326F2614CB44521151FE0BACAE16CCD13A95_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mD135E758716C8470964FB010696231899546C646_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m210C17B463F4523628D0FFDECB6B0151533CAE31_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD8D60D3E41189BB4C4E18B5F40645AB39F09FA2C_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m6FFBE8A09F4C8F4F0A909249FB81B6C7A7EF4B04_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* V_1 = NULL; DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* V_2 = NULL; RuntimeObject* V_3 = NULL; ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 V_4; memset((&V_4), 0, sizeof(V_4)); ConfiguredTaskAwaitable_1_t478BDE1CE5D3E258B35F6E00730D03F19028B8B1 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; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* 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_00c1_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_3 = V_1; NullCheck(L_3); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_4 = L_3->___parserContext_16; NullCheck(L_4); String_t* L_5; L_5 = XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline(L_4, NULL); if (!L_5) { goto IL_0033_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6 = V_1; NullCheck(L_6); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_7 = L_6->___parserContext_16; NullCheck(L_7); String_t* L_8; L_8 = XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline(L_7, NULL); NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if (L_9) { goto IL_0038_1; } } IL_0033_1: { goto IL_0113; } IL_0038_1: { RuntimeObject* L_10; L_10 = DtdParser_Create_m8CE085C707E26956F079923F3F31616A27F88A3B(NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_11 = V_1; NullCheck(L_11); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_12 = L_11->___coreReaderImpl_8; DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* L_13 = (DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3*)il2cpp_codegen_object_new(DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3_il2cpp_TypeInfo_var); NullCheck(L_13); DtdParserProxy__ctor_m442621DC14ECF6CAB169962B3CAAF479A5F18D90(L_13, L_12, NULL); V_2 = L_13; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_14 = V_1; NullCheck(L_14); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_15 = L_14->___parserContext_16; NullCheck(L_15); String_t* L_16; L_16 = XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline(L_15, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_17 = V_1; NullCheck(L_17); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_18 = L_17->___parserContext_16; NullCheck(L_18); String_t* L_19; L_19 = XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline(L_18, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_20 = V_1; NullCheck(L_20); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_21 = L_20->___parserContext_16; NullCheck(L_21); String_t* L_22; L_22 = XmlParserContext_get_PublicId_mCE67EDDC8A9D73A0AADB77E0F7CCF53DEB5E300D_inline(L_21, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_23 = V_1; NullCheck(L_23); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_24 = L_23->___parserContext_16; NullCheck(L_24); String_t* L_25; L_25 = XmlParserContext_get_SystemId_mB4649C8C6DA52AFC5224E82BBD2B7C7A1D5CCB58_inline(L_24, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_26 = V_1; NullCheck(L_26); XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* L_27 = L_26->___parserContext_16; NullCheck(L_27); String_t* L_28; L_28 = XmlParserContext_get_InternalSubset_mDD9703E47510C335AD4940AE7F761F56AA00E9DC_inline(L_27, NULL); DtdParserProxy_tEE899EFE962BA9D7D23D51152CFF64F8CD1A8AC3* L_29 = V_2; NullCheck(L_10); Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811* L_30; L_30 = InterfaceFuncInvoker6< Task_1_t8E4B24A0CCBB5D40A578E5A49E05E9785BD9D811*, String_t*, String_t*, String_t*, String_t*, String_t*, RuntimeObject* >::Invoke(3 /* System.Threading.Tasks.Task`1 System.Xml.IDtdParser::ParseFreeFloatingDtdAsync(System.String,System.String,System.String,System.String,System.String,System.Xml.IDtdParserAdapter) */, IDtdParser_t91A29AF9801876CAFD81A0496F5AB8A65527B54B_il2cpp_TypeInfo_var, L_10, L_16, L_19, L_22, L_25, L_28, L_29); NullCheck(L_30); ConfiguredTaskAwaitable_1_t478BDE1CE5D3E258B35F6E00730D03F19028B8B1 L_31; L_31 = Task_1_ConfigureAwait_m6FFBE8A09F4C8F4F0A909249FB81B6C7A7EF4B04(L_30, (bool)0, Task_1_ConfigureAwait_m6FFBE8A09F4C8F4F0A909249FB81B6C7A7EF4B04_RuntimeMethod_var); V_5 = L_31; ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 L_32; L_32 = ConfiguredTaskAwaitable_1_GetAwaiter_mD135E758716C8470964FB010696231899546C646_inline((&V_5), ConfiguredTaskAwaitable_1_GetAwaiter_mD135E758716C8470964FB010696231899546C646_RuntimeMethod_var); V_4 = L_32; bool L_33; L_33 = ConfiguredTaskAwaiter_get_IsCompleted_mD8D60D3E41189BB4C4E18B5F40645AB39F09FA2C((&V_4), ConfiguredTaskAwaiter_get_IsCompleted_mD8D60D3E41189BB4C4E18B5F40645AB39F09FA2C_RuntimeMethod_var); if (L_33) { goto IL_00de_1; } } { int32_t L_34 = 0; V_0 = L_34; __this->___U3CU3E1__state_0 = L_34; ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 L_35 = V_4; __this->___U3CU3Eu__1_3 = L_35; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_3))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_36 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC322326F2614CB44521151FE0BACAE16CCD13A95(L_36, (&V_4), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6_TisU3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8_mC322326F2614CB44521151FE0BACAE16CCD13A95_RuntimeMethod_var); goto IL_0126; } IL_00c1_1: { ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6 L_37 = __this->___U3CU3Eu__1_3; V_4 = L_37; ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6* L_38 = (&__this->___U3CU3Eu__1_3); il2cpp_codegen_initobj(L_38, sizeof(ConfiguredTaskAwaiter_t45A8E2C222B05182443EEC70413A8624AC40F4D6)); int32_t L_39 = (-1); V_0 = L_39; __this->___U3CU3E1__state_0 = L_39; } IL_00de_1: { RuntimeObject* L_40; L_40 = ConfiguredTaskAwaiter_GetResult_m210C17B463F4523628D0FFDECB6B0151533CAE31((&V_4), ConfiguredTaskAwaiter_GetResult_m210C17B463F4523628D0FFDECB6B0151533CAE31_RuntimeMethod_var); V_3 = L_40; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_41 = V_1; NullCheck(L_41); XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_42 = L_41->___coreReaderImpl_8; RuntimeObject* L_43 = V_3; NullCheck(L_42); XmlTextReaderImpl_SetDtdInfo_m8F11C3245888FFB1600893DBAD0135432EE06110(L_42, L_43, NULL); XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_44 = V_1; NullCheck(L_44); XmlValidatingReaderImpl_ValidateDtd_m6CA931FBC3420A98A5897737D99761A6C92CE35D(L_44, NULL); goto IL_0113; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex))) { IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex); goto CATCH_00fa; } throw e; } CATCH_00fa: {// begin catch(System.Exception) V_6 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_45 = (&__this->___U3CU3Et__builder_1); Exception_t* L_46 = V_6; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_45, L_46, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_0126; }// end catch (depth: 1) IL_0113: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_47 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_47, NULL); } IL_0126: { return; } } IL2CPP_EXTERN_C void U3CParseDtdFromParserContextAsyncU3Ed__152_MoveNext_mDF9D23EF1BFC379CEBD84DC4317C9182099EEC93_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CParseDtdFromParserContextAsyncU3Ed__152_MoveNext_mDF9D23EF1BFC379CEBD84DC4317C9182099EEC93(_thisAdjusted, method); } // System.Void System.Xml.XmlValidatingReaderImpl/d__152::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CParseDtdFromParserContextAsyncU3Ed__152_SetStateMachine_mFDD8C3254F453598B6A03D8899860D5711531B89 (U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* __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 U3CParseDtdFromParserContextAsyncU3Ed__152_SetStateMachine_mFDD8C3254F453598B6A03D8899860D5711531B89_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CParseDtdFromParserContextAsyncU3Ed__152_tD655BBC7336025DA801D3485C433E1EF32CD35F8* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CParseDtdFromParserContextAsyncU3Ed__152_SetStateMachine_mFDD8C3254F453598B6A03D8899860D5711531B89(_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.XmlValidatingReaderImpl/d__153::MoveNext() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveEntityInternallyAsyncU3Ed__153_MoveNext_m7466B6A0E8200A7298E1CA584D1C9314BD7CD171 (U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4C96B197DCAA4E38175BCE8EDCD2C81BECCBC5EB_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; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* V_1 = NULL; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 V_2; memset((&V_2), 0, sizeof(V_2)); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C V_3; memset((&V_3), 0, sizeof(V_3)); Exception_t* V_4 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___U3CU3E1__state_0; V_0 = L_0; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* 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_0070_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_3 = V_1; NullCheck(L_3); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_4 = L_3->___coreReader_7; NullCheck(L_4); int32_t L_5; L_5 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_4); __this->___U3CinitialDepthU3E5__2_3 = L_5; XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_6 = V_1; NullCheck(L_6); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_7 = L_6->___outerReader_18; NullCheck(L_7); VirtualActionInvoker0::Invoke(39 /* System.Void System.Xml.XmlReader::ResolveEntity() */, L_7); } IL_002d_1: { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_8 = V_1; NullCheck(L_8); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_9 = L_8->___outerReader_18; NullCheck(L_9); Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_10; L_10 = VirtualFuncInvoker0< Task_1_t824317F4B958F7512E8F7300511752937A6C6043* >::Invoke(54 /* System.Threading.Tasks.Task`1 System.Xml.XmlReader::ReadAsync() */, L_9); NullCheck(L_10); ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C L_11; L_11 = Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA(L_10, (bool)0, Task_1_ConfigureAwait_m6D6E50B04D1C9D7BCE597450FFAA1668FB2E11EA_RuntimeMethod_var); V_3 = L_11; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_12; L_12 = ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_RuntimeMethod_var); V_2 = L_12; bool L_13; L_13 = ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mC2024766896945A56978CF121456A78A6F054190_RuntimeMethod_var); if (L_13) { goto IL_008c_1; } } { int32_t L_14 = 0; V_0 = L_14; __this->___U3CU3E1__state_0 = L_14; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_15 = V_2; __this->___U3CU3Eu__1_4 = L_15; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_16 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4C96B197DCAA4E38175BCE8EDCD2C81BECCBC5EB(L_16, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4_TisU3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE_m4C96B197DCAA4E38175BCE8EDCD2C81BECCBC5EB_RuntimeMethod_var); goto IL_00d6; } IL_0070_1: { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_17 = __this->___U3CU3Eu__1_4; V_2 = L_17; ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4* L_18 = (&__this->___U3CU3Eu__1_4); il2cpp_codegen_initobj(L_18, sizeof(ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)); int32_t L_19 = (-1); V_0 = L_19; __this->___U3CU3E1__state_0 = L_19; } IL_008c_1: { bool L_20; L_20 = ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B((&V_2), ConfiguredTaskAwaiter_GetResult_mA0D0419EF40E9DF864B87B495FFE05C08475C00B_RuntimeMethod_var); if (!L_20) { goto IL_00a8_1; } } { XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* L_21 = V_1; NullCheck(L_21); XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_22 = L_21->___coreReader_7; NullCheck(L_22); int32_t L_23; L_23 = VirtualFuncInvoker0< int32_t >::Invoke(12 /* System.Int32 System.Xml.XmlReader::get_Depth() */, L_22); int32_t L_24 = __this->___U3CinitialDepthU3E5__2_3; if ((((int32_t)L_23) > ((int32_t)L_24))) { goto IL_002d_1; } } IL_00a8_1: { goto IL_00c3; } }// 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_00aa; } throw e; } CATCH_00aa: {// begin catch(System.Exception) V_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_25 = (&__this->___U3CU3Et__builder_1); Exception_t* L_26 = V_4; AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_25, L_26, NULL); IL2CPP_POP_ACTIVE_EXCEPTION(); goto IL_00d6; }// end catch (depth: 1) IL_00c3: { __this->___U3CU3E1__state_0 = ((int32_t)-2); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_27 = (&__this->___U3CU3Et__builder_1); AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_27, NULL); } IL_00d6: { return; } } IL2CPP_EXTERN_C void U3CResolveEntityInternallyAsyncU3Ed__153_MoveNext_m7466B6A0E8200A7298E1CA584D1C9314BD7CD171_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method) { U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CResolveEntityInternallyAsyncU3Ed__153_MoveNext_m7466B6A0E8200A7298E1CA584D1C9314BD7CD171(_thisAdjusted, method); } // System.Void System.Xml.XmlValidatingReaderImpl/d__153::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CResolveEntityInternallyAsyncU3Ed__153_SetStateMachine_m875659706F56D2179AA938BCBC9674A0B4B59585 (U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* __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 U3CResolveEntityInternallyAsyncU3Ed__153_SetStateMachine_m875659706F56D2179AA938BCBC9674A0B4B59585_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) { U3CResolveEntityInternallyAsyncU3Ed__153_t543199683B9844CFA8EC86ABADEB925944FD55CE* _thisAdjusted; int32_t _offset = 1; _thisAdjusted = reinterpret_cast(__this + _offset); U3CResolveEntityInternallyAsyncU3Ed__153_SetStateMachine_m875659706F56D2179AA938BCBC9674A0B4B59585(_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.XmlWellFormedWriter::.ctor(System.Xml.XmlWriter,System.Xml.XmlWriterSettings) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter__ctor_m15CD03B5614B921745BD07E2CC0E253AC3FB09FF (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* ___0_writer, XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* ___1_settings, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* G_B4_0 = NULL; XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* G_B3_0 = NULL; StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* G_B5_0 = NULL; XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* G_B5_1 = NULL; String_t* G_B9_0 = NULL; Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0* G_B9_1 = NULL; String_t* G_B8_0 = NULL; Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0* G_B8_1 = NULL; String_t* G_B10_0 = NULL; String_t* G_B10_1 = NULL; Namespace_tC7546D20184E40E3566060C1246B764E4DBA55A0* G_B10_2 = NULL; { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_0; L_0 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); __this->___xmlCharType_25 = L_0; Il2CppCodeGenWriteBarrier((void**)&(((&__this->___xmlCharType_25))->___charProperties_2), (void*)NULL); XmlWriter__ctor_m8944C0C05D32C64DD68AE6641BA0943BE80CE714(__this, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_1 = ___0_writer; __this->___writer_2 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___writer_2), (void*)L_1); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_2 = ___0_writer; __this->___rawWriter_3 = ((XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*)IsInstClass((RuntimeObject*)L_2, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___rawWriter_3), (void*)((XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B*)IsInstClass((RuntimeObject*)L_2, XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B_il2cpp_TypeInfo_var))); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_3 = ___0_writer; __this->___predefinedNamespaces_4 = ((RuntimeObject*)IsInst((RuntimeObject*)L_3, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var)); Il2CppCodeGenWriteBarrier((void**)(&__this->___predefinedNamespaces_4), (void*)((RuntimeObject*)IsInst((RuntimeObject*)L_3, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var))); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___rawWriter_3; if (!L_4) { goto IL_0049; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_5 = __this->___rawWriter_3; NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44* L_6 = (NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44*)il2cpp_codegen_object_new(NamespaceResolverProxy_t21901D5C38330378CB1AA39393335948E0CADE44_il2cpp_TypeInfo_var); NullCheck(L_6); NamespaceResolverProxy__ctor_mF340DF659BB0437832979BFF6C9A91F1CA480177(L_6, __this, NULL); NullCheck(L_5); VirtualActionInvoker1< RuntimeObject* >::Invoke(56 /* System.Void System.Xml.XmlRawWriter::set_NamespaceResolver(System.Xml.IXmlNamespaceResolver) */, L_5, L_6); } IL_0049: { XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_7 = ___1_settings; NullCheck(L_7); bool L_8; L_8 = XmlWriterSettings_get_CheckCharacters_mD2E14381EBF36D4C56C13F1BF4846667B4CCBB31_inline(L_7, NULL); __this->___checkCharacters_19 = L_8; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_9 = ___1_settings; NullCheck(L_9); int32_t L_10; L_10 = XmlWriterSettings_get_NamespaceHandling_m3A904C3E9BA1FED8C1A8BDA66A5FF9A93CB87F78_inline(L_9, NULL); __this->___omitDuplNamespaces_20 = (bool)((!(((uint32_t)((int32_t)((int32_t)L_10&1))) <= ((uint32_t)0)))? 1 : 0); XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_11 = ___1_settings; NullCheck(L_11); bool L_12; L_12 = XmlWriterSettings_get_WriteEndDocumentOnClose_m73A02E01FD8DB8AEBE545E9A60F92E5BFA1CBDB8_inline(L_11, NULL); __this->___writeEndDocumentOnClose_21 = L_12; XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* L_13 = ___1_settings; NullCheck(L_13); int32_t L_14; L_14 = XmlWriterSettings_get_ConformanceLevel_mAAD6F249DE7CF83E6F97F60C9FFDD0BC84AD9842_inline(L_13, NULL); __this->___conformanceLevel_22 = L_14; int32_t L_15 = __this->___conformanceLevel_22; G_B3_0 = __this; if ((((int32_t)L_15) == ((int32_t)2))) { G_B4_0 = __this; goto IL_008f; } } { il2cpp_codegen_runtime_class_init_inline(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_16 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableAuto_31; G_B5_0 = L_16; G_B5_1 = G_B3_0; goto IL_0094; } IL_008f: { il2cpp_codegen_runtime_class_init_inline(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_17 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableDocument_30; G_B5_0 = L_17; G_B5_1 = G_B4_0; } IL_0094: { NullCheck(G_B5_1); G_B5_1->___stateTable_17 = G_B5_0; Il2CppCodeGenWriteBarrier((void**)(&G_B5_1->___stateTable_17), (void*)G_B5_0); __this->___currentState_18 = 0; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_18 = (NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7*)(NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7*)SZArrayNew(NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7_il2cpp_TypeInfo_var, (uint32_t)8); __this->___nsStack_5 = L_18; Il2CppCodeGenWriteBarrier((void**)(&__this->___nsStack_5), (void*)L_18); NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_19 = __this->___nsStack_5; NullCheck(L_19); Namespace_Set_m88AB7EE7ADEBE72A65AB39AD226966CECB869A2C(((L_19)->GetAddressAt(static_cast(0))), _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, 3, NULL); NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_20 = __this->___nsStack_5; NullCheck(L_20); Namespace_Set_m88AB7EE7ADEBE72A65AB39AD226966CECB869A2C(((L_20)->GetAddressAt(static_cast(1))), _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, 3, NULL); RuntimeObject* L_21 = __this->___predefinedNamespaces_4; if (L_21) { goto IL_010a; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_22 = __this->___nsStack_5; NullCheck(L_22); String_t* L_23 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; Namespace_Set_m88AB7EE7ADEBE72A65AB39AD226966CECB869A2C(((L_22)->GetAddressAt(static_cast(2))), L_23, L_24, 2, NULL); goto IL_013d; } IL_010a: { RuntimeObject* L_25 = __this->___predefinedNamespaces_4; String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; NullCheck(L_25); String_t* L_27; L_27 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_25, L_26); V_0 = L_27; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_28 = __this->___nsStack_5; NullCheck(L_28); String_t* L_29 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_30 = V_0; G_B8_0 = L_29; G_B8_1 = ((L_28)->GetAddressAt(static_cast(2))); if (!L_30) { G_B9_0 = L_29; G_B9_1 = ((L_28)->GetAddressAt(static_cast(2))); goto IL_0132; } } { String_t* L_31 = V_0; G_B10_0 = L_31; G_B10_1 = G_B8_0; G_B10_2 = G_B8_1; goto IL_0137; } IL_0132: { String_t* L_32 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; G_B10_0 = L_32; G_B10_1 = G_B9_0; G_B10_2 = G_B9_1; } IL_0137: { Namespace_Set_m88AB7EE7ADEBE72A65AB39AD226966CECB869A2C(G_B10_2, G_B10_1, G_B10_0, 2, NULL); } IL_013d: { __this->___nsTop_6 = 2; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_33 = (ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9*)(ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9*)SZArrayNew(ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9_il2cpp_TypeInfo_var, (uint32_t)8); __this->___elemScopeStack_9 = L_33; Il2CppCodeGenWriteBarrier((void**)(&__this->___elemScopeStack_9), (void*)L_33); ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_34 = __this->___elemScopeStack_9; NullCheck(L_34); String_t* L_35 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_36 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; int32_t L_38 = __this->___nsTop_6; ElementScope_Set_m7BAE5CE51EBBE20E736A268E1E606C71B74CF8D0(((L_34)->GetAddressAt(static_cast(0))), L_35, L_36, L_37, L_38, NULL); ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_39 = __this->___elemScopeStack_9; NullCheck(L_39); ((L_39)->GetAddressAt(static_cast(0)))->___xmlSpace_4 = 0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_40 = __this->___elemScopeStack_9; NullCheck(L_40); ((L_40)->GetAddressAt(static_cast(0)))->___xmlLang_5 = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&((L_40)->GetAddressAt(static_cast(0)))->___xmlLang_5), (void*)(String_t*)NULL); __this->___elemTop_10 = 0; AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_41 = (AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983*)(AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983*)SZArrayNew(AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983_il2cpp_TypeInfo_var, (uint32_t)8); __this->___attrStack_11 = L_41; Il2CppCodeGenWriteBarrier((void**)(&__this->___attrStack_11), (void*)L_41); SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* L_42 = (SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E*)il2cpp_codegen_object_new(SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E_il2cpp_TypeInfo_var); NullCheck(L_42); SecureStringHasher__ctor_m1F7C97F1DB5BEC1B80480E7CB4019B8E68CC4E92(L_42, NULL); __this->___hasher_26 = L_42; Il2CppCodeGenWriteBarrier((void**)(&__this->___hasher_26), (void*)L_42); return; } } // System.Xml.WriteState System.Xml.XmlWellFormedWriter::get_WriteState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlWellFormedWriter_get_WriteState_m474574F7ACF3816F50B5B609C581856E56873BF9 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, 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; } { int32_t L_0 = __this->___currentState_18; if ((((int32_t)L_0) > ((int32_t)((int32_t)16)))) { goto IL_0017; } } { il2cpp_codegen_runtime_class_init_inline(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF* L_1 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___state2WriteState_29; int32_t L_2 = __this->___currentState_18; NullCheck(L_1); int32_t L_3 = L_2; int32_t L_4 = (int32_t)(L_1)->GetAt(static_cast(L_3)); return (int32_t)(L_4); } IL_0017: { return (int32_t)(6); } } // System.Void System.Xml.XmlWellFormedWriter::WriteStartDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartDocument_mBE6599EBDAC0556EE3CDABB5E1DE88A6B4001F3D (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { XmlWellFormedWriter_WriteStartDocumentImpl_mA52A83EB37B590FF5E0439A0EEF4607423783C0E(__this, 0, NULL); return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteStartDocument(System.Boolean) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartDocument_m2B34E2DC91D38A57E7B504F3F5996C0EE5325317 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, bool ___0_standalone, const RuntimeMethod* method) { XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* G_B2_0 = NULL; XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* G_B1_0 = NULL; int32_t G_B3_0 = 0; XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* G_B3_1 = NULL; { bool L_0 = ___0_standalone; G_B1_0 = __this; if (L_0) { G_B2_0 = __this; goto IL_0007; } } { G_B3_0 = 2; G_B3_1 = G_B1_0; goto IL_0008; } IL_0007: { G_B3_0 = 1; G_B3_1 = G_B2_0; } IL_0008: { NullCheck(G_B3_1); XmlWellFormedWriter_WriteStartDocumentImpl_mA52A83EB37B590FF5E0439A0EEF4607423783C0E(G_B3_1, G_B3_0, NULL); return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteEndDocument() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteEndDocument_m5988C4D6DAB5E13684D81E96E3DEDDCD26A8DD66 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { goto IL_0008_1; } IL_0002_1: { VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, __this); } IL_0008_1: { int32_t L_0 = __this->___elemTop_10; if ((((int32_t)L_0) > ((int32_t)0))) { goto IL_0002_1; } } { int32_t L_1 = __this->___currentState_18; XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 1, NULL); if ((((int32_t)L_1) == ((int32_t)7))) { goto IL_0031_1; } } { String_t* L_2; L_2 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9413AC7CF6AB7E9B088B38F9FF76860CC990A952)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteEndDocument_m5988C4D6DAB5E13684D81E96E3DEDDCD26A8DD66_RuntimeMethod_var))); } IL_0031_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___rawWriter_3; if (L_4) { goto IL_0044_1; } } { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_5 = __this->___writer_2; NullCheck(L_5); VirtualActionInvoker0::Invoke(7 /* System.Void System.Xml.XmlWriter::WriteEndDocument() */, L_5); } IL_0044_1: { goto IL_0051; } }// end try (depth: 1) 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_0046; } throw e; } CATCH_0046: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0051: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteDocType(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_name; if (!L_0) { goto IL_000b_1; } } { String_t* L_1 = ___0_name; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b_1; } } IL_000b_1: { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690_RuntimeMethod_var))); } IL_001b_1: { String_t* L_5 = ___0_name; il2cpp_codegen_runtime_class_init_inline(XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var); String_t* L_6; L_6 = XmlConvert_VerifyQName_mDF2231755B2C9660C253DF2325400F15BF73DEC9(L_5, 1, NULL); int32_t L_7 = __this->___conformanceLevel_22; if ((!(((uint32_t)L_7) == ((uint32_t)1)))) { goto IL_003c_1; } } { String_t* L_8; L_8 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF597846F2A44A6501BDA3166AC5D79811ACDFF43)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_9 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_9); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_9, L_8, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690_RuntimeMethod_var))); } IL_003c_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 4, NULL); bool L_10 = __this->___dtdWritten_23; if (!L_10) { goto IL_0063_1; } } { __this->___currentState_18 = ((int32_t)16); String_t* L_11; L_11 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8D9B33043809B99EBBFA18076383BF612F0BA9C5)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_12 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_12); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_12, L_11, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690_RuntimeMethod_var))); } IL_0063_1: { int32_t L_13 = __this->___conformanceLevel_22; if (L_13) { goto IL_007d_1; } } { __this->___conformanceLevel_22 = 2; il2cpp_codegen_runtime_class_init_inline(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_14 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableDocument_30; __this->___stateTable_17 = L_14; Il2CppCodeGenWriteBarrier((void**)(&__this->___stateTable_17), (void*)L_14); } IL_007d_1: { bool L_15 = __this->___checkCharacters_19; if (!L_15) { goto IL_0121_1; } } { String_t* L_16 = ___1_pubid; if (!L_16) { goto IL_00ba_1; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_17 = (&__this->___xmlCharType_25); String_t* L_18 = ___1_pubid; int32_t L_19; L_19 = XmlCharType_IsPublicId_m1119A6921A99A357141333030F425EDD2AAFE2AE(L_17, L_18, NULL); int32_t L_20 = L_19; V_0 = L_20; if ((((int32_t)L_20) < ((int32_t)0))) { goto IL_00ba_1; } } { String_t* L_21 = ___1_pubid; int32_t L_22 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23; L_23 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_21, L_22, NULL); V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_23; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_24 = V_1; String_t* L_25; L_25 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0)), L_24, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_26 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_26); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_26, L_25, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB3DF8F23CCCF0FE02D810ECECE41BF9F4149155E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690_RuntimeMethod_var))); } IL_00ba_1: { String_t* L_27 = ___2_sysid; if (!L_27) { goto IL_00ec_1; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_28 = (&__this->___xmlCharType_25); String_t* L_29 = ___2_sysid; int32_t L_30; L_30 = XmlCharType_IsOnlyCharData_m5BFEFD55C4578A0117D1ED3305ACF4C062DCE9D3(L_28, L_29, NULL); int32_t L_31 = L_30; V_0 = L_31; if ((((int32_t)L_31) < ((int32_t)0))) { goto IL_00ec_1; } } { String_t* L_32 = ___2_sysid; int32_t L_33 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34; L_34 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_32, L_33, NULL); V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_34; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_35 = V_1; String_t* L_36; L_36 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0)), L_35, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_37 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_37); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_37, L_36, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0B285852A713F6D41AEFAA41E40A51FF58D6556E)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690_RuntimeMethod_var))); } IL_00ec_1: { String_t* L_38 = ___3_subset; if (!L_38) { goto IL_0121_1; } } { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_39 = (&__this->___xmlCharType_25); String_t* L_40 = ___3_subset; int32_t L_41; L_41 = XmlCharType_IsOnlyCharData_m5BFEFD55C4578A0117D1ED3305ACF4C062DCE9D3(L_39, L_40, NULL); int32_t L_42 = L_41; V_0 = L_42; if ((((int32_t)L_42) < ((int32_t)0))) { goto IL_0121_1; } } { String_t* L_43 = ___3_subset; int32_t L_44 = V_0; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_45; L_45 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_43, L_44, NULL); V_1 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_45; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_46 = V_1; String_t* L_47; L_47 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral37FDAAF1C91F947734553260891C6678930EDDA0)), L_46, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_48 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_48); ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_48, L_47, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7443383A37334A973AC921251F582494192A13B3)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteDocType_m67C4635BB824BBDA28E26A5F76698FA6BD703690_RuntimeMethod_var))); } IL_0121_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_49 = __this->___writer_2; String_t* L_50 = ___0_name; String_t* L_51 = ___1_pubid; String_t* L_52 = ___2_sysid; String_t* L_53 = ___3_subset; NullCheck(L_49); 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_49, L_50, L_51, L_52, L_53); __this->___dtdWritten_23 = (bool)1; goto IL_0145; } }// end try (depth: 1) 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_013a; } throw e; } CATCH_013a: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0145: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteStartElement(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartElement_m5E62BAA68C9A20CA088938BA5DA4453542D6F40D (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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_Clear_m841DBE29811833266CC127714688998A50D5F7CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___1_localName; if (!L_0) { goto IL_000b_1; } } { String_t* L_1 = ___1_localName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b_1; } } IL_000b_1: { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartElement_m5E62BAA68C9A20CA088938BA5DA4453542D6F40D_RuntimeMethod_var))); } IL_001b_1: { String_t* L_5 = ___1_localName; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_5, NULL); XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 5, NULL); String_t* L_6 = ___0_prefix; if (L_6) { goto IL_0044_1; } } { String_t* L_7 = ___2_ns; if (!L_7) { goto IL_0038_1; } } { String_t* L_8 = ___2_ns; String_t* L_9; L_9 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, __this, L_8); ___0_prefix = L_9; } IL_0038_1: { String_t* L_10 = ___0_prefix; if (L_10) { goto IL_007e_1; } } { String_t* L_11 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_11; goto IL_007e_1; } IL_0044_1: { String_t* L_12 = ___0_prefix; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_007e_1; } } { String_t* L_14 = ___0_prefix; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_14, NULL); String_t* L_15 = ___2_ns; if (L_15) { goto IL_0060_1; } } { String_t* L_16 = ___0_prefix; String_t* L_17; L_17 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_16, NULL); ___2_ns = L_17; } IL_0060_1: { String_t* L_18 = ___2_ns; if (!L_18) { goto IL_006e_1; } } { String_t* L_19 = ___2_ns; if (!L_19) { goto IL_007e_1; } } { String_t* L_20 = ___2_ns; NullCheck(L_20); int32_t L_21; L_21 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_20, NULL); if (L_21) { goto IL_007e_1; } } IL_006e_1: { String_t* L_22; L_22 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB63A1A23B65582B8791AA4E655E90AA5647D7298)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_23 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_23); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_23, L_22, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartElement_m5E62BAA68C9A20CA088938BA5DA4453542D6F40D_RuntimeMethod_var))); } IL_007e_1: { String_t* L_24 = ___2_ns; if (L_24) { goto IL_0094_1; } } { String_t* L_25 = ___0_prefix; String_t* L_26; L_26 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_25, NULL); ___2_ns = L_26; String_t* L_27 = ___2_ns; if (L_27) { goto IL_0094_1; } } { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___2_ns = L_28; } IL_0094_1: { int32_t L_29 = __this->___elemTop_10; if (L_29) { goto IL_00b5_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_30 = __this->___rawWriter_3; if (!L_30) { goto IL_00b5_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_31 = __this->___rawWriter_3; int32_t L_32 = __this->___conformanceLevel_22; NullCheck(L_31); VirtualActionInvoker1< int32_t >::Invoke(60 /* System.Void System.Xml.XmlRawWriter::OnRootElement(System.Xml.ConformanceLevel) */, L_31, L_32); } IL_00b5_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_33 = __this->___writer_2; String_t* L_34 = ___0_prefix; String_t* L_35 = ___1_localName; String_t* L_36 = ___2_ns; NullCheck(L_33); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(9 /* System.Void System.Xml.XmlWriter::WriteStartElement(System.String,System.String,System.String) */, L_33, L_34, L_35, L_36); int32_t L_37 = __this->___elemTop_10; V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1)); int32_t L_38 = V_1; __this->___elemTop_10 = L_38; int32_t L_39 = V_1; V_0 = L_39; int32_t L_40 = V_0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_41 = __this->___elemScopeStack_9; NullCheck(L_41); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)(((RuntimeArray*)L_41)->max_length)))))) { goto IL_00fd_1; } } { int32_t L_42 = V_0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_43 = (ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9*)(ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9*)SZArrayNew(ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_42, 2))); V_2 = L_43; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_44 = __this->___elemScopeStack_9; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_45 = V_2; int32_t L_46 = V_0; Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_44, (RuntimeArray*)L_45, L_46, NULL); ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_47 = V_2; __this->___elemScopeStack_9 = L_47; Il2CppCodeGenWriteBarrier((void**)(&__this->___elemScopeStack_9), (void*)L_47); } IL_00fd_1: { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_48 = __this->___elemScopeStack_9; int32_t L_49 = V_0; NullCheck(L_48); String_t* L_50 = ___0_prefix; String_t* L_51 = ___1_localName; String_t* L_52 = ___2_ns; int32_t L_53 = __this->___nsTop_6; ElementScope_Set_m7BAE5CE51EBBE20E736A268E1E606C71B74CF8D0(((L_48)->GetAddressAt(static_cast(L_49))), L_50, L_51, L_52, L_53, NULL); String_t* L_54 = ___0_prefix; String_t* L_55 = ___2_ns; XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267(__this, L_54, L_55, NULL); int32_t L_56 = __this->___attrCount_12; if ((((int32_t)L_56) < ((int32_t)((int32_t)14)))) { goto IL_0134_1; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_57 = __this->___attrHashTable_13; NullCheck(L_57); Dictionary_2_Clear_m841DBE29811833266CC127714688998A50D5F7CD(L_57, Dictionary_2_Clear_m841DBE29811833266CC127714688998A50D5F7CD_RuntimeMethod_var); } IL_0134_1: { __this->___attrCount_12 = 0; goto IL_0148; } }// end try (depth: 1) 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_013d; } throw e; } CATCH_013d: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0148: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteEndElement_mB572B5CC66D350D4A1A489D6DF7D922C6D55B228 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 6, NULL); int32_t L_0 = __this->___elemTop_10; V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_0021_1; } } { String_t* L_2 = ((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_3 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_3); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67171AD8B6817F7CF25B89C98234BCDA36D476FC)), L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteEndElement_mB572B5CC66D350D4A1A489D6DF7D922C6D55B228_RuntimeMethod_var))); } IL_0021_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___rawWriter_3; if (!L_4) { goto IL_0042_1; } } { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_5 = __this->___elemScopeStack_9; int32_t L_6 = V_0; NullCheck(L_5); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_7 = __this->___rawWriter_3; ElementScope_WriteEndElement_mD162117056CFDD45A1DAEC3F76334847A29F7B57(((L_5)->GetAddressAt(static_cast(L_6))), L_7, NULL); goto IL_004d_1; } IL_0042_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_8 = __this->___writer_2; NullCheck(L_8); VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, L_8); } IL_004d_1: { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_9 = __this->___elemScopeStack_9; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->___prevNSTop_0; V_1 = L_11; bool L_12 = __this->___useNsHashtable_8; if (!L_12) { goto IL_007f_1; } } { int32_t L_13 = V_1; int32_t L_14 = __this->___nsTop_6; if ((((int32_t)L_13) >= ((int32_t)L_14))) { goto IL_007f_1; } } { int32_t L_15 = V_1; int32_t L_16 = __this->___nsTop_6; XmlWellFormedWriter_PopNamespaces_m21D460DB61EC4B7271262131A52536CAA398EB15(__this, ((int32_t)il2cpp_codegen_add(L_15, 1)), L_16, NULL); } IL_007f_1: { int32_t L_17 = V_1; __this->___nsTop_6 = L_17; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract(L_18, 1)); V_0 = L_19; __this->___elemTop_10 = L_19; int32_t L_20 = V_0; if (L_20) { goto IL_00ad_1; } } { int32_t L_21 = __this->___conformanceLevel_22; if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_00a6_1; } } { __this->___currentState_18 = 7; goto IL_00ad_1; } IL_00a6_1: { __this->___currentState_18 = 1; } IL_00ad_1: { goto IL_00ba; } }// end try (depth: 1) 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_00af; } throw e; } CATCH_00af: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_00ba: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteFullEndElement() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteFullEndElement_m744A8E7FA66DC71F8AEBEB2ACAE643397303C655 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 6, NULL); int32_t L_0 = __this->___elemTop_10; V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_0021_1; } } { String_t* L_2 = ((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_3 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_3); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67171AD8B6817F7CF25B89C98234BCDA36D476FC)), L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteFullEndElement_m744A8E7FA66DC71F8AEBEB2ACAE643397303C655_RuntimeMethod_var))); } IL_0021_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___rawWriter_3; if (!L_4) { goto IL_0042_1; } } { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_5 = __this->___elemScopeStack_9; int32_t L_6 = V_0; NullCheck(L_5); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_7 = __this->___rawWriter_3; ElementScope_WriteFullEndElement_m17FE706748E35B8903B1BCB6B172A2415AD989B4(((L_5)->GetAddressAt(static_cast(L_6))), L_7, NULL); goto IL_004d_1; } IL_0042_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_8 = __this->___writer_2; NullCheck(L_8); VirtualActionInvoker0::Invoke(11 /* System.Void System.Xml.XmlWriter::WriteFullEndElement() */, L_8); } IL_004d_1: { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_9 = __this->___elemScopeStack_9; int32_t L_10 = V_0; NullCheck(L_9); int32_t L_11 = ((L_9)->GetAddressAt(static_cast(L_10)))->___prevNSTop_0; V_1 = L_11; bool L_12 = __this->___useNsHashtable_8; if (!L_12) { goto IL_007f_1; } } { int32_t L_13 = V_1; int32_t L_14 = __this->___nsTop_6; if ((((int32_t)L_13) >= ((int32_t)L_14))) { goto IL_007f_1; } } { int32_t L_15 = V_1; int32_t L_16 = __this->___nsTop_6; XmlWellFormedWriter_PopNamespaces_m21D460DB61EC4B7271262131A52536CAA398EB15(__this, ((int32_t)il2cpp_codegen_add(L_15, 1)), L_16, NULL); } IL_007f_1: { int32_t L_17 = V_1; __this->___nsTop_6 = L_17; int32_t L_18 = V_0; int32_t L_19 = ((int32_t)il2cpp_codegen_subtract(L_18, 1)); V_0 = L_19; __this->___elemTop_10 = L_19; int32_t L_20 = V_0; if (L_20) { goto IL_00ad_1; } } { int32_t L_21 = __this->___conformanceLevel_22; if ((!(((uint32_t)L_21) == ((uint32_t)2)))) { goto IL_00a6_1; } } { __this->___currentState_18 = 7; goto IL_00ad_1; } IL_00a6_1: { __this->___currentState_18 = 1; } IL_00ad_1: { goto IL_00ba; } }// end try (depth: 1) 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_00af; } throw e; } CATCH_00af: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_00ba: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteStartAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartAttribute_m083009DC319DE10D4F037AE40D27EB7F2CDB0481 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___1_localName; if (!L_0) { goto IL_000b_1; } } { String_t* L_1 = ___1_localName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_0038_1; } } IL_000b_1: { String_t* L_3 = ___0_prefix; bool L_4; L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_4) { goto IL_0028_1; } } { ___1_localName = _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_5; goto IL_0038_1; } IL_0028_1: { String_t* L_6; L_6 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_7); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttribute_m083009DC319DE10D4F037AE40D27EB7F2CDB0481_RuntimeMethod_var))); } IL_0038_1: { String_t* L_8 = ___1_localName; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_8, NULL); XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 7, NULL); String_t* L_9 = ___0_prefix; if (L_9) { goto IL_0079_1; } } { String_t* L_10 = ___2_namespaceName; if (!L_10) { goto IL_006f_1; } } { String_t* L_11 = ___1_localName; bool L_12; L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_12) { goto IL_0066_1; } } { String_t* L_13 = ___2_namespaceName; bool L_14; L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_13, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (L_14) { goto IL_006f_1; } } IL_0066_1: { String_t* L_15 = ___2_namespaceName; String_t* L_16; L_16 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, __this, L_15); ___0_prefix = L_16; } IL_006f_1: { String_t* L_17 = ___0_prefix; if (L_17) { goto IL_0079_1; } } { String_t* L_18 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_18; } IL_0079_1: { String_t* L_19 = ___2_namespaceName; if (L_19) { goto IL_009b_1; } } { String_t* L_20 = ___0_prefix; if (!L_20) { goto IL_0091_1; } } { String_t* L_21 = ___0_prefix; NullCheck(L_21); int32_t L_22; L_22 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_21, NULL); if ((((int32_t)L_22) <= ((int32_t)0))) { goto IL_0091_1; } } { String_t* L_23 = ___0_prefix; String_t* L_24; L_24 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_23, NULL); ___2_namespaceName = L_24; } IL_0091_1: { String_t* L_25 = ___2_namespaceName; if (L_25) { goto IL_009b_1; } } { String_t* L_26 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___2_namespaceName = L_26; } IL_009b_1: { String_t* L_27 = ___0_prefix; NullCheck(L_27); int32_t L_28; L_28 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_27, NULL); if (L_28) { goto IL_012b_1; } } { String_t* L_29 = ___1_localName; NullCheck(L_29); Il2CppChar L_30; L_30 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_29, 0, NULL); if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)120))))) { goto IL_00fb_1; } } { String_t* L_31 = ___1_localName; bool L_32; L_32 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_31, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_32) { goto IL_00fb_1; } } { String_t* L_33 = ___2_namespaceName; NullCheck(L_33); int32_t L_34; L_34 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_33, NULL); if ((((int32_t)L_34) <= ((int32_t)0))) { goto IL_00e4_1; } } { String_t* L_35 = ___2_namespaceName; bool L_36; L_36 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_35, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_36) { goto IL_00e4_1; } } { String_t* L_37; L_37 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_38 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_38); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_38, L_37, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttribute_m083009DC319DE10D4F037AE40D27EB7F2CDB0481_RuntimeMethod_var))); } IL_00e4_1: { String_t* L_39 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___curDeclPrefix_16 = L_39; Il2CppCodeGenWriteBarrier((void**)(&__this->___curDeclPrefix_16), (void*)L_39); XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 1, NULL); goto IL_0224_1; } IL_00fb_1: { String_t* L_40 = ___2_namespaceName; NullCheck(L_40); int32_t L_41; L_41 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_40, NULL); if ((((int32_t)L_41) <= ((int32_t)0))) { goto IL_0214_1; } } { String_t* L_42 = ___2_namespaceName; String_t* L_43; L_43 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, __this, L_42); ___0_prefix = L_43; String_t* L_44 = ___0_prefix; if (!L_44) { goto IL_011e_1; } } { String_t* L_45 = ___0_prefix; NullCheck(L_45); int32_t L_46; L_46 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_45, NULL); if (L_46) { goto IL_0214_1; } } IL_011e_1: { String_t* L_47; L_47 = XmlWellFormedWriter_GeneratePrefix_m6F8B4A6EAE7C5C9DA82990E47A1F891F8F1E526C(__this, NULL); ___0_prefix = L_47; goto IL_0214_1; } IL_012b_1: { String_t* L_48 = ___0_prefix; NullCheck(L_48); Il2CppChar L_49; L_49 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_48, 0, NULL); if ((!(((uint32_t)L_49) == ((uint32_t)((int32_t)120))))) { goto IL_01e0_1; } } { String_t* L_50 = ___0_prefix; bool L_51; L_51 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_50, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_51) { goto IL_017f_1; } } { String_t* L_52 = ___2_namespaceName; NullCheck(L_52); int32_t L_53; L_53 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_52, NULL); if ((((int32_t)L_53) <= ((int32_t)0))) { goto IL_016c_1; } } { String_t* L_54 = ___2_namespaceName; bool L_55; L_55 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_54, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_55) { goto IL_016c_1; } } { String_t* L_56; L_56 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_57 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_57); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_57, L_56, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttribute_m083009DC319DE10D4F037AE40D27EB7F2CDB0481_RuntimeMethod_var))); } IL_016c_1: { String_t* L_58 = ___1_localName; __this->___curDeclPrefix_16 = L_58; Il2CppCodeGenWriteBarrier((void**)(&__this->___curDeclPrefix_16), (void*)L_58); XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 2, NULL); goto IL_0224_1; } IL_017f_1: { String_t* L_59 = ___0_prefix; bool L_60; L_60 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_59, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (!L_60) { goto IL_01e0_1; } } { String_t* L_61 = ___2_namespaceName; NullCheck(L_61); int32_t L_62; L_62 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_61, NULL); if ((((int32_t)L_62) <= ((int32_t)0))) { goto IL_01b2_1; } } { String_t* L_63 = ___2_namespaceName; bool L_64; L_64 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_63, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_64) { goto IL_01b2_1; } } { String_t* L_65; L_65 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_66 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_66); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_66, L_65, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_66, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttribute_m083009DC319DE10D4F037AE40D27EB7F2CDB0481_RuntimeMethod_var))); } IL_01b2_1: { String_t* L_67 = ___1_localName; bool L_68; L_68 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_67, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2, NULL); if (L_68) { goto IL_01ce_1; } } { String_t* L_69 = ___1_localName; bool L_70; L_70 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_69, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, NULL); if (L_70) { goto IL_01d7_1; } } { goto IL_01e0_1; } IL_01ce_1: { XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 3, NULL); goto IL_0224_1; } IL_01d7_1: { XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 4, NULL); goto IL_0224_1; } IL_01e0_1: { String_t* L_71 = ___0_prefix; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_71, NULL); String_t* L_72 = ___2_namespaceName; NullCheck(L_72); int32_t L_73; L_73 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_72, NULL); if (L_73) { goto IL_01f8_1; } } { String_t* L_74 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_74; goto IL_0214_1; } IL_01f8_1: { String_t* L_75 = ___0_prefix; String_t* L_76; L_76 = XmlWellFormedWriter_LookupLocalNamespace_m9CB41195FFE549CD9D223709B79119038A67BC79(__this, L_75, NULL); V_0 = L_76; String_t* L_77 = V_0; if (!L_77) { goto IL_0214_1; } } { String_t* L_78 = V_0; String_t* L_79 = ___2_namespaceName; bool L_80; L_80 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_78, L_79, NULL); if (!L_80) { goto IL_0214_1; } } { String_t* L_81; L_81 = XmlWellFormedWriter_GeneratePrefix_m6F8B4A6EAE7C5C9DA82990E47A1F891F8F1E526C(__this, NULL); ___0_prefix = L_81; } IL_0214_1: { String_t* L_82 = ___0_prefix; NullCheck(L_82); int32_t L_83; L_83 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_82, NULL); if (!L_83) { goto IL_0224_1; } } { String_t* L_84 = ___0_prefix; String_t* L_85 = ___2_namespaceName; XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267(__this, L_84, L_85, NULL); } IL_0224_1: { String_t* L_86 = ___0_prefix; String_t* L_87 = ___1_localName; String_t* L_88 = ___2_namespaceName; XmlWellFormedWriter_AddAttribute_mAE42EFE8C45E46B4DBCEE7E95A75D860D35FC4D4(__this, L_86, L_87, L_88, NULL); int32_t L_89 = __this->___specAttr_14; if (L_89) { goto IL_0243_1; } } { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_90 = __this->___writer_2; String_t* L_91 = ___0_prefix; String_t* L_92 = ___1_localName; String_t* L_93 = ___2_namespaceName; NullCheck(L_90); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_90, L_91, L_92, L_93); } IL_0243_1: { goto IL_0250; } }// end try (depth: 1) 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_0245; } throw e; } CATCH_0245: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0250: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteEndAttribute() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteEndAttribute_mEFA1CC155A614CDB62294E2A5C34A36E657BAF10 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 8, NULL); int32_t L_0 = __this->___specAttr_14; if (!L_0) { goto IL_031a_1; } } { int32_t L_1 = __this->___specAttr_14; V_1 = L_1; int32_t L_2 = V_1; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_2, 1))) { case 0: { goto IL_0036_1; } case 1: { goto IL_00eb_1; } case 2: { goto IL_01f8_1; } case 3: { goto IL_02ad_1; } } } { goto IL_0306_1; } IL_0036_1: { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_3 = __this->___attrValueCache_15; NullCheck(L_3); String_t* L_4; L_4 = AttributeValueCache_get_StringValue_m369D8C130C793C4646C02209CF225F4B79F5A8F3(L_3, NULL); V_0 = L_4; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_6 = V_0; bool L_7; L_7 = XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43(__this, L_5, L_6, NULL); if (!L_7) { goto IL_00df_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_8 = __this->___rawWriter_3; if (!L_8) { goto IL_00a9_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_9 = __this->___rawWriter_3; NullCheck(L_9); bool L_10; L_10 = VirtualFuncInvoker0< bool >::Invoke(64 /* System.Boolean System.Xml.XmlRawWriter::get_SupportsNamespaceDeclarationInChunks() */, L_9); if (!L_10) { goto IL_0096_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_11 = __this->___rawWriter_3; String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; NullCheck(L_11); VirtualActionInvoker1< String_t* >::Invoke(65 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, L_11, L_12); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_13 = __this->___attrValueCache_15; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_14 = __this->___rawWriter_3; NullCheck(L_13); AttributeValueCache_Replay_mE754CA61E7242ADAC63CD9F464D80C73E0588955(L_13, L_14, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_15 = __this->___rawWriter_3; NullCheck(L_15); VirtualActionInvoker0::Invoke(66 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, L_15); goto IL_00df_1; } IL_0096_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_16 = __this->___rawWriter_3; String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; String_t* L_18 = V_0; NullCheck(L_16); VirtualActionInvoker2< String_t*, String_t* >::Invoke(63 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_16, L_17, L_18); goto IL_00df_1; } IL_00a9_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_19 = __this->___writer_2; String_t* L_20 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; NullCheck(L_19); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_19, L_20, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_21 = __this->___attrValueCache_15; XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_22 = __this->___writer_2; NullCheck(L_21); AttributeValueCache_Replay_mE754CA61E7242ADAC63CD9F464D80C73E0588955(L_21, L_22, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_23 = __this->___writer_2; NullCheck(L_23); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_23); } IL_00df_1: { __this->___curDeclPrefix_16 = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___curDeclPrefix_16), (void*)(String_t*)NULL); goto IL_0306_1; } IL_00eb_1: { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_24 = __this->___attrValueCache_15; NullCheck(L_24); String_t* L_25; L_25 = AttributeValueCache_get_StringValue_m369D8C130C793C4646C02209CF225F4B79F5A8F3(L_24, NULL); V_0 = L_25; String_t* L_26 = V_0; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_26, NULL); if (L_27) { goto IL_010f_1; } } { String_t* L_28; L_28 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB63A1A23B65582B8791AA4E655E90AA5647D7298)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_29 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_29); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_29, L_28, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteEndAttribute_mEFA1CC155A614CDB62294E2A5C34A36E657BAF10_RuntimeMethod_var))); } IL_010f_1: { String_t* L_30 = V_0; bool L_31; L_31 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_30, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (L_31) { goto IL_013b_1; } } { String_t* L_32 = V_0; bool L_33; L_33 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_32, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_33) { goto IL_014b_1; } } { String_t* L_34 = __this->___curDeclPrefix_16; bool L_35; L_35 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_34, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (!L_35) { goto IL_014b_1; } } IL_013b_1: { String_t* L_36; L_36 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral197DB4D12C3F8F844439AC8086D04A7E9906FD24)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_37 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_37); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_37, L_36, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteEndAttribute_mEFA1CC155A614CDB62294E2A5C34A36E657BAF10_RuntimeMethod_var))); } IL_014b_1: { String_t* L_38 = __this->___curDeclPrefix_16; String_t* L_39 = V_0; bool L_40; L_40 = XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43(__this, L_38, L_39, NULL); if (!L_40) { goto IL_01ec_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_41 = __this->___rawWriter_3; if (!L_41) { goto IL_01b5_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_42 = __this->___rawWriter_3; NullCheck(L_42); bool L_43; L_43 = VirtualFuncInvoker0< bool >::Invoke(64 /* System.Boolean System.Xml.XmlRawWriter::get_SupportsNamespaceDeclarationInChunks() */, L_42); if (!L_43) { goto IL_01a1_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_44 = __this->___rawWriter_3; String_t* L_45 = __this->___curDeclPrefix_16; NullCheck(L_44); VirtualActionInvoker1< String_t* >::Invoke(65 /* System.Void System.Xml.XmlRawWriter::WriteStartNamespaceDeclaration(System.String) */, L_44, L_45); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_46 = __this->___attrValueCache_15; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_47 = __this->___rawWriter_3; NullCheck(L_46); AttributeValueCache_Replay_mE754CA61E7242ADAC63CD9F464D80C73E0588955(L_46, L_47, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_48 = __this->___rawWriter_3; NullCheck(L_48); VirtualActionInvoker0::Invoke(66 /* System.Void System.Xml.XmlRawWriter::WriteEndNamespaceDeclaration() */, L_48); goto IL_01ec_1; } IL_01a1_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_49 = __this->___rawWriter_3; String_t* L_50 = __this->___curDeclPrefix_16; String_t* L_51 = V_0; NullCheck(L_49); VirtualActionInvoker2< String_t*, String_t* >::Invoke(63 /* System.Void System.Xml.XmlRawWriter::WriteNamespaceDeclaration(System.String,System.String) */, L_49, L_50, L_51); goto IL_01ec_1; } IL_01b5_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_52 = __this->___writer_2; String_t* L_53 = __this->___curDeclPrefix_16; NullCheck(L_52); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_52, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, L_53, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_54 = __this->___attrValueCache_15; XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_55 = __this->___writer_2; NullCheck(L_54); AttributeValueCache_Replay_mE754CA61E7242ADAC63CD9F464D80C73E0588955(L_54, L_55, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_56 = __this->___writer_2; NullCheck(L_56); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_56); } IL_01ec_1: { __this->___curDeclPrefix_16 = (String_t*)NULL; Il2CppCodeGenWriteBarrier((void**)(&__this->___curDeclPrefix_16), (void*)(String_t*)NULL); goto IL_0306_1; } IL_01f8_1: { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_57 = __this->___attrValueCache_15; NullCheck(L_57); AttributeValueCache_Trim_m7508E1B61AAC65605922B79215050FA1BB874118(L_57, NULL); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_58 = __this->___attrValueCache_15; NullCheck(L_58); String_t* L_59; L_59 = AttributeValueCache_get_StringValue_m369D8C130C793C4646C02209CF225F4B79F5A8F3(L_58, NULL); V_0 = L_59; String_t* L_60 = V_0; bool L_61; L_61 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_60, _stringLiteral6F5EC7239B41C242FCB23B64D91DA0070FC1C044, NULL); if (!L_61) { goto IL_0235_1; } } { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_62 = __this->___elemScopeStack_9; int32_t L_63 = __this->___elemTop_10; NullCheck(L_62); ((L_62)->GetAddressAt(static_cast(L_63)))->___xmlSpace_4 = 1; goto IL_0275_1; } IL_0235_1: { String_t* L_64 = V_0; bool L_65; L_65 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_64, _stringLiteral916F4E7879C25AF1EA844F7068842D5508777C48, NULL); if (!L_65) { goto IL_025b_1; } } { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_66 = __this->___elemScopeStack_9; int32_t L_67 = __this->___elemTop_10; NullCheck(L_66); ((L_66)->GetAddressAt(static_cast(L_67)))->___xmlSpace_4 = 2; goto IL_0275_1; } IL_025b_1: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_68 = (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_69 = L_68; String_t* L_70 = V_0; NullCheck(L_69); ArrayElementTypeCheck (L_69, L_70); (L_69)->SetAt(static_cast(0), (RuntimeObject*)L_70); String_t* L_71; L_71 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB76F93064E827FE764713C55F705D2E388DF17D7)), L_69, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_72 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_72); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_72, L_71, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_72, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteEndAttribute_mEFA1CC155A614CDB62294E2A5C34A36E657BAF10_RuntimeMethod_var))); } IL_0275_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_73 = __this->___writer_2; NullCheck(L_73); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_73, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_74 = __this->___attrValueCache_15; XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_75 = __this->___writer_2; NullCheck(L_74); AttributeValueCache_Replay_mE754CA61E7242ADAC63CD9F464D80C73E0588955(L_74, L_75, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_76 = __this->___writer_2; NullCheck(L_76); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_76); goto IL_0306_1; } IL_02ad_1: { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_77 = __this->___attrValueCache_15; NullCheck(L_77); String_t* L_78; L_78 = AttributeValueCache_get_StringValue_m369D8C130C793C4646C02209CF225F4B79F5A8F3(L_77, NULL); V_0 = L_78; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_79 = __this->___elemScopeStack_9; int32_t L_80 = __this->___elemTop_10; NullCheck(L_79); String_t* L_81 = V_0; ((L_79)->GetAddressAt(static_cast(L_80)))->___xmlLang_5 = L_81; Il2CppCodeGenWriteBarrier((void**)(&((L_79)->GetAddressAt(static_cast(L_80)))->___xmlLang_5), (void*)L_81); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_82 = __this->___writer_2; NullCheck(L_82); VirtualActionInvoker3< String_t*, String_t*, String_t* >::Invoke(12 /* System.Void System.Xml.XmlWriter::WriteStartAttribute(System.String,System.String,System.String) */, L_82, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_83 = __this->___attrValueCache_15; XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_84 = __this->___writer_2; NullCheck(L_83); AttributeValueCache_Replay_mE754CA61E7242ADAC63CD9F464D80C73E0588955(L_83, L_84, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_85 = __this->___writer_2; NullCheck(L_85); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_85); } IL_0306_1: { __this->___specAttr_14 = 0; AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_86 = __this->___attrValueCache_15; NullCheck(L_86); AttributeValueCache_Clear_m39DF6AD7750029A3BCD050BA64FE0EC44D3865E2(L_86, NULL); goto IL_0325_1; } IL_031a_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_87 = __this->___writer_2; NullCheck(L_87); VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, L_87); } IL_0325_1: { goto IL_0332; } }// end try (depth: 1) 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_0327; } throw e; } CATCH_0327: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0332: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteCData(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteCData_mC23237FAE56E3DCD60B913A3F102ED0F6EA542AF (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_text, 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; } il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_text; if (L_0) { goto IL_000a_1; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_text = L_1; } IL_000a_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)10), NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_2 = __this->___writer_2; 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); goto IL_002b; } }// end try (depth: 1) 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_0020; } throw e; } CATCH_0020: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_002b: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteComment(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteComment_m07DE2BC5A363CA4A037776A667A8F10A11FB5F8F (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_text, 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; } il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_text; if (L_0) { goto IL_000a_1; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_text = L_1; } IL_000a_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 3, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_2 = __this->___writer_2; String_t* L_3 = ___0_text; NullCheck(L_2); VirtualActionInvoker1< String_t* >::Invoke(15 /* System.Void System.Xml.XmlWriter::WriteComment(System.String) */, L_2, L_3); goto IL_002a; } }// end try (depth: 1) 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_001f; } throw e; } CATCH_001f: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_002a: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteProcessingInstruction(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteProcessingInstruction_m95C599B96B8BBA61EA9AD3090DB72C6B9FE4EAD1 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; String_t* G_B11_0 = NULL; try {// begin try (depth: 1) { String_t* L_0 = ___0_name; if (!L_0) { goto IL_000b_1; } } { String_t* L_1 = ___0_name; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b_1; } } IL_000b_1: { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteProcessingInstruction_m95C599B96B8BBA61EA9AD3090DB72C6B9FE4EAD1_RuntimeMethod_var))); } IL_001b_1: { String_t* L_5 = ___0_name; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_5, NULL); String_t* L_6 = ___1_text; if (L_6) { goto IL_002c_1; } } { String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___1_text = L_7; } IL_002c_1: { String_t* L_8 = ___0_name; NullCheck(L_8); int32_t L_9; L_9 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_8, NULL); if ((!(((uint32_t)L_9) == ((uint32_t)3)))) { goto IL_009e_1; } } { String_t* L_10 = ___0_name; int32_t L_11; L_11 = String_Compare_mB21E4512DAFACE027D2DD3FE75DD6E69CE315009(L_10, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, 5, NULL); if (L_11) { goto IL_009e_1; } } { int32_t L_12 = __this->___currentState_18; if (!L_12) { goto IL_006b_1; } } { int32_t L_13 = __this->___conformanceLevel_22; if ((((int32_t)L_13) == ((int32_t)2))) { goto IL_005b_1; } } { G_B11_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral05F052FB531BF7DCEB556C41188DF51428B5D59A)); goto IL_0060_1; } IL_005b_1: { G_B11_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2A5DB3F00E0A45A734A36392B86940BEE1159FC8)); } IL_0060_1: { String_t* L_14; L_14 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(G_B11_0, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_15 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_15); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_15, L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteProcessingInstruction_m95C599B96B8BBA61EA9AD3090DB72C6B9FE4EAD1_RuntimeMethod_var))); } IL_006b_1: { __this->___xmlDeclFollows_24 = (bool)1; XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 2, NULL); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_16 = __this->___rawWriter_3; if (!L_16) { goto IL_008f_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_17 = __this->___rawWriter_3; String_t* L_18 = ___1_text; NullCheck(L_17); VirtualActionInvoker1< String_t* >::Invoke(58 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.String) */, L_17, L_18); goto IL_00b2_1; } IL_008f_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_19 = __this->___writer_2; String_t* L_20 = ___0_name; String_t* L_21 = ___1_text; NullCheck(L_19); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_19, L_20, L_21); goto IL_00b2_1; } IL_009e_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 2, NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_22 = __this->___writer_2; String_t* L_23 = ___0_name; String_t* L_24 = ___1_text; NullCheck(L_22); VirtualActionInvoker2< String_t*, String_t* >::Invoke(16 /* System.Void System.Xml.XmlWriter::WriteProcessingInstruction(System.String,System.String) */, L_22, L_23, L_24); } IL_00b2_1: { goto IL_00bf; } }// end try (depth: 1) 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_00b4; } throw e; } CATCH_00b4: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_00bf: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteEntityRef(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteEntityRef_mF2FC7A2CADC2114DC7C862016781F9BFC54FABA8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_name, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_name; if (!L_0) { goto IL_000b_1; } } { String_t* L_1 = ___0_name; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b_1; } } IL_000b_1: { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4F463628A5B55C40369849BC669644FDA7E2FD4E)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteEntityRef_mF2FC7A2CADC2114DC7C862016781F9BFC54FABA8_RuntimeMethod_var))); } IL_001b_1: { String_t* L_5 = ___0_name; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_5, NULL); XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)9), NULL); bool L_6; L_6 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_6) { goto IL_0040_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_7 = __this->___attrValueCache_15; String_t* L_8 = ___0_name; NullCheck(L_7); AttributeValueCache_WriteEntityRef_mD5EE425B29BE07E3E9744AAB845810875B245532(L_7, L_8, NULL); goto IL_004c_1; } IL_0040_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_9 = __this->___writer_2; String_t* L_10 = ___0_name; NullCheck(L_9); VirtualActionInvoker1< String_t* >::Invoke(17 /* System.Void System.Xml.XmlWriter::WriteEntityRef(System.String) */, L_9, L_10); } IL_004c_1: { goto IL_0059; } }// end try (depth: 1) 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_004e; } throw e; } CATCH_004e: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0059: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteCharEntity(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteCharEntity_m99918CACFDC1943936AA750C9D403016BFC4EE38 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { Il2CppChar L_0 = ___0_ch; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_1; L_1 = Char_IsSurrogate_mDCAB7B29DC13EDCE8A0F7ED2899DBDF8230F0A48(L_0, NULL); if (!L_1) { goto IL_0018_1; } } { String_t* L_2; L_2 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFE53A3AF35DC43A86F8AA824C5449731805C32DD)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_3, L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteCharEntity_m99918CACFDC1943936AA750C9D403016BFC4EE38_RuntimeMethod_var))); } IL_0018_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)9), NULL); bool L_4; L_4 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_4) { goto IL_0036_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_5 = __this->___attrValueCache_15; Il2CppChar L_6 = ___0_ch; NullCheck(L_5); AttributeValueCache_WriteCharEntity_m8C4986F0935BC85657B0765214E4B6C7D06874D4(L_5, L_6, NULL); goto IL_0042_1; } IL_0036_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_7 = __this->___writer_2; Il2CppChar L_8 = ___0_ch; NullCheck(L_7); VirtualActionInvoker1< Il2CppChar >::Invoke(18 /* System.Void System.Xml.XmlWriter::WriteCharEntity(System.Char) */, L_7, L_8); } IL_0042_1: { goto IL_004f; } }// end try (depth: 1) 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_0044; } throw e; } CATCH_0044: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_004f: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteSurrogateCharEntity(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteSurrogateCharEntity_m7C8E107B0B6825531FFA38267746849C88A914A3 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Il2CppChar ___0_lowChar, Il2CppChar ___1_highChar, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { Il2CppChar L_0 = ___1_highChar; Il2CppChar L_1 = ___0_lowChar; il2cpp_codegen_runtime_class_init_inline(Char_t521A6F19B456D956AF452D926C32709DC03D6B17_il2cpp_TypeInfo_var); bool L_2; L_2 = Char_IsSurrogatePair_m895829B934609B8480DCDC7B38130314BD876007(L_0, L_1, NULL); if (L_2) { goto IL_0011_1; } } { Il2CppChar L_3 = ___0_lowChar; Il2CppChar L_4 = ___1_highChar; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlConvert_t5D100AFD62FF717BD4F8A6CABA9EDF7A5DF719EA_il2cpp_TypeInfo_var))); Exception_t* L_5; L_5 = XmlConvert_CreateInvalidSurrogatePairException_mAD70BE2F96B56C1308578273A8FD96C8240350B2(L_3, L_4, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteSurrogateCharEntity_m7C8E107B0B6825531FFA38267746849C88A914A3_RuntimeMethod_var))); } IL_0011_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)9), NULL); bool L_6; L_6 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_6) { goto IL_0030_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_7 = __this->___attrValueCache_15; Il2CppChar L_8 = ___0_lowChar; Il2CppChar L_9 = ___1_highChar; NullCheck(L_7); AttributeValueCache_WriteSurrogateCharEntity_mF393DE85027E7D4FF1B08D98F0C6F324D986F570(L_7, L_8, L_9, NULL); goto IL_003d_1; } IL_0030_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_10 = __this->___writer_2; Il2CppChar L_11 = ___0_lowChar; Il2CppChar L_12 = ___1_highChar; NullCheck(L_10); VirtualActionInvoker2< Il2CppChar, Il2CppChar >::Invoke(21 /* System.Void System.Xml.XmlWriter::WriteSurrogateCharEntity(System.Char,System.Char) */, L_10, L_11, L_12); } IL_003d_1: { goto IL_004a; } }// end try (depth: 1) 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_003f; } throw e; } CATCH_003f: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_004a: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteWhitespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteWhitespace_m95434DCB8764139934630FE04DD05A87291FCFD9 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_ws, 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; } XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 V_0; memset((&V_0), 0, sizeof(V_0)); il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_ws; if (L_0) { goto IL_000a_1; } } { String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_ws = L_1; } IL_000a_1: { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3 L_2; L_2 = XmlCharType_get_Instance_m1279A3FC91B74599A9BC76979E50DBFC07F67C55(NULL); V_0 = L_2; String_t* L_3 = ___0_ws; bool L_4; L_4 = XmlCharType_IsOnlyWhitespace_m6A7AD69BFF7BE6878F6984C952284C0755601490((&V_0), L_3, NULL); if (L_4) { goto IL_002a_1; } } { String_t* L_5; L_5 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral36C331EB963AAABADAA628EA959A95F64ED7976C)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_6); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_6, L_5, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteWhitespace_m95434DCB8764139934630FE04DD05A87291FCFD9_RuntimeMethod_var))); } IL_002a_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)14), NULL); bool L_7; L_7 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_7) { goto IL_0048_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_8 = __this->___attrValueCache_15; String_t* L_9 = ___0_ws; NullCheck(L_8); AttributeValueCache_WriteWhitespace_mC30BE0103D7630BC52110A52711F93B0EE77265C(L_8, L_9, NULL); goto IL_0054_1; } IL_0048_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_10 = __this->___writer_2; String_t* L_11 = ___0_ws; NullCheck(L_10); VirtualActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Xml.XmlWriter::WriteWhitespace(System.String) */, L_10, L_11); } IL_0054_1: { goto IL_0061; } }// end try (depth: 1) 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_0056; } throw e; } CATCH_0056: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0061: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteString(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteString_m8B4E812A0CFAA843CC3FF8F57E1CD0B97748A9A4 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_text, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_text; if (L_0) { goto IL_0005_1; } } { goto IL_003c; } IL_0005_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)9), NULL); bool L_1; L_1 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_1) { goto IL_0023_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_2 = __this->___attrValueCache_15; String_t* L_3 = ___0_text; NullCheck(L_2); AttributeValueCache_WriteString_mF0E506AB621BED0ED725E43A80743865DC1C7A95(L_2, L_3, NULL); goto IL_002f_1; } IL_0023_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_4 = __this->___writer_2; 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); } IL_002f_1: { goto IL_003c; } }// end try (depth: 1) 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_003c: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteChars(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteChars_mEF9E7BA1D6723E346954A7EA686A336B04EE0572 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; if (L_0) { goto IL_000e_1; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteChars_mEF9E7BA1D6723E346954A7EA686A336B04EE0572_RuntimeMethod_var))); } IL_000e_1: { int32_t L_2 = ___1_index; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteChars_mEF9E7BA1D6723E346954A7EA686A336B04EE0572_RuntimeMethod_var))); } IL_001d_1: { int32_t L_4 = ___2_count; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002c_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteChars_mEF9E7BA1D6723E346954A7EA686A336B04EE0572_RuntimeMethod_var))); } IL_002c_1: { int32_t L_6 = ___2_count; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = ___0_buffer; NullCheck(L_7); int32_t L_8 = ___1_index; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), L_8))))) { goto IL_003f_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteChars_mEF9E7BA1D6723E346954A7EA686A336B04EE0572_RuntimeMethod_var))); } IL_003f_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)9), NULL); bool L_10; L_10 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_10) { goto IL_005f_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_11 = __this->___attrValueCache_15; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = ___0_buffer; int32_t L_13 = ___1_index; int32_t L_14 = ___2_count; NullCheck(L_11); AttributeValueCache_WriteChars_mD4924FAFA5578EDBBA7121540F184F832B83E6B1(L_11, L_12, L_13, L_14, NULL); goto IL_006d_1; } IL_005f_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_15 = __this->___writer_2; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___0_buffer; int32_t L_17 = ___1_index; int32_t L_18 = ___2_count; NullCheck(L_15); VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(22 /* System.Void System.Xml.XmlWriter::WriteChars(System.Char[],System.Int32,System.Int32) */, L_15, L_16, L_17, L_18); } IL_006d_1: { goto IL_007a; } }// end try (depth: 1) 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_006f; } throw e; } CATCH_006f: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_007a: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteRaw(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteRaw_mCA937B08EC0CB47BD8346501C463335AD122D275 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; if (L_0) { goto IL_000e_1; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteRaw_mCA937B08EC0CB47BD8346501C463335AD122D275_RuntimeMethod_var))); } IL_000e_1: { int32_t L_2 = ___1_index; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteRaw_mCA937B08EC0CB47BD8346501C463335AD122D275_RuntimeMethod_var))); } IL_001d_1: { int32_t L_4 = ___2_count; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002c_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteRaw_mCA937B08EC0CB47BD8346501C463335AD122D275_RuntimeMethod_var))); } IL_002c_1: { int32_t L_6 = ___2_count; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_7 = ___0_buffer; NullCheck(L_7); int32_t L_8 = ___1_index; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), L_8))))) { goto IL_003f_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteRaw_mCA937B08EC0CB47BD8346501C463335AD122D275_RuntimeMethod_var))); } IL_003f_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)13), NULL); bool L_10; L_10 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_10) { goto IL_005f_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_11 = __this->___attrValueCache_15; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_12 = ___0_buffer; int32_t L_13 = ___1_index; int32_t L_14 = ___2_count; NullCheck(L_11); AttributeValueCache_WriteRaw_mBCBECC9E06E2A67EFFFCFD6B5C97E65845B030D5(L_11, L_12, L_13, L_14, NULL); goto IL_006d_1; } IL_005f_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_15 = __this->___writer_2; CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_16 = ___0_buffer; int32_t L_17 = ___1_index; int32_t L_18 = ___2_count; NullCheck(L_15); VirtualActionInvoker3< CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB*, int32_t, int32_t >::Invoke(23 /* System.Void System.Xml.XmlWriter::WriteRaw(System.Char[],System.Int32,System.Int32) */, L_15, L_16, L_17, L_18); } IL_006d_1: { goto IL_007a; } }// end try (depth: 1) 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_006f; } throw e; } CATCH_006f: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_007a: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteRaw(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteRaw_mBA71BF6CD36C24909F1F8FEC8E0A3C59220DD2CC (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_data, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_data; if (L_0) { goto IL_0005_1; } } { goto IL_003c; } IL_0005_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)13), NULL); bool L_1; L_1 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_1) { goto IL_0023_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_2 = __this->___attrValueCache_15; String_t* L_3 = ___0_data; NullCheck(L_2); AttributeValueCache_WriteRaw_m5CA2F21771AD270BC564212DEEB305D7BEA1ADDF(L_2, L_3, NULL); goto IL_002f_1; } IL_0023_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_4 = __this->___writer_2; 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); } IL_002f_1: { goto IL_003c; } }// end try (depth: 1) 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_003c: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteBase64_mADFA00DF036CF336F703B88863EB2F818E06CB02 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer; if (L_0) { goto IL_000e_1; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralC263EA29ADF3548CFEBC57B532EED28451A56C10)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteBase64_mADFA00DF036CF336F703B88863EB2F818E06CB02_RuntimeMethod_var))); } IL_000e_1: { int32_t L_2 = ___1_index; if ((((int32_t)L_2) >= ((int32_t)0))) { goto IL_001d_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_3); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2B6D6F48C27C60C3B55391AB377D9DC8F5639AA1)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteBase64_mADFA00DF036CF336F703B88863EB2F818E06CB02_RuntimeMethod_var))); } IL_001d_1: { int32_t L_4 = ___2_count; if ((((int32_t)L_4) >= ((int32_t)0))) { goto IL_002c_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_5 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_5); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteBase64_mADFA00DF036CF336F703B88863EB2F818E06CB02_RuntimeMethod_var))); } IL_002c_1: { int32_t L_6 = ___2_count; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_buffer; NullCheck(L_7); int32_t L_8 = ___1_index; if ((((int32_t)L_6) <= ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_7)->max_length)), L_8))))) { goto IL_003f_1; } } { ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_9 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var))); NullCheck(L_9); ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_9, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral07624473F417C06C74D59C64840A1532FCE2C626)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteBase64_mADFA00DF036CF336F703B88863EB2F818E06CB02_RuntimeMethod_var))); } IL_003f_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)12), NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_10 = __this->___writer_2; ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___0_buffer; int32_t L_12 = ___1_index; int32_t L_13 = ___2_count; NullCheck(L_10); VirtualActionInvoker3< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t >::Invoke(25 /* System.Void System.Xml.XmlWriter::WriteBase64(System.Byte[],System.Int32,System.Int32) */, L_10, L_11, L_12, L_13); goto IL_0062; } }// end try (depth: 1) 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_0057; } throw e; } CATCH_0057: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0062: { return; } } // System.Void System.Xml.XmlWellFormedWriter::Close() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_Close_m3344F6BA8692113175966735E5D40577F16DC62F (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; { int32_t L_0 = __this->___currentState_18; if ((((int32_t)L_0) == ((int32_t)((int32_t)15)))) { goto IL_00b4; } } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_0081: {// begin finally (depth: 1) { } { auto __finallyBlock = il2cpp::utils::Finally([&] { FINALLY_00aa: {// begin finally (depth: 2) __this->___currentState_18 = ((int32_t)15); return; }// end finally (depth: 2) }); try {// begin try (depth: 2) { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_1 = __this->___rawWriter_3; if (!L_1) { goto IL_009d_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_2 = __this->___rawWriter_3; int32_t L_3; L_3 = VirtualFuncInvoker0< int32_t >::Invoke(27 /* System.Xml.WriteState System.Xml.XmlWriter::get_WriteState() */, __this); NullCheck(L_2); VirtualActionInvoker1< int32_t >::Invoke(68 /* System.Void System.Xml.XmlRawWriter::Close(System.Xml.WriteState) */, L_2, L_3); goto IL_00b3; } IL_009d_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_4 = __this->___writer_2; NullCheck(L_4); VirtualActionInvoker0::Invoke(28 /* System.Void System.Xml.XmlWriter::Close() */, L_4); goto IL_00b3; } }// end try (depth: 2) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b3: { return; } }// end finally (depth: 1) }); try {// begin try (depth: 1) { bool L_5 = __this->___writeEndDocumentOnClose_21; if (!L_5) { goto IL_0032_1; } } { goto IL_001d_1; } IL_0017_1: { VirtualActionInvoker0::Invoke(10 /* System.Void System.Xml.XmlWriter::WriteEndElement() */, __this); } IL_001d_1: { int32_t L_6 = __this->___currentState_18; if ((((int32_t)L_6) == ((int32_t)((int32_t)16)))) { goto IL_0059_1; } } { int32_t L_7 = __this->___elemTop_10; if ((((int32_t)L_7) > ((int32_t)0))) { goto IL_0017_1; } } { goto IL_0059_1; } IL_0032_1: { int32_t L_8 = __this->___currentState_18; if ((((int32_t)L_8) == ((int32_t)((int32_t)16)))) { goto IL_0059_1; } } { int32_t L_9 = __this->___elemTop_10; if ((((int32_t)L_9) <= ((int32_t)0))) { goto IL_0059_1; } } try {// begin try (depth: 2) XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 6, NULL); goto IL_0059_1; }// 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_004e_1; } throw e; } CATCH_004e_1: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 2) IL_0059_1: { bool L_10; L_10 = XmlWellFormedWriter_get_InBase64_mFF752AD78F8B2BAEB4EF3B014D665AA9F94C10C0(__this, NULL); if (!L_10) { goto IL_0074_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_11 = __this->___rawWriter_3; if (!L_11) { goto IL_0074_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_12 = __this->___rawWriter_3; NullCheck(L_12); VirtualActionInvoker0::Invoke(67 /* System.Void System.Xml.XmlRawWriter::WriteEndBase64() */, L_12); } IL_0074_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_13 = __this->___writer_2; NullCheck(L_13); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_13); goto IL_00b4; } }// end try (depth: 1) catch(Il2CppExceptionWrapper& e) { __finallyBlock.StoreException(e.ex); } } IL_00b4: { return; } } // System.Void System.Xml.XmlWellFormedWriter::Flush() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_Flush_m80648BA3FAB65ED58C7D221ADCA0F3E4440D5E6F (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_0 = __this->___writer_2; NullCheck(L_0); VirtualActionInvoker0::Invoke(29 /* System.Void System.Xml.XmlWriter::Flush() */, L_0); goto IL_0018; }// end try (depth: 1) 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_000d; } throw e; } CATCH_000d: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0018: { return; } } // System.String System.Xml.XmlWellFormedWriter::LookupPrefix(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_LookupPrefix_m7EFDF47EE856E0E261CA8E46E4B39D61DEF77852 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_ns, 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; } int32_t V_0 = 0; String_t* V_1 = NULL; String_t* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; String_t* G_B15_0 = NULL; try {// begin try (depth: 1) { String_t* L_0 = ___0_ns; if (L_0) { goto IL_000e_1; } } { ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var))); NullCheck(L_1); ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral79F2854B5115F837632CEA50C217D0F077D292CF)), NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_LookupPrefix_m7EFDF47EE856E0E261CA8E46E4B39D61DEF77852_RuntimeMethod_var))); } IL_000e_1: { int32_t L_2 = __this->___nsTop_6; V_0 = L_2; goto IL_007a_1; } IL_0017_1: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_3 = __this->___nsStack_5; int32_t L_4 = V_0; NullCheck(L_3); String_t* L_5 = ((L_3)->GetAddressAt(static_cast(L_4)))->___namespaceUri_1; String_t* L_6 = ___0_ns; bool L_7; L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_5, L_6, NULL); if (!L_7) { goto IL_0076_1; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_8 = __this->___nsStack_5; int32_t L_9 = V_0; NullCheck(L_8); String_t* L_10 = ((L_8)->GetAddressAt(static_cast(L_9)))->___prefix_0; V_1 = L_10; int32_t L_11 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_11, 1)); goto IL_0069_1; } IL_0048_1: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_12 = __this->___nsStack_5; int32_t L_13 = V_0; NullCheck(L_12); String_t* L_14 = ((L_12)->GetAddressAt(static_cast(L_13)))->___prefix_0; String_t* L_15 = V_1; bool L_16; L_16 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, L_15, NULL); if (!L_16) { goto IL_0065_1; } } { V_2 = (String_t*)NULL; goto IL_00a3; } IL_0065_1: { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1)); } IL_0069_1: { int32_t L_18 = V_0; int32_t L_19 = __this->___nsTop_6; if ((((int32_t)L_18) <= ((int32_t)L_19))) { goto IL_0048_1; } } { String_t* L_20 = V_1; V_2 = L_20; goto IL_00a3; } IL_0076_1: { int32_t L_21 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_21, 1)); } IL_007a_1: { int32_t L_22 = V_0; if ((((int32_t)L_22) >= ((int32_t)0))) { goto IL_0017_1; } } { RuntimeObject* L_23 = __this->___predefinedNamespaces_4; if (L_23) { goto IL_0089_1; } } { G_B15_0 = ((String_t*)(NULL)); goto IL_0095_1; } IL_0089_1: { RuntimeObject* L_24 = __this->___predefinedNamespaces_4; String_t* L_25 = ___0_ns; NullCheck(L_24); String_t* L_26; L_26 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(2 /* System.String System.Xml.IXmlNamespaceResolver::LookupPrefix(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_24, L_25); G_B15_0 = L_26; } IL_0095_1: { V_2 = G_B15_0; goto IL_00a3; } }// end try (depth: 1) 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_0098; } throw e; } CATCH_0098: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_00a3: { String_t* L_27 = V_2; return L_27; } } // System.Void System.Xml.XmlWellFormedWriter::WriteValue(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteValue_m4DC703E7DB41C5A6A008A4DDF0A977D727835CC8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_value, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_value; if (L_0) { goto IL_0005_1; } } { goto IL_0044; } IL_0005_1: { bool L_1; L_1 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_1) { goto IL_0023_1; } } { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)9), NULL); AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_2 = __this->___attrValueCache_15; String_t* L_3 = ___0_value; NullCheck(L_2); AttributeValueCache_WriteValue_mD25613C049E0066BAF633B2E635E56F1C7512C0A(L_2, L_3, NULL); goto IL_0037_1; } IL_0023_1: { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)11), NULL); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_4 = __this->___writer_2; String_t* L_5 = ___0_value; NullCheck(L_4); VirtualActionInvoker1< String_t* >::Invoke(31 /* System.Void System.Xml.XmlWriter::WriteValue(System.String) */, L_4, L_5); } IL_0037_1: { goto IL_0044; } }// end try (depth: 1) 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_0039; } throw e; } CATCH_0039: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0044: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteBinHex(System.Byte[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteBinHex_m903D1B72D56F33567D2FDE5FC7858FC8E5A3E31F (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_index, int32_t ___2_count, const RuntimeMethod* method) { il2cpp::utils::ExceptionSupportStack __active_exceptions; { bool L_0; L_0 = XmlWellFormedWriter_get_IsClosedOrErrorState_mDE9F00335629B981C8FFDBBCEC322D70FD1258CD(__this, NULL); 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*)&_stringLiteral2D7D9606D59C279ADCC84643F993B9FC22365566)), 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*)&XmlWellFormedWriter_WriteBinHex_m903D1B72D56F33567D2FDE5FC7858FC8E5A3E31F_RuntimeMethod_var))); } IL_0018: { } try {// begin try (depth: 1) XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, ((int32_t)9), NULL); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = ___0_buffer; int32_t L_4 = ___1_index; int32_t L_5 = ___2_count; XmlWriter_WriteBinHex_m2CFBF2D59073F981048E4FE0D0FEA6D456286495(__this, L_3, L_4, L_5, NULL); goto IL_0037; }// end try (depth: 1) 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_002c; } throw e; } CATCH_002c: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0037: { return; } } // System.Xml.XmlRawWriter System.Xml.XmlWellFormedWriter::get_RawWriter() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* XmlWellFormedWriter_get_RawWriter_m214811761EBBCB44F46CF8C3590C4611CFE134CA (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_0 = __this->___rawWriter_3; return L_0; } } // System.Boolean System.Xml.XmlWellFormedWriter::get_SaveAttrValue() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___specAttr_14; return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0); } } // System.Boolean System.Xml.XmlWellFormedWriter::get_InBase64() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_get_InBase64_mFF752AD78F8B2BAEB4EF3B014D665AA9F94C10C0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___currentState_18; if ((((int32_t)L_0) == ((int32_t)5))) { goto IL_001d; } } { int32_t L_1 = __this->___currentState_18; if ((((int32_t)L_1) == ((int32_t)6))) { goto IL_001d; } } { int32_t L_2 = __this->___currentState_18; return (bool)((((int32_t)L_2) == ((int32_t)((int32_t)13)))? 1 : 0); } IL_001d: { return (bool)1; } } // System.Void System.Xml.XmlWellFormedWriter::SetSpecialAttribute(System.Xml.XmlWellFormedWriter/SpecialAttribute) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_special, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_special; __this->___specAttr_14 = L_0; int32_t L_1 = __this->___currentState_18; if ((!(((uint32_t)8) == ((uint32_t)L_1)))) { goto IL_001a; } } { __this->___currentState_18 = ((int32_t)9); goto IL_002c; } IL_001a: { int32_t L_2 = __this->___currentState_18; if ((!(((uint32_t)((int32_t)11)) == ((uint32_t)L_2)))) { goto IL_002c; } } { __this->___currentState_18 = ((int32_t)12); } IL_002c: { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_3 = __this->___attrValueCache_15; if (L_3) { goto IL_003f; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_4 = (AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17*)il2cpp_codegen_object_new(AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17_il2cpp_TypeInfo_var); NullCheck(L_4); AttributeValueCache__ctor_m953F7E445860E3568CF1BCF095E1EECFC29938B9(L_4, NULL); __this->___attrValueCache_15 = L_4; Il2CppCodeGenWriteBarrier((void**)(&__this->___attrValueCache_15), (void*)L_4); } IL_003f: { return; } } // System.Void System.Xml.XmlWellFormedWriter::WriteStartDocumentImpl(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartDocumentImpl_mA52A83EB37B590FF5E0439A0EEF4607423783C0E (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_standalone, 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; } il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1(__this, 0, NULL); int32_t L_0 = __this->___conformanceLevel_22; if (L_0) { goto IL_0023_1; } } { __this->___conformanceLevel_22 = 2; il2cpp_codegen_runtime_class_init_inline(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_1 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableDocument_30; __this->___stateTable_17 = L_1; Il2CppCodeGenWriteBarrier((void**)(&__this->___stateTable_17), (void*)L_1); goto IL_003c_1; } IL_0023_1: { int32_t L_2 = __this->___conformanceLevel_22; if ((!(((uint32_t)L_2) == ((uint32_t)1)))) { goto IL_003c_1; } } { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral203878D5A9F10282BC47EC192B74A7FB1387D54C)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartDocumentImpl_mA52A83EB37B590FF5E0439A0EEF4607423783C0E_RuntimeMethod_var))); } IL_003c_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_5 = __this->___rawWriter_3; if (!L_5) { goto IL_005a_1; } } { bool L_6 = __this->___xmlDeclFollows_24; if (L_6) { goto IL_0065_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_7 = __this->___rawWriter_3; int32_t L_8 = ___0_standalone; NullCheck(L_7); VirtualActionInvoker1< int32_t >::Invoke(57 /* System.Void System.Xml.XmlRawWriter::WriteXmlDeclaration(System.Xml.XmlStandalone) */, L_7, L_8); goto IL_0065_1; } IL_005a_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_9 = __this->___writer_2; NullCheck(L_9); VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, L_9); } IL_0065_1: { goto IL_0072; } }// end try (depth: 1) 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_0067; } throw e; } CATCH_0067: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0072: { return; } } // System.Void System.Xml.XmlWellFormedWriter::StartFragment() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { __this->___conformanceLevel_22 = 1; return; } } // System.Void System.Xml.XmlWellFormedWriter::PushNamespaceImplicit(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; int32_t G_B14_0 = 0; int32_t G_B24_0 = 0; { String_t* L_0 = ___0_prefix; int32_t L_1; L_1 = XmlWellFormedWriter_LookupNamespaceIndex_m9236846AFB3139486F0DEAC5D1CCF53479286855(__this, L_0, NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_00f0; } } { int32_t L_3 = V_1; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_4 = __this->___elemScopeStack_9; int32_t L_5 = __this->___elemTop_10; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->___prevNSTop_0; if ((((int32_t)L_3) <= ((int32_t)L_6))) { goto IL_006f; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_7 = __this->___nsStack_5; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->___namespaceUri_1; String_t* L_10 = ___1_ns; bool L_11; L_11 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_9, L_10, NULL); if (!L_11) { goto IL_006e; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)3); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12; String_t* L_14 = ___0_prefix; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (String_t*)L_14); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_13; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_16 = __this->___nsStack_5; int32_t L_17 = V_1; NullCheck(L_16); String_t* L_18 = ((L_16)->GetAddressAt(static_cast(L_17)))->___namespaceUri_1; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(1), (String_t*)L_18); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_15; String_t* L_20 = ___1_ns; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(2), (String_t*)L_20); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_21 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_21); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7C276EDC5859626BDC1BA491A7689C71544D69A)), L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267_RuntimeMethod_var))); } IL_006e: { return; } IL_006f: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_22 = __this->___nsStack_5; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = ((L_22)->GetAddressAt(static_cast(L_23)))->___kind_2; if ((!(((uint32_t)L_24) == ((uint32_t)3)))) { goto IL_00d0; } } { String_t* L_25 = ___0_prefix; bool L_26; L_26 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_25, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (!L_26) { goto IL_00c0; } } { String_t* L_27 = ___1_ns; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_28 = __this->___nsStack_5; int32_t L_29 = V_1; NullCheck(L_28); String_t* L_30 = ((L_28)->GetAddressAt(static_cast(L_29)))->___namespaceUri_1; bool L_31; L_31 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_27, L_30, NULL); if (!L_31) { goto IL_00b9; } } { String_t* L_32; L_32 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_33 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_33); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_33, L_32, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267_RuntimeMethod_var))); } IL_00b9: { V_0 = 2; goto IL_0163; } IL_00c0: { String_t* L_34; L_34 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_35 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_35); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_35, L_34, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267_RuntimeMethod_var))); } IL_00d0: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_36 = __this->___nsStack_5; int32_t L_37 = V_1; NullCheck(L_36); String_t* L_38 = ((L_36)->GetAddressAt(static_cast(L_37)))->___namespaceUri_1; String_t* L_39 = ___1_ns; bool L_40; L_40 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_38, L_39, NULL); if (L_40) { goto IL_00ec; } } { G_B14_0 = 1; goto IL_00ed; } IL_00ec: { G_B14_0 = 2; } IL_00ed: { V_0 = G_B14_0; goto IL_0163; } IL_00f0: { String_t* L_41 = ___1_ns; bool L_42; L_42 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_41, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_42) { goto IL_010a; } } { String_t* L_43 = ___0_prefix; bool L_44; L_44 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_43, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (L_44) { goto IL_0124; } } IL_010a: { String_t* L_45 = ___1_ns; bool L_46; L_46 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_45, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_46) { goto IL_013e; } } { String_t* L_47 = ___0_prefix; bool L_48; L_48 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_47, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_48) { goto IL_013e; } } IL_0124: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_49 = (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_50 = L_49; String_t* L_51 = ___0_prefix; NullCheck(L_50); ArrayElementTypeCheck (L_50, L_51); (L_50)->SetAt(static_cast(0), (RuntimeObject*)L_51); String_t* L_52; L_52 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09)), L_50, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_53 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_53); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_53, L_52, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_53, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267_RuntimeMethod_var))); } IL_013e: { RuntimeObject* L_54 = __this->___predefinedNamespaces_4; if (!L_54) { goto IL_0161; } } { RuntimeObject* L_55 = __this->___predefinedNamespaces_4; String_t* L_56 = ___0_prefix; NullCheck(L_55); String_t* L_57; L_57 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_55, L_56); String_t* L_58 = ___1_ns; bool L_59; L_59 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_57, L_58, NULL); if (L_59) { goto IL_015d; } } { G_B24_0 = 1; goto IL_015e; } IL_015d: { G_B24_0 = 2; } IL_015e: { V_0 = G_B24_0; goto IL_0163; } IL_0161: { V_0 = 1; } IL_0163: { String_t* L_60 = ___0_prefix; String_t* L_61 = ___1_ns; int32_t L_62 = V_0; XmlWellFormedWriter_AddNamespace_m8CF0599DA9B7CBC7944F0F2E25EB92A6EF933B4D(__this, L_60, L_61, L_62, NULL); return; } } // System.Boolean System.Xml.XmlWellFormedWriter::PushNamespaceExplicit(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); s_Il2CppMethodInitialized = true; } bool V_0 = false; int32_t V_1 = 0; int32_t V_2 = 0; String_t* G_B8_0 = NULL; String_t* G_B10_0 = NULL; String_t* G_B9_0 = NULL; String_t* G_B11_0 = NULL; String_t* G_B11_1 = NULL; { V_0 = (bool)1; String_t* L_0 = ___0_prefix; int32_t L_1; L_1 = XmlWellFormedWriter_LookupNamespaceIndex_m9236846AFB3139486F0DEAC5D1CCF53479286855(__this, L_0, NULL); V_1 = L_1; int32_t L_2 = V_1; if ((((int32_t)L_2) == ((int32_t)(-1)))) { goto IL_00f9; } } { int32_t L_3 = V_1; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_4 = __this->___elemScopeStack_9; int32_t L_5 = __this->___elemTop_10; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->___prevNSTop_0; if ((((int32_t)L_3) <= ((int32_t)L_6))) { goto IL_00d4; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_7 = __this->___nsStack_5; int32_t L_8 = V_1; NullCheck(L_7); String_t* L_9 = ((L_7)->GetAddressAt(static_cast(L_8)))->___namespaceUri_1; String_t* L_10 = ___1_ns; bool L_11; L_11 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_9, L_10, NULL); if (!L_11) { goto IL_0073; } } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var)), (uint32_t)3); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12; String_t* L_14 = ___0_prefix; NullCheck(L_13); ArrayElementTypeCheck (L_13, L_14); (L_13)->SetAt(static_cast(0), (String_t*)L_14); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_13; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_16 = __this->___nsStack_5; int32_t L_17 = V_1; NullCheck(L_16); String_t* L_18 = ((L_16)->GetAddressAt(static_cast(L_17)))->___namespaceUri_1; NullCheck(L_15); ArrayElementTypeCheck (L_15, L_18); (L_15)->SetAt(static_cast(1), (String_t*)L_18); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_15; String_t* L_20 = ___1_ns; NullCheck(L_19); ArrayElementTypeCheck (L_19, L_20); (L_19)->SetAt(static_cast(2), (String_t*)L_20); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_21 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_21); XmlException__ctor_mAAF5616098D1552646D4C4FDF1B381CB63822A21(L_21, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB7C276EDC5859626BDC1BA491A7689C71544D69A)), L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43_RuntimeMethod_var))); } IL_0073: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_22 = __this->___nsStack_5; int32_t L_23 = V_1; NullCheck(L_22); int32_t L_24 = ((L_22)->GetAddressAt(static_cast(L_23)))->___kind_2; V_2 = L_24; int32_t L_25 = V_2; if (L_25) { goto IL_00b2; } } { String_t* L_26 = ___0_prefix; NullCheck(L_26); int32_t L_27; L_27 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_26, NULL); if (!L_27) { goto IL_0097; } } { G_B8_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3)); goto IL_009c; } IL_0097: { String_t* L_28 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6; G_B8_0 = L_28; } IL_009c: { String_t* L_29 = ___0_prefix; NullCheck(L_29); int32_t L_30; L_30 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_29, NULL); G_B9_0 = G_B8_0; if (!L_30) { G_B10_0 = G_B8_0; goto IL_00a7; } } { String_t* L_31 = ___0_prefix; G_B11_0 = L_31; G_B11_1 = G_B9_0; goto IL_00ac; } IL_00a7: { G_B11_0 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3)); G_B11_1 = G_B10_0; } IL_00ac: { il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_32; L_32 = XmlWellFormedWriter_DupAttrException_m60EB0E95F1D18B58D870A7E8B96EB53AC4F78874(G_B11_1, G_B11_0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43_RuntimeMethod_var))); } IL_00b2: { bool L_33 = __this->___omitDuplNamespaces_20; if (!L_33) { goto IL_00c0; } } { int32_t L_34 = V_2; if ((((int32_t)L_34) == ((int32_t)1))) { goto IL_00c0; } } { V_0 = (bool)0; } IL_00c0: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_35 = __this->___nsStack_5; int32_t L_36 = V_1; NullCheck(L_35); ((L_35)->GetAddressAt(static_cast(L_36)))->___kind_2 = 0; bool L_37 = V_0; return L_37; } IL_00d4: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_38 = __this->___nsStack_5; int32_t L_39 = V_1; NullCheck(L_38); String_t* L_40 = ((L_38)->GetAddressAt(static_cast(L_39)))->___namespaceUri_1; String_t* L_41 = ___1_ns; bool L_42; L_42 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_40, L_41, NULL); if (!L_42) { goto IL_011f; } } { bool L_43 = __this->___omitDuplNamespaces_20; if (!L_43) { goto IL_011f; } } { V_0 = (bool)0; goto IL_011f; } IL_00f9: { RuntimeObject* L_44 = __this->___predefinedNamespaces_4; if (!L_44) { goto IL_011f; } } { RuntimeObject* L_45 = __this->___predefinedNamespaces_4; String_t* L_46 = ___0_prefix; NullCheck(L_45); String_t* L_47; L_47 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_45, L_46); String_t* L_48 = ___1_ns; bool L_49; L_49 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_47, L_48, NULL); if (!L_49) { goto IL_011f; } } { bool L_50 = __this->___omitDuplNamespaces_20; if (!L_50) { goto IL_011f; } } { V_0 = (bool)0; } IL_011f: { String_t* L_51 = ___1_ns; bool L_52; L_52 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_51, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_52) { goto IL_0139; } } { String_t* L_53 = ___0_prefix; bool L_54; L_54 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_53, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (L_54) { goto IL_0153; } } IL_0139: { String_t* L_55 = ___1_ns; bool L_56; L_56 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_55, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_56) { goto IL_016d; } } { String_t* L_57 = ___0_prefix; bool L_58; L_58 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_57, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_58) { goto IL_016d; } } IL_0153: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_59 = (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_60 = L_59; String_t* L_61 = ___0_prefix; NullCheck(L_60); ArrayElementTypeCheck (L_60, L_61); (L_60)->SetAt(static_cast(0), (RuntimeObject*)L_61); String_t* L_62; L_62 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral0DD65E4164ECCDCC03EEEB4270914339DE878E09)), L_60, 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*)&XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43_RuntimeMethod_var))); } IL_016d: { String_t* L_64 = ___0_prefix; NullCheck(L_64); int32_t L_65; L_65 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_64, NULL); if ((((int32_t)L_65) <= ((int32_t)0))) { goto IL_01c8; } } { String_t* L_66 = ___0_prefix; NullCheck(L_66); Il2CppChar L_67; L_67 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_66, 0, NULL); if ((!(((uint32_t)L_67) == ((uint32_t)((int32_t)120))))) { goto IL_01c8; } } { String_t* L_68 = ___0_prefix; bool L_69; L_69 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_68, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (!L_69) { goto IL_01ab; } } { String_t* L_70 = ___1_ns; bool L_71; L_71 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_70, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_71) { goto IL_01c8; } } { String_t* L_72; L_72 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_73 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_73); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_73, L_72, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_73, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43_RuntimeMethod_var))); } IL_01ab: { String_t* L_74 = ___0_prefix; bool L_75; L_75 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_74, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_75) { goto IL_01c8; } } { String_t* L_76; L_76 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_77 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_77); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_77, L_76, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_77, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_PushNamespaceExplicit_m2D2DD37D41835C6CF41605F5DF0EFE69FD500A43_RuntimeMethod_var))); } IL_01c8: { String_t* L_78 = ___0_prefix; String_t* L_79 = ___1_ns; XmlWellFormedWriter_AddNamespace_m8CF0599DA9B7CBC7944F0F2E25EB92A6EF933B4D(__this, L_78, L_79, 0, NULL); bool L_80 = V_0; return L_80; } } // System.Void System.Xml.XmlWellFormedWriter::AddNamespace(System.String,System.String,System.Xml.XmlWellFormedWriter/NamespaceKind) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddNamespace_m8CF0599DA9B7CBC7944F0F2E25EB92A6EF933B4D (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_ns, int32_t ___2_kind, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = __this->___nsTop_6; V_1 = ((int32_t)il2cpp_codegen_add(L_0, 1)); int32_t L_1 = V_1; __this->___nsTop_6 = L_1; int32_t L_2 = V_1; V_0 = L_2; int32_t L_3 = V_0; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_4 = __this->___nsStack_5; NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_003a; } } { int32_t L_5 = V_0; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_6 = (NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7*)(NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7*)SZArrayNew(NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_5, 2))); V_2 = L_6; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_7 = __this->___nsStack_5; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_8 = V_2; int32_t L_9 = V_0; Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_7, (RuntimeArray*)L_8, L_9, NULL); NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_10 = V_2; __this->___nsStack_5 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___nsStack_5), (void*)L_10); } IL_003a: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_11 = __this->___nsStack_5; int32_t L_12 = V_0; NullCheck(L_11); String_t* L_13 = ___0_prefix; String_t* L_14 = ___1_ns; int32_t L_15 = ___2_kind; Namespace_Set_m88AB7EE7ADEBE72A65AB39AD226966CECB869A2C(((L_11)->GetAddressAt(static_cast(L_12))), L_13, L_14, L_15, NULL); bool L_16 = __this->___useNsHashtable_8; if (!L_16) { goto IL_0063; } } { int32_t L_17 = __this->___nsTop_6; XmlWellFormedWriter_AddToNamespaceHashtable_mEAB12665C5565DAE811C054FEA0F96E624C494F0(__this, L_17, NULL); return; } IL_0063: { int32_t L_18 = __this->___nsTop_6; if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)16))))) { goto IL_009d; } } { SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* L_19 = __this->___hasher_26; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_20 = (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*)il2cpp_codegen_object_new(Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); NullCheck(L_20); Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D(L_20, L_19, Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D_RuntimeMethod_var); __this->___nsHashtable_7 = L_20; Il2CppCodeGenWriteBarrier((void**)(&__this->___nsHashtable_7), (void*)L_20); V_3 = 0; goto IL_008d; } IL_0082: { int32_t L_21 = V_3; XmlWellFormedWriter_AddToNamespaceHashtable_mEAB12665C5565DAE811C054FEA0F96E624C494F0(__this, L_21, NULL); int32_t L_22 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_22, 1)); } IL_008d: { int32_t L_23 = V_3; int32_t L_24 = __this->___nsTop_6; if ((((int32_t)L_23) <= ((int32_t)L_24))) { goto IL_0082; } } { __this->___useNsHashtable_8 = (bool)1; } IL_009d: { return; } } // System.Void System.Xml.XmlWellFormedWriter::AddToNamespaceHashtable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddToNamespaceHashtable_mEAB12665C5565DAE811C054FEA0F96E624C494F0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_namespaceIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_0 = __this->___nsStack_5; int32_t L_1 = ___0_namespaceIndex; NullCheck(L_0); String_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1)))->___prefix_0; V_0 = L_2; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_3 = __this->___nsHashtable_7; String_t* L_4 = V_0; NullCheck(L_3); bool L_5; L_5 = Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A(L_3, L_4, (&V_1), Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var); if (!L_5) { goto IL_0034; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_6 = __this->___nsStack_5; int32_t L_7 = ___0_namespaceIndex; NullCheck(L_6); int32_t L_8 = V_1; ((L_6)->GetAddressAt(static_cast(L_7)))->___prevNsIndex_3 = L_8; } IL_0034: { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_9 = __this->___nsHashtable_7; String_t* L_10 = V_0; int32_t L_11 = ___0_namespaceIndex; NullCheck(L_9); Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2(L_9, L_10, L_11, Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); return; } } // System.Int32 System.Xml.XmlWellFormedWriter::LookupNamespaceIndex(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t XmlWellFormedWriter_LookupNamespaceIndex_m9236846AFB3139486F0DEAC5D1CCF53479286855 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; { bool L_0 = __this->___useNsHashtable_8; if (!L_0) { goto IL_001a; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_1 = __this->___nsHashtable_7; String_t* L_2 = ___0_prefix; NullCheck(L_1); bool L_3; L_3 = Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A(L_1, L_2, (&V_0), Dictionary_2_TryGetValue_m835BB1E6EA8A8BF1242B51E28FD65B43FEF68E2A_RuntimeMethod_var); if (!L_3) { goto IL_0046; } } { int32_t L_4 = V_0; return L_4; } IL_001a: { int32_t L_5 = __this->___nsTop_6; V_1 = L_5; goto IL_0042; } IL_0023: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_6 = __this->___nsStack_5; int32_t L_7 = V_1; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->___prefix_0; String_t* L_9 = ___0_prefix; bool L_10; L_10 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_8, L_9, NULL); if (!L_10) { goto IL_003e; } } { int32_t L_11 = V_1; return L_11; } IL_003e: { int32_t L_12 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_12, 1)); } IL_0042: { int32_t L_13 = V_1; if ((((int32_t)L_13) >= ((int32_t)0))) { goto IL_0023; } } IL_0046: { return (-1); } } // System.Void System.Xml.XmlWellFormedWriter::PopNamespaces(System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_PopNamespaces_m21D460DB61EC4B7271262131A52536CAA398EB15 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_indexFrom, int32_t ___1_indexTo, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m0C90DB78F4134CDEB001F338AA2745F8D9651CAC_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; { int32_t L_0 = ___1_indexTo; V_0 = L_0; goto IL_0068; } IL_0004: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_1 = __this->___nsStack_5; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___prevNsIndex_3; if ((!(((uint32_t)L_3) == ((uint32_t)(-1))))) { goto IL_0037; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_4 = __this->___nsHashtable_7; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_5 = __this->___nsStack_5; int32_t L_6 = V_0; NullCheck(L_5); String_t* L_7 = ((L_5)->GetAddressAt(static_cast(L_6)))->___prefix_0; NullCheck(L_4); bool L_8; L_8 = Dictionary_2_Remove_m0C90DB78F4134CDEB001F338AA2745F8D9651CAC(L_4, L_7, Dictionary_2_Remove_m0C90DB78F4134CDEB001F338AA2745F8D9651CAC_RuntimeMethod_var); goto IL_0064; } IL_0037: { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_9 = __this->___nsHashtable_7; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_10 = __this->___nsStack_5; int32_t L_11 = V_0; NullCheck(L_10); String_t* L_12 = ((L_10)->GetAddressAt(static_cast(L_11)))->___prefix_0; NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_13 = __this->___nsStack_5; int32_t L_14 = V_0; NullCheck(L_13); int32_t L_15 = ((L_13)->GetAddressAt(static_cast(L_14)))->___prevNsIndex_3; NullCheck(L_9); Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2(L_9, L_12, L_15, Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); } IL_0064: { int32_t L_16 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_16, 1)); } IL_0068: { int32_t L_17 = V_0; int32_t L_18 = ___0_indexFrom; if ((((int32_t)L_17) >= ((int32_t)L_18))) { goto IL_0004; } } { return; } } // System.Xml.XmlException System.Xml.XmlWellFormedWriter::DupAttrException(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* XmlWellFormedWriter_DupAttrException_m60EB0E95F1D18B58D870A7E8B96EB53AC4F78874 (String_t* ___0_prefix, String_t* ___1_localName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF); s_Il2CppMethodInitialized = true; } StringBuilder_t* V_0 = NULL; { StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var); NullCheck(L_0); StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL); V_0 = L_0; String_t* L_1 = ___0_prefix; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if ((((int32_t)L_2) <= ((int32_t)0))) { goto IL_0020; } } { StringBuilder_t* L_3 = V_0; String_t* L_4 = ___0_prefix; NullCheck(L_3); StringBuilder_t* L_5; L_5 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_3, L_4, NULL); StringBuilder_t* L_6 = V_0; NullCheck(L_6); StringBuilder_t* L_7; L_7 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_6, ((int32_t)58), NULL); } IL_0020: { StringBuilder_t* L_8 = V_0; String_t* L_9 = ___1_localName; NullCheck(L_8); StringBuilder_t* L_10; L_10 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_8, L_9, NULL); StringBuilder_t* L_11 = V_0; NullCheck(L_11); String_t* L_12; L_12 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_13 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var); NullCheck(L_13); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_13, _stringLiteralE62BE30D60110348D9F0D3836744E95BD82775EF, L_12, NULL); return L_13; } } // System.Void System.Xml.XmlWellFormedWriter::AdvanceState(System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_token, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___currentState_18; if ((((int32_t)L_0) < ((int32_t)((int32_t)15)))) { goto IL_005c; } } { int32_t L_1 = __this->___currentState_18; if ((((int32_t)L_1) == ((int32_t)((int32_t)15)))) { goto IL_001e; } } { int32_t L_2 = __this->___currentState_18; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)16))))) { goto IL_002e; } } IL_001e: { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D7D9606D59C279ADCC84643F993B9FC22365566)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1_RuntimeMethod_var))); } IL_002e: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))))->___tokenName_28; int32_t L_8 = ___0_token; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_10); (L_6)->SetAt(static_cast(0), (RuntimeObject*)L_10); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6; int32_t L_12 = __this->___currentState_18; String_t* L_13; L_13 = XmlWellFormedWriter_GetStateName_mF80AC242EABE4D65BFB0C6A85026532F6B198F3F(L_12, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(1), (RuntimeObject*)L_13); String_t* L_14; L_14 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral23E65142459FB1BF5009AD8736318547A5DFE850)), L_11, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_15 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_15); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_15, L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_AdvanceState_m0E77F31CDB1071771578075FC87D0BF0D208D8E1_RuntimeMethod_var))); } IL_005c: { StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_16 = __this->___stateTable_17; int32_t L_17 = ___0_token; int32_t L_18 = __this->___currentState_18; NullCheck(L_16); int32_t L_19 = ((int32_t)il2cpp_codegen_add(((int32_t)((int32_t)L_17<<4)), (int32_t)L_18)); int32_t L_20 = (int32_t)(L_16)->GetAt(static_cast(L_19)); V_0 = L_20; int32_t L_21 = V_0; if ((((int32_t)L_21) < ((int32_t)((int32_t)16)))) { goto IL_01ef; } } { int32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)16)))) { goto IL_00d1; } } { int32_t L_23 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, ((int32_t)101)))) { case 0: { goto IL_00e3; } case 1: { goto IL_00f0; } case 2: { goto IL_00fd; } case 3: { goto IL_010a; } case 4: { goto IL_01ef; } case 5: { goto IL_0117; } case 6: { goto IL_0124; } case 7: { goto IL_0137; } case 8: { goto IL_014a; } case 9: { goto IL_01ef; } case 10: { goto IL_015d; } case 11: { goto IL_016a; } case 12: { goto IL_0189; } case 13: { goto IL_01a8; } case 14: { goto IL_01c8; } case 15: { goto IL_01d2; } case 16: { goto IL_01dc; } case 17: { goto IL_01e6; } } } { goto IL_01ef; } IL_00d1: { int32_t L_24 = ___0_token; int32_t L_25 = __this->___currentState_18; XmlWellFormedWriter_ThrowInvalidStateTransition_mD1B039B1CB4593B86D6086945488E6F699289EA7(__this, L_24, L_25, NULL); goto IL_01ef; } IL_00e3: { XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C(__this, NULL); V_0 = 4; goto IL_01ef; } IL_00f0: { XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C(__this, NULL); V_0 = 3; goto IL_01ef; } IL_00fd: { XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C(__this, NULL); V_0 = 5; goto IL_01ef; } IL_010a: { VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, __this); V_0 = 2; goto IL_01ef; } IL_0117: { VirtualActionInvoker0::Invoke(5 /* System.Void System.Xml.XmlWriter::WriteStartDocument() */, __this); V_0 = 3; goto IL_01ef; } IL_0124: { VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C(__this, NULL); V_0 = 3; goto IL_01ef; } IL_0137: { VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C(__this, NULL); V_0 = 4; goto IL_01ef; } IL_014a: { VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C(__this, NULL); V_0 = 4; goto IL_01ef; } IL_015d: { VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); V_0 = 8; goto IL_01ef; } IL_016a: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_26 = __this->___rawWriter_3; if (!L_26) { goto IL_017d; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_27 = __this->___rawWriter_3; NullCheck(L_27); VirtualActionInvoker0::Invoke(67 /* System.Void System.Xml.XmlRawWriter::WriteEndBase64() */, L_27); } IL_017d: { __this->___currentState_18 = 4; goto IL_005c; } IL_0189: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_28 = __this->___rawWriter_3; if (!L_28) { goto IL_019c; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_29 = __this->___rawWriter_3; NullCheck(L_29); VirtualActionInvoker0::Invoke(67 /* System.Void System.Xml.XmlRawWriter::WriteEndBase64() */, L_29); } IL_019c: { __this->___currentState_18 = 8; goto IL_005c; } IL_01a8: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_30 = __this->___rawWriter_3; if (!L_30) { goto IL_01bb; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_31 = __this->___rawWriter_3; NullCheck(L_31); VirtualActionInvoker0::Invoke(67 /* System.Void System.Xml.XmlRawWriter::WriteEndBase64() */, L_31); } IL_01bb: { __this->___currentState_18 = ((int32_t)11); goto IL_005c; } IL_01c8: { XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2(__this, NULL); V_0 = 3; goto IL_01ef; } IL_01d2: { XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2(__this, NULL); V_0 = 4; goto IL_01ef; } IL_01dc: { XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2(__this, NULL); V_0 = 5; goto IL_01ef; } IL_01e6: { VirtualActionInvoker0::Invoke(13 /* System.Void System.Xml.XmlWriter::WriteEndAttribute() */, __this); V_0 = ((int32_t)11); } IL_01ef: { int32_t L_32 = V_0; __this->___currentState_18 = L_32; return; } } // System.Void System.Xml.XmlWellFormedWriter::StartElementContent() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_StartElementContent_mFB6A7CE162E6C7093EB48CDFA872C6D28E31861C (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_0 = __this->___elemScopeStack_9; int32_t L_1 = __this->___elemTop_10; NullCheck(L_0); int32_t L_2 = ((L_0)->GetAddressAt(static_cast(L_1)))->___prevNSTop_0; V_0 = L_2; int32_t L_3 = __this->___nsTop_6; V_1 = L_3; goto IL_0055; } IL_0020: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_4 = __this->___nsStack_5; int32_t L_5 = V_1; NullCheck(L_4); int32_t L_6 = ((L_4)->GetAddressAt(static_cast(L_5)))->___kind_2; if ((!(((uint32_t)L_6) == ((uint32_t)1)))) { goto IL_0051; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_7 = __this->___nsStack_5; int32_t L_8 = V_1; NullCheck(L_7); XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_9 = __this->___writer_2; XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_10 = __this->___rawWriter_3; Namespace_WriteDecl_m9A844FFEDA4BE8790EB459FEDE11A8D8A5DAF100(((L_7)->GetAddressAt(static_cast(L_8))), L_9, L_10, NULL); } IL_0051: { int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_11, 1)); } IL_0055: { int32_t L_12 = V_1; int32_t L_13 = V_0; if ((((int32_t)L_12) > ((int32_t)L_13))) { goto IL_0020; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_14 = __this->___rawWriter_3; if (!L_14) { goto IL_006c; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_15 = __this->___rawWriter_3; NullCheck(L_15); VirtualActionInvoker0::Invoke(59 /* System.Void System.Xml.XmlRawWriter::StartElementContent() */, L_15); } IL_006c: { return; } } // System.String System.Xml.XmlWellFormedWriter::GetStateName(System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_GetStateName_mF80AC242EABE4D65BFB0C6A85026532F6B198F3F (int32_t ___0_state, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7); s_Il2CppMethodInitialized = true; } { int32_t L_0 = ___0_state; if ((((int32_t)L_0) < ((int32_t)((int32_t)16)))) { goto IL_000b; } } { return _stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7; } IL_000b: { il2cpp_codegen_runtime_class_init_inline(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___stateName_27; int32_t L_2 = ___0_state; NullCheck(L_1); int32_t L_3 = L_2; String_t* L_4 = (L_1)->GetAt(static_cast(L_3)); return L_4; } } // System.String System.Xml.XmlWellFormedWriter::LookupNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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; } int32_t V_0 = 0; { int32_t L_0 = __this->___nsTop_6; V_0 = L_0; goto IL_0038; } IL_0009: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_1 = __this->___nsStack_5; int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___prefix_0; String_t* L_4 = ___0_prefix; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); if (!L_5) { goto IL_0034; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_6 = __this->___nsStack_5; int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->___namespaceUri_1; return L_8; } IL_0034: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); } IL_0038: { int32_t L_10 = V_0; if ((((int32_t)L_10) >= ((int32_t)0))) { goto IL_0009; } } { RuntimeObject* L_11 = __this->___predefinedNamespaces_4; if (L_11) { goto IL_0046; } } { return (String_t*)NULL; } IL_0046: { RuntimeObject* L_12 = __this->___predefinedNamespaces_4; String_t* L_13 = ___0_prefix; NullCheck(L_12); String_t* L_14; L_14 = InterfaceFuncInvoker1< String_t*, String_t* >::Invoke(1 /* System.String System.Xml.IXmlNamespaceResolver::LookupNamespace(System.String) */, IXmlNamespaceResolver_t5B384C1DCF0750B44E124D640E4F041DB19B7FD1_il2cpp_TypeInfo_var, L_12, L_13); return L_14; } } // System.String System.Xml.XmlWellFormedWriter::LookupLocalNamespace(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_LookupLocalNamespace_m9CB41195FFE549CD9D223709B79119038A67BC79 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, const RuntimeMethod* method) { int32_t V_0 = 0; { int32_t L_0 = __this->___nsTop_6; V_0 = L_0; goto IL_0038; } IL_0009: { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_1 = __this->___nsStack_5; int32_t L_2 = V_0; NullCheck(L_1); String_t* L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___prefix_0; String_t* L_4 = ___0_prefix; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, L_4, NULL); if (!L_5) { goto IL_0034; } } { NamespaceU5BU5D_tA809858A8257718546DA87C05CA3DAF0B8C37AB7* L_6 = __this->___nsStack_5; int32_t L_7 = V_0; NullCheck(L_6); String_t* L_8 = ((L_6)->GetAddressAt(static_cast(L_7)))->___namespaceUri_1; return L_8; } IL_0034: { int32_t L_9 = V_0; V_0 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); } IL_0038: { int32_t L_10 = V_0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_11 = __this->___elemScopeStack_9; int32_t L_12 = __this->___elemTop_10; NullCheck(L_11); int32_t L_13 = ((L_11)->GetAddressAt(static_cast(L_12)))->___prevNSTop_0; if ((((int32_t)L_10) > ((int32_t)L_13))) { goto IL_0009; } } { return (String_t*)NULL; } } // System.String System.Xml.XmlWellFormedWriter::GeneratePrefix() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* XmlWellFormedWriter_GeneratePrefix_m6F8B4A6EAE7C5C9DA82990E47A1F891F8F1E526C (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; String_t* V_2 = NULL; int32_t V_3 = 0; { int32_t L_0 = __this->___nsTop_6; V_3 = ((int32_t)il2cpp_codegen_subtract(L_0, 2)); il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_1; L_1 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_2; L_2 = Int32_ToString_mE871810BC163EE4EF88E7C7682A6AD39911173B8((&V_3), _stringLiteralA02431CF7C501A5B368C91E41283419D8FA9FB03, L_1, NULL); String_t* L_3; L_3 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral198AA065BF0F912BD6F5F93869BD5C361671F98B, L_2, NULL); V_0 = L_3; String_t* L_4 = V_0; String_t* L_5; L_5 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_4, NULL); if (L_5) { goto IL_0030; } } { String_t* L_6 = V_0; return L_6; } IL_0030: { V_1 = 0; } IL_0032: { String_t* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0_il2cpp_TypeInfo_var); CultureInfo_t9BA817D41AD55AC8BD07480DD8AC22F8FFA378E0* L_8; L_8 = CultureInfo_get_InvariantCulture_mD1E96DC845E34B10F78CB744B0CB5D7D63CEB1E6(NULL); String_t* L_9; L_9 = Int32_ToString_m3B2730D9F5B0C1C57DCCC8B8DCFB8E5EC4E8979B((&V_1), L_8, NULL); String_t* L_10; L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_7, L_9, NULL); V_2 = L_10; int32_t L_11 = V_1; V_1 = ((int32_t)il2cpp_codegen_add(L_11, 1)); String_t* L_12 = V_2; String_t* L_13; L_13 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_12, NULL); if (L_13) { goto IL_0032; } } { String_t* L_14 = V_2; return L_14; } } // System.Void System.Xml.XmlWellFormedWriter::CheckNCName(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_ncname, const RuntimeMethod* method) { int32_t V_0 = 0; int32_t V_1 = 0; { String_t* L_0 = ___0_ncname; NullCheck(L_0); int32_t L_1; L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL); V_1 = L_1; XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_2 = (&__this->___xmlCharType_25); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = L_2->___charProperties_2; String_t* L_4 = ___0_ncname; NullCheck(L_4); Il2CppChar L_5; L_5 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, 0, NULL); NullCheck(L_3); Il2CppChar L_6 = L_5; uint8_t L_7 = (L_3)->GetAt(static_cast(L_6)); if (!((int32_t)((int32_t)L_7&4))) { goto IL_0022; } } { V_0 = 1; goto IL_004f; } IL_0022: { String_t* L_8 = ___0_ncname; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); Exception_t* L_9; L_9 = XmlWellFormedWriter_InvalidCharsException_m9A6278D6C7A8725F6672E3B8B9B9AF52D7622760(L_8, 0, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A_RuntimeMethod_var))); } IL_002a: { XmlCharType_t7C471894C8862126737E800F5A14AACBD14FCBC3* L_10 = (&__this->___xmlCharType_25); ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_10->___charProperties_2; String_t* L_12 = ___0_ncname; int32_t L_13 = V_0; NullCheck(L_12); Il2CppChar L_14; L_14 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_12, L_13, NULL); NullCheck(L_11); Il2CppChar L_15 = L_14; uint8_t L_16 = (L_11)->GetAt(static_cast(L_15)); if (!((int32_t)((int32_t)L_16&8))) { goto IL_0047; } } { int32_t L_17 = V_0; V_0 = ((int32_t)il2cpp_codegen_add(L_17, 1)); goto IL_004f; } IL_0047: { String_t* L_18 = ___0_ncname; int32_t L_19 = V_0; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); Exception_t* L_20; L_20 = XmlWellFormedWriter_InvalidCharsException_m9A6278D6C7A8725F6672E3B8B9B9AF52D7622760(L_18, L_19, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A_RuntimeMethod_var))); } IL_004f: { int32_t L_21 = V_0; int32_t L_22 = V_1; if ((((int32_t)L_21) < ((int32_t)L_22))) { goto IL_002a; } } { return; } } // System.Exception System.Xml.XmlWellFormedWriter::InvalidCharsException(System.String,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* XmlWellFormedWriter_InvalidCharsException_m9A6278D6C7A8725F6672E3B8B9B9AF52D7622760 (String_t* ___0_name, int32_t ___1_badCharIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral93E50C321A10920AEB9DABD4DBB251927D2FAF8C); s_Il2CppMethodInitialized = true; } StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* V_2 = NULL; { String_t* L_0 = ___0_name; int32_t L_1 = ___1_badCharIndex; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2; L_2 = XmlException_BuildCharExceptionArgs_m0420A013644159380BB744A41E3AF1F4CEA5E9D8(L_0, L_1, NULL); V_0 = L_2; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)3); V_1 = L_3; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = V_1; String_t* L_5 = ___0_name; NullCheck(L_4); ArrayElementTypeCheck (L_4, L_5); (L_4)->SetAt(static_cast(0), (String_t*)L_5); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = V_0; NullCheck(L_7); int32_t L_8 = 0; String_t* L_9 = (L_7)->GetAt(static_cast(L_8)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_9); (L_6)->SetAt(static_cast(1), (String_t*)L_9); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = V_1; StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = V_0; NullCheck(L_11); int32_t L_12 = 1; String_t* L_13 = (L_11)->GetAt(static_cast(L_12)); NullCheck(L_10); ArrayElementTypeCheck (L_10, L_13); (L_10)->SetAt(static_cast(2), (String_t*)L_13); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = V_1; V_2 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)L_14; ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_15 = V_2; String_t* L_16; L_16 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(_stringLiteral93E50C321A10920AEB9DABD4DBB251927D2FAF8C, L_15, NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_17 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var); NullCheck(L_17); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_17, L_16, NULL); return L_17; } } // System.Void System.Xml.XmlWellFormedWriter::ThrowInvalidStateTransition(System.Xml.XmlWellFormedWriter/Token,System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_ThrowInvalidStateTransition_mD1B039B1CB4593B86D6086945488E6F699289EA7 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_token, int32_t ___1_currentState, const RuntimeMethod* method) { String_t* V_0 = NULL; { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_0 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_1 = L_0; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))))->___tokenName_28; int32_t L_3 = ___0_token; NullCheck(L_2); int32_t L_4 = L_3; String_t* L_5 = (L_2)->GetAt(static_cast(L_4)); NullCheck(L_1); ArrayElementTypeCheck (L_1, L_5); (L_1)->SetAt(static_cast(0), (RuntimeObject*)L_5); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_1; int32_t L_7 = ___1_currentState; String_t* L_8; L_8 = XmlWellFormedWriter_GetStateName_mF80AC242EABE4D65BFB0C6A85026532F6B198F3F(L_7, NULL); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_8); (L_6)->SetAt(static_cast(1), (RuntimeObject*)L_8); String_t* L_9; L_9 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral23E65142459FB1BF5009AD8736318547A5DFE850)), L_6, NULL); V_0 = L_9; int32_t L_10 = ___1_currentState; if (!L_10) { goto IL_002b; } } { int32_t L_11 = ___1_currentState; if ((!(((uint32_t)L_11) == ((uint32_t)7)))) { goto IL_004f; } } IL_002b: { int32_t L_12 = __this->___conformanceLevel_22; if ((!(((uint32_t)L_12) == ((uint32_t)2)))) { goto IL_004f; } } { String_t* L_13 = V_0; String_t* L_14; L_14 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3B025A68D15E8C5AD48BD839D2CFAE9316DBB963)), NULL); String_t* L_15; L_15 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_13, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2386E77CF610F786B06A91AF2C1B3FD2282D2745)), L_14, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_16 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_16); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_16, L_15, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_ThrowInvalidStateTransition_mD1B039B1CB4593B86D6086945488E6F699289EA7_RuntimeMethod_var))); } IL_004f: { String_t* L_17 = V_0; InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_18 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_18); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_18, L_17, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_ThrowInvalidStateTransition_mD1B039B1CB4593B86D6086945488E6F699289EA7_RuntimeMethod_var))); } } // System.Boolean System.Xml.XmlWellFormedWriter::get_IsClosedOrErrorState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool XmlWellFormedWriter_get_IsClosedOrErrorState_mDE9F00335629B981C8FFDBBCEC322D70FD1258CD (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___currentState_18; return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)15)))? 1 : 0)) == ((int32_t)0))? 1 : 0); } } // System.Void System.Xml.XmlWellFormedWriter::AddAttribute(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddAttribute_mAE42EFE8C45E46B4DBCEE7E95A75D860D35FC4D4 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* V_2 = NULL; int32_t V_3 = 0; int32_t V_4 = 0; int32_t V_5 = 0; { int32_t L_0 = __this->___attrCount_12; V_1 = L_0; int32_t L_1 = V_1; __this->___attrCount_12 = ((int32_t)il2cpp_codegen_add(L_1, 1)); int32_t L_2 = V_1; V_0 = L_2; int32_t L_3 = V_0; AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_4 = __this->___attrStack_11; NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_003a; } } { int32_t L_5 = V_0; AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_6 = (AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983*)(AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983*)SZArrayNew(AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_5, 2))); V_2 = L_6; AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_7 = __this->___attrStack_11; AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_8 = V_2; int32_t L_9 = V_0; Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_7, (RuntimeArray*)L_8, L_9, NULL); AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_10 = V_2; __this->___attrStack_11 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___attrStack_11), (void*)L_10); } IL_003a: { AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_11 = __this->___attrStack_11; int32_t L_12 = V_0; NullCheck(L_11); String_t* L_13 = ___0_prefix; String_t* L_14 = ___1_localName; String_t* L_15 = ___2_namespaceName; AttrName_Set_m2C5516E986819EB5B1B0084FA03E54A9C7354930(((L_11)->GetAddressAt(static_cast(L_12))), L_13, L_14, L_15, NULL); int32_t L_16 = __this->___attrCount_12; if ((((int32_t)L_16) >= ((int32_t)((int32_t)14)))) { goto IL_0083; } } { V_3 = 0; goto IL_007e; } IL_005c: { AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_17 = __this->___attrStack_11; int32_t L_18 = V_3; NullCheck(L_17); String_t* L_19 = ___0_prefix; String_t* L_20 = ___1_localName; String_t* L_21 = ___2_namespaceName; bool L_22; L_22 = AttrName_IsDuplicate_m201E2290AC6091EC056BEB923BFD9F35C1293F1C(((L_17)->GetAddressAt(static_cast(L_18))), L_19, L_20, L_21, NULL); if (!L_22) { goto IL_007a; } } { String_t* L_23 = ___0_prefix; String_t* L_24 = ___1_localName; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_25; L_25 = XmlWellFormedWriter_DupAttrException_m60EB0E95F1D18B58D870A7E8B96EB53AC4F78874(L_23, L_24, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_AddAttribute_mAE42EFE8C45E46B4DBCEE7E95A75D860D35FC4D4_RuntimeMethod_var))); } IL_007a: { int32_t L_26 = V_3; V_3 = ((int32_t)il2cpp_codegen_add(L_26, 1)); } IL_007e: { int32_t L_27 = V_3; int32_t L_28 = V_0; if ((((int32_t)L_27) < ((int32_t)L_28))) { goto IL_005c; } } { return; } IL_0083: { int32_t L_29 = __this->___attrCount_12; if ((!(((uint32_t)L_29) == ((uint32_t)((int32_t)14))))) { goto IL_00be; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_30 = __this->___attrHashTable_13; if (L_30) { goto IL_00a6; } } { SecureStringHasher_t4052E73C966E6FE65426B19F4AF48AB9869F614E* L_31 = __this->___hasher_26; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_32 = (Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588*)il2cpp_codegen_object_new(Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588_il2cpp_TypeInfo_var); NullCheck(L_32); Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D(L_32, L_31, Dictionary_2__ctor_m9804017B0F6F06DE8C8FAA9292240873CB450B2D_RuntimeMethod_var); __this->___attrHashTable_13 = L_32; Il2CppCodeGenWriteBarrier((void**)(&__this->___attrHashTable_13), (void*)L_32); } IL_00a6: { V_5 = 0; goto IL_00b9; } IL_00ab: { int32_t L_33 = V_5; XmlWellFormedWriter_AddToAttrHashTable_mCF2C8CBC325BDAE7F0A643DD23ADB94BF5DB840D(__this, L_33, NULL); int32_t L_34 = V_5; V_5 = ((int32_t)il2cpp_codegen_add(L_34, 1)); } IL_00b9: { int32_t L_35 = V_5; int32_t L_36 = V_0; if ((((int32_t)L_35) < ((int32_t)L_36))) { goto IL_00ab; } } IL_00be: { int32_t L_37 = V_0; XmlWellFormedWriter_AddToAttrHashTable_mCF2C8CBC325BDAE7F0A643DD23ADB94BF5DB840D(__this, L_37, NULL); AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_38 = __this->___attrStack_11; int32_t L_39 = V_0; NullCheck(L_38); int32_t L_40 = ((L_38)->GetAddressAt(static_cast(L_39)))->___prev_3; V_4 = L_40; goto IL_0113; } IL_00da: { int32_t L_41 = V_4; V_4 = ((int32_t)il2cpp_codegen_subtract(L_41, 1)); AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_42 = __this->___attrStack_11; int32_t L_43 = V_4; NullCheck(L_42); String_t* L_44 = ___0_prefix; String_t* L_45 = ___1_localName; String_t* L_46 = ___2_namespaceName; bool L_47; L_47 = AttrName_IsDuplicate_m201E2290AC6091EC056BEB923BFD9F35C1293F1C(((L_42)->GetAddressAt(static_cast(L_43))), L_44, L_45, L_46, NULL); if (!L_47) { goto IL_00ff; } } { String_t* L_48 = ___0_prefix; String_t* L_49 = ___1_localName; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596* L_50; L_50 = XmlWellFormedWriter_DupAttrException_m60EB0E95F1D18B58D870A7E8B96EB53AC4F78874(L_48, L_49, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_50, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_AddAttribute_mAE42EFE8C45E46B4DBCEE7E95A75D860D35FC4D4_RuntimeMethod_var))); } IL_00ff: { AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_51 = __this->___attrStack_11; int32_t L_52 = V_4; NullCheck(L_51); int32_t L_53 = ((L_51)->GetAddressAt(static_cast(L_52)))->___prev_3; V_4 = L_53; } IL_0113: { int32_t L_54 = V_4; if ((((int32_t)L_54) > ((int32_t)0))) { goto IL_00da; } } { return; } } // System.Void System.Xml.XmlWellFormedWriter::AddToAttrHashTable(System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_AddToAttrHashTable_mCF2C8CBC325BDAE7F0A643DD23ADB94BF5DB840D (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_attributeIndex, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_m33C34E4F1C77B491E24DCCBF07C43639016B2247_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; int32_t V_1 = 0; { AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_0 = __this->___attrStack_11; int32_t L_1 = ___0_attributeIndex; NullCheck(L_0); String_t* L_2 = ((L_0)->GetAddressAt(static_cast(L_1)))->___localName_2; V_0 = L_2; Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_3 = __this->___attrHashTable_13; NullCheck(L_3); int32_t L_4; L_4 = Dictionary_2_get_Count_m33C34E4F1C77B491E24DCCBF07C43639016B2247(L_3, Dictionary_2_get_Count_m33C34E4F1C77B491E24DCCBF07C43639016B2247_RuntimeMethod_var); Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_5 = __this->___attrHashTable_13; String_t* L_6 = V_0; NullCheck(L_5); Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2(L_5, L_6, 0, Dictionary_2_set_Item_m038480C0EC13713DBD89A53BE69FF0359501B4C2_RuntimeMethod_var); Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_7 = __this->___attrHashTable_13; NullCheck(L_7); int32_t L_8; L_8 = Dictionary_2_get_Count_m33C34E4F1C77B491E24DCCBF07C43639016B2247(L_7, Dictionary_2_get_Count_m33C34E4F1C77B491E24DCCBF07C43639016B2247_RuntimeMethod_var); if ((((int32_t)L_4) == ((int32_t)L_8))) { goto IL_0038; } } { return; } IL_0038: { int32_t L_9 = ___0_attributeIndex; V_1 = ((int32_t)il2cpp_codegen_subtract(L_9, 1)); goto IL_005b; } IL_003e: { AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_10 = __this->___attrStack_11; int32_t L_11 = V_1; NullCheck(L_10); String_t* L_12 = ((L_10)->GetAddressAt(static_cast(L_11)))->___localName_2; String_t* L_13 = V_0; bool L_14; L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_12, L_13, NULL); if (L_14) { goto IL_005f; } } { int32_t L_15 = V_1; V_1 = ((int32_t)il2cpp_codegen_subtract(L_15, 1)); } IL_005b: { int32_t L_16 = V_1; if ((((int32_t)L_16) >= ((int32_t)0))) { goto IL_003e; } } IL_005f: { AttrNameU5BU5D_t501369F3E8EBC0B2B32AF603424921032B14A983* L_17 = __this->___attrStack_11; int32_t L_18 = ___0_attributeIndex; NullCheck(L_17); int32_t L_19 = V_1; ((L_17)->GetAddressAt(static_cast(L_18)))->___prev_3 = ((int32_t)il2cpp_codegen_add(L_19, 1)); return; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartDocumentAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartDocumentAsync_m24056A1180295A3FEBEA2EA3D971D04AEE6B6FAA (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0; L_0 = XmlWellFormedWriter_WriteStartDocumentImplAsync_m2A13B7589C0B906F408ED329941170CD47297FF5(__this, 0, NULL); return L_0; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteDocTypeAsync(System.String,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteDocTypeAsync_m41CC2995558003B8E7F5694FC77296C7B58E907E (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9_mDF04FFE2A6E8390915DE020A697FC841E2D3F28D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9 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_name; (&V_0)->___name_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_2), (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__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9_mDF04FFE2A6E8390915DE020A697FC841E2D3F28D(L_5, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteDocTypeAsyncU3Ed__116_t655EAE64701DD4C0A5A646BB16219EFAB53C5CE9_mDF04FFE2A6E8390915DE020A697FC841E2D3F28D_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.XmlWellFormedWriter::TryReturnTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_TryReturnTask_m5522BAE29D8DE0442EA21167E37FD763B75E3457 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, 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; } { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_1; L_1 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_0, NULL); if (!L_1) { goto IL_000e; } } { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_2; } IL_000e: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = ___0_task; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlWellFormedWriter__TryReturnTask_m62539B7361CC1C5E50121D1B455FEBA25C5F0CF7(__this, L_3, NULL); return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_TryReturnTask(System.Threading.Tasks.Task) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__TryReturnTask_m62539B7361CC1C5E50121D1B455FEBA25C5F0CF7 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B_mC55128BF9ACE036245E8C6230F6C1411879340F8_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; (&V_0)->___task_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0); il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1; L_1 = AsyncTaskMethodBuilder_Create_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_TisU3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B_mC55128BF9ACE036245E8C6230F6C1411879340F8(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3C_TryReturnTaskU3Ed__118_tE4DE93BC2BA5DAA614B0A0C18EC0CB12207EC67B_mC55128BF9ACE036245E8C6230F6C1411879340F8_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.XmlWellFormedWriter::SequenceRun(System.Threading.Tasks.Task,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* ___1_nextTaskFun, 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; } { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_1; L_1 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_0, NULL); if (!L_1) { goto IL_0015; } } { Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_2 = ___1_nextTaskFun; NullCheck(L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = Func_1_Invoke_mF62B79DDADBD36C0E8F0DA4BAD59B33D7BA3C880_inline(L_2, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlWellFormedWriter_TryReturnTask_m5522BAE29D8DE0442EA21167E37FD763B75E3457(__this, L_3, NULL); return L_4; } IL_0015: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = ___0_task; Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_6 = ___1_nextTaskFun; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7; L_7 = XmlWellFormedWriter__SequenceRun_m9BEF466D6840EC67A4727A10BE81219B6E355AAE(__this, L_5, L_6, NULL); return L_7; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_SequenceRun(System.Threading.Tasks.Task,System.Func`1) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__SequenceRun_m9BEF466D6840EC67A4727A10BE81219B6E355AAE (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* ___1_nextTaskFun, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E_m116123350F5F1B2F215836CB84F53A7359FEA919_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_4 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_4), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; (&V_0)->___task_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0); Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_1 = ___1_nextTaskFun; (&V_0)->___nextTaskFun_3 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___nextTaskFun_3), (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_TisU3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E_m116123350F5F1B2F215836CB84F53A7359FEA919(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3C_SequenceRunU3Ed__120_tA4F5FFD42F545DF4EF8060F4E4D7CE7C002E6A6E_m116123350F5F1B2F215836CB84F53A7359FEA919_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.XmlWellFormedWriter::WriteStartElementAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartElementAsync_m1E9FC82BA426E8F268FC6FC42F6EE9147A11A560 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___1_localName; if (!L_0) { goto IL_000b_1; } } { String_t* L_1 = ___1_localName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_001b_1; } } IL_000b_1: { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_4 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_4); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartElementAsync_m1E9FC82BA426E8F268FC6FC42F6EE9147A11A560_RuntimeMethod_var))); } IL_001b_1: { String_t* L_5 = ___1_localName; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_5, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738(__this, 5, NULL); V_0 = L_6; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_8; L_8 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_7, NULL); if (!L_8) { goto IL_003e_1; } } { String_t* L_9 = ___0_prefix; String_t* L_10 = ___1_localName; String_t* L_11 = ___2_ns; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_12; L_12 = XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_mFDEEFCE43A6DD2EF3A3E52054A5CADFC2EB71994(__this, L_9, L_10, L_11, NULL); V_1 = L_12; goto IL_0056; } IL_003e_1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_13 = V_0; String_t* L_14 = ___0_prefix; String_t* L_15 = ___1_localName; String_t* L_16 = ___2_ns; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_17; L_17 = XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_m4E03686665F4CD48B2D8A279E9C185F704DF5D3E(__this, L_13, L_14, L_15, L_16, NULL); V_1 = L_17; goto IL_0056; } }// end try (depth: 1) 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_004b; } throw e; } CATCH_004b: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0056: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_18 = V_1; return L_18; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartElementAsync_NoAdvanceState(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_mFDEEFCE43A6DD2EF3A3E52054A5CADFC2EB71994 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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*)&String_t_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_prefix; if (L_0) { goto IL_001b_1; } } { String_t* L_1 = ___2_ns; if (!L_1) { goto IL_000f_1; } } { String_t* L_2 = ___2_ns; String_t* L_3; L_3 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, __this, L_2); ___0_prefix = L_3; } IL_000f_1: { String_t* L_4 = ___0_prefix; if (L_4) { goto IL_0055_1; } } { String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_5; goto IL_0055_1; } IL_001b_1: { String_t* L_6 = ___0_prefix; NullCheck(L_6); int32_t L_7; L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL); if ((((int32_t)L_7) <= ((int32_t)0))) { goto IL_0055_1; } } { String_t* L_8 = ___0_prefix; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_8, NULL); String_t* L_9 = ___2_ns; if (L_9) { goto IL_0037_1; } } { String_t* L_10 = ___0_prefix; String_t* L_11; L_11 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_10, NULL); ___2_ns = L_11; } IL_0037_1: { String_t* L_12 = ___2_ns; if (!L_12) { goto IL_0045_1; } } { String_t* L_13 = ___2_ns; if (!L_13) { goto IL_0055_1; } } { String_t* L_14 = ___2_ns; NullCheck(L_14); int32_t L_15; L_15 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_14, NULL); if (L_15) { goto IL_0055_1; } } IL_0045_1: { String_t* L_16; L_16 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB63A1A23B65582B8791AA4E655E90AA5647D7298)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_17 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_17); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_17, L_16, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_mFDEEFCE43A6DD2EF3A3E52054A5CADFC2EB71994_RuntimeMethod_var))); } IL_0055_1: { String_t* L_18 = ___2_ns; if (L_18) { goto IL_006b_1; } } { String_t* L_19 = ___0_prefix; String_t* L_20; L_20 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_19, NULL); ___2_ns = L_20; String_t* L_21 = ___2_ns; if (L_21) { goto IL_006b_1; } } { String_t* L_22 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___2_ns = L_22; } IL_006b_1: { int32_t L_23 = __this->___elemTop_10; if (L_23) { goto IL_008c_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_24 = __this->___rawWriter_3; if (!L_24) { goto IL_008c_1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_25 = __this->___rawWriter_3; int32_t L_26 = __this->___conformanceLevel_22; NullCheck(L_25); VirtualActionInvoker1< int32_t >::Invoke(60 /* System.Void System.Xml.XmlRawWriter::OnRootElement(System.Xml.ConformanceLevel) */, L_25, L_26); } IL_008c_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_27 = __this->___writer_2; String_t* L_28 = ___0_prefix; String_t* L_29 = ___1_localName; String_t* L_30 = ___2_ns; NullCheck(L_27); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_31; L_31 = 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_27, L_28, L_29, L_30); V_0 = L_31; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_32 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_33; L_33 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_32, NULL); if (!L_33) { goto IL_00ae_1; } } { String_t* L_34 = ___0_prefix; String_t* L_35 = ___1_localName; String_t* L_36 = ___2_ns; XmlWellFormedWriter_WriteStartElementAsync_FinishWrite_mF3E6D8C6C1E656EA20E98F62713B15E255417F76(__this, L_34, L_35, L_36, NULL); goto IL_00bb_1; } IL_00ae_1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_37 = V_0; String_t* L_38 = ___0_prefix; String_t* L_39 = ___1_localName; String_t* L_40 = ___2_ns; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_41; L_41 = XmlWellFormedWriter_WriteStartElementAsync_FinishWrite_m98277A730CC9E0624E9E967DB4956CE8513417D0(__this, L_37, L_38, L_39, L_40, NULL); V_1 = L_41; goto IL_00ce; } IL_00bb_1: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_42 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; V_1 = L_42; goto IL_00ce; } }// end try (depth: 1) 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_00c3; } throw e; } CATCH_00c3: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_00ce: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_43 = V_1; return L_43; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartElementAsync_NoAdvanceState(System.Threading.Tasks.Task,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartElementAsync_NoAdvanceState_m4E03686665F4CD48B2D8A279E9C185F704DF5D3E (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, String_t* ___1_prefix, String_t* ___2_localName, String_t* ___3_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F_mA3FAD10F7ABFA5302D68978520F8170C80CCC959_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; (&V_0)->___task_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0); String_t* L_1 = ___1_prefix; (&V_0)->___prefix_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___prefix_4), (void*)L_1); String_t* L_2 = ___2_localName; (&V_0)->___localName_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___localName_5), (void*)L_2); String_t* L_3 = ___3_ns; (&V_0)->___ns_6 = L_3; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ns_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_TisU3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F_mA3FAD10F7ABFA5302D68978520F8170C80CCC959(L_5, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_NoAdvanceStateU3Ed__123_t353545DEEABB3566136015396E1A097A98B9CA9F_mA3FAD10F7ABFA5302D68978520F8170C80CCC959_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.Void System.Xml.XmlWellFormedWriter::WriteStartElementAsync_FinishWrite(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter_WriteStartElementAsync_FinishWrite_mF3E6D8C6C1E656EA20E98F62713B15E255417F76 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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_Clear_m841DBE29811833266CC127714688998A50D5F7CD_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; int32_t V_1 = 0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { int32_t L_0 = __this->___elemTop_10; V_1 = ((int32_t)il2cpp_codegen_add(L_0, 1)); int32_t L_1 = V_1; __this->___elemTop_10 = L_1; int32_t L_2 = V_1; V_0 = L_2; int32_t L_3 = V_0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_4 = __this->___elemScopeStack_9; NullCheck(L_4); if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length)))))) { goto IL_003a_1; } } { int32_t L_5 = V_0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_6 = (ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9*)(ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9*)SZArrayNew(ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply(L_5, 2))); V_2 = L_6; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_7 = __this->___elemScopeStack_9; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_8 = V_2; int32_t L_9 = V_0; Array_Copy_m4233828B4E6288B6D815F539AAA38575DE627900((RuntimeArray*)L_7, (RuntimeArray*)L_8, L_9, NULL); ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_10 = V_2; __this->___elemScopeStack_9 = L_10; Il2CppCodeGenWriteBarrier((void**)(&__this->___elemScopeStack_9), (void*)L_10); } IL_003a_1: { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_11 = __this->___elemScopeStack_9; int32_t L_12 = V_0; NullCheck(L_11); String_t* L_13 = ___0_prefix; String_t* L_14 = ___1_localName; String_t* L_15 = ___2_ns; int32_t L_16 = __this->___nsTop_6; ElementScope_Set_m7BAE5CE51EBBE20E736A268E1E606C71B74CF8D0(((L_11)->GetAddressAt(static_cast(L_12))), L_13, L_14, L_15, L_16, NULL); String_t* L_17 = ___0_prefix; String_t* L_18 = ___2_ns; XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267(__this, L_17, L_18, NULL); int32_t L_19 = __this->___attrCount_12; if ((((int32_t)L_19) < ((int32_t)((int32_t)14)))) { goto IL_0071_1; } } { Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* L_20 = __this->___attrHashTable_13; NullCheck(L_20); Dictionary_2_Clear_m841DBE29811833266CC127714688998A50D5F7CD(L_20, Dictionary_2_Clear_m841DBE29811833266CC127714688998A50D5F7CD_RuntimeMethod_var); } IL_0071_1: { __this->___attrCount_12 = 0; goto IL_0085; } }// end try (depth: 1) 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_007a; } throw e; } CATCH_007a: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0085: { return; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartElementAsync_FinishWrite(System.Threading.Tasks.Task,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartElementAsync_FinishWrite_m98277A730CC9E0624E9E967DB4956CE8513417D0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_t, String_t* ___1_prefix, String_t* ___2_localName, String_t* ___3_ns, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66_m3400E360314CDB7C46559D548195B382D360AC6B_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_t; (&V_0)->___t_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___t_2), (void*)L_0); String_t* L_1 = ___1_prefix; (&V_0)->___prefix_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___prefix_4), (void*)L_1); String_t* L_2 = ___2_localName; (&V_0)->___localName_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___localName_5), (void*)L_2); String_t* L_3 = ___3_ns; (&V_0)->___ns_6 = L_3; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ns_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_TisU3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66_m3400E360314CDB7C46559D548195B382D360AC6B(L_5, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStartElementAsync_FinishWriteU3Ed__125_t9360F98A291390A6F9D54619C80CD4B33A16DB66_m3400E360314CDB7C46559D548195B382D360AC6B_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.XmlWellFormedWriter::WriteEndElementAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEndElementAsync_m46A21E441CA90A90B84FA4C37C8FBE535B700BB1 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_WriteEndElementAsync_NoAdvanceState_m4A299755E0570A92986698C2F0D1CA8E8912E5C8_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0; L_0 = XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738(__this, 6, NULL); V_0 = L_0; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1 = V_0; Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_2 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_2); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_2, __this, (intptr_t)((void*)XmlWellFormedWriter_WriteEndElementAsync_NoAdvanceState_m4A299755E0570A92986698C2F0D1CA8E8912E5C8_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_1, L_2, NULL); V_1 = L_3; goto IL_0029; }// end try (depth: 1) 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_001e; } throw e; } CATCH_001e: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0029: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_1; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteEndElementAsync_NoAdvanceState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEndElementAsync_NoAdvanceState_m4A299755E0570A92986698C2F0D1CA8E8912E5C8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_WriteEndElementAsync_FinishWrite_m2A866807DC4B87D91DEBFF0BDBF424BBC10C0C76_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { int32_t L_0 = __this->___elemTop_10; V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_001a_1; } } { String_t* L_2 = ((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_3 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_3); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67171AD8B6817F7CF25B89C98234BCDA36D476FC)), L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteEndElementAsync_NoAdvanceState_m4A299755E0570A92986698C2F0D1CA8E8912E5C8_RuntimeMethod_var))); } IL_001a_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___rawWriter_3; if (!L_4) { goto IL_003c_1; } } { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_5 = __this->___elemScopeStack_9; int32_t L_6 = V_0; NullCheck(L_5); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_7 = __this->___rawWriter_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8; L_8 = ElementScope_WriteEndElementAsync_m94387FF6FC061561016F915FC657C52497B572EF(((L_5)->GetAddressAt(static_cast(L_6))), L_7, NULL); V_1 = L_8; goto IL_0048_1; } IL_003c_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_9 = __this->___writer_2; NullCheck(L_9); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10; L_10 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(38 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndElementAsync() */, L_9); V_1 = L_10; } IL_0048_1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_11 = V_1; Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_12 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_12); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_12, __this, (intptr_t)((void*)XmlWellFormedWriter_WriteEndElementAsync_FinishWrite_m2A866807DC4B87D91DEBFF0BDBF424BBC10C0C76_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_13; L_13 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_11, L_12, NULL); V_2 = L_13; goto IL_0069; } }// end try (depth: 1) 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_005e; } throw e; } CATCH_005e: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0069: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14 = V_2; return L_14; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteEndElementAsync_FinishWrite() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEndElementAsync_FinishWrite_m2A866807DC4B87D91DEBFF0BDBF424BBC10C0C76 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { int32_t L_0 = __this->___elemTop_10; V_0 = L_0; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_1 = __this->___elemScopeStack_9; int32_t L_2 = V_0; NullCheck(L_1); int32_t L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___prevNSTop_0; V_1 = L_3; bool L_4 = __this->___useNsHashtable_8; if (!L_4) { goto IL_0039_1; } } { int32_t L_5 = V_1; int32_t L_6 = __this->___nsTop_6; if ((((int32_t)L_5) >= ((int32_t)L_6))) { goto IL_0039_1; } } { int32_t L_7 = V_1; int32_t L_8 = __this->___nsTop_6; XmlWellFormedWriter_PopNamespaces_m21D460DB61EC4B7271262131A52536CAA398EB15(__this, ((int32_t)il2cpp_codegen_add(L_7, 1)), L_8, NULL); } IL_0039_1: { int32_t L_9 = V_1; __this->___nsTop_6 = L_9; int32_t L_10 = V_0; int32_t L_11 = ((int32_t)il2cpp_codegen_subtract(L_10, 1)); V_0 = L_11; __this->___elemTop_10 = L_11; int32_t L_12 = V_0; if (L_12) { goto IL_0067_1; } } { int32_t L_13 = __this->___conformanceLevel_22; if ((!(((uint32_t)L_13) == ((uint32_t)2)))) { goto IL_0060_1; } } { __this->___currentState_18 = 7; goto IL_0067_1; } IL_0060_1: { __this->___currentState_18 = 1; } IL_0067_1: { goto IL_0074; } }// end try (depth: 1) 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_0069; } throw e; } CATCH_0069: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0074: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_14; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteFullEndElementAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteFullEndElementAsync_m4139B8BE009C413F2A8DC5FBDF55BDD298D442C7 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_WriteFullEndElementAsync_NoAdvanceState_m9F39B30D7ADF5CC10414E7CD33DC8AAFED7158E5_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0; L_0 = XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738(__this, 6, NULL); V_0 = L_0; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1 = V_0; Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_2 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_2); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_2, __this, (intptr_t)((void*)XmlWellFormedWriter_WriteFullEndElementAsync_NoAdvanceState_m9F39B30D7ADF5CC10414E7CD33DC8AAFED7158E5_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_1, L_2, NULL); V_1 = L_3; goto IL_0029; }// end try (depth: 1) 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_001e; } throw e; } CATCH_001e: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0029: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_1; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteFullEndElementAsync_NoAdvanceState() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteFullEndElementAsync_NoAdvanceState_m9F39B30D7ADF5CC10414E7CD33DC8AAFED7158E5 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_WriteEndElementAsync_FinishWrite_m2A866807DC4B87D91DEBFF0BDBF424BBC10C0C76_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_2 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { int32_t L_0 = __this->___elemTop_10; V_0 = L_0; int32_t L_1 = V_0; if (L_1) { goto IL_001a_1; } } { String_t* L_2 = ((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_3 = (XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlException_t86B8FDC142BBE4C73921439C9F1631092526D596_il2cpp_TypeInfo_var))); NullCheck(L_3); XmlException__ctor_mD7C8E5B35C43BCEDBB41ADC035A38088DFE88A87(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67171AD8B6817F7CF25B89C98234BCDA36D476FC)), L_2, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteFullEndElementAsync_NoAdvanceState_m9F39B30D7ADF5CC10414E7CD33DC8AAFED7158E5_RuntimeMethod_var))); } IL_001a_1: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_4 = __this->___rawWriter_3; if (!L_4) { goto IL_003c_1; } } { ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_5 = __this->___elemScopeStack_9; int32_t L_6 = V_0; NullCheck(L_5); XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_7 = __this->___rawWriter_3; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8; L_8 = ElementScope_WriteFullEndElementAsync_mC2976E0CF5B38C6C1E78DF35C58D8F1C3C883DE1(((L_5)->GetAddressAt(static_cast(L_6))), L_7, NULL); V_1 = L_8; goto IL_0048_1; } IL_003c_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_9 = __this->___writer_2; NullCheck(L_9); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10; L_10 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(39 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteFullEndElementAsync() */, L_9); V_1 = L_10; } IL_0048_1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_11 = V_1; Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_12 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_12); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_12, __this, (intptr_t)((void*)XmlWellFormedWriter_WriteEndElementAsync_FinishWrite_m2A866807DC4B87D91DEBFF0BDBF424BBC10C0C76_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_13; L_13 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_11, L_12, NULL); V_2 = L_13; goto IL_0069; } }// end try (depth: 1) 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_005e; } throw e; } CATCH_005e: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0069: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_14 = V_2; return L_14; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartAttributeAsync(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartAttributeAsync_m976BAB3C6313FC7C82AEA33894F921B59BD3EFC8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceName, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___1_localName; if (!L_0) { goto IL_000b_1; } } { String_t* L_1 = ___1_localName; NullCheck(L_1); int32_t L_2; L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL); if (L_2) { goto IL_0038_1; } } IL_000b_1: { String_t* L_3 = ___0_prefix; bool L_4; L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_4) { goto IL_0028_1; } } { ___1_localName = _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3; String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_5; goto IL_0038_1; } IL_0028_1: { String_t* L_6; L_6 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBA9A59104E5E5C12D7BAC55D2460CE1CD56C7C08)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_7 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_7); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_7, L_6, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttributeAsync_m976BAB3C6313FC7C82AEA33894F921B59BD3EFC8_RuntimeMethod_var))); } IL_0038_1: { String_t* L_8 = ___1_localName; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_8, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_9; L_9 = XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738(__this, 7, NULL); V_0 = L_9; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_11; L_11 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_10, NULL); if (!L_11) { goto IL_005b_1; } } { String_t* L_12 = ___0_prefix; String_t* L_13 = ___1_localName; String_t* L_14 = ___2_namespaceName; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_15; L_15 = XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m46E9BCDE71B9E247D91BF09E0C28AA7BAF9D1121(__this, L_12, L_13, L_14, NULL); V_1 = L_15; goto IL_0073; } IL_005b_1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_16 = V_0; String_t* L_17 = ___0_prefix; String_t* L_18 = ___1_localName; String_t* L_19 = ___2_namespaceName; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_20; L_20 = XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m97DE1CBEC1F81DCBC32FF453886B25E36D978D2F(__this, L_16, L_17, L_18, L_19, NULL); V_1 = L_20; goto IL_0073; } }// end try (depth: 1) 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_0068; } throw e; } CATCH_0068: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0073: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_21 = V_1; return L_21; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartAttributeAsync_NoAdvanceState(System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m46E9BCDE71B9E247D91BF09E0C28AA7BAF9D1121 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_prefix, String_t* ___1_localName, String_t* ___2_namespaceName, 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*)&String_t_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2); s_Il2CppMethodInitialized = true; } String_t* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_prefix; if (L_0) { goto IL_0033_1; } } { String_t* L_1 = ___2_namespaceName; if (!L_1) { goto IL_0029_1; } } { String_t* L_2 = ___1_localName; bool L_3; L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_3) { goto IL_0020_1; } } { String_t* L_4 = ___2_namespaceName; bool L_5; L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (L_5) { goto IL_0029_1; } } IL_0020_1: { String_t* L_6 = ___2_namespaceName; String_t* L_7; L_7 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, __this, L_6); ___0_prefix = L_7; } IL_0029_1: { String_t* L_8 = ___0_prefix; if (L_8) { goto IL_0033_1; } } { String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_9; } IL_0033_1: { String_t* L_10 = ___2_namespaceName; if (L_10) { goto IL_0055_1; } } { String_t* L_11 = ___0_prefix; if (!L_11) { goto IL_004b_1; } } { String_t* L_12 = ___0_prefix; NullCheck(L_12); int32_t L_13; L_13 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_12, NULL); if ((((int32_t)L_13) <= ((int32_t)0))) { goto IL_004b_1; } } { String_t* L_14 = ___0_prefix; String_t* L_15; L_15 = XmlWellFormedWriter_LookupNamespace_m501ADAA8012BE57824EAE59C5F58BE37E477A92A(__this, L_14, NULL); ___2_namespaceName = L_15; } IL_004b_1: { String_t* L_16 = ___2_namespaceName; if (L_16) { goto IL_0055_1; } } { String_t* L_17 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___2_namespaceName = L_17; } IL_0055_1: { String_t* L_18 = ___0_prefix; NullCheck(L_18); int32_t L_19; L_19 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_18, NULL); if (L_19) { goto IL_00e5_1; } } { String_t* L_20 = ___1_localName; NullCheck(L_20); Il2CppChar L_21; L_21 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, 0, NULL); if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)120))))) { goto IL_00b5_1; } } { String_t* L_22 = ___1_localName; bool L_23; L_23 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_22, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_23) { goto IL_00b5_1; } } { String_t* L_24 = ___2_namespaceName; NullCheck(L_24); int32_t L_25; L_25 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_24, NULL); if ((((int32_t)L_25) <= ((int32_t)0))) { goto IL_009e_1; } } { String_t* L_26 = ___2_namespaceName; bool L_27; L_27 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_26, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_27) { goto IL_009e_1; } } { String_t* L_28; L_28 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_29 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_29); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_29, L_28, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m46E9BCDE71B9E247D91BF09E0C28AA7BAF9D1121_RuntimeMethod_var))); } IL_009e_1: { String_t* L_30 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; __this->___curDeclPrefix_16 = L_30; Il2CppCodeGenWriteBarrier((void**)(&__this->___curDeclPrefix_16), (void*)L_30); XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 1, NULL); goto IL_01de_1; } IL_00b5_1: { String_t* L_31 = ___2_namespaceName; NullCheck(L_31); int32_t L_32; L_32 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_31, NULL); if ((((int32_t)L_32) <= ((int32_t)0))) { goto IL_01ce_1; } } { String_t* L_33 = ___2_namespaceName; String_t* L_34; L_34 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(30 /* System.String System.Xml.XmlWriter::LookupPrefix(System.String) */, __this, L_33); ___0_prefix = L_34; String_t* L_35 = ___0_prefix; if (!L_35) { goto IL_00d8_1; } } { String_t* L_36 = ___0_prefix; NullCheck(L_36); int32_t L_37; L_37 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_36, NULL); if (L_37) { goto IL_01ce_1; } } IL_00d8_1: { String_t* L_38; L_38 = XmlWellFormedWriter_GeneratePrefix_m6F8B4A6EAE7C5C9DA82990E47A1F891F8F1E526C(__this, NULL); ___0_prefix = L_38; goto IL_01ce_1; } IL_00e5_1: { String_t* L_39 = ___0_prefix; NullCheck(L_39); Il2CppChar L_40; L_40 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_39, 0, NULL); if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)120))))) { goto IL_019a_1; } } { String_t* L_41 = ___0_prefix; bool L_42; L_42 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_41, _stringLiteral9CDCEEB7A12F71E8DF3D6AC05D04621DD4FBABF3, NULL); if (!L_42) { goto IL_0139_1; } } { String_t* L_43 = ___2_namespaceName; NullCheck(L_43); int32_t L_44; L_44 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_43, NULL); if ((((int32_t)L_44) <= ((int32_t)0))) { goto IL_0126_1; } } { String_t* L_45 = ___2_namespaceName; bool L_46; L_46 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_45, _stringLiteral420B74A52534550B0DD14DCF7D8988C2BD4936CE, NULL); if (!L_46) { goto IL_0126_1; } } { String_t* L_47; L_47 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral33225D2308B5FA9B4FC47DE1A1D06D718E1911ED)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_48 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_48); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_48, L_47, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m46E9BCDE71B9E247D91BF09E0C28AA7BAF9D1121_RuntimeMethod_var))); } IL_0126_1: { String_t* L_49 = ___1_localName; __this->___curDeclPrefix_16 = L_49; Il2CppCodeGenWriteBarrier((void**)(&__this->___curDeclPrefix_16), (void*)L_49); XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 2, NULL); goto IL_01de_1; } IL_0139_1: { String_t* L_50 = ___0_prefix; bool L_51; L_51 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_50, _stringLiteralBECFA9FA31EDDEEE54C61C3D0DD81CBF07EA7158, NULL); if (!L_51) { goto IL_019a_1; } } { String_t* L_52 = ___2_namespaceName; NullCheck(L_52); int32_t L_53; L_53 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_52, NULL); if ((((int32_t)L_53) <= ((int32_t)0))) { goto IL_016c_1; } } { String_t* L_54 = ___2_namespaceName; bool L_55; L_55 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_54, _stringLiteral349C6DC0F34B9BA242E4C728EDD28CAB809D4917, NULL); if (!L_55) { goto IL_016c_1; } } { String_t* L_56; L_56 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8E7DF6980ECEA2C11D2FD74A57D449FC8CFA87AE)), NULL); ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_57 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var))); NullCheck(L_57); ArgumentException__ctor_m026938A67AF9D36BB7ED27F80425D7194B514465(L_57, L_56, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_57, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m46E9BCDE71B9E247D91BF09E0C28AA7BAF9D1121_RuntimeMethod_var))); } IL_016c_1: { String_t* L_58 = ___1_localName; bool L_59; L_59 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_58, _stringLiteralE1291C4D47635E327ECFE39842BD1A93F58C61A2, NULL); if (L_59) { goto IL_0188_1; } } { String_t* L_60 = ___1_localName; bool L_61; L_61 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_60, _stringLiteral1CBC514CBF721C4C5F12F67F33B3E7694BCD1B29, NULL); if (L_61) { goto IL_0191_1; } } { goto IL_019a_1; } IL_0188_1: { XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 3, NULL); goto IL_01de_1; } IL_0191_1: { XmlWellFormedWriter_SetSpecialAttribute_mFEA92893370DC5628286BE51411265E4B192FC89(__this, 4, NULL); goto IL_01de_1; } IL_019a_1: { String_t* L_62 = ___0_prefix; XmlWellFormedWriter_CheckNCName_m60D4A447D593BEF77DFDAAA31CDD019361B55D2A(__this, L_62, NULL); String_t* L_63 = ___2_namespaceName; NullCheck(L_63); int32_t L_64; L_64 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_63, NULL); if (L_64) { goto IL_01b2_1; } } { String_t* L_65 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6; ___0_prefix = L_65; goto IL_01ce_1; } IL_01b2_1: { String_t* L_66 = ___0_prefix; String_t* L_67; L_67 = XmlWellFormedWriter_LookupLocalNamespace_m9CB41195FFE549CD9D223709B79119038A67BC79(__this, L_66, NULL); V_0 = L_67; String_t* L_68 = V_0; if (!L_68) { goto IL_01ce_1; } } { String_t* L_69 = V_0; String_t* L_70 = ___2_namespaceName; bool L_71; L_71 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_69, L_70, NULL); if (!L_71) { goto IL_01ce_1; } } { String_t* L_72; L_72 = XmlWellFormedWriter_GeneratePrefix_m6F8B4A6EAE7C5C9DA82990E47A1F891F8F1E526C(__this, NULL); ___0_prefix = L_72; } IL_01ce_1: { String_t* L_73 = ___0_prefix; NullCheck(L_73); int32_t L_74; L_74 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_73, NULL); if (!L_74) { goto IL_01de_1; } } { String_t* L_75 = ___0_prefix; String_t* L_76 = ___2_namespaceName; XmlWellFormedWriter_PushNamespaceImplicit_mA1D3FFBB0CC8895E7237F3EFB2A6B425346D8267(__this, L_75, L_76, NULL); } IL_01de_1: { String_t* L_77 = ___0_prefix; String_t* L_78 = ___1_localName; String_t* L_79 = ___2_namespaceName; XmlWellFormedWriter_AddAttribute_mAE42EFE8C45E46B4DBCEE7E95A75D860D35FC4D4(__this, L_77, L_78, L_79, NULL); int32_t L_80 = __this->___specAttr_14; if (L_80) { goto IL_0206_1; } } { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_81 = __this->___writer_2; String_t* L_82 = ___0_prefix; String_t* L_83 = ___1_localName; String_t* L_84 = ___2_namespaceName; NullCheck(L_81); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_85; L_85 = 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_81, L_82, L_83, L_84); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_86; L_86 = XmlWellFormedWriter_TryReturnTask_m5522BAE29D8DE0442EA21167E37FD763B75E3457(__this, L_85, NULL); V_1 = L_86; goto IL_0219; } IL_0206_1: { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_87 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; V_1 = L_87; goto IL_0219; } }// end try (depth: 1) 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_020e; } throw e; } CATCH_020e: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0219: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_88 = V_1; return L_88; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStartAttributeAsync_NoAdvanceState(System.Threading.Tasks.Task,System.String,System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartAttributeAsync_NoAdvanceState_m97DE1CBEC1F81DCBC32FF453886B25E36D978D2F (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, String_t* ___1_prefix, String_t* ___2_localName, String_t* ___3_namespaceName, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610_mE5C46A1D7B220AEA688FF2EEEA6495F083FDC636_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; (&V_0)->___task_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0); String_t* L_1 = ___1_prefix; (&V_0)->___prefix_4 = L_1; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___prefix_4), (void*)L_1); String_t* L_2 = ___2_localName; (&V_0)->___localName_5 = L_2; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___localName_5), (void*)L_2); String_t* L_3 = ___3_namespaceName; (&V_0)->___namespaceName_6 = L_3; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___namespaceName_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_TisU3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610_mE5C46A1D7B220AEA688FF2EEEA6495F083FDC636(L_5, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStartAttributeAsync_NoAdvanceStateU3Ed__133_t9990019CA3873A1DDBBAEC26C135C624FA4CC610_mE5C46A1D7B220AEA688FF2EEEA6495F083FDC636_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.XmlWellFormedWriter::WriteEndAttributeAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEndAttributeAsync_mBA3C046D8920BEAA85B7CFA2D10ADED3367460BC (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_WriteEndAttributeAsync_NoAdvance_m024E93FC94C348CFC7983F42A7E1484D080341DB_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0; L_0 = XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738(__this, 8, NULL); V_0 = L_0; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1 = V_0; Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_2 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_2); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_2, __this, (intptr_t)((void*)XmlWellFormedWriter_WriteEndAttributeAsync_NoAdvance_m024E93FC94C348CFC7983F42A7E1484D080341DB_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_1, L_2, NULL); V_1 = L_3; goto IL_0029; }// end try (depth: 1) 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_001e; } throw e; } CATCH_001e: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0029: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = V_1; return L_4; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteEndAttributeAsync_NoAdvance() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEndAttributeAsync_NoAdvance_m024E93FC94C348CFC7983F42A7E1484D080341DB (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { int32_t L_0 = __this->___specAttr_14; if (!L_0) { goto IL_0011_1; } } { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1; L_1 = XmlWellFormedWriter_WriteEndAttributeAsync_SepcialAtt_m50658E410EB6752332D5419A1335CAD71011E51E(__this, NULL); V_0 = L_1; goto IL_0030; } IL_0011_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_2 = __this->___writer_2; NullCheck(L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3; L_3 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(41 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndAttributeAsync() */, L_2); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlWellFormedWriter_TryReturnTask_m5522BAE29D8DE0442EA21167E37FD763B75E3457(__this, L_3, NULL); V_0 = L_4; goto IL_0030; } }// end try (depth: 1) 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_0025; } throw e; } CATCH_0025: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_0030: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = V_0; return L_5; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteEndAttributeAsync_SepcialAtt() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEndAttributeAsync_SepcialAtt_m50658E410EB6752332D5419A1335CAD71011E51E (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1_mFA648728CFE0AFC1FBB93F37DDE5461298EB8D24_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1 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_TisU3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1_mFA648728CFE0AFC1FBB93F37DDE5461298EB8D24(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteEndAttributeAsync_SepcialAttU3Ed__136_t42F6C00E435A3372805BD6BF6CA2D51F186A6AC1_mFA648728CFE0AFC1FBB93F37DDE5461298EB8D24_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.XmlWellFormedWriter::WriteCDataAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteCDataAsync_m42FCFDEA03BDF750F85957CF579AF437C96734B9 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF_m8400058FC493C301FC9A10471A7BC9C4423F3F33_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF 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_TisU3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF_m8400058FC493C301FC9A10471A7BC9C4423F3F33(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCDataAsyncU3Ed__137_t0542A3DD9DB825CA432E8237F0020C854B6A45AF_m8400058FC493C301FC9A10471A7BC9C4423F3F33_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.XmlWellFormedWriter::WriteCommentAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteCommentAsync_m4DD7574D619D102778079A7C3C48655EA8B7BBF9 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__138_t3257A0268E84109FD58A0D76F179B191635554B6_mF50B5D2A7F3E7A0E8736BF34878B4800B2B3C7D1_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6 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_TisU3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6_mF50B5D2A7F3E7A0E8736BF34878B4800B2B3C7D1(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCommentAsyncU3Ed__138_t3257A0268E84109FD58A0D76F179B191635554B6_mF50B5D2A7F3E7A0E8736BF34878B4800B2B3C7D1_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.XmlWellFormedWriter::WriteProcessingInstructionAsync(System.String,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteProcessingInstructionAsync_mEF7C4D3E69357070B1874793D6E5097816409E1C (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819_m9A90D353A7C17B444E29B6B7521E88DDB18CDEF5_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819 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_name; (&V_0)->___name_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_2), (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__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819_m9A90D353A7C17B444E29B6B7521E88DDB18CDEF5(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteProcessingInstructionAsyncU3Ed__139_t01F303E4CE8ED563FAAA3CC3435630BC6BCEA819_m9A90D353A7C17B444E29B6B7521E88DDB18CDEF5_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.XmlWellFormedWriter::WriteEntityRefAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteEntityRefAsync_m57C172721C06567DD483C219F994C78B470D2DE0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A_m2D5735FA383396D1F0FD933F7EDE26F8BB85388D_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A 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_name; (&V_0)->___name_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___name_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_TisU3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A_m2D5735FA383396D1F0FD933F7EDE26F8BB85388D(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteEntityRefAsyncU3Ed__140_tD87FED7433E63A3DA62A34205C7C63F61CA9260A_m2D5735FA383396D1F0FD933F7EDE26F8BB85388D_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.XmlWellFormedWriter::WriteCharEntityAsync(System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteCharEntityAsync_mE5800E7924658F09ABBD572649FFECFC8F194F20 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Il2CppChar ___0_ch, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285_m04E4BC59AC63306A945803467D5A260E1099F87F_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Il2CppChar L_0 = ___0_ch; (&V_0)->___ch_2 = 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__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285_m04E4BC59AC63306A945803467D5A260E1099F87F(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCharEntityAsyncU3Ed__141_t28E11EFC1180D668CBEC8225FFC81C7E2599F285_m04E4BC59AC63306A945803467D5A260E1099F87F_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.XmlWellFormedWriter::WriteSurrogateCharEntityAsync(System.Char,System.Char) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteSurrogateCharEntityAsync_mE959A03B429B2A3BB710AE20DCA85FBA86D0D411 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7_mE2444A348FB645D78F2FB966A25242920D13F210_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_4 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_4), (void*)__this); Il2CppChar L_0 = ___0_lowChar; (&V_0)->___lowChar_3 = L_0; Il2CppChar L_1 = ___1_highChar; (&V_0)->___highChar_2 = 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__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7_mE2444A348FB645D78F2FB966A25242920D13F210(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteSurrogateCharEntityAsyncU3Ed__142_tD8410C5F75468649FAF9490A8327E2DAFB6056E7_mE2444A348FB645D78F2FB966A25242920D13F210_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.XmlWellFormedWriter::WriteWhitespaceAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteWhitespaceAsync_m1736E981BBF0B0840847582E46C4035B047FE392 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, String_t* ___0_ws, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC_mEF9C27CDFD794FF9687ECAC96B73395DF9F7B12E_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC 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_ws; (&V_0)->___ws_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___ws_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_TisU3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC_mEF9C27CDFD794FF9687ECAC96B73395DF9F7B12E(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteWhitespaceAsyncU3Ed__143_tF122D4B3071C77C9243CA32A69CD824F5EDBB7FC_mEF9C27CDFD794FF9687ECAC96B73395DF9F7B12E_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.XmlWellFormedWriter::WriteStringAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStringAsync_mEA60BF3D9E33EEE8EE655E7ACD996933E5A371A8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { String_t* L_0 = ___0_text; if (L_0) { goto IL_000b_1; } } { il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; V_1 = L_1; goto IL_003c; } IL_000b_1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_2; L_2 = XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738(__this, ((int32_t)9), NULL); V_0 = L_2; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = V_0; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_4; L_4 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_3, NULL); if (!L_4) { goto IL_0026_1; } } { String_t* L_5 = ___0_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = XmlWellFormedWriter_WriteStringAsync_NoAdvanceState_m696502DB16B36F92339D6860204CC450BBA9F8C8(__this, L_5, NULL); V_1 = L_6; goto IL_003c; } IL_0026_1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7 = V_0; String_t* L_8 = ___0_text; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_9; L_9 = XmlWellFormedWriter_WriteStringAsync_NoAdvanceState_mAC0C6DCB145DD3CD3CB02CB77CA9FEDE168512F0(__this, L_7, L_8, NULL); V_1 = L_9; goto IL_003c; } }// end try (depth: 1) 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_003c: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10 = V_1; return L_10; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStringAsync_NoAdvanceState(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStringAsync_NoAdvanceState_m696502DB16B36F92339D6860204CC450BBA9F8C8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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; } Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_0 = NULL; il2cpp::utils::ExceptionSupportStack __active_exceptions; try {// begin try (depth: 1) { bool L_0; L_0 = XmlWellFormedWriter_get_SaveAttrValue_m308EBEC9707BA9CB0B0281395F7C6183FCCD84E6(__this, NULL); if (!L_0) { goto IL_001c_1; } } { AttributeValueCache_t94943B4FF19021C61EDF61250EAD2CAB3EDA7B17* L_1 = __this->___attrValueCache_15; String_t* L_2 = ___0_text; NullCheck(L_1); AttributeValueCache_WriteString_mF0E506AB621BED0ED725E43A80743865DC1C7A95(L_1, L_2, NULL); il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; V_0 = L_3; goto IL_003c; } IL_001c_1: { XmlWriter_tCBC8D0C4891828A0A384C68D0414337F20E1A17F* L_4 = __this->___writer_2; String_t* L_5 = ___0_text; NullCheck(L_4); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, String_t* >::Invoke(48 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStringAsync(System.String) */, L_4, L_5); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_7; L_7 = XmlWellFormedWriter_TryReturnTask_m5522BAE29D8DE0442EA21167E37FD763B75E3457(__this, L_6, NULL); V_0 = L_7; goto IL_003c; } }// end try (depth: 1) 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_0031; } throw e; } CATCH_0031: {// begin catch(System.Object) __this->___currentState_18 = ((int32_t)16); IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*)); }// end catch (depth: 1) IL_003c: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8 = V_0; return L_8; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::WriteStringAsync_NoAdvanceState(System.Threading.Tasks.Task,System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStringAsync_NoAdvanceState_mAC0C6DCB145DD3CD3CB02CB77CA9FEDE168512F0 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, String_t* ___1_text, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D_mDEE84CEB7630FBA80F51A34EA6A521504BF32FB2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; (&V_0)->___task_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (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_TisU3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D_mDEE84CEB7630FBA80F51A34EA6A521504BF32FB2(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStringAsync_NoAdvanceStateU3Ed__146_t1E916D7B4B03BDC11BE0FDD7FC8A49EDD87D8D7D_mDEE84CEB7630FBA80F51A34EA6A521504BF32FB2_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.XmlWellFormedWriter::WriteCharsAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteCharsAsync_mB4C5AECB4A1540D4935EA26345F616ED2623D1CA (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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_TisU3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE_m7856D702F5D5055530FCFB1476F85123B2826878_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_5 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_5), (void*)__this); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; (&V_0)->___buffer_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___buffer_2), (void*)L_0); int32_t L_1 = ___1_index; (&V_0)->___index_3 = L_1; int32_t L_2 = ___2_count; (&V_0)->___count_4 = 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_TisU3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE_m7856D702F5D5055530FCFB1476F85123B2826878(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteCharsAsyncU3Ed__147_t640C69DF2A3F56597985BEFAC5A131D7C85CF2AE_m7856D702F5D5055530FCFB1476F85123B2826878_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.XmlWellFormedWriter::WriteRawAsync(System.Char[],System.Int32,System.Int32) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteRawAsync_m616EE1AF7A93B2C1E26927C2ACC38F0E0A1F56AE (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99_mAD7F5057072422020C3FA7BAB469A407CD1BC926_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_5 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_5), (void*)__this); CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* L_0 = ___0_buffer; (&V_0)->___buffer_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___buffer_2), (void*)L_0); int32_t L_1 = ___1_index; (&V_0)->___index_3 = L_1; int32_t L_2 = ___2_count; (&V_0)->___count_4 = 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__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99_mAD7F5057072422020C3FA7BAB469A407CD1BC926(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__148_t25AB67767C9288DA0C3E792A62ACF6B5E9592E99_mAD7F5057072422020C3FA7BAB469A407CD1BC926_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.XmlWellFormedWriter::WriteRawAsync(System.String) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteRawAsync_mD8116F43D2AAF9051F7065D001444420A7877FAD (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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__149_t3D73499893B857765E4E4603F9A8587AE7BAF226_m5E73F29F76C579D1E24EBD5D50BADE069DB1B3A2_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226 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_data; (&V_0)->___data_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___data_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_TisU3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226_m5E73F29F76C579D1E24EBD5D50BADE069DB1B3A2(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteRawAsyncU3Ed__149_t3D73499893B857765E4E4603F9A8587AE7BAF226_m5E73F29F76C579D1E24EBD5D50BADE069DB1B3A2_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.XmlWellFormedWriter::FlushAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_FlushAsync_m7E03886D82CACA77D4297619C0B3E0AA075D91C8 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65_mE3C341C717A5D0EDB5C59F750D0DEE2F84913D09_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65 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__152_t8221B539E78A2E214268116867F926BEA6EE5C65_mE3C341C717A5D0EDB5C59F750D0DEE2F84913D09(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CFlushAsyncU3Ed__152_t8221B539E78A2E214268116867F926BEA6EE5C65_mE3C341C717A5D0EDB5C59F750D0DEE2F84913D09_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.XmlWellFormedWriter::WriteStartDocumentImplAsync(System.Xml.XmlStandalone) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_WriteStartDocumentImplAsync_m2A13B7589C0B906F408ED329941170CD47297FF5 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_standalone, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4_mC2D06DC94D0DD35C8C6077407255FBAB62FD2DC6_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4 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_TisU3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4_mC2D06DC94D0DD35C8C6077407255FBAB62FD2DC6(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CWriteStartDocumentImplAsyncU3Ed__155_t70A515E89810AF408929FCA0BCD0C965078ED5D4_mC2D06DC94D0DD35C8C6077407255FBAB62FD2DC6_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.XmlWellFormedWriter::AdvanceStateAsync_ReturnWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, 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; } { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_1; L_1 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_0, NULL); if (!L_1) { goto IL_0015; } } { int32_t L_2 = ___1_newState; __this->___currentState_18 = L_2; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_3; } IL_0015: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4 = ___0_task; int32_t L_5 = ___1_newState; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6; L_6 = XmlWellFormedWriter__AdvanceStateAsync_ReturnWhenFinish_mBD0928311B37A082775ED9EF4129B9484B23DCCB(__this, L_4, L_5, NULL); return L_6; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_AdvanceStateAsync_ReturnWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__AdvanceStateAsync_ReturnWhenFinish_mBD0928311B37A082775ED9EF4129B9484B23DCCB (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC_mB84BD9EF0F240F60AEAB8850A21799CD6DEC4043_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; (&V_0)->___task_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0); int32_t L_1 = ___1_newState; (&V_0)->___newState_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_TisU3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC_mB84BD9EF0F240F60AEAB8850A21799CD6DEC4043(L_3, (&V_0), AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ReturnWhenFinishU3Ed__157_t119A4B2D3CD9850B750E8093C40AA8CD775750DC_mB84BD9EF0F240F60AEAB8850A21799CD6DEC4043_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.XmlWellFormedWriter::AdvanceStateAsync_ContinueWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State,System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_AdvanceStateAsync_ContinueWhenFinish_mA72A5BD55F743E28F93142C51C2EC9B865B91BCC (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, int32_t ___2_token, 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; } { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); bool L_1; L_1 = AsyncHelper_IsSuccess_mAC283F973368A87C43D584523E120A6EDB99B43B(L_0, NULL); if (!L_1) { goto IL_0017; } } { int32_t L_2 = ___1_newState; __this->___currentState_18 = L_2; int32_t L_3 = ___2_token; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738(__this, L_3, NULL); return L_4; } IL_0017: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5 = ___0_task; int32_t L_6 = ___1_newState; int32_t L_7 = ___2_token; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_8; L_8 = XmlWellFormedWriter__AdvanceStateAsync_ContinueWhenFinish_mD5AA95416FEF14A4334E49AAED8133F044BD0CAD(__this, L_5, L_6, L_7, NULL); return L_8; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::_AdvanceStateAsync_ContinueWhenFinish(System.Threading.Tasks.Task,System.Xml.XmlWellFormedWriter/State,System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter__AdvanceStateAsync_ContinueWhenFinish_mD5AA95416FEF14A4334E49AAED8133F044BD0CAD (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, int32_t ___1_newState, int32_t ___2_token, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1_mD1713A47626DAC13A3CFB7A02373E82DF579F226_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1 V_0; memset((&V_0), 0, sizeof(V_0)); { (&V_0)->___U3CU3E4__this_3 = __this; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_task; (&V_0)->___task_2 = L_0; Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___task_2), (void*)L_0); int32_t L_1 = ___1_newState; (&V_0)->___newState_4 = L_1; int32_t L_2 = ___2_token; (&V_0)->___token_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_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1_mD1713A47626DAC13A3CFB7A02373E82DF579F226(L_4, (&V_0), AsyncTaskMethodBuilder_Start_TisU3C_AdvanceStateAsync_ContinueWhenFinishU3Ed__159_tE2059AE049DF779F9939EF25B00E3D5E1AADEBD1_mD1713A47626DAC13A3CFB7A02373E82DF579F226_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.XmlWellFormedWriter::AdvanceStateAsync(System.Xml.XmlWellFormedWriter/Token) IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, int32_t ___0_token, 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*)&Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A_RuntimeMethod_var); s_Il2CppMethodInitialized = true; } int32_t V_0 = 0; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_1 = NULL; { int32_t L_0 = __this->___currentState_18; if ((((int32_t)L_0) < ((int32_t)((int32_t)15)))) { goto IL_005c; } } { int32_t L_1 = __this->___currentState_18; if ((((int32_t)L_1) == ((int32_t)((int32_t)15)))) { goto IL_001e; } } { int32_t L_2 = __this->___currentState_18; if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)16))))) { goto IL_002e; } } IL_001e: { String_t* L_3; L_3 = Res_GetString_mBEE82ACFE97F93A6DDE81E322477CF2713466364(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2D7D9606D59C279ADCC84643F993B9FC22365566)), NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_4 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_4); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_4, L_3, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738_RuntimeMethod_var))); } IL_002e: { ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_5 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var)), (uint32_t)2); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_6 = L_5; il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))))->___tokenName_28; int32_t L_8 = ___0_token; NullCheck(L_7); int32_t L_9 = L_8; String_t* L_10 = (L_7)->GetAt(static_cast(L_9)); NullCheck(L_6); ArrayElementTypeCheck (L_6, L_10); (L_6)->SetAt(static_cast(0), (RuntimeObject*)L_10); ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_11 = L_6; int32_t L_12 = __this->___currentState_18; String_t* L_13; L_13 = XmlWellFormedWriter_GetStateName_mF80AC242EABE4D65BFB0C6A85026532F6B198F3F(L_12, NULL); NullCheck(L_11); ArrayElementTypeCheck (L_11, L_13); (L_11)->SetAt(static_cast(1), (RuntimeObject*)L_13); String_t* L_14; L_14 = Res_GetString_m088600B9D0FC319A206451B009A0583C600B9A83(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral23E65142459FB1BF5009AD8736318547A5DFE850)), L_11, NULL); InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_15 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var))); NullCheck(L_15); InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_15, L_14, NULL); IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&XmlWellFormedWriter_AdvanceStateAsync_m23212A48053CF2F9392BC0665038CC2DA5689738_RuntimeMethod_var))); } IL_005c: { StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_16 = __this->___stateTable_17; int32_t L_17 = ___0_token; int32_t L_18 = __this->___currentState_18; NullCheck(L_16); int32_t L_19 = ((int32_t)il2cpp_codegen_add(((int32_t)((int32_t)L_17<<4)), (int32_t)L_18)); int32_t L_20 = (int32_t)(L_16)->GetAt(static_cast(L_19)); V_0 = L_20; int32_t L_21 = V_0; if ((((int32_t)L_21) < ((int32_t)((int32_t)16)))) { goto IL_0244; } } { int32_t L_22 = V_0; if ((((int32_t)L_22) == ((int32_t)((int32_t)16)))) { goto IL_00d1; } } { int32_t L_23 = V_0; switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_23, ((int32_t)101)))) { case 0: { goto IL_00e3; } case 1: { goto IL_00f1; } case 2: { goto IL_00ff; } case 3: { goto IL_010d; } case 4: { goto IL_0244; } case 5: { goto IL_011b; } case 6: { goto IL_0129; } case 7: { goto IL_014b; } case 8: { goto IL_016d; } case 9: { goto IL_0244; } case 10: { goto IL_018f; } case 11: { goto IL_019d; } case 12: { goto IL_01c5; } case 13: { goto IL_01ed; } case 14: { goto IL_0217; } case 15: { goto IL_0221; } case 16: { goto IL_022b; } case 17: { goto IL_0235; } } } { goto IL_0244; } IL_00d1: { int32_t L_24 = ___0_token; int32_t L_25 = __this->___currentState_18; XmlWellFormedWriter_ThrowInvalidStateTransition_mD1B039B1CB4593B86D6086945488E6F699289EA7(__this, L_24, L_25, NULL); goto IL_0244; } IL_00e3: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_26; L_26 = XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A(__this, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_27; L_27 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_26, 4, NULL); return L_27; } IL_00f1: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_28; L_28 = XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A(__this, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_29; L_29 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_28, 3, NULL); return L_29; } IL_00ff: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_30; L_30 = XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A(__this, NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_31; L_31 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_30, 5, NULL); return L_31; } IL_010d: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_32; L_32 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(35 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStartDocumentAsync() */, __this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_33; L_33 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_32, 2, NULL); return L_33; } IL_011b: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_34; L_34 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(35 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteStartDocumentAsync() */, __this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_35; L_35 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_34, 3, NULL); return L_35; } IL_0129: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_36; L_36 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(41 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndAttributeAsync() */, __this); Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_37 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_37); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_37, __this, (intptr_t)((void*)XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_38; L_38 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_36, L_37, NULL); V_1 = L_38; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_39 = V_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_40; L_40 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_39, 3, NULL); return L_40; } IL_014b: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_41; L_41 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(41 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndAttributeAsync() */, __this); Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_42 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_42); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_42, __this, (intptr_t)((void*)XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_43; L_43 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_41, L_42, NULL); V_1 = L_43; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_44 = V_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_45; L_45 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_44, 4, NULL); return L_45; } IL_016d: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_46; L_46 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(41 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndAttributeAsync() */, __this); Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_47 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var); NullCheck(L_47); Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_47, __this, (intptr_t)((void*)XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A_RuntimeMethod_var), NULL); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_48; L_48 = XmlWellFormedWriter_SequenceRun_m10310C63D32A96A502E9E2124B603C3F02FBB3A9(__this, L_46, L_47, NULL); V_1 = L_48; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_49 = V_1; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_50; L_50 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_49, 4, NULL); return L_50; } IL_018f: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_51; L_51 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(41 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndAttributeAsync() */, __this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_52; L_52 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_51, 8, NULL); return L_52; } IL_019d: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_53 = __this->___rawWriter_3; if (!L_53) { goto IL_01b9; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_54 = __this->___rawWriter_3; NullCheck(L_54); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_55; L_55 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(76 /* System.Threading.Tasks.Task System.Xml.XmlRawWriter::WriteEndBase64Async() */, L_54); int32_t L_56 = ___0_token; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_57; L_57 = XmlWellFormedWriter_AdvanceStateAsync_ContinueWhenFinish_mA72A5BD55F743E28F93142C51C2EC9B865B91BCC(__this, L_55, 4, L_56, NULL); return L_57; } IL_01b9: { __this->___currentState_18 = 4; goto IL_005c; } IL_01c5: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_58 = __this->___rawWriter_3; if (!L_58) { goto IL_01e1; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_59 = __this->___rawWriter_3; NullCheck(L_59); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_60; L_60 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(76 /* System.Threading.Tasks.Task System.Xml.XmlRawWriter::WriteEndBase64Async() */, L_59); int32_t L_61 = ___0_token; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_62; L_62 = XmlWellFormedWriter_AdvanceStateAsync_ContinueWhenFinish_mA72A5BD55F743E28F93142C51C2EC9B865B91BCC(__this, L_60, 8, L_61, NULL); return L_62; } IL_01e1: { __this->___currentState_18 = 8; goto IL_005c; } IL_01ed: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_63 = __this->___rawWriter_3; if (!L_63) { goto IL_020a; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_64 = __this->___rawWriter_3; NullCheck(L_64); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_65; L_65 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(76 /* System.Threading.Tasks.Task System.Xml.XmlRawWriter::WriteEndBase64Async() */, L_64); int32_t L_66 = ___0_token; Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_67; L_67 = XmlWellFormedWriter_AdvanceStateAsync_ContinueWhenFinish_mA72A5BD55F743E28F93142C51C2EC9B865B91BCC(__this, L_65, ((int32_t)11), L_66, NULL); return L_67; } IL_020a: { __this->___currentState_18 = ((int32_t)11); goto IL_005c; } IL_0217: { XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2(__this, NULL); V_0 = 3; goto IL_0244; } IL_0221: { XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2(__this, NULL); V_0 = 4; goto IL_0244; } IL_022b: { XmlWellFormedWriter_StartFragment_m9E589E4D3AB9FE93C93E51A91ED2DDF6691A1BD2(__this, NULL); V_0 = 5; goto IL_0244; } IL_0235: { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_68; L_68 = VirtualFuncInvoker0< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* >::Invoke(41 /* System.Threading.Tasks.Task System.Xml.XmlWriter::WriteEndAttributeAsync() */, __this); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_69; L_69 = XmlWellFormedWriter_AdvanceStateAsync_ReturnWhenFinish_m9B6CE99A71388A48A8B899ECA5D85D548B5E40AD(__this, L_68, ((int32_t)11), NULL); return L_69; } IL_0244: { int32_t L_70 = V_0; __this->___currentState_18 = L_70; il2cpp_codegen_runtime_class_init_inline(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var); Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_71 = ((AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_StaticFields*)il2cpp_codegen_static_fields_for(AsyncHelper_t3F59EA9A10750F1E1FB0A75543AC61B1B2FB72BB_il2cpp_TypeInfo_var))->___DoneTask_0; return L_71; } } // System.Threading.Tasks.Task System.Xml.XmlWellFormedWriter::StartElementContentAsync_WithNS() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_StartElementContentAsync_WithNS_mA21A5F33AE0FB0C129E0A7257669BA72F9AEF3E1 (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __this, const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8_mB44962C163DBA3C630F4F38CF2E0DE2D81260BAF_RuntimeMethod_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var); s_Il2CppMethodInitialized = true; } U3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8 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_TisU3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8_mB44962C163DBA3C630F4F38CF2E0DE2D81260BAF(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CStartElementContentAsync_WithNSU3Ed__161_t703879D9CB1F644BEB93E68ED15741ED20012FD8_mB44962C163DBA3C630F4F38CF2E0DE2D81260BAF_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.XmlWellFormedWriter::StartElementContentAsync() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlWellFormedWriter_StartElementContentAsync_m175EA8E347FAAD91467F1DDF06364D9140BF083A (XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645* __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 L_0 = __this->___nsTop_6; ElementScopeU5BU5D_t68B3D6D2E3C34832F1D1BBDB096CCF5270D5DBD9* L_1 = __this->___elemScopeStack_9; int32_t L_2 = __this->___elemTop_10; NullCheck(L_1); int32_t L_3 = ((L_1)->GetAddressAt(static_cast(L_2)))->___prevNSTop_0; if ((((int32_t)L_0) <= ((int32_t)L_3))) { goto IL_0025; } } { Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4; L_4 = XmlWellFormedWriter_StartElementContentAsync_WithNS_mA21A5F33AE0FB0C129E0A7257669BA72F9AEF3E1(__this, NULL); return L_4; } IL_0025: { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_5 = __this->___rawWriter_3; if (!L_5) { goto IL_0038; } } { XmlRawWriter_t030FA78C87BA4AA20BBC4507D0EEFAFD5AF3712B* L_6 = __this->___rawWriter_3; NullCheck(L_6); VirtualActionInvoker0::Invoke(59 /* System.Void System.Xml.XmlRawWriter::StartElementContent() */, L_6); } IL_0038: { 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.Void System.Xml.XmlWellFormedWriter::.cctor() IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void XmlWellFormedWriter__cctor_m0E463BBCD15F9DC9691EC458614349FD19D4EAE1 (const RuntimeMethod* method) { static bool s_Il2CppMethodInitialized; if (!s_Il2CppMethodInitialized) { il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____21AFB7EF8B4B88C006C54601484BC15AE5A8DBD2C0DD8C6622109208F8511B82_5_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____58E18897FE5FF048E82310FB4F57ADB2D53AEE59CB49B1E7094439808A1EF3F6_17_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____77186ED8B389D5640B5AFAC4A22526ABA2422DCBE2986D0032E3B035D175758D_23_FieldInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E2995C1357F8579A0DC0E2A26B0D0CA703B5FB7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral107C050A992A643103C6C001E848316AB027D2E0); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral120472D8D40924F6F8355A94DB677A8F142E2EB6); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral170766BABFD892AEC6CFB19EA06D35787C834FE9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral18D590EE2CB69EF580815DC0D279AC45B0F5FA2B); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1E1DB32AFA986C58B9ACC9C146BF83E67C0DCE66); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2343901946DDD83EFBB8B93C33F01CBD394063B2); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral23A6BF321FC205420788A7F2E1A1334F6C712C89); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24099C824AA6B479B0B07139E7CFB04638C0AEDA); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral38E75ABA96218667556E142D2773A67D1F846A95); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C74CEADD0C37A5DAAFFF37CDB455A8EFD8304BF); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral45B9464D208C0A900770E5F7A95E5FE067CD4CCC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral478E443AC6458DEF339E044E26A49ADE5A2AC1FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56EF1F2751B48DAA3EC7F762F420920B8E40757A); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral623A9F750825EB9F6FD1A2E4F3B121AF21D4CD0D); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7BBD8C0287448D34297B233D6604618390BA9C38); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral90AC7861280D19EAA167EE136C29B61BD0F1A328); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral92EE0A9203C9B8F69CAE261B7FAF6C5AB705E49E); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBA60BBAAF60E063761EDE850CC684D538D9A8573); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBC1106D65ACC9B0DB541F4FAF5DBAF5B7F7BA1F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE09B556D1A5AFFB258696FDDCFA2E54208034620); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0321EB1FDF45432B1A8C835517C2DFFBB4AF5AC); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF41760006700B346FE970834ED6436CD21A1330F); il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF58ED4D45480346BA6783D48CF49AC351B2A1A5C); s_Il2CppMethodInitialized = true; } { StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0; NullCheck(L_1); ArrayElementTypeCheck (L_1, _stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE); (L_1)->SetAt(static_cast(0), (String_t*)_stringLiteral8243A16D425F93AF62CAAB2BFAE01A2D6246A5FE); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1; NullCheck(L_2); ArrayElementTypeCheck (L_2, _stringLiteralF0321EB1FDF45432B1A8C835517C2DFFBB4AF5AC); (L_2)->SetAt(static_cast(1), (String_t*)_stringLiteralF0321EB1FDF45432B1A8C835517C2DFFBB4AF5AC); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2; NullCheck(L_3); ArrayElementTypeCheck (L_3, _stringLiteral18D590EE2CB69EF580815DC0D279AC45B0F5FA2B); (L_3)->SetAt(static_cast(2), (String_t*)_stringLiteral18D590EE2CB69EF580815DC0D279AC45B0F5FA2B); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3; NullCheck(L_4); ArrayElementTypeCheck (L_4, _stringLiteral90AC7861280D19EAA167EE136C29B61BD0F1A328); (L_4)->SetAt(static_cast(3), (String_t*)_stringLiteral90AC7861280D19EAA167EE136C29B61BD0F1A328); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4; NullCheck(L_5); ArrayElementTypeCheck (L_5, _stringLiteralF58ED4D45480346BA6783D48CF49AC351B2A1A5C); (L_5)->SetAt(static_cast(4), (String_t*)_stringLiteralF58ED4D45480346BA6783D48CF49AC351B2A1A5C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5; NullCheck(L_6); ArrayElementTypeCheck (L_6, _stringLiteralF58ED4D45480346BA6783D48CF49AC351B2A1A5C); (L_6)->SetAt(static_cast(5), (String_t*)_stringLiteralF58ED4D45480346BA6783D48CF49AC351B2A1A5C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6; NullCheck(L_7); ArrayElementTypeCheck (L_7, _stringLiteral120472D8D40924F6F8355A94DB677A8F142E2EB6); (L_7)->SetAt(static_cast(6), (String_t*)_stringLiteral120472D8D40924F6F8355A94DB677A8F142E2EB6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7; NullCheck(L_8); ArrayElementTypeCheck (L_8, _stringLiteral0E2995C1357F8579A0DC0E2A26B0D0CA703B5FB7); (L_8)->SetAt(static_cast(7), (String_t*)_stringLiteral0E2995C1357F8579A0DC0E2A26B0D0CA703B5FB7); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8; NullCheck(L_9); ArrayElementTypeCheck (L_9, _stringLiteral120472D8D40924F6F8355A94DB677A8F142E2EB6); (L_9)->SetAt(static_cast(8), (String_t*)_stringLiteral120472D8D40924F6F8355A94DB677A8F142E2EB6); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9; NullCheck(L_10); ArrayElementTypeCheck (L_10, _stringLiteralBA60BBAAF60E063761EDE850CC684D538D9A8573); (L_10)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteralBA60BBAAF60E063761EDE850CC684D538D9A8573); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10; NullCheck(L_11); ArrayElementTypeCheck (L_11, _stringLiteral92EE0A9203C9B8F69CAE261B7FAF6C5AB705E49E); (L_11)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteral92EE0A9203C9B8F69CAE261B7FAF6C5AB705E49E); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11; NullCheck(L_12); ArrayElementTypeCheck (L_12, _stringLiteral38E75ABA96218667556E142D2773A67D1F846A95); (L_12)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral38E75ABA96218667556E142D2773A67D1F846A95); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12; NullCheck(L_13); ArrayElementTypeCheck (L_13, _stringLiteralE09B556D1A5AFFB258696FDDCFA2E54208034620); (L_13)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteralE09B556D1A5AFFB258696FDDCFA2E54208034620); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13; NullCheck(L_14); ArrayElementTypeCheck (L_14, _stringLiteral107C050A992A643103C6C001E848316AB027D2E0); (L_14)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteral107C050A992A643103C6C001E848316AB027D2E0); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14; NullCheck(L_15); ArrayElementTypeCheck (L_15, _stringLiteral3C74CEADD0C37A5DAAFFF37CDB455A8EFD8304BF); (L_15)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral3C74CEADD0C37A5DAAFFF37CDB455A8EFD8304BF); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15; NullCheck(L_16); ArrayElementTypeCheck (L_16, _stringLiteralBBC1106D65ACC9B0DB541F4FAF5DBAF5B7F7BA1F); (L_16)->SetAt(static_cast(((int32_t)15)), (String_t*)_stringLiteralBBC1106D65ACC9B0DB541F4FAF5DBAF5B7F7BA1F); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16; NullCheck(L_17); ArrayElementTypeCheck (L_17, _stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7); (L_17)->SetAt(static_cast(((int32_t)16)), (String_t*)_stringLiteralD6DCC897C02A857315752249765CB47ADDF4E5C7); ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___stateName_27 = L_17; Il2CppCodeGenWriteBarrier((void**)(&((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___stateName_27), (void*)L_17); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15)); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18; NullCheck(L_19); ArrayElementTypeCheck (L_19, _stringLiteral623A9F750825EB9F6FD1A2E4F3B121AF21D4CD0D); (L_19)->SetAt(static_cast(0), (String_t*)_stringLiteral623A9F750825EB9F6FD1A2E4F3B121AF21D4CD0D); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19; NullCheck(L_20); ArrayElementTypeCheck (L_20, _stringLiteral478E443AC6458DEF339E044E26A49ADE5A2AC1FE); (L_20)->SetAt(static_cast(1), (String_t*)_stringLiteral478E443AC6458DEF339E044E26A49ADE5A2AC1FE); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20; NullCheck(L_21); ArrayElementTypeCheck (L_21, _stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18); (L_21)->SetAt(static_cast(2), (String_t*)_stringLiteral5296173AB8D4E282E989F7B0B7B7C9A3ACF26E18); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21; NullCheck(L_22); ArrayElementTypeCheck (L_22, _stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F); (L_22)->SetAt(static_cast(3), (String_t*)_stringLiteral3EBF7CFEC7929F196835D5D12FBBE2F845BF2A5F); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22; NullCheck(L_23); ArrayElementTypeCheck (L_23, _stringLiteral170766BABFD892AEC6CFB19EA06D35787C834FE9); (L_23)->SetAt(static_cast(4), (String_t*)_stringLiteral170766BABFD892AEC6CFB19EA06D35787C834FE9); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23; NullCheck(L_24); ArrayElementTypeCheck (L_24, _stringLiteral56EF1F2751B48DAA3EC7F762F420920B8E40757A); (L_24)->SetAt(static_cast(5), (String_t*)_stringLiteral56EF1F2751B48DAA3EC7F762F420920B8E40757A); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24; NullCheck(L_25); ArrayElementTypeCheck (L_25, _stringLiteral7BBD8C0287448D34297B233D6604618390BA9C38); (L_25)->SetAt(static_cast(6), (String_t*)_stringLiteral7BBD8C0287448D34297B233D6604618390BA9C38); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25; NullCheck(L_26); ArrayElementTypeCheck (L_26, _stringLiteral23A6BF321FC205420788A7F2E1A1334F6C712C89); (L_26)->SetAt(static_cast(7), (String_t*)_stringLiteral23A6BF321FC205420788A7F2E1A1334F6C712C89); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = L_26; NullCheck(L_27); ArrayElementTypeCheck (L_27, _stringLiteral2343901946DDD83EFBB8B93C33F01CBD394063B2); (L_27)->SetAt(static_cast(8), (String_t*)_stringLiteral2343901946DDD83EFBB8B93C33F01CBD394063B2); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27; NullCheck(L_28); ArrayElementTypeCheck (L_28, _stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); (L_28)->SetAt(static_cast(((int32_t)9)), (String_t*)_stringLiteral1A82671F2C34BEA09C35354DDB899812746CBCF9); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = L_28; NullCheck(L_29); ArrayElementTypeCheck (L_29, _stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C); (L_29)->SetAt(static_cast(((int32_t)10)), (String_t*)_stringLiteralA10AFD0FBAD152979B3F2273DA98BA5C9686E69C); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29; NullCheck(L_30); ArrayElementTypeCheck (L_30, _stringLiteral24099C824AA6B479B0B07139E7CFB04638C0AEDA); (L_30)->SetAt(static_cast(((int32_t)11)), (String_t*)_stringLiteral24099C824AA6B479B0B07139E7CFB04638C0AEDA); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_30; NullCheck(L_31); ArrayElementTypeCheck (L_31, _stringLiteral45B9464D208C0A900770E5F7A95E5FE067CD4CCC); (L_31)->SetAt(static_cast(((int32_t)12)), (String_t*)_stringLiteral45B9464D208C0A900770E5F7A95E5FE067CD4CCC); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_31; NullCheck(L_32); ArrayElementTypeCheck (L_32, _stringLiteralF41760006700B346FE970834ED6436CD21A1330F); (L_32)->SetAt(static_cast(((int32_t)13)), (String_t*)_stringLiteralF41760006700B346FE970834ED6436CD21A1330F); StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_32; NullCheck(L_33); ArrayElementTypeCheck (L_33, _stringLiteral1E1DB32AFA986C58B9ACC9C146BF83E67C0DCE66); (L_33)->SetAt(static_cast(((int32_t)14)), (String_t*)_stringLiteral1E1DB32AFA986C58B9ACC9C146BF83E67C0DCE66); ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___tokenName_28 = L_33; Il2CppCodeGenWriteBarrier((void**)(&((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___tokenName_28), (void*)L_33); WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF* L_34 = (WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF*)(WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF*)SZArrayNew(WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF_il2cpp_TypeInfo_var, (uint32_t)((int32_t)17)); WriteStateU5BU5D_t2541ACA07B6DAA172C2D36B58A47A83DAC4375DF* L_35 = L_34; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_36 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____58E18897FE5FF048E82310FB4F57ADB2D53AEE59CB49B1E7094439808A1EF3F6_17_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_35, L_36, NULL); ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___state2WriteState_29 = L_35; Il2CppCodeGenWriteBarrier((void**)(&((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___state2WriteState_29), (void*)L_35); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_37 = (StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375*)(StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375*)SZArrayNew(StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375_il2cpp_TypeInfo_var, (uint32_t)((int32_t)240)); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_38 = L_37; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_39 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____77186ED8B389D5640B5AFAC4A22526ABA2422DCBE2986D0032E3B035D175758D_23_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_38, L_39, NULL); ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableDocument_30 = L_38; Il2CppCodeGenWriteBarrier((void**)(&((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableDocument_30), (void*)L_38); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_40 = (StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375*)(StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375*)SZArrayNew(StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375_il2cpp_TypeInfo_var, (uint32_t)((int32_t)240)); StateU5BU5D_t9E4189FBE1E6EF2CD6F60C94EE572FA8E522A375* L_41 = L_40; RuntimeFieldHandle_t6E4C45B6D2EA12FC99185805A7E77527899B25C5 L_42 = { reinterpret_cast (U3CPrivateImplementationDetailsU3E_tBAB6DC40B1709E21296656960228A17F1BE57FD7____21AFB7EF8B4B88C006C54601484BC15AE5A8DBD2C0DD8C6622109208F8511B82_5_FieldInfo_var) }; RuntimeHelpers_InitializeArray_m751372AA3F24FBF6DA9B9D687CBFA2DE436CAB9B((RuntimeArray*)L_41, L_42, NULL); ((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableAuto_31 = L_41; Il2CppCodeGenWriteBarrier((void**)(&((XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_StaticFields*)il2cpp_codegen_static_fields_for(XmlWellFormedWriter_t15CF95499DCBB82CD642D36B9B9F83BAA18AA645_il2cpp_TypeInfo_var))->___StateTableAuto_31), (void*)L_41); return; } } #ifdef __clang__ #pragma clang diagnostic pop #endif IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline (ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_0 = __this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR 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 Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* XmlUtf8RawTextWriter_FlushEncoderAsync_m169955517DCDB3E69EB40C74F1AD07C99B576B87_inline (XmlUtf8RawTextWriter_t509951DC424E22E80C9848992ACC324E94E264FB* __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; } { 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; 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 void XmlValidatingReaderImpl_set_OuterReader_m51E00FCA6C966CAE3C1C36B818A98F32402D62A5_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* ___0_value, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = ___0_value; __this->___outerReader_18 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___outerReader_18), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* XmlAsyncCheckReader_get_CoreReader_m7EEC14B20E5C6021736672F4DA2503B14E670A93_inline (XmlAsyncCheckReader_t6568CCA31DC0FEB56DD621DAB293E3EB7C00C7F4* __this, const RuntimeMethod* method) { { XmlReader_t4C709DEF5F01606ECB60B638F1BD6F6E0A9116FD* L_0 = __this->___coreReader_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* XmlTextReader_get_Impl_m99AA88D6B2335764B7B4171CCC9D9C77329D72D8_inline (XmlTextReader_tC907887DA34B51126640DA590B4C9358DF45738B* __this, const RuntimeMethod* method) { { XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* L_0 = __this->___impl_7; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlSchemaCollection_set_XmlResolver_mCBCC7ABCA885FCDDBEB0255A49B17C8CB8BB0D62_inline (XmlSchemaCollection_t795483FF9909CCC596ADA560E1C1654E66CAEAAD* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) { { XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = ___0_value; __this->___xmlResolver_7 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver_7), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_ValidationEventHandling_mF8A66D6BE2B822997F486F4931B151B667863E59_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, RuntimeObject* ___0_value, const RuntimeMethod* method) { { RuntimeObject* L_0 = ___0_value; __this->___validationEventHandling_61 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___validationEventHandling_61), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void XmlTextReaderImpl_set_OnDefaultAttributeUse_m519352D6E61D34534B6790ECB3180B4B050B92FB_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* ___0_value, const RuntimeMethod* method) { { OnDefaultAttributeUseDelegate_tBA6F77520C9B31FE1BD169F24584BD312F5AD499* L_0 = ___0_value; __this->___onDefaultAttributeUse_62 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___onDefaultAttributeUse_62), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_V1Compat_m27698868D378A1241DCAA4E22251E930806781C7_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___v1Compat_41; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlReaderSettings_get_ValidationFlags_m22A3C5CFDC1CBF2EF8B5975A581B00EDF4D8E876_inline (XmlReaderSettings_t8D51BA3ED2A013EE1F44525C9861326CAFB44AEA* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___validationFlags_14; return L_0; } } 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 BaseValidator_set_XmlResolver_m1D94109BE43E3C8A1738BC7C4A0A1A7233818FBF_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* ___0_value, const RuntimeMethod* method) { { XmlResolver_tE25A33DFCB87A939D11BC8543970F6857AEC3DCF* L_0 = ___0_value; __this->___xmlResolver_5 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___xmlResolver_5), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_Namespaces_mCFAB7C99825041BA3C8ABD1752DF24D1F62B7122_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___supportNamespaces_29; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_DocTypeName_m8212FEC6DBA21A5B1E95538D40951B1CB0380CF0_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____docTypeName_2; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_BaseURI_m203B1A13A7DFA09528C49D2198E7B9382BA91892_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____baseURI_8; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_PublicId_mCE67EDDC8A9D73A0AADB77E0F7CCF53DEB5E300D_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____pubId_3; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_SystemId_mB4649C8C6DA52AFC5224E82BBD2B7C7A1D5CCB58_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____sysId_4; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* XmlParserContext_get_InternalSubset_mDD9703E47510C335AD4940AE7F761F56AA00E9DC_inline (XmlParserContext_t843976A0319F7334808DCCAAA4F36EAB41A92F3B* __this, const RuntimeMethod* method) { { String_t* L_0 = __this->____internalSubset_5; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void BaseValidator_set_BaseUri_mA4B0ACD053F6B82E24AC7B4468CF425FFB0351EC_inline (BaseValidator_t76E42AEBD013AC709BA36D782908C7B708BA8DAB* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_value, const RuntimeMethod* method) { { Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_value; __this->___baseUri_6 = L_0; Il2CppCodeGenWriteBarrier((void**)(&__this->___baseUri_6), (void*)L_0); return; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_IsResolverSet_mE4680CEFE9EF053C07E21CF5759C26EB7D7E2383_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___xmlResolverIsSet_80; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlTextReaderImpl_get_FragmentType_m2A244AA6C26344D9FFD93C4431E5BB30846E3A10_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___fragmentType_50; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlTextReaderImpl_get_StandAlone_mA576162454EF6AB6B5B442B1AF0FF6375F52EF2D_inline (XmlTextReaderImpl_t5F48FDC8E88C9E27593266F6C660B3973AE2167B* __this, const RuntimeMethod* method) { { bool L_0 = __this->___standalone_67; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool SchemaAttDef_get_DefaultValueChecked_m57D6252200749344E61A44A323A8082353DA4B8F_inline (SchemaAttDef_tC497C6246FCEF4C205C09DC0A9D186A4C2E81553* __this, const RuntimeMethod* method) { { bool L_0 = __this->___defaultValueChecked_17; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ValidationEventHandler_Invoke_m585F7368113F5FDF31F3C7C9C5B7F520CE46481B_inline (ValidationEventHandler_t400B20AD482B62613818392D3E5588426332560A* __this, RuntimeObject* ___0_sender, ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830* ___1_e, const RuntimeMethod* method) { typedef void (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, ValidationEventArgs_t9857F51592E50B7D14912FFA79909878DC603830*, const RuntimeMethod*); ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_e, reinterpret_cast(__this->___method_3)); } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlValidatingReaderImpl_get_ValidationType_m3F56E6463F6CA002AD75157D14E897A2F5230988_inline (XmlValidatingReaderImpl_t5E1938148F73C4871F4B28C234B1EEF586998EA8* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___validationType_10; 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 int32_t XmlWriterSettings_get_NamespaceHandling_m3A904C3E9BA1FED8C1A8BDA66A5FF9A93CB87F78_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___namespaceHandling_9; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool XmlWriterSettings_get_WriteEndDocumentOnClose_m73A02E01FD8DB8AEBE545E9A60F92E5BFA1CBDB8_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { bool L_0 = __this->___writeEndDocumentOnClose_12; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t XmlWriterSettings_get_ConformanceLevel_mAAD6F249DE7CF83E6F97F60C9FFDD0BC84AD9842_inline (XmlWriterSettings_t4C33BC8989A2AF592E88EAE69930915E6D960674* __this, const RuntimeMethod* method) { { int32_t L_0 = __this->___conformanceLevel_10; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 ConfiguredTaskAwaitable_1_GetAwaiter_m3D8C463996184A1FE94D1B59A379F3ACB425C7CF_gshared_inline (ConfiguredTaskAwaitable_1_t8CD88E253ADEFD17912937E545828FCB7A2F079C* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4 L_0 = (ConfiguredTaskAwaiter_tADFEF9AE6CB4E22E17B1DFA386EE3D86DB8955E4)__this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 ConfiguredTaskAwaitable_1_GetAwaiter_m10364C3B0A904803E890B2D75674665F986BDAB2_gshared_inline (ConfiguredTaskAwaitable_1_t97C129EA63015240E6F9E767F4A120CC9122FEF8* __this, const RuntimeMethod* method) { { ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2 L_0 = (ConfiguredTaskAwaiter_t28A5A60199BBE7F1F31159301DD211EFDCF955E2)__this->___m_configuredTaskAwaiter_0; return L_0; } } IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* Func_1_Invoke_m1412272198DFA4066C83206E5B43353AF10A2EEE_gshared_inline (Func_1_tD5C081AE11746B200C711DD48DBEB00E3A9276D4* __this, const RuntimeMethod* method) { typedef RuntimeObject* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*); return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, reinterpret_cast(__this->___method_3)); }